Error: buildah exited with code 1
Trying to pull quay.io/sclorg/s2i-core-c10s:c10s...
Getting image source signatures
Copying blob sha256:9aed3eae8d66d6bcf0e08b3e211e19f795e35ea16c5eca46cc4d309709852b1b
Copying blob sha256:546711e9b6989234b38339763ee02ce7407ccaecf94fa62c643cc8e8ed04e563
Copying blob sha256:546711e9b6989234b38339763ee02ce7407ccaecf94fa62c643cc8e8ed04e563
Copying blob sha256:9aed3eae8d66d6bcf0e08b3e211e19f795e35ea16c5eca46cc4d309709852b1b
Copying config sha256:7ce79316c6229bc04130171e07baef682bbc4829e01011667c4438753a1a19df
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-09-04T02:12:34Z" level=error msg="exit status 1"