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

new/update step implementer - create-container-image - buildah native vs buildah bud #115

Open
itewk opened this issue Jan 25, 2021 · 0 comments

Comments

@itewk
Copy link
Contributor

itewk commented Jan 25, 2021

purpose

currently the buildah StepImplementer for the create-container-image step uses buildah bud which runs against container files. We should re-name that step implementer as buildah_bud and create a new one that is buildah that uses the native buildah build commands rather then the old fassioned container file.

reason

if using native buildah commands then we could start to do fun things like have a (sub) step implmenter in the workflow that does atuomatic oscap remediation. though this may be possible already by mounting the image built with buildah bud and then running the oscap remediation using buildah commands, then re-sealing the image before ever pushing....

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

No branches or pull requests

1 participant