build: manually pushed ci image
This commit is contained in:
commit
3dd7bc1182
2 changed files with 14 additions and 0 deletions
11
images/Dockerfile.ubuntu-latest
Normal file
11
images/Dockerfile.ubuntu-latest
Normal 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
|
3
images/files/registries.conf
Normal file
3
images/files/registries.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
[[registry]]
|
||||
insecure = true
|
||||
location = "host.containers.internal:5000"
|
Loading…
Reference in a new issue