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:
parent
1d59cd4b3c
commit
d5c886f02b
@ -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:
|
||||
|
@ -47,6 +47,9 @@ dependencies:
|
||||
- community.general
|
||||
- kubernetes.core
|
||||
|
||||
container_images:
|
||||
- quay.io/skopeo/stable:v1.8.0
|
||||
|
||||
static_binaries:
|
||||
- filename: helm
|
||||
url: https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user