EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 57063f50 authored by Josef Prenner's avatar Josef Prenner
Browse files

add full path to base image for podman

parent de1cdf01
Branches main
No related tags found
No related merge requests found
Pipeline #62630 passed
......@@ -11,7 +11,7 @@ build-and-push:
before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- podman build --cache-from "${CI_REGISTRY_IMAGE}" --cache-to "${CI_REGISTRY_IMAGE}" -t "${CI_REGISTRY_IMAGE}":"${CI_COMMIT_TAG}-default" .
- podman build --cache-from "${CI_REGISTRY_IMAGE}" --cache-to "${CI_REGISTRY_IMAGE}" -t "${CI_REGISTRY_IMAGE}":"${CI_COMMIT_TAG}" .
- podman push "${CI_REGISTRY_IMAGE}":"${CI_COMMIT_TAG}"
only:
- tags
\ No newline at end of file
FROM bitnami/keycloak:26.0.8-debian-12-r1
ARG BRAND=default
FROM docker.io/bitnami/keycloak:26.0.8-debian-12-r1
COPY --chown=keycloak:root themes/dynamic-brand /opt/bitnami/keycloak/themes/dynamic-brand
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment