Page MenuHomeDevCentral

No OneTemporary

diff --git a/Makefile b/Makefile
index e82588c..e371969 100644
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,17 @@
export REGISTRY_NAME?=docker.io/hashicorp
-export VERSION=1.7.0-rc1
+export VERSION=1.7.0
.PHONY: build ent-image oss-image
build: ent-image oss-image
ent-image: export PROJECT_NAME=vault-enterprise
ent-image: export TAG_SUFFIX=_ent
ent-image:
docker build --label version=$(VERSION) --build-arg VAULT_VERSION=$(VERSION)+ent --no-cache -t $(REGISTRY_NAME)/$(PROJECT_NAME):$(VERSION)$(TAG_SUFFIX) .
@../scripts/tag-images.sh
oss-image:
docker build --label version=$(VERSION) --build-arg VAULT_VERSION=$(VERSION) --no-cache -t $(REGISTRY_NAME)/$(PROJECT_NAME):$(VERSION) .
@../scripts/tag-images.sh

File Metadata

Mime Type
text/x-diff
Expires
Sun, May 3, 04:00 (6 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3676892
Default Alt Text
(735 B)

Event Timeline