Commit

Author:

Hash:

Timestamp:

+5 -0 +/-2 browse

Kevin Schoon [me@kevinschoon.com]

7d4cf544cd02c1999976ba5db7a307a4a36200ed

Sun, 25 May 2025 16:23:03 +0000 (5 months ago)

add fix for ayllu-forge.org container registry (temporarily)
1diff --git a/containers/woodpecker/Containerfile b/containers/woodpecker/Containerfile
2index 4bcaf42..51c13a7 100644
3--- a/containers/woodpecker/Containerfile
4+++ b/containers/woodpecker/Containerfile
5 @@ -21,6 +21,7 @@ RUN echo 'woodpecker:10000:5000' > /etc/subgid
6
7 COPY ./containers/woodpecker/containers.conf /etc/containers/containers.conf
8 COPY ./containers/woodpecker/podman-containers.conf /home/woodpecker/.config/containers/containers.conf
9+ COPY ./containers/woodpecker/registries.conf /etc/containers/registries.conf
10
11 RUN chown -R woodpecker:woodpecker /home/woodpecker
12
13 diff --git a/containers/woodpecker/registries.conf b/containers/woodpecker/registries.conf
14new file mode 100644
15index 0000000..115df99
16--- /dev/null
17+++ b/containers/woodpecker/registries.conf
18 @@ -0,0 +1,4 @@
19+ # Registry internal to the ayllu-forge.org deployment
20+ [[registry]]
21+ location = "registry.dns.podman:5000"
22+ insecure = true