We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3155823 commit 82d2371Copy full SHA for 82d2371
āservices/storage/docker/entrypoint.shā
@@ -8,6 +8,14 @@ INFO="INFO: [$(basename "$0")] "
8
WARNING="WARNING: [$(basename "$0")] "
9
ERROR="ERROR: [$(basename "$0")] "
10
11
+# Read self-signed SSH certificates (if applicable)
12
+#
13
+# In case storage must access a docker registry in a secure way using
14
+# non-standard certificates (e.g. such as self-signed certificates), this call is needed.
15
+# It needs to be executed as root.
16
+update-ca-certificates
17
+
18
19
# This entrypoint script:
20
#
21
# - Executes *inside* of the container upon start as --user [default root]
0 commit comments