Skip to content

Commit

Permalink
Add PACK_GROUP_ID as duplicate of PACK_USER_GID
Browse files Browse the repository at this point in the history
PACK_USER_GID is deprecated, leaving here until tooling updates

[buildpacks/pack#50]
  • Loading branch information
dgodd committed Oct 17, 2018
1 parent 9852d7f commit 0195796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN \
useradd --uid ${pack_uid} --gid ${pack_gid} -m -s /bin/bash pack

ENV PACK_USER_ID=${pack_uid}
ENV PACK_GROUP_ID=${pack_gid}
ENV PACK_USER_GID=${pack_gid}

COPY --from=builder /go/bin /lifecycle
Expand Down

0 comments on commit 0195796

Please sign in to comment.