Skip to content

Instantly share code, notes, and snippets.

@hoadh
Last active November 24, 2021 17:53
Show Gist options
  • Save hoadh/00fd64e62634558db3ad04399d24181d to your computer and use it in GitHub Desktop.
Save hoadh/00fd64e62634558db3ad04399d24181d to your computer and use it in GitHub Desktop.
#/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}" .
@hoadh
Copy link
Author

hoadh commented Aug 15, 2021

For rebuilding in Mac M1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment