Skip to content

Conversation

@rschio
Copy link

@rschio rschio commented Nov 20, 2025

Remove the script used to read environment variables in docker and instead read the variables using plain Go. This simplifies the container build and make it possible to use tools like Ko to build the container.

In a future PR one can change the container build to something like this:

KO_DEFAULTBASEIMAGE=gcr.io/distroless/static-debian12 ko build -L -P .

Remove the script used to read environment variables in docker and
instead read the variables using plain Go. This simplifies the container
build and make it possible to use tools like Ko to build the container.

Signed-off-by: Rodrigo Schio <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant