We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5855d99 + 3acfc7c commit caf85d6Copy full SHA for caf85d6
.github/workflows/build-containers.yml
@@ -58,6 +58,6 @@ jobs:
58
--annotation "index:org.opencontainers.image.source=https://github.com/${{ github.repository }}/tree/${{ github.sha }}" \
59
--annotation "index:org.opencontainers.image.url=https://hub.docker.com/r/particular/${{ matrix.name }}" \
60
--annotation "index:org.opencontainers.image.documentation=https://docs.particular.net/servicecontrol/" \
61
- --annotation "index:org.opencontainers.image.base.name=mcr.microsoft.com/dotnet/aspnet:8.0" \
+ --annotation "index:org.opencontainers.image.base.name=mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite-extra" \
62
--platform linux/arm64,linux/amd64 .
63
docker buildx imagetools inspect ghcr.io/particular/${{ matrix.name }}:${{ env.TAG_NAME }}
0 commit comments