Skip to content

Commit 6ab1b81

Browse files
authored
[BUILD] Support AARCH64 for docker fips images (elastic#125927) (elastic#125936)
This updates the docker fips base image which support arm and x84 architectures
1 parent 4cbee5d commit 6ab1b81

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/DockerBase.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public enum DockerBase {
2828
"-wolfi",
2929
"apk"
3030
),
31-
32-
FIPS("docker.elastic.co/wolfi/chainguard-base-fips:sha256-feb7aeb1bbcb331afa089388f2fa1e81997fc24642ca4fa06b7e502ff599a4cf", "-fips", "apk"),
31+
FIPS("docker.elastic.co/wolfi/chainguard-base-fips:sha256-ebfc3f1d7dba992231747a2e05ad1b859843e81b5e676ad342859d7cf9e425a7", "-fips", "apk"),
3332
// spotless:on
3433

3534
// Based on WOLFI above, with more extras. We don't set a base image because
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3+
* or more contributor license agreements. Licensed under the "Elastic License
4+
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
5+
* Public License v 1"; you may not use this file except in compliance with, at
6+
* your election, the "Elastic License 2.0", the "GNU Affero General Public
7+
* License v3.0 only", or the "Server Side Public License, v 1".
8+
*/
9+

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ List projects = [
7373
'distribution:docker:wolfi-docker-aarch64-export',
7474
'distribution:docker:wolfi-docker-export',
7575
'distribution:docker:fips-docker-export',
76+
'distribution:docker:fips-docker-aarch64-export',
7677
'distribution:packages:aarch64-deb',
7778
'distribution:packages:deb',
7879
'distribution:packages:aarch64-rpm',

0 commit comments

Comments
 (0)