mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
[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:
parent
14b017b18a
commit
611f5cba4f
3 changed files with 11 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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".
|
||||||
|
*/
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue