Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3938460
Makefile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
548 B
Referenced Files
None
Subscribers
None
Makefile
View Options
REGISTRY_NAME?=docker.io/hashicorp
VERSION=1.4.7
IMAGE_TAG_ENT=$(REGISTRY_NAME)/vault-enterprise:$(VERSION)_ent
IMAGE_TAG_OSS=$(REGISTRY_NAME)/vault:$(VERSION)
.PHONY: build ent-image oss-image
build: ent-image oss-image
ent-image:
docker build --build-arg VAULT_VERSION=$(VERSION)+ent --no-cache -t $(IMAGE_TAG_ENT) .
docker tag $(IMAGE_TAG_ENT) $(REGISTRY_NAME)/vault-enterprise:latest
oss-image:
docker build --build-arg VAULT_VERSION=$(VERSION) --no-cache -t $(IMAGE_TAG_OSS) .
docker tag $(IMAGE_TAG_OSS) $(REGISTRY_NAME)/vault:latest
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 02:18 (6 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2314389
Default Alt Text
Makefile (548 B)
Attached To
Mode
rDVAULT Docker Vault image
Attached
Detach File
Event Timeline
Log In to Comment