mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-17 13:58:19 +00:00
initial commit
This commit is contained in:
13
keycloak/Makefile
Normal file
13
keycloak/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
include keycloak/keycloak.version
|
||||
|
||||
keycloak-nopush:
|
||||
docker buildx build --platform linux/amd64 --load \
|
||||
--build-arg KEYCLOAK_VERSION=$(KEYCLOAK_VERSION) \
|
||||
--tag alemairebe/keycloak:$(KEYCLOAK_VERSION) keycloak
|
||||
|
||||
keycloak:
|
||||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \
|
||||
--build-arg KEYCLOAK_VERSION=$(KEYCLOAK_VERSION) \
|
||||
--cache-from=type=registry,ref=alemairebe/keycloak \
|
||||
--cache-to=type=registry,ref=alemairebe/keycloak \
|
||||
--tag alemairebe/keycloak:$(KEYCLOAK_VERSION) keycloak
|
Reference in New Issue
Block a user