diff --git a/images/.utils/Earthfile b/images/.utils/Earthfile index d7ec501c0329b79bd839e0301553d9693088c15f..94454fa9e24359a3acb32c900b21a0980266e365 100644 --- a/images/.utils/Earthfile +++ b/images/.utils/Earthfile @@ -14,8 +14,8 @@ LABEL: ARG authors="Sheogorath" 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.source="https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/images/${image}" - LABEL org.opencontainers.image.url="https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/images/${image}" + LABEL org.opencontainers.image.source="${source}" + LABEL org.opencontainers.image.url="${source}" LABEL org.opencontainers.image.version="${version}" LABEL org.opencontainers.image.description="Container for ${image} by ${authors}" LABEL org.opencontainers.image.authors="${authors}" diff --git a/images/cowsay/Earthfile b/images/cowsay/Earthfile index 6d0ef5a7010d2892e09e1165fcd47ede19bdd503..b1b325b581a1638e54b5751992561bb9c028de15 100644 --- a/images/cowsay/Earthfile +++ b/images/cowsay/Earthfile @@ -49,7 +49,7 @@ container-internal: WORKDIR /workdir 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: FROM ../mirror+golang diff --git a/images/koolbox/Earthfile b/images/koolbox/Earthfile index 01613226ebaf6391b8e8a8e97396e245713f1b00..fc06b715f9c67a875c88dba46a4695f2256ae8a9 100644 --- a/images/koolbox/Earthfile +++ b/images/koolbox/Earthfile @@ -69,6 +69,7 @@ container-internal: # Create workspace RUN mkdir /workspace WORKDIR /workspace + DO ../.utils/+LABEL --image=koolbox --version=${branch} container: