Last active
November 24, 2021 17:53
-
-
Save hoadh/00fd64e62634558db3ad04399d24181d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/zsh | |
VERSION=15.0.2 # set version here | |
cd /tmp | |
git clone git@github.com:keycloak/keycloak-containers.git | |
cd keycloak-containers/server | |
git checkout $VERSION | |
docker build -t "jboss/keycloak:${VERSION}" . | |
# docker build -t "quay.io/keycloak/keycloak:${VERSION}" . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For rebuilding in Mac M1