[BUILD] Support AARCH64 for docker fips images (#125927)

This updates the docker fips base image which support arm and x84
architectures
This commit is contained in:
Rene Groeschke 2025-03-31 13:41:04 +02:00 committed by GitHub
parent 14b017b18a
commit 611f5cba4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 2 deletions

View file

@ -26,8 +26,7 @@ public enum DockerBase {
"-wolfi", "-wolfi",
"apk" "apk"
), ),
FIPS("docker.elastic.co/wolfi/chainguard-base-fips:sha256-ebfc3f1d7dba992231747a2e05ad1b859843e81b5e676ad342859d7cf9e425a7", "-fips", "apk"),
FIPS("docker.elastic.co/wolfi/chainguard-base-fips:sha256-feb7aeb1bbcb331afa089388f2fa1e81997fc24642ca4fa06b7e502ff599a4cf", "-fips", "apk"),
// spotless:on // spotless:on
// Based on WOLFI above, with more extras. We don't set a base image because // Based on WOLFI above, with more extras. We don't set a base image because
// we programmatically extend from the wolfi image. // we programmatically extend from the wolfi image.

View file

@ -0,0 +1,9 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the "Elastic License
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
* Public License v 1"; you may not use this file except in compliance with, at
* your election, the "Elastic License 2.0", the "GNU Affero General Public
* License v3.0 only", or the "Server Side Public License, v 1".
*/

View file

@ -71,6 +71,7 @@ List projects = [
'distribution:docker:wolfi-docker-aarch64-export', 'distribution:docker:wolfi-docker-aarch64-export',
'distribution:docker:wolfi-docker-export', 'distribution:docker:wolfi-docker-export',
'distribution:docker:fips-docker-export', 'distribution:docker:fips-docker-export',
'distribution:docker:fips-docker-aarch64-export',
'distribution:packages:aarch64-deb', 'distribution:packages:aarch64-deb',
'distribution:packages:deb', 'distribution:packages:deb',
'distribution:packages:aarch64-rpm', 'distribution:packages:aarch64-rpm',