Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More package options #6

Merged
merged 5 commits into from
Sep 3, 2024
Merged

More package options #6

merged 5 commits into from
Sep 3, 2024

Conversation

grusell
Copy link
Collaborator

@grusell grusell commented Sep 3, 2024

  • chore: update Dockerfile with stage without VOLUME definition
  • feat: make stream keys used in packaging configurable through env variables
  • feat: add support for configuring package format through env variable PACKAGE_FORMAT_OPTIONS_JSON
  • feat: make output folder structure configurable with OUTPUT_SUBFOLDER_TEMPLATE env variable

The VOLUME definition may not be needed in most cases, and
could clutter up diskspace since volumes are note deleted
by default when container exits. It was decided to leave
the volume in the default target of the Dockerfile, but
create a previous stage without VOLUME that is used for
building image for dockerhub.

Signed-off-by: Gustav Grusell <[email protected]>
… PACKAGE_FORMAT_OPTIONS_JSON

Signed-off-by: Gustav Grusell <[email protected]>
Signed-off-by: Gustav Grusell <[email protected]>
@grusell grusell merged commit fc02867 into main Sep 3, 2024
4 checks passed
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