Build and push images to Quay.io registry #199
Annotations
1 error and 1 warning
check if Dockerfile is c9s, then Build multi arch image 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: postgresql-server postgresql-contrib pgaudit
error building at STEP "RUN { yum -y module enable postgresql:15 || :; } && INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper postgresql-server postgresql-contrib" && INSTALL_PKGS="$INSTALL_PKGS pgaudit" && yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && rpm -V $INSTALL_PKGS && postgres -V | grep -qe "$POSTGRESQL_VERSION\." && echo "Found VERSION $POSTGRESQL_VERSION" && yum -y clean all --enablerepo='*' && localedef -f UTF-8 -i en_US en_US.UTF-8 && test "$(id postgres)" = "uid=26(postgres) gid=26(postgres) groups=26(postgres)" && mkdir -p /var/lib/pgsql/data && /usr/libexec/fix-permissions /var/lib/pgsql /var/run/postgresql": error while running runtime: exit status 1
time="2024-03-06T01:44:43Z" 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, docker/setup-qemu-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading