Skip to content

Commit 86718cd

Browse files
committed
fix: move to offical stacker URL
Signed-off-by: Ravi Chamarthy <[email protected]>
1 parent cbb6023 commit 86718cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
roots
33
oci
44
.stacker
5+
hack

tools.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ TOOLS_DIR := $(TOP_LEVEL)/hack/tools
33
TOOLS_BIN_DIR := $(TOOLS_DIR)/bin
44
BUILD_DIR := $(TOP_LEVEL)/build
55
BUILD_OCI_DIR := $(BUILD_DIR)/oci
6+
STACKER_VERSION := v1.0.0-rc4
67

78
export STACKER := $(TOOLS_BIN_DIR)/stacker
89
export 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

0 commit comments

Comments
 (0)