build: manually pushed ci image

This commit is contained in:
Marc 2024-04-09 00:29:03 -04:00
commit 3dd7bc1182
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,11 @@
FROM ubuntu:22.04
RUN apt update && apt upgrade -y --autoremove
RUN apt install -y \
jq \
podman \
nodejs \
git
COPY ./files/registries.conf /etc/containers/registries.conf

View file

@ -0,0 +1,3 @@
[[registry]]
insecure = true
location = "host.containers.internal:5000"