Page MenuHomeDevCentral

Makefile
No OneTemporary

Makefile

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

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)

Event Timeline