You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
332 B
10 lines
332 B
read B2_APPLICATION_KEY_ID < /run/secrets/B2_APPLICATION_KEY_ID
|
|
read B2_APPLICATION_KEY < /run/secrets/B2_APPLICATION_KEY
|
|
read BUCKET_NAME < /run/secrets/BUCKET_NAME
|
|
export DST=b2://${B2_APPLICATION_KEY_ID}:${B2_APPLICATION_KEY}@${BUCKET_NAME}
|
|
|
|
read PASSPHRASE < /run/secrets/PASSPHRASE
|
|
export PASSPHRASE
|
|
|
|
/usr/local/bin/entrypoint
|