Build and push images to Quay.io registry #185
Annotations
1 error and 1 warning
Build and push to quay.io registry
Error: buildah exited with code 1
Trying to pull quay.io/sclorg/s2i-core-c9s:c9s...
Getting image source signatures
Copying blob sha256:e57fc0729f6253963d1728bf155f7d06cb75fd7fe045e7e1f3bcf031900ac1e8
Copying blob sha256:29afed6506b4ff01eaa612c5d8ad70ccf84211407e130fa39cdc8459e7b45fa7
Copying blob sha256:29afed6506b4ff01eaa612c5d8ad70ccf84211407e130fa39cdc8459e7b45fa7
Copying blob sha256:e57fc0729f6253963d1728bf155f7d06cb75fd7fe045e7e1f3bcf031900ac1e8
Copying config sha256:fdcf9abc38f7741c1738f51d08ae9f90ef7532b97188a3ea5d2de5e8196d9473
Writing manifest to image destination
Storing signatures
Error: Unable to find a match: redis
error building at STEP "RUN getent group redis &> /dev/null || groupadd -r redis &> /dev/null && usermod -l redis -aG redis -c 'Redis Server' default &> /dev/null && yum -y module enable redis:$REDIS_VERSION && INSTALL_PKGS="policycoreutils redis" && yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && rpm -V $INSTALL_PKGS && yum -y clean all --enablerepo='*' && redis-server --version | grep -qe "^Redis server v=$REDIS_VERSION\." && echo "Found VERSION $REDIS_VERSION" && mkdir -p /var/lib/redis/data && chown -R redis.0 /var/lib/redis && [[ "$(id redis)" == "uid=1001(redis)"* ]]": error while running runtime: exit status 1
time="2024-03-06T01:49:29Z" level=error msg="exit status 1"
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: redhat-actions/podman-login@v1, actions/checkout@v3, andstor/file-existence-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading