We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3360d67 commit 511f78eCopy full SHA for 511f78e
python38-slim/Dockerfile
@@ -4,8 +4,8 @@ FROM python:3.8-slim
4
LABEL maintainer="Viking Analytics AB"
5
6
ENV BUILDER_VERSION=1.0 \
7
- APP_ROOT="app_root" \
8
- STI_SCRIPTS_PATH=".s2i/bin"
+ APP_ROOT="/app_root" \
+ STI_SCRIPTS_PATH="/.s2i/bin"
9
10
# Set labels used in OpenShift to describe the builder image
11
LABEL io.k8s.description="Platform for building Daeploy images with reduced size" \
0 commit comments