Skip to content

Commit 03a9db0

Browse files
author
Matthew Fisher
committed
chore(registry): remove unused secret key
This key was removed in a recent release of the docker registry so it is no longer in use.
1 parent 4b455ee commit 03a9db0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

registry/bin/boot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ function etcd_set_default {
4242

4343
# seed initial service configuration if necessary
4444
etcd_set_default protocol http
45-
etcd_set_default secretKey ${REGISTRY_SECRET_KEY:-`openssl rand -base64 64 | tr -d '\n'`}
4645
etcd_set_default bucketName ${BUCKET_NAME}
4746

4847
# wait for confd to run once and install initial templates

0 commit comments

Comments
 (0)