Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F27206161
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
735 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
rDVAULT Docker Vault image
Attached
Detach File
Event Timeline
Log In to Comment