Skip to content

Commit

Permalink
dockerfile labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jychuah committed May 1, 2024
1 parent cf25b2c commit 696128c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN edm env import -f /tmp/app_environment.zbundle edm && edm cache purge --yes

FROM $BASE_IMAGE as stage_two

LABEL source="https://github.com/enthought/edge-examples/blob/main/Minimal/Dockerfile"

RUN adduser app
USER app
WORKDIR /home/app
Expand Down
2 changes: 2 additions & 0 deletions Panel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN edm env import -f /tmp/app_environment.zbundle edm && edm cache purge --yes

FROM $BASE_IMAGE as stage_two

LABEL source="https://github.com/enthought/edge-examples/blob/main/Panel/Dockerfile"

RUN adduser app
USER app
WORKDIR /home/app
Expand Down
2 changes: 2 additions & 0 deletions Plotly Dash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN edm run -- pip install --no-cache-dir Flask-Session

FROM $BASE_IMAGE as stage_two

LABEL source="https://github.com/enthought/edge-examples/blob/main/Plotly%20Dash/Dockerfile"

RUN adduser app
USER app
WORKDIR /home/app
Expand Down
2 changes: 2 additions & 0 deletions React/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN edm run -- pip install --no-cache-dir Flask-Session

FROM $BASE_IMAGE as stage_two

LABEL source="https://github.com/enthought/edge-examples/blob/main/React/Dockerfile"

RUN adduser app
USER app
WORKDIR /home/app
Expand Down
2 changes: 2 additions & 0 deletions Streamlit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN edm run -- python -m pip install --no-cache-dir \

FROM $BASE_IMAGE as stage_two

LABEL source="https://github.com/enthought/edge-examples/blob/main/Streamlit/Dockerfile"

RUN adduser app
USER app
WORKDIR /home/app
Expand Down

0 comments on commit 696128c

Please sign in to comment.