Skip to content
Snippets Groups Projects
Commit 62344794 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Update poetry

parent 4b6e723d
No related branches found
No related tags found
No related merge requests found
...@@ -12,30 +12,16 @@ build_python-pimped: ...@@ -12,30 +12,16 @@ build_python-pimped:
--cache=true --cache=true
--cleanup --cleanup
build_pubmat-builder: #build_pubmat-builder:
stage: build # stage: build
image: # image:
name: gcr.io/kaniko-project/executor:debug # name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] # entrypoint: [""]
script: # script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" >/kaniko/.docker/config.json # - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" >/kaniko/.docker/config.json
- /kaniko/executor # - /kaniko/executor
--context $CI_PROJECT_DIR/pubmat-builder # --context $CI_PROJECT_DIR/pubmat-builder
--dockerfile $CI_PROJECT_DIR/pubmat-builder/Dockerfile # --dockerfile $CI_PROJECT_DIR/pubmat-builder/Dockerfile
--destination $CI_REGISTRY_IMAGE/pubmat-builder:$CI_COMMIT_REF_NAME # --destination $CI_REGISTRY_IMAGE/pubmat-builder:$CI_COMMIT_REF_NAME
--cache=true # --cache=true
--cleanup # --cleanup
build_teckids-shorewall:
stage: build
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/teckids-shorewall
--dockerfile $CI_PROJECT_DIR/teckids-shorewall/Dockerfile
--destination $CI_REGISTRY_IMAGE/teckids-shorewall:$CI_COMMIT_REF_NAME
--cache=true
--cleanup
...@@ -23,7 +23,7 @@ RUN apt-get -y update && \ ...@@ -23,7 +23,7 @@ RUN apt-get -y update && \
libsasl2-dev \ libsasl2-dev \
python3.9-dev python3.9-dev
RUN pip install poetry tox RUN pip install -U poetry tox
RUN apt-get clean && \ RUN apt-get clean && \
apt-get autoremove &&\ apt-get autoremove &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment