Skip to content

Commit

Permalink
chore: support builds with HTTP_PROXY
Browse files Browse the repository at this point in the history
This pulls in bldr with support HTTP_PROXY and also pushes http_proxy
environment variables to the build environment.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Aug 20, 2021
1 parent 13151c5 commit 428abdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ PUSH ?= false
COMMON_ARGS := --file=Pkgfile
COMMON_ARGS += --progress=$(PROGRESS)
COMMON_ARGS += --platform=$(PLATFORM)
COMMON_ARGS += --build-arg=http_proxy=$(http_proxy)
COMMON_ARGS += --build-arg=https_proxy=$(https_proxy)

, := ,
empty :=
Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax = ghcr.io/talos-systems/bldr:v0.2.0-alpha.5-frontend
# syntax = ghcr.io/talos-systems/bldr:v0.2.0-alpha.6-frontend

format: v1alpha2

Expand Down

0 comments on commit 428abdb

Please sign in to comment.