From 7fda8935d48ccfa216785ea00b05ece676289f50 Mon Sep 17 00:00:00 2001 From: Shankari Date: Tue, 12 Nov 2024 18:32:23 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5Remove=20the=20image=20architecture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since the architecture name has now changed to `amd64` instead of `x64_64`. This partially reverts https://github.com/EVerest/everest-demo/commit/b0dfa4de9d86e143638c42c22e76b6539cbe705c Additional details at: https://github.com/EVerest/everest-demo/issues/78#issuecomment-2472224963 Testing done: - Before this change `docker compose -f docker-compose.build.yml build` errors out - After this change `docker compose -f docker-compose.build.yml build` does not error out at the same step Signed-off-by: Shankari --- manager/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/Dockerfile b/manager/Dockerfile index 94f560e4..37f2fb03 100644 --- a/manager/Dockerfile +++ b/manager/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/x86_64 ghcr.io/everest/build-kit-alpine:1.4.2 +FROM ghcr.io/everest/build-kit-alpine ARG EVEREST_VERSION=2024.9.0 ENV EVEREST_VERSION=${EVEREST_VERSION}