From 3e9ee5d0f869deffe9e4d56562d13a1dcefa3b0d Mon Sep 17 00:00:00 2001 From: I750287 Date: Tue, 14 Apr 2026 11:51:03 +0200 Subject: [PATCH] cid-4422: Fix version of docker image --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a27400..f2c7caf 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The SAP LeanIX agent discovers self-built software in self-hosted GitHub Enterpr -e GITHUB_APP_ID= \ -e PEM_FILE=/privateKey.pem \ -e WEBHOOK_SECRET= \ - ghcr.io/leanix/leanix-github-agent:dev + ghcr.io/leanix/leanix-github-agent:latest ``` This command starts the agent and exposes it on port 8000. The agent starts scanning your organizations and repositories. @@ -59,7 +59,7 @@ Add the following properties to the command: docker run ... -e JAVA_OPTS="-Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttps.proxyHost= -Dhttps.proxyPort=" \ - ghcr.io/leanix/leanix-github-agent:dev + ghcr.io/leanix/leanix-github-agent:latest ``` > **Note:** Basic authentication is not currently supported. @@ -69,7 +69,7 @@ docker run Build your own Docker image by adding the certificate: ```console -FROM ghcr.io/leanix/leanix-github-agent:dev +FROM ghcr.io/leanix/leanix-github-agent:latest USER root @@ -91,7 +91,7 @@ Run the container by providing the following command: docker run --platform linux/amd64 \ ... - ghcr.io/leanix/leanix-github-agent:dev + ghcr.io/leanix/leanix-github-agent:latest ``` ## Release Process To provide an excellent experience with the agent, we are using a three-pronged release process. Any change we undertake can be classified into one of the following three categories: