Skip to content

Add alpine-fips image #6

Add alpine-fips image

Add alpine-fips image #6

Re-run triggered March 31, 2024 19:05
Status Failure
Total duration 1m 31s
Artifacts

ecr-public.yml

on: push
Detect changes
5s
Detect changes
Matrix: Build image
Matrix: Build and push multi-arch image manifest
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
Build image (alpine-fips, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk update && mkdir -p /tmp && cd /tmp && apk add ca-certificates && apk add --no-cache --virtual .build-deps wget gcc gzip tar libc-dev ca-certificates perl make coreutils linux-headers zlib-dev gnupg && wget --quiet https://www.openssl.org/source/openssl-fips-$OPENSSL_FIPS_VERSION.tar.gz && wget --quiet https://www.openssl.org/source/openssl-fips-$OPENSSL_FIPS_VERSION.tar.gz.asc && echo \"$OPENSSL_FIPS_HASH openssl-fips-$OPENSSL_FIPS_VERSION.tar.gz\" | sha256sum -c - | grep OK && tar -xzf openssl-fips-$OPENSSL_FIPS_VERSION.tar.gz && cd openssl-fips-$OPENSSL_FIPS_VERSION && ./config && make && make install && cd /tmp && wget --quiet https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz && wget --quiet https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz.asc && echo \"$OPENSSL_HASH openssl-$OPENSSL_VERSION.tar.gz\" | sha256sum -c - | grep OK && tar -xzf openssl-$OPENSSL_VERSION.tar.gz && cd openssl-$OPENSSL_VERSION && perl ./Configure linux-x86_64 --with-fipsdir=/usr/local/ssl/fips-2.0 fips shared no-ssl2 no-ssl3 && make && make install && ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl && rm -rf /tmp && apk del .build-deps" did not complete successfully: exit code: 2
Build image (alpine-fips, amd64)
The job was canceled because "alpine-fips_arm64" failed.
Build image (alpine-fips, amd64)
The operation was canceled.
Detect changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build image (alpine-fips, arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.