Skip to content
Snippets Groups Projects
Verified Commit b4b5b628 authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

add python-tools

parent 346bcb52
Branches
No related tags found
No related merge requests found
Pipeline #4167 passed
......@@ -11,3 +11,11 @@ kubectl build:
entrypoint: [""]
script:
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/kubectl/Dockerfile --destination "registry.kszk.bme.hu/baseimg/kubectl"
python tools build:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/python-tools/Dockerfile --destination "registry.kszk.bme.hu/baseimg/python-tools"
FROM python:alpine
RUN apk add --no-cache --virtual .run-deps git \
&& pip install pylint flake8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment