Error: buildah exited with code 1
Trying to pull quay.io/sclorg/s2i-core-c10s:c10s...
Getting image source signatures
Copying blob sha256:a799e654b89a06b641a70e9686b326346a8c7bb82eacdb15264fb335781eca68
Copying blob sha256:84d59c6c67b960da846aec6c360f6340c1bcacdd159cd27b34972e284afbe5a7
Copying blob sha256:a799e654b89a06b641a70e9686b326346a8c7bb82eacdb15264fb335781eca68
Copying blob sha256:84d59c6c67b960da846aec6c360f6340c1bcacdd159cd27b34972e284afbe5a7
Copying config sha256:e6a47b716eceea94958c2eb1b73a5454ce02ab9a1aa60cf9e7070f40400ce1a1
Writing manifest to image destination
Storing signatures
chmod: changing permissions of '/var/lib/valkey/data': Operation not permitted
error building at STEP "RUN getent group valkey &> /dev/null || groupadd -r valkey &> /dev/null && usermod -l valkey -aG valkey -c 'Valkey Server' default &> /dev/null && INSTALL_PKGS="policycoreutils gettext bind valkey" && dnf install -y --setopt=tsflags=nodocs $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-08-20T11:06:45Z" level=error msg="exit status 1"