mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-19 08:05:45 +03:00
feat(nicegui): show list of all images stored in container registry (#43)
This commit is contained in:
parent
b40e0dd4a1
commit
83f047f2d6
8 changed files with 417 additions and 10 deletions
|
@ -110,6 +110,10 @@ spec:
|
|||
- name: ublue-os_forge-data-pvc
|
||||
persistentVolumeClaim:
|
||||
claimName: ublue-os_forge-data
|
||||
hostAliases:
|
||||
- ip: ${FORGE_HOST_IP_ADDRESS}
|
||||
hostnames:
|
||||
- registry.${FORGE_DOMAIN_NAME}
|
||||
containers:
|
||||
- name: ansible.${FORGE_DOMAIN_NAME}
|
||||
image: anvil # will be built on pod start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue