Skip to content
Snippets Groups Projects
Commit 4c04a8b5 authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Test with official buildah image

parent 365e754f
No related branches found
No related tags found
No related merge requests found
Pipeline #51180 failed
...@@ -10,8 +10,9 @@ variables: ...@@ -10,8 +10,9 @@ variables:
build_image: build_image:
stage: build_image stage: build_image
image: quay.io/podman/stable:v3.1.2 image: quay.io/buildah/stable:latest
before_script: before_script:
- podman --version
- podman login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}" - podman login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
script: script:
- buildah build-using-dockerfile --format docker -t ${DEPENDENCIES_IMAGE_NAME} --file Dockerfile-CI . - buildah build-using-dockerfile --format docker -t ${DEPENDENCIES_IMAGE_NAME} --file Dockerfile-CI .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment