Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
fix: move to offical stacker URL
Browse files Browse the repository at this point in the history
Signed-off-by: Ravi Chamarthy <[email protected]>
  • Loading branch information
rchamarthy committed Jun 13, 2023
1 parent cbb6023 commit 86718cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
roots
oci
.stacker
hack
3 changes: 2 additions & 1 deletion tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TOOLS_DIR := $(TOP_LEVEL)/hack/tools
TOOLS_BIN_DIR := $(TOOLS_DIR)/bin
BUILD_DIR := $(TOP_LEVEL)/build
BUILD_OCI_DIR := $(BUILD_DIR)/oci
STACKER_VERSION := v1.0.0-rc4

export STACKER := $(TOOLS_BIN_DIR)/stacker
export SKOPEO := skopeo
Expand All @@ -11,7 +12,7 @@ STACKER_WITH_BUILD_DIR := $(STACKER) --stacker-dir $(BUILD_DIR)/.stacker --oci-d

$(STACKER):
mkdir -p $(TOOLS_BIN_DIR)
curl -fsSL https://github.com/andaaron/stacker/releases/download/v1.0.0-rc4-copy/stacker -o $@
curl -fsSL https://github.com/project-stacker/stacker/releases/download/$(STACKER_VERSION)/stacker -o "$@"
chmod +x $@

.PHONY: check-skopeo
Expand Down

0 comments on commit 86718cd

Please sign in to comment.