Created
July 11, 2021 08:18
-
-
Save mstanuch/06208dbcb4423a4536fef96520df35d3 to your computer and use it in GitHub Desktop.
Apple M1 KeyCloak docker image build
This file contains hidden or 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 | |
# Workaround for https://github.com/docker/for-mac/issues/5310 | |
VERSION=14.0.0 # set version here | |
cd /tmp | |
git clone [email protected]: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 keycloak 17.0.0
keycloak/keycloak#8846 (comment)