1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00

test(ko): update base image labels

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2025-10-24 10:07:36 -03:00
parent 4ee32815ec
commit 8ac0513998

View File

@@ -166,11 +166,13 @@ func TestPublishPipeSuccess(t *testing.T) {
chainguardStaticLabels := map[string]string{
"dev.chainguard.package.main": "",
"dev.chainguard.image.title": "static",
"org.opencontainers.image.authors": "Chainguard Team https://www.chainguard.dev/",
"org.opencontainers.image.source": "https://github.com/chainguard-images/images/tree/main/images/static",
"org.opencontainers.image.url": "https://images.chainguard.dev/directory/image/static/overview",
"org.opencontainers.image.vendor": "Chainguard",
"org.opencontainers.image.created": ".*",
"org.opencontainers.image.title": "static",
}
baseImageAnnotations := map[string]string{
"org.opencontainers.image.base.name": ".*",