Skip to content

Instantly share code, notes, and snippets.

View mstanuch's full-sized avatar
:shipit:

Mateusz Stanuch mstanuch

:shipit:
View GitHub Profile
open -na Google\ Chrome \
--args \
--user-data-dir=/tmp/temporary-chrome-profile-dir \
--disable-web-security \
--disable-site-isolation-trials
@mstanuch
mstanuch / build-keycloak-docker-image.sh
Created July 11, 2021 08:18
Apple M1 KeyCloak docker image build
#/bin/zsh
# Workaround for https://github.com/docker/for-mac/issues/5310
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