Skip to content
Snippets Groups Projects
Verified Commit b75965ef authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(images): Fix image metadata

parent f826dacd
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ LABEL: ...@@ -14,8 +14,8 @@ LABEL:
ARG authors="Sheogorath" ARG authors="Sheogorath"
ARG source="https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/images/${image}" ARG source="https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/images/${image}"
LABEL org.opencontainers.image.title="${image}" LABEL org.opencontainers.image.title="${image}"
LABEL org.opencontainers.image.source="https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/images/${image}" LABEL org.opencontainers.image.source="${source}"
LABEL org.opencontainers.image.url="https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/images/${image}" LABEL org.opencontainers.image.url="${source}"
LABEL org.opencontainers.image.version="${version}" LABEL org.opencontainers.image.version="${version}"
LABEL org.opencontainers.image.description="Container for ${image} by ${authors}" LABEL org.opencontainers.image.description="Container for ${image} by ${authors}"
LABEL org.opencontainers.image.authors="${authors}" LABEL org.opencontainers.image.authors="${authors}"
......
...@@ -49,7 +49,7 @@ container-internal: ...@@ -49,7 +49,7 @@ container-internal:
WORKDIR /workdir WORKDIR /workdir
ENTRYPOINT [ "/cowsay" ] ENTRYPOINT [ "/cowsay" ]
DO ../.utils/+LABEL --image=cowsay --version=${branch} --source=https://github.com/cowsay-org/cowsay.git DO ../.utils/+LABEL --image=cowsay --version=${branch}
container: container:
FROM ../mirror+golang FROM ../mirror+golang
......
...@@ -69,6 +69,7 @@ container-internal: ...@@ -69,6 +69,7 @@ container-internal:
# Create workspace # Create workspace
RUN mkdir /workspace RUN mkdir /workspace
WORKDIR /workspace WORKDIR /workspace
DO ../.utils/+LABEL --image=koolbox --version=${branch}
container: container:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment