File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22roots
33oci
44.stacker
5+ hack
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ TOOLS_DIR := $(TOP_LEVEL)/hack/tools
33TOOLS_BIN_DIR := $(TOOLS_DIR ) /bin
44BUILD_DIR := $(TOP_LEVEL ) /build
55BUILD_OCI_DIR := $(BUILD_DIR ) /oci
6+ STACKER_VERSION := v1.0.0-rc4
67
78export STACKER := $(TOOLS_BIN_DIR ) /stacker
89export SKOPEO := skopeo
@@ -11,7 +12,7 @@ STACKER_WITH_BUILD_DIR := $(STACKER) --stacker-dir $(BUILD_DIR)/.stacker --oci-d
1112
1213$(STACKER ) :
1314 mkdir -p $(TOOLS_BIN_DIR )
14- curl -fsSL https://github.com/andaaron /stacker/releases/download/v1.0.0-rc4-copy /stacker -o $@
15+ curl -fsSL https://github.com/project-stacker /stacker/releases/download/$( STACKER_VERSION ) /stacker -o " $@ "
1516 chmod +x $@
1617
1718.PHONY : check-skopeo
You can’t perform that action at this time.
0 commit comments