From e9cf0164c3ee6619ae627ce7d0b4d516e4d9f60d Mon Sep 17 00:00:00 2001 From: Harish Yayi Date: Thu, 23 Feb 2023 10:48:06 -0500 Subject: [PATCH] add comment in Dockerfile to provide clarity on how it is being used --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 89b3f9b9b4b..162d6fe87ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ # Copyright 2023 VMware, Inc. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 +# This Dockerfile is currently consumed by build tooling https://github.com/vmware-tanzu/build-tooling-for-integrations +# to build components in tanzu-framework, check out build-tooling.mk to understand how this is being consumed. + ARG BUILDER_BASE_IMAGE=golang:1.18 FROM --platform=${BUILDPLATFORM} $BUILDER_BASE_IMAGE as base