Skip to content

Add support for appending environment variables#30

Merged
cmainas merged 1 commit intomainfrom
feat_env_vars
Aug 8, 2025
Merged

Add support for appending environment variables#30
cmainas merged 1 commit intomainfrom
feat_env_vars

Conversation

@cmainas
Copy link
Collaborator

@cmainas cmainas commented Aug 8, 2025

Add support for adding or appending environment variables in the final container image. The users can use both bunnyfile and Containerfile-like syntax files in order to set environment variables.

In the case of bunnyfile the environment variables are set under the field envs as a list.

In the case of Containerfile-like syntax files, users can use the ENV instruction as normally.

Add support for adding or appending environment variables in the final
container image. The users can use both bunnyfile and Containerfile-like
syntax files in order to set environment variables.

In the case of bunnyfile the environment variables are set under the
field `envs` as a list.

In the case of Containerfile-like syntax files, users can use the `ENV`
instruction as normally.

Signed-off-by: Charalampos Mainas <cmainas@nubificus.co.uk>
@cmainas cmainas merged commit 6c8196a into main Aug 8, 2025
7 checks passed
@cmainas cmainas deleted the feat_env_vars branch August 8, 2025 12:53
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