Skip to content
Snippets Groups Projects
Verified Commit 386f8866 authored by nd's avatar nd
Browse files

Initial commit

parents
No related merge requests found
build-buster:
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 --dockerfile $CI_PROJECT_DIR/Dockerfile.buster --destination $CI_REGISTRY_IMAGE/buster:$CI_COMMIT_TAG
FROM debian:buster
RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \
apt-get -qq install sqlite3 locales-all git python3 python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy && \
apt-get -qq clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment