Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F32059667
Makefile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
586 B
Referenced Files
None
Subscribers
None
Makefile
View Options
export REGISTRY_NAME?=docker.io/hashicorp
export VERSION=1.7.0-rc1
.PHONY: build ent-image oss-image
build: ent-image oss-image
ent-imgage: 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/plain
Expires
Mon, Jun 8, 08:12 (12 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3766766
Default Alt Text
Makefile (586 B)
Attached To
Mode
rDVAULT Docker Vault image
Attached
Detach File
Event Timeline
Log In to Comment