Skip to content

Commit

Permalink
[DRAFT] control-service: fine-tune the job-builder-secure
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Ivanov [email protected]
  • Loading branch information
mivanov1988 committed Aug 1, 2023
1 parent 7ac0c54 commit 38bcaed
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices

ARG base_image=versatiledatakit/data-job-base-python-3.10-secure:latest
FROM $base_image as base

FROM photon:latest

# Copies essential binaries, libraries, headers, and Python files from the base Python image,
# excluding build dependencies.
COPY --from=base /usr/local/ /usr/local/
FROM $base_image

ARG UID=1000
ARG GID=1000
Expand Down

0 comments on commit 38bcaed

Please sign in to comment.