Skip to content

Commit 2ed66e8

Browse files
committed
Add /etc/docker/certs.d to template
OLMv1 uses containers/images/v5 which looks in the /etc/docker/certs.d directory for certificates used in image fetching. It is necessary for local registries as well as additional CAs specified in images.config. Signed-off-by: Todd Short <[email protected]>
1 parent 06f8288 commit 2ed66e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mode: 0600
2+
path: "/etc/docker/certs.d/.create"
3+
contents:
4+
inline: |
5+
Initial Creation

0 commit comments

Comments
 (0)