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

adds building oci containers #28

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

choener
Copy link
Collaborator

@choener choener commented Dec 23, 2024

  • Uses the haskell.nix container building infrastructure

  • Is convoluted, containers are not directly built, only the manifest, or here a copy-to system

  • Resulting tar is about 32 MByte, not tested yet

* Uses the haskell.nix container building infrastructure

* Is convoluted, containers are not directly built, only the manifest,
  or here a copy-to system

* Resulting tar is about 32 MByte, not tested yet
@choener choener linked an issue Dec 23, 2024 that may be closed by this pull request
@choener choener requested a review from j-mueller December 23, 2024 23:57
@choener
Copy link
Collaborator Author

choener commented Dec 23, 2024

Still TODO:

  • save artifacts
  • only run on certain tags?
  • Test image

@j-mueller
Copy link
Collaborator

save artifacts

It's ok to just produce them on demand for now

Copy link
Collaborator

@j-mueller j-mueller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested it with podman and it seemed to work.

@j-mueller j-mueller merged commit 0bdc09d into main Dec 26, 2024
2 checks passed
@j-mueller j-mueller deleted the 25-package-wst-poc-cli-as-a-docker-image branch December 26, 2024 09:30
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.

Package wst-poc-cli as a docker image
2 participants