update certs directory

This commit is contained in:
zhiqiang feng
2023-12-18 15:27:29 +08:00
parent 990ced3d2c
commit 92e4038613
+5 -2
View File
@@ -40,7 +40,7 @@ steps:
image: plugins/docker
volumes:
- name: certs
path: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
path: /etc/ssl/certs/ca-certificates.crt
- name: docker
path: /var/run/docker.sock
settings:
@@ -60,7 +60,7 @@ steps:
image: plugins/docker
volumes:
- name: certs
path: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
path: /etc/ssl/certs/ca-certificates.crt
- name: docker
path: /var/run/docker.sock
settings:
@@ -80,3 +80,6 @@ volumes:
- name: cache
host:
path: /opt/cache/maven
- name: certs
host:
path: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem