oidc-auth-armada-app/dex/centos/dex.stable_docker_image
Jerry Sun 5d6701bdf2 Build Dex image with IPv6 patch
The default Dex image does not support a kubernetes cluster with IPv6.
The cluster network address is not wrapped in square brackets, which
fails when the dex container tries to create custom resources. This
commit builds our own dex image while we are trying to get the fix
upstreamed.

Story: 2006711
Task: 38610

Change-Id: I9193dde6d4260f3c9b5fa12224810f1de0aa53df
Signed-off-by: Jerry Sun <jerry.sun@windriver.com>
2020-02-03 15:55:33 -05:00

6 lines
252 B
Plaintext

BUILDER=docker
LABEL=dex
DOCKER_REPO=https://github.com/dexidp/dex.git
DOCKER_REF=f1581ff873a200cf9dd01bf261e056267d57b991 # SHA for v2.14.0, as of Jan 21, 2020
DOCKER_PATCHES="docker_patches/0001-Wrap-Kubernetes-host-address-in-square-brackets.patch"