Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Discussion options

You must be logged in to vote

How does Acron provide auditability to operators and security teams?

The output artifact is a valid OCI manifest/image.. since we're brand new there is no special integration with existing tools, but that will evolve over time. The acorn includes all the exact container images used to build it so you can ship one artifact from e.g. test to staging to prod and be confident you're running the exact same thing.

What happens when I have to change out a config (do i need to build another image?)

If it's just an arbitrary string/file burned into the image, yes. If you want to make something configurable you would declare it in args, or as a secret, ideally with a default value. Then it show…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by cjellick
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants