Skip to content
Snippets Groups Projects
Commit a12700830ce4 authored by Carine Dengler's avatar Carine Dengler
Browse files

feat: added tests base image (Python 3.8)

parent 2aec8b4d5a4e
No related branches found
No related tags found
No related merge requests found
Pipeline #79013 passed
build_python-logilab:
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor
--context $CI_PROJECT_DIR/library/python-logilab
--dockerfile $CI_PROJECT_DIR/library/python-logilab/Dockerfile
--destination $CI_REGISTRY_IMAGE/python-logilab
--build-arg python-version=3.8
ARG version="latest"
FROM python:"${version}"
RUN pip install tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment