mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
stacker builds: use a different base image
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
0eed4fbed2
commit
058bbb94c6
@@ -38,7 +38,7 @@ build:
|
||||
"${{REPO_NAME:zot}}":
|
||||
from:
|
||||
type: docker
|
||||
url: docker://centos:latest
|
||||
url: docker://gcr.io/distroless/base
|
||||
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
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ build:
|
||||
"${{REPO_NAME:zb}}":
|
||||
from:
|
||||
type: docker
|
||||
url: docker://centos:latest
|
||||
url: docker://gcr.io/distroless/base
|
||||
import:
|
||||
- stacker://build/go/src/github.com/project-zot/zot/bin/zb-${{OS}}-${{ARCH}}
|
||||
run: |
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ build:
|
||||
"${{REPO_NAME:zxp}}":
|
||||
from:
|
||||
type: docker
|
||||
url: docker://centos:latest
|
||||
url: docker://gcr.io/distroless/base
|
||||
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
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ build:
|
||||
"${{REPO_NAME:zot}}":
|
||||
from:
|
||||
type: docker
|
||||
url: docker://centos:latest
|
||||
url: docker://gcr.io/distroless/base
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user