{"id":38763357,"url":"https://github.com/eminaktas/keycloak-bitnami-image","last_synced_at":"2026-01-17T11:59:02.838Z","repository":{"id":212686723,"uuid":"731477251","full_name":"eminaktas/keycloak-bitnami-image","owner":"eminaktas","description":"This project aims to build a secure and up-to-date container image for Bitnami's Keycloak Chart, leveraging the Apko and Melange projects to create an image free from Common Vulnerabilities and Exposures (CVEs).","archived":false,"fork":false,"pushed_at":"2025-12-05T09:35:45.000Z","size":124,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-08T18:33:11.499Z","etag":null,"topics":["apko","bitnami","container-image","image","keycloak","melange"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eminaktas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-14T07:06:40.000Z","updated_at":"2025-12-05T09:35:47.000Z","dependencies_parsed_at":"2023-12-29T22:36:46.081Z","dependency_job_id":"50d20b39-d2da-4f9e-9182-0b87228062e0","html_url":"https://github.com/eminaktas/keycloak-bitnami-image","commit_stats":null,"previous_names":["eminaktas/keycloak-bitnami-image"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/eminaktas/keycloak-bitnami-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eminaktas%2Fkeycloak-bitnami-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eminaktas%2Fkeycloak-bitnami-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eminaktas%2Fkeycloak-bitnami-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eminaktas%2Fkeycloak-bitnami-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eminaktas","download_url":"https://codeload.github.com/eminaktas/keycloak-bitnami-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eminaktas%2Fkeycloak-bitnami-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apko","bitnami","container-image","image","keycloak","melange"],"created_at":"2026-01-17T11:59:02.526Z","updated_at":"2026-01-17T11:59:02.803Z","avatar_url":"https://github.com/eminaktas.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keycloak Bitnami Image\n\n[![build](https://github.com/eminaktas/keycloak-bitnami-image/actions/workflows/release.yaml/badge.svg?branch=main)](https://github.com/eminaktas/keycloak-bitnami-image/actions/workflows/release.yaml)\n\nThis project aims to build a secure and up-to-date container image for Bitnami's Keycloak Chart, leveraging the Apko and Melange projects to create an image free from Common Vulnerabilities and Exposures (CVEs).\n\n| Image Tag    | Keycloak Version  | Description                                 |\n|--------------|-------------------|---------------------------------------------|\n| **latest**   | **26.4.7**        | Latest stable release of Keycloak           |\n| latest-26.2  | 26.2.12           | Latest release within Keycloak version 26.2 |\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Prerequisites](#prerequisites)\n- [Getting Started](#getting-started)\n- [Building the Container Image](#building-the-container-image)\n- [License](#license)\n\n## Introduction\n\nKeycloak Bitnami Container Image is a project that automates the process of building a container image for Bitnami's Keycloak Helm Chart while ensuring it is free from known security vulnerabilities. This is achieved through the use of the Apko and Melange projects, which provide tools for scanning and remediating CVEs in container images.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following prerequisites installed:\n\n- [Docker](https://www.docker.com/get-started/)\n- [Apko](https://github.com/chainguard-dev/apko)\n- [Melange](https://github.com/melange-re/melange)\n\n## Getting Started\n\nTo quickly get started, run the following command to launch Keycloak Bitnami using a specific image:\n\n```bash\ndocker run --rm -it -p 8080:8080 \\\n  -e KEYCLOAK_DATABASE_VENDOR=dev-file \\\n  -e KEYCLOAK_ENABLE_HEALTH_ENDPOINTS=true \\\n  ghcr.io/eminaktas/keycloak-bitnami-image:latest\n```\n\nAlso, you can use Docker Compose to run the Keycloak with PostgreSQL:\n\n```bash\ndocker-compose up\n```\n\nThis command pulls and runs the specified Keycloak image, exposing it on port 8080. Adjust the environment variables as needed.\n\n## Building the Container Image\n\nTo build the container image using Melange and Apko, follow these steps:\n\n- Generate temporary keys with Melange:\n\n```bash\ndocker run --rm -v \"$(pwd)\":/work cgr.dev/chainguard/melange keygen\n```\n\n- Build the package for Keycloak metrics SPI:\n\n```bash\nKEYCLOAK_VERSION=26.4 docker run --privileged --rm -v \"$(pwd)\":/work -w /work \\\n  cgr.dev/chainguard/melange build $KEYCLOAK_VERSION/keycloak-metrics-spi-melange.yaml \\\n  --signing-key melange.rsa\n```\n\n- Build the package for Keycloak:\n\n```bash\nKEYCLOAK_VERSION=26.4 docker run --privileged --rm -v \"$(pwd)\":/work -w /work \\\n  cgr.dev/chainguard/melange build $KEYCLOAK_VERSION/keycloak-melange.yaml \\\n  --signing-key melange.rsa --pipeline-dir pipelines\n```\n\n- Build the container image:\n\n```bash\nKEYCLOAK_VERSION=26.4 docker run --rm -v \"$(pwd)\":/work -w /work cgr.dev/chainguard/apko build $KEYCLOAK_VERSION/apko.yaml \\\n  keycloak-bitnami-image:latest keycloak-bitnami-image-latest.tar \\\n  --keyring-append melange.rsa.pub\n```\n\nThese commands generate the necessary keys, apk packages for Keycloak, and build the final container image for Keycloak Bitnami.\n\n## License\n\nThis project is licensed under the [Apache-2.0 License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feminaktas%2Fkeycloak-bitnami-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feminaktas%2Fkeycloak-bitnami-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feminaktas%2Fkeycloak-bitnami-image/lists"}