Skip to content

Commit

Permalink
Update Docker Image Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
theAkito committed Jun 11, 2024
1 parent 11c8ab6 commit 05284c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ LABEL org.opencontainers.image.revision="${BUILD_REVISION}"
LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.title="Multi-Arch Nim Compiler"
LABEL org.opencontainers.image.description="Nim Compiler for multiple CPU architectures."
LABEL org.opencontainers.image.url="akito.ooo"
LABEL org.opencontainers.image.documentation="doc.akito.ooo"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/akito13/nim"
LABEL org.opencontainers.image.documentation="https://github.com/theAkito/docker-nim?tab=readme-ov-file#run"
LABEL org.opencontainers.image.source="https://github.com/theAkito/docker-nim"
LABEL org.opencontainers.image.licenses="GPL-3.0+"

Expand Down
4 changes: 2 additions & 2 deletions alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ LABEL org.opencontainers.image.revision="${BUILD_REVISION}"
LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.title="Multi-Arch Nim Compiler"
LABEL org.opencontainers.image.description="Nim Compiler for multiple CPU architectures built with musl on Alpine."
LABEL org.opencontainers.image.url="akito.ooo"
LABEL org.opencontainers.image.documentation="doc.akito.ooo"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/akito13/nim"
LABEL org.opencontainers.image.documentation="https://github.com/theAkito/docker-nim?tab=readme-ov-file#run"
LABEL org.opencontainers.image.source="https://github.com/theAkito/docker-nim"
LABEL org.opencontainers.image.licenses="GPL-3.0+"

Expand Down
4 changes: 2 additions & 2 deletions rootless.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ LABEL org.opencontainers.image.revision="${BUILD_REVISION}"
LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.title="Multi-arch Nim Compiler - Rootless"
LABEL org.opencontainers.image.description="Nim Compiler for different CPU architectures. Rootless edition."
LABEL org.opencontainers.image.url="akito.ooo"
LABEL org.opencontainers.image.documentation="doc.akito.ooo"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/akito13/nim"
LABEL org.opencontainers.image.documentation="https://github.com/theAkito/docker-nim?tab=readme-ov-file#run"
LABEL org.opencontainers.image.source="https://github.com/theAkito/docker-nim"
LABEL org.opencontainers.image.licenses="GPL-3.0+"

Expand Down

0 comments on commit 05284c6

Please sign in to comment.