Skip to content

Commit

Permalink
Set BASE_IMAGE env-var in created start point images
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Oct 2, 2023
1 parent 793e81c commit 3d3e354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/sh/start-point-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ build_image_from_context_dir()
if [ -n "${GIT_COMMIT_SHA:-}" ]; then
echo "ENV SHA=${GIT_COMMIT_SHA}"
fi
echo "ENV BASE_IMAGE=$(base_image_name)"
echo "ENV PORT=$(image_port_number)"
echo 'ENTRYPOINT [ "/sbin/tini", "-g", "--" ]'
echo 'CMD [ "./up.sh" ]'
Expand Down

0 comments on commit 3d3e354

Please sign in to comment.