mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
fix(build): upgrade zot runtime base image to distroless debian13 (#3791)
* fix(build): upgrade zot runtime base image to distroless debian13 Signed-off-by: Luca Muscariello <muscariello@ieee.org> * fix(build): align Makefile BASE_IMAGE with distroless debian13 Signed-off-by: Luca Muscariello <muscariello@ieee.org> --------- Signed-off-by: Luca Muscariello <muscariello@ieee.org>
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
echo "BASE_IMAGE=freebsd/freebsd-static:14.3" >> "$GITHUB_ENV"
|
||||
else
|
||||
ARCH=${{ matrix.arch }}
|
||||
echo "BASE_IMAGE=gcr.io/distroless/base-debian12:latest-${ARCH}" >> "$GITHUB_ENV"
|
||||
echo "BASE_IMAGE=gcr.io/distroless/base-nossl-debian13:latest-${ARCH}" >> "$GITHUB_ENV"
|
||||
fi
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user