mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Fix Dockerfile environment variables
This commit is contained in:
parent
14ab4f65f9
commit
2e74ac508b
19
Dockerfile
19
Dockerfile
@ -1,27 +1,26 @@
|
||||
FROM alpine:3
|
||||
|
||||
ENV PSU_AUTHENTICATION_PASSWORD="" \
|
||||
PSU_AUTH_TOKEN="" \
|
||||
PSU_AUTHENTICATION_USER="" \
|
||||
ENV PSU_AUTH_TOKEN="" \
|
||||
PSU_CONFIG="" \
|
||||
PSU_CONFIG_LIST_KEYS="" \
|
||||
PSU_CONNECTION_INSECURE="" \
|
||||
PSU_CONNECTION_TIMEOUT="" \
|
||||
PSU_CONNECTION_URL="" \
|
||||
PSU_DEBUG="" \
|
||||
PSU_ENDPOINT_GROUP_LIST_FORMAT="" \
|
||||
PSU_ENDPOINT_LIST_FORMAT="" \
|
||||
PSU_INSECURE="" \
|
||||
PSU_LOG_LEVEL="" \
|
||||
PSU_LOGIN_PRINT="" \
|
||||
PSU_PASSWORD="" \
|
||||
PSU_STACK_DEPLOY_ENDPOINT="" \
|
||||
PSU_STACK_DEPLOY_ENV_FILE="" \
|
||||
PSU_STACK_DEPLOY_REPLACE_ENV="" \
|
||||
PSU_STACK_DEPLOY_STACK_FILE="" \
|
||||
PSU_STACK_LIST_ENDPOINT="" \
|
||||
PSU_STACK_LIST_FORMAT="" \
|
||||
PSU_STACK_LIST_QUIET="" \
|
||||
PSU_STACK_LIST_SWARM="" \
|
||||
PSU_STACK_REMOVE_ENDPOINT="" \
|
||||
PSU_STACK_REMOVE_STRICT="" \
|
||||
PSU_STATUS_FORMAT="" \
|
||||
PSU_VERBOSE=""
|
||||
PSU_TIMEOUT="" \
|
||||
PSU_URL="" \
|
||||
PSU_USER=""
|
||||
|
||||
COPY psu /usr/local/bin/psu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user