Container Image #99
Annotations
1 error
buildah
Error: buildah exited with code 1
Trying to pull registry.access.redhat.com/ubi7/ubi:latest...
Trying to pull registry.access.redhat.com/ubi7-minimal:latest...
Getting image source signatures
Copying blob sha256:7f2c751bd3b2ad278bf3a28bbed575896855f6a7e538298997078e88127a1d30
Getting image source signatures
Copying blob sha256:55b1fdfd1577f42d7ac5fabf7072248272db9048d2970374540e303467c65639
Copying blob sha256:7f2c751bd3b2ad278bf3a28bbed575896855f6a7e538298997078e88127a1d30
Copying blob sha256:55b1fdfd1577f42d7ac5fabf7072248272db9048d2970374540e303467c65639
Copying config sha256:8d765470c178c51487e22aaf814b4eabd2b782ddc2bb1afd918097675ffbcd11
Writing manifest to image destination
Storing signatures
Copying config sha256:8d279d4d8fbf114a332b3e4183f28acd2730a2665ccdb29da43216dfb5403b31
Writing manifest to image destination
Storing signatures
error building at STEP "RUN if [ "$(uname -m)" == "x86_64" ]; then yumdownloader --downloadonly --destdir=/home/rpms mariadb-libs.$(uname -m) postgresql-libs.$(uname -m) unixODBC.$(uname -m) --resolve && curl -sSL https://sphinxsearch.com/files/$SEARCHD_RPM -o /home/rpms/$SEARCHD_RPM && sha256sum -c - <<< "$SEARCHD_RPM_SHA /home/rpms/$SEARCHD_RPM" && mkdir /home/searchd ; else yumdownloader --downloadonly --destdir=/home/rpms mariadb-libs.$(uname -m) --resolve && yum install -y gcc-c++ mysql-devel make && curl -sSL http://sphinxsearch.com/files/$SEARCHD_SRC -o /tmp/$SEARCHD_SRC && sha256sum -c - <<< "$SEARCHD_SRC_SHA /tmp/$SEARCHD_SRC" && tar xzf /tmp/$SEARCHD_SRC -C /tmp && cd /tmp/$SEARCHD_SRC_DIR && ./configure && DESTDIR=/home/searchd make install && rm -rf /tmp/sphinx* ; fi": error while running runtime: exit status 1
time="2023-11-22T07:30:24Z" level=error msg="exit status 1"
|