Error: buildah exited with code 1
Trying to pull quay.io/fedora/s2i-core:40...
Getting image source signatures
Copying blob sha256:e40721ff30a6a4f547dcb5dd108e11c447789ae0547ca77788f45c302845ae86
Copying blob sha256:b18fa12c415f519f5038e6e196bbd5fd1319e201a65d3f547bd5bc6144640b0f
Copying blob sha256:e40721ff30a6a4f547dcb5dd108e11c447789ae0547ca77788f45c302845ae86
Copying blob sha256:b18fa12c415f519f5038e6e196bbd5fd1319e201a65d3f547bd5bc6144640b0f
Copying config sha256:7ef83d348ea25142c00541c9b36fcdbbed66ddc421a299cd5bd3a858239ea7fc
Writing manifest to image destination
Storing signatures
error building at STEP "RUN getent group valkey &> /dev/null || groupadd -r valkey &> /dev/null && usermod -l valkey -aG valkey -c 'Server' default &> /dev/null && dnf install -y dnf-utils gettext policycoreutils && INSTALL_PKGS="valkey" && dnf install -y --setopt=tsflags=nodocs --nogpgcheck $INSTALL_PKGS && rpm -V $INSTALL_PKGS && dnf -y clean all --enablerepo='*' && valkey-server --version | grep -qe "^Server v=$VALKEY_VERSION\." && echo "Found VERSION $VALKEY_VERSION" && mkdir -p $VALKEY_LIB/data && chown -R valkey:0 $VALKEY_LIB && mkdir -p $VALKEY_RUN && chown -R valkey:0 $VALKEY_RUN && chmod -R ug+rwX $VALKEY_RUN && chmod -R ug+rwX $VALKEY_LIB && [[ "$(id valkey)" == "uid=1001(valkey)"* ]]": error while running runtime: exit status 1
time="2024-10-16T02:21:14Z" level=error msg="exit status 1"