Preload credentials endpoint and remove extra code
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
032d40f5f9
commit
3e60a48ca8
8 changed files with 41 additions and 34 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ export SHELLOPTS:=$(if $(SHELLOPTS),$(SHELLOPTS):)pipefail:errexit
|
|||
|
||||
.ONESHELL:
|
||||
|
||||
GEN_PASSWORD=$(shell (apg -n1 -m32))
|
||||
GEN_PASSWORD=$(shell (/usr/bin/apg -n1 -m32))
|
||||
IMAGE_TAG = garm-build
|
||||
|
||||
USER_ID=$(shell ((docker --version | grep -q podman) && echo "0" || id -u))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue