Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46d4f8a

Browse files
committedMar 20, 2025··
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 fe8353e commit 46d4f8a

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)
Please sign in to comment.