Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F44414245
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
589 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f6225a6
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,17 @@
+REGISTRY_NAME?=docker.io/hashicorp
+IMAGE_NAME=vault-enterprise
+VERSION=1.2.3
+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:06 (4 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3997680
Default Alt Text
(589 B)
Attached To
Mode
rDVAULT Docker Vault image
Attached
Detach File
Event Timeline
Log In to Comment