Skip to content

Commit

Permalink
Merge pull request #309 from cybozu/remove-default-user-setting
Browse files Browse the repository at this point in the history
Remove default user setting
  • Loading branch information
cupnes committed Sep 13, 2024
2 parents 620ca94 + f9c4dea commit 5f61ec1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 20.04/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.04.20240913
20.04.20240913.1
1 change: 0 additions & 1 deletion 20.04/ubuntu-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ COPY --from=builder /go/bin/grpcurl /usr/local/bin
COPY --from=builder /go/src/github.com/fullstorydev/grpcurl/LICENSE /usr/local/grpcurl/LICENSE

RUN adduser --disabled-password --gecos "" --uid 10000 cybozu
USER cybozu

CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion 22.04/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.04.20240913
22.04.20240913.1
1 change: 0 additions & 1 deletion 22.04/ubuntu-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ COPY --from=builder /go/bin/grpcurl /usr/local/bin
COPY --from=builder /go/src/github.com/fullstorydev/grpcurl/LICENSE /usr/local/grpcurl/LICENSE

RUN adduser --disabled-password --gecos "" --uid 10000 cybozu
USER cybozu

CMD ["/bin/bash"]

0 comments on commit 5f61ec1

Please sign in to comment.