Skip to content

Commit 1addc08

Browse files
do not store tokens in Dockerfile by default (#165)
1 parent 3ac6365 commit 1addc08

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Use Alpine as the runtime image
22
FROM alpine:latest
33

4+
# Do not store login information in the container
5+
ENV PINGCLI_LOGIN_STORAGE_TYPE=none
6+
47
# Copy in repo
58
COPY pingcli /usr/local/bin/
69

0 commit comments

Comments
 (0)