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

Update GH Action for main to Run Preflight Image #1016

Open
acornett21 opened this issue Jun 16, 2023 · 0 comments
Open

Update GH Action for main to Run Preflight Image #1016

acornett21 opened this issue Jun 16, 2023 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@acornett21
Copy link
Contributor

Is your feature request related to a problem? Please describe.

We have ran into a few issues where the image build by main can not be executed. This usually has lead to alot of after the fact troubleshooting.

Describe the solution you'd like.

After our image is built, and before we push the image to quay, we should put a blocking step in our process to execute

podman run -it --rm <image-id-from-build-process> version

The above will make sure that the binary built, as well as the container can be used and contains no errors in either the binary or the image itself.

Describe alternatives you've considered.

NA

Additional context.

NA

@acornett21 acornett21 added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant