[wip][ci] utilisation image officielle buildah
This commit is contained in:
parent
0cad726f8c
commit
159d38cb94
@ -47,12 +47,13 @@ run:
|
|||||||
- dist/*.whl
|
- dist/*.whl
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: gite.lirmm.fr:5555/si-v4/docker
|
image: buildah/buildah
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
before_script:
|
before_script:
|
||||||
- podman version
|
- podman version
|
||||||
- buildah version
|
- buildah version
|
||||||
|
# - podman login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
|
||||||
# - podman login --username "${REGISTRY_USERNAME}" --password "${REGISTRY_PASSWORD}" "${REGISTRY_SERVER}"
|
# - podman login --username "${REGISTRY_USERNAME}" --password "${REGISTRY_PASSWORD}" "${REGISTRY_SERVER}"
|
||||||
script:
|
script:
|
||||||
- buildah bud -t ${IMAGE_NAME}:${CI_COMMIT_SHA} .
|
- buildah bud -t ${IMAGE_NAME}:${CI_COMMIT_SHA} .
|
||||||
|
Loading…
Reference in New Issue
Block a user