Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KSZK
Sysadmin
Docker Images
Commits
b4b5b628
Verified
Commit
b4b5b628
authored
May 30, 2020
by
Robotka Adrián
Browse files
add python-tools
parent
346bcb52
Pipeline
#4167
passed with stage
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b4b5b628
...
...
@@ -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"
python-tools/Dockerfile
0 → 100644
View file @
b4b5b628
FROM
python:alpine
RUN
apk add
--no-cache
--virtual
.run-deps git
\
&&
pip
install
pylint flake8
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment