Fix Harbor config;Add extra container images
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -91,7 +91,7 @@
|
||||
ingress:
|
||||
hosts:
|
||||
core: registry.{{ vapp['guestinfo.fqdn'] }}
|
||||
externalURL: registry.{{ vapp['guestinfo.fqdn'] }}
|
||||
externalURL: https://registry.{{ vapp['guestinfo.fqdn'] }}
|
||||
harborAdminPassword: "{{ vapp['guestinfo.rootpw'] }}"
|
||||
notary:
|
||||
enabled: false
|
||||
|
@ -36,7 +36,7 @@
|
||||
ansible.builtin.command:
|
||||
cmd: skopeo copy docker://{{ item }} docker-archive:./{{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }}
|
||||
chdir: /opt/metacluster/container-images
|
||||
loop: "{{ containerimages.results | map(attribute='stdout_lines') | flatten }}"
|
||||
loop: "{{ containerimages.results | map(attribute='stdout_lines') | flatten + dependencies.container_images}}"
|
||||
|
||||
- name: Compress tarballs
|
||||
community.general.archive:
|
||||
|
Reference in New Issue
Block a user