Build and push images to Quay.io registry #22
Annotations
1 error
build-and-push (7/Dockerfile.fedora, fedora, fedora, QUAY_IMAGE_FEDORA_BUILDER_USERNAME, QUAY_IMA...
Error: buildah exited with code 1
Trying to pull quay.io/fedora/s2i-core:40...
Getting image source signatures
Copying blob sha256:a5a458d595f7d9a4bcc915e2441fa6fa454d04537287c8d17b2f8a8b0e30bf29
Copying blob sha256:311336741819859e92064b81199a47397788d736d764f561a89cba9583600387
Copying blob sha256:311336741819859e92064b81199a47397788d736d764f561a89cba9583600387
Copying blob sha256:a5a458d595f7d9a4bcc915e2441fa6fa454d04537287c8d17b2f8a8b0e30bf29
Copying config sha256:a5ab30d34c3ada0cd7db34be685c6159fa891f07563235cb82c59045e9de90ec
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-23T02:19:56Z" level=error msg="exit status 1"
|