Skip to content

Commit

Permalink
docker: include flavor in env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 29, 2023
1 parent 39c08aa commit 1957690
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.lite
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ ENV SCRYPTED_INSTALL_PATH="/server"
# changing this forces pip and npm to perform reinstalls.
# if this base image changes, this version must be updated.
ENV SCRYPTED_BASE_VERSION=20230329
ENV SCRYPTED_DOCKER_FLAVOR=lite
1 change: 1 addition & 0 deletions docker/Dockerfile.thin
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ ENV SCRYPTED_INSTALL_PATH="/server"
# changing this forces pip and npm to perform reinstalls.
# if this base image changes, this version must be updated.
ENV SCRYPTED_BASE_VERSION=20230329
ENV SCRYPTED_DOCKER_FLAVOR=thin
1 change: 1 addition & 0 deletions docker/template/Dockerfile.full.footer
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV SCRYPTED_INSTALL_PATH="/server"
# changing this forces pip and npm to perform reinstalls.
# if this base image changes, this version must be updated.
ENV SCRYPTED_BASE_VERSION=20230329
ENV SCRYPTED_DOCKER_FLAVOR=full

################################################################
# End section generated from template/Dockerfile.full.footer
Expand Down

0 comments on commit 1957690

Please sign in to comment.