# This builder image was pushed to Nexus using prebuild.sh and will be used to copy binaries from
FROM nexus-docker.52.61.140.4.nip.io/builder-opensource/keycloak:6.0.1 AS builder
FROM nexus-docker-secure.levelup-dev.io/builder-opensource/keycloak:6.0.1 AS builder
# This is the base image
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
...
@@ -11,21 +11,21 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL name="Keycloak" \
description="Keycloak is an open source Identity and Access Management solution aimed at modern applications and services. It makes it easy to secure applications and services with little to no code." \