Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-dashuk-leanix committed Nov 28, 2024
1 parent 9a6ba06 commit ce5a8db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ docker run
-e JAVA_OPTS="-Dhttp.proxyHost=<HTTP_HOST> -Dhttp.proxyPort=<HTTP_PORT> -Dhttps.proxyHost=<HTTPS_HOST> -Dhttps.proxyPort=<HTTPS_PORT>" \
ghcr.io/leanix/leanix-github-agent:dev
```
> **Note:** Basic authentication is not currently supported.
#### Using an SSL Intercepting Proxy
Expand All @@ -81,7 +82,7 @@ RUN keytool -import -trustcacerts -keystore $JAVA_HOME/lib/security/cacerts -st
```
> **Note:** Add an additional COPY and the final RUN for each certificate you need to insert into the image.
> **Note:** For each certificate you need to insert into the image, add a `COPY` command and a final `RUN` command.
#### Using AMD64 Images on Apple M1
Expand Down

0 comments on commit ce5a8db

Please sign in to comment.