mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
mark as insecure
This commit is contained in:
parent
df3ace9ace
commit
209e77ad6b
1 changed files with 7 additions and 2 deletions
9
.github/workflows/iso.yml
vendored
9
.github/workflows/iso.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
docker_registry:
|
docker_registry:
|
||||||
image: docker.io/library/registry:2
|
image: docker.io/library/registry:2
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 8080:5000
|
||||||
volumes:
|
volumes:
|
||||||
- registry_cache:/var/lib/registry
|
- registry_cache:/var/lib/registry
|
||||||
permissions:
|
permissions:
|
||||||
|
|
@ -42,7 +42,12 @@ jobs:
|
||||||
|
|
||||||
- name: Download container to cache
|
- name: Download container to cache
|
||||||
run: |
|
run: |
|
||||||
podman pull http://localhost:5000/ublue-os/base-main:39
|
cat << EOF >> /etc/containers/registries.conf
|
||||||
|
[[registry]]
|
||||||
|
location = "localhost:8080"
|
||||||
|
insecure = true
|
||||||
|
EOF
|
||||||
|
podman pull http://localhost:8080/ublue-os/base-main:39
|
||||||
|
|
||||||
- name: Show downloaded files
|
- name: Show downloaded files
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue