Build and push images to Quay.io registry #27
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:7bfada8b8a89a5f8f4c309ed38466a001bf214031f2ea5db9042fcbec5d8a0b1
Copying blob sha256:37f5389f058db1a47b139fc586ba3ac76ceb775dccb74a8178855c93d1ac456b
Copying blob sha256:7bfada8b8a89a5f8f4c309ed38466a001bf214031f2ea5db9042fcbec5d8a0b1
Copying blob sha256:37f5389f058db1a47b139fc586ba3ac76ceb775dccb74a8178855c93d1ac456b
Copying config sha256:99838183684fdcd506dfea300fd2b339bb1a88abbf561cffee7df1b2b6f82939
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-11-27T02:34:38Z" level=error msg="exit status 1"
|