Build and push images to Quay.io registry #14
Annotations
1 error
build-and-push (7/Dockerfile.c10s, sclorg, c10s, valkey-7-c10s, QUAY_IMAGE_SCLORG_BUILDER_USERNAM...
Error: buildah exited with code 1
Trying to pull quay.io/sclorg/s2i-core-c10s:c10s...
Getting image source signatures
Copying blob sha256:9778ee589d7d124ff60b5cacbaa72c87394d3a324c18887eeefc6c7020f20b9a
Copying blob sha256:b01a78ec3d49f97509b13c4d08b15cc019c0813a4adab6c7f9a9577da8841a46
Copying blob sha256:b01a78ec3d49f97509b13c4d08b15cc019c0813a4adab6c7f9a9577da8841a46
Copying blob sha256:9778ee589d7d124ff60b5cacbaa72c87394d3a324c18887eeefc6c7020f20b9a
Copying config sha256:8f7cc39dc9299751d54c03f380779fe5419b35d30c4f65d0d4b16f174c130b83
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-18T02:14:07Z" level=error msg="exit status 1"
|