Compose updates

This commit is contained in:
Darren Clarke 2023-02-15 16:25:51 +00:00
parent c7991697bf
commit 484e8689a4
3 changed files with 51 additions and 44 deletions

View file

@ -1,6 +1,6 @@
CURRENT_UID := $(shell id -u):$(shell id -g)
PACKAGE_NAME ?= $(shell jq -r '.name' link/package.json)
PACKAGE_VERSION?= $(shell jq -r '.version' link/package.json)
PACKAGE_NAME ?= $(shell jq -r '.name' package.json)
PACKAGE_VERSION?= $(shell jq -r '.version' package.json)
BUILD_DATE ?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
DOCKER_ARGS ?=
DOCKER_NS ?= registry.gitlab.com/digiresilience/link/${PACKAGE_NAME}