Skip to content

Commit

Permalink
add image titles tags (#2)
Browse files Browse the repository at this point in the history
* add image titles
  • Loading branch information
goergen95 authored May 4, 2024
1 parent 04db131 commit 0fb26e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dockerfiles/mapme-base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM rocker/verse:4.3.2

LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" \
LABEL org.opencontainers.image.title="mapme-base" \
org.opencontainers.image.licenses="GPL-3.0-or-later" \
org.opencontainers.image.source="https://github.com/mapme.initiative/mapme-docker" \
org.opencontainers.image.vendor="MAPME Initiative" \
org.opencontainers.image.description="A build of spatial libraries for use within MAPME" \
Expand Down
3 changes: 2 additions & 1 deletion dockerfiles/mapme-spatial-dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ghcr.io/mapme-initiative/mapme-base:latest

LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" \
LABEL org.opencontainers.image.title="mapme-spatial-dev" \
org.opencontainers.image.licenses="GPL-3.0-or-later" \
org.opencontainers.image.source="https://github.com/mapme.initiative/mapme-docker" \
org.opencontainers.image.vendor="MAPME Initiative" \
org.opencontainers.image.description="A build of spatial libraries for use within MAPME" \
Expand Down
3 changes: 2 additions & 1 deletion dockerfiles/mapme-spatial.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ghcr.io/mapme-initiative/mapme-base:latest

LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" \
LABEL org.opencontainers.image.title="mapme-spatial" \
org.opencontainers.image.licenses="GPL-3.0-or-later" \
org.opencontainers.image.source="https://github.com/mapme.initiative/mapme-docker" \
org.opencontainers.image.vendor="MAPME Initiative" \
org.opencontainers.image.description="A build of spatial libraries for use within MAPME" \
Expand Down

0 comments on commit 0fb26e7

Please sign in to comment.