Hi- I'm following the instructions here:
https://www.keycloak.org/server/containers to build a keycloak docker image with a couple extra packages I need for my implementation.
However, the "RUN dnf install ...." command is timing out:
> [ubi-micro-build 3/3] RUN dnf install --installroot /mnt/rootfs curl --releasever 9 --setopt install_weak_deps=false --nodocs -y && dnf --installroot /mnt/rootfs clean all && rpm --root /mnt/rootfs -e --nodeps setup:
0.343 Updating Subscription Management repositories.
0.343 Unable to read consumer identity
0.344
0.344 This system is not registered with an entitlement server. You can use subscription-manager to register.
0.344
50.39 Red Hat Universal Base Image 9 (RPMs) - BaseOS 0.0 B/s | 0 B 00:50
50.39 Errors during downloading metadata for repository 'ubi-9-baseos-rpms':
50.39 - Curl error (28): Timeout was reached for
https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/repodata/a27718cc28ec6d71432e0ef3e6da544b7f9d93f6bb7d0a55aacd592d03144b70-comps.xml [Failed t
....etc
Any ideas on what I'm doing wrong?