cloud-toolbox: remove oc, add openstack dns zones tool, migrating to fedora-minimal
All checks were successful
Build images / build-images-amd64 (push) Successful in 6m52s
Build images / build-images-arm64 (push) Successful in 9m25s
Build images / update-images-manifests (push) Successful in 23s

This commit is contained in:
Maciej Lebiest 2024-03-14 15:27:14 +01:00
parent 5e1e39d123
commit dd0f0f8029
2 changed files with 10 additions and 17 deletions

View file

@ -1,8 +1,7 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora-minimal:rawhide
RUN dnf clean all && \
dnf install -y tor nyx util-linux && \
dnf clean all
RUN dnf5 install -y tor nyx util-linux && \
dnf5 clean all
COPY torrc.conf /torrc