Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
add comment in Dockerfile to provide clarity on how it is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
yharish991 committed Feb 23, 2023
1 parent d5385d2 commit e9cf016
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e9cf016

Please sign in to comment.