Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit d828b74

Browse files
committed
in the release dockerfile, set HOME appropriately. Also dump out our id and environment for debug purposes
(cherry picked from commit a990788)
1 parent ef23474 commit d828b74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile.release

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN chown -R $UID /home/app
1616

1717
USER $UID
1818

19+
ENV HOME "/home/app"
20+
1921
WORKDIR "${GOPATH}/src/github.com/joyent/"
2022
RUN git clone --branch $BRANCH https://github.com/joyent/conch-shell conch-shell
2123

@@ -26,6 +28,8 @@ RUN rm -rf vendor
2628

2729
RUN go get honnef.co/go/tools/cmd/staticcheck
2830

31+
RUN id
32+
RUN env
2933

3034
ENTRYPOINT ["make" ]
3135
CMD [ "release" ]

0 commit comments

Comments
 (0)