diff --git a/stacker-conformance.yaml b/stacker-conformance.yaml index 500b4bff..8b9111a2 100644 --- a/stacker-conformance.yaml +++ b/stacker-conformance.yaml @@ -38,7 +38,7 @@ build: "${{REPO_NAME:zot}}": from: type: docker - url: docker://gcr.io/distroless/base + url: docker://alpine:3 import: - stacker://build/go/src/github.com/project-zot/zot/bin/zot-${{OS}}-${{ARCH}} - stacker://build/go/src/github.com/project-zot/zot/config.json diff --git a/stacker-zb.yaml b/stacker-zb.yaml index 362e649f..1dec6287 100644 --- a/stacker-zb.yaml +++ b/stacker-zb.yaml @@ -19,7 +19,7 @@ build: "${{REPO_NAME:zb}}": from: type: docker - url: docker://gcr.io/distroless/base + url: docker://alpine:3 import: - stacker://build/go/src/github.com/project-zot/zot/bin/zb-${{OS}}-${{ARCH}} run: | diff --git a/stacker-zxp.yaml b/stacker-zxp.yaml index d77d9b80..14faa898 100644 --- a/stacker-zxp.yaml +++ b/stacker-zxp.yaml @@ -37,7 +37,7 @@ build: "${{REPO_NAME:zxp}}": from: type: docker - url: docker://gcr.io/distroless/base + url: docker://alpine:3 import: - stacker://build/go/src/github.com/project-zot/zot/bin/zxp-${{OS}}-${{ARCH}} - stacker://build/go/src/github.com/project-zot/zot/config.json diff --git a/stacker.yaml b/stacker.yaml index b48746a3..b86fdb00 100644 --- a/stacker.yaml +++ b/stacker.yaml @@ -36,7 +36,7 @@ build: "${{REPO_NAME:zot}}": from: type: docker - url: docker://gcr.io/distroless/base + url: docker://alpine:3 import: - stacker://build/go/src/github.com/project-zot/zot/bin/zot-${{OS}}-${{ARCH}}${{EXT:}} - stacker://build/go/src/github.com/project-zot/zot/config.json