Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F44414661
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
598 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
index f6225a6..b193197 100644
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,17 @@
REGISTRY_NAME?=docker.io/hashicorp
IMAGE_NAME=vault-enterprise
-VERSION=1.2.3
+VERSION=1.3.0-beta1
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
.PHONY: build image publish
build: image publish
image:
docker build --build-arg VAULT_VERSION=$(VERSION)+ent --no-cache -t $(IMAGE_TAG)_ent .
docker build --build-arg VAULT_VERSION=$(VERSION)+ent.hsm --no-cache -t $(IMAGE_TAG)_ent.hsm .
publish:
docker push $(IMAGE_TAG)_ent
docker push $(IMAGE_TAG)_ent.hsm
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Aug 18, 23:10 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3998624
Default Alt Text
(598 B)
Attached To
Mode
rDVAULT Docker Vault image
Attached
Detach File
Event Timeline
Log In to Comment