Merge branch 'latest_fedora' into 'main'
Use latest fedora image See merge request qontainers/pipglr!1
This commit is contained in:
@@ -12,7 +12,7 @@ build:
|
|||||||
name: gcr.io/kaniko-project/executor:v1.6.0-debug
|
name: gcr.io/kaniko-project/executor:v1.6.0-debug
|
||||||
entrypoint: ["/busybox/sh", "-c"]
|
entrypoint: ["/busybox/sh", "-c"]
|
||||||
variables:
|
variables:
|
||||||
BASE_TAG: 36
|
BASE_TAG: latest
|
||||||
FLAVOR: stable
|
FLAVOR: stable
|
||||||
script:
|
script:
|
||||||
- mkdir -p /kaniko/.docker
|
- mkdir -p /kaniko/.docker
|
||||||
@@ -22,5 +22,5 @@ build:
|
|||||||
--context $CI_PROJECT_DIR \
|
--context $CI_PROJECT_DIR \
|
||||||
--dockerfile $CI_PROJECT_DIR/Containerfile \
|
--dockerfile $CI_PROJECT_DIR/Containerfile \
|
||||||
--destination "$CI_REGISTRY_IMAGE:${CI_COMMIT_TAG:-latest}" \
|
--destination "$CI_REGISTRY_IMAGE:${CI_COMMIT_TAG:-latest}" \
|
||||||
--build-arg "BASE_TAG=$BASE_TAG"
|
--build-arg "BASE_TAG=$BASE_TAG" \
|
||||||
--build-arg "FLAVOR=$FLAVOR"
|
--build-arg "FLAVOR=$FLAVOR"
|
||||||
|
|||||||
Reference in New Issue
Block a user