Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12423796
Makefile
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
Makefile
View Options
REGISTRY_NAME?=docker.io/hashicorp
VERSION=1.7.0
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
ci.docker-stage:
@./0.X/tag-images.sh
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 6, 19:00 (12 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3137542
Default Alt Text
Makefile (589 B)
Attached To
Mode
rDVAULT Docker Vault image
Attached
Detach File
Event Timeline
Log In to Comment