File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 27
27
docker::run { $::docker_distribution::package_name :
28
28
image => $::docker_distribution::container_image ,
29
29
volumes => delete_undef_values([
30
- " ${::docker_distribution::config_file} :/etc/docker/registry/config.yml" ,
31
- " ${::docker_distribution::filesystem_rootdirectory} :${::docker_distribution::filesystem_rootdirectory} " ,
32
- " ${::docker_distribution::auth_token_rootcertbundle} :${::docker_distribution::auth_token_rootcertbundle} " ,
33
- $vol_global_ca ,
34
- $vol_cert ,
35
- $vol_key ,
36
- $vol_ca ,
37
- ]),
30
+ " ${::docker_distribution::config_file} :/etc/docker/registry/config.yml" ,
31
+ " ${::docker_distribution::filesystem_rootdirectory} :${::docker_distribution::filesystem_rootdirectory} " ,
32
+ " ${::docker_distribution::auth_token_rootcertbundle} :${::docker_distribution::auth_token_rootcertbundle} " ,
33
+ $vol_global_ca ,
34
+ $vol_cert ,
35
+ $vol_key ,
36
+ $vol_ca ,
37
+ ]),
38
38
restart_service => true ,
39
39
net => ' host' ,
40
40
detach => false ,
You can’t perform that action at this time.
0 commit comments