From 5405d1d3e16ea3c03cbc365e867030d1c314c0ce Mon Sep 17 00:00:00 2001 From: hlts2 Date: Tue, 13 Feb 2024 14:27:22 +0900 Subject: [PATCH] fix: investigate docekr build for agent Signed-off-by: hlts2 --- dockers/agent/core/ngt/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockers/agent/core/ngt/Dockerfile b/dockers/agent/core/ngt/Dockerfile index 6e015220db..0b2a71e4c4 100644 --- a/dockers/agent/core/ngt/Dockerfile +++ b/dockers/agent/core/ngt/Dockerfile @@ -19,7 +19,8 @@ ARG DISTROLESS_IMAGE=gcr.io/distroless/static ARG DISTROLESS_IMAGE_TAG=nonroot ARG MAINTAINER="vdaas.org vald team " -FROM --platform=${TARGETPLATFORM} ubuntu:devel AS builder +# TODO: revert this changes. +FROM ubuntu:devel AS builder ARG TARGETARCH ARG TARGETOS