Skip to content

Instantly share code, notes, and snippets.

@iuricmp
Created March 3, 2022 23:15
Show Gist options
  • Save iuricmp/7458e3baf168c542869e4cfcd1a4f647 to your computer and use it in GitHub Desktop.
Save iuricmp/7458e3baf168c542869e4cfcd1a4f647 to your computer and use it in GitHub Desktop.
Keyloak builder with docker
#/bin/zsh
VERSION=14.0.0 # 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}" .
@iuricmp
Copy link
Author

iuricmp commented Mar 3, 2022

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