Skip to content

Commit

Permalink
chore(*) comment for empty dockerignore file
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
  • Loading branch information
lobkovilya committed Nov 16, 2021
1 parent 2e4b3c0 commit cac3c55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mk/envoy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BUILD_ENVOY_FROM_SOURCES ?= false
# builds from sources. It's possible to build binaries for darwin, linux and centos7 by specifying GOOS variable.
# Envoy version could be specified either by ENVOY_TAG or ENVOY_COMMIT_HASH, the latter takes precedence.
.PHONY: build/envoy
build/envoy:
build/envoy: ## Envoy: build or fetch envoy binaries
$(MAKE) build/artifacts-${GOOS}-${GOARCH}/envoy/envoy

build/artifacts-%-amd64/envoy/envoy:
Expand Down
3 changes: 3 additions & 0 deletions tools/envoy/Dockerfile.build-centos7.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Overrides standard .dockerignore file from the project's root directory.
# It's important to have it empty because we're running 'docker build' with envoy's
# source directory as a workspace and by default it's $TMPDIR/envoy-sources.
3 changes: 3 additions & 0 deletions tools/envoy/Dockerfile.build-ubuntu.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Overrides standard .dockerignore file from the project's root directory.
# It's important to have it empty because we're running 'docker build' with envoy's
# source directory as a workspace and by default it's $TMPDIR/envoy-sources.

0 comments on commit cac3c55

Please sign in to comment.