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

🌱 Setup CI workflow to use same container as Dockerfile (#1804) #1823

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

konveyor-ci-bot[bot]
Copy link

Lookup the "FROM .* as builder" image from the project's Dockerfile, and
use that image to run the CI unit-test job.

This will ensure the unit-test job is using the same container image
that the image builds will be using. A problem with the container should
show up quickly in the unit-testing.

Signed-off-by: Scott J Dickerson sdickers@redhat.com
Signed-off-by: Cherry Picker noreply@github.com

Lookup the "FROM .* as builder" image from the project's Dockerfile, and
use that image to run the CI unit-test job.

This will ensure the unit-test job is using the same container image
that the image builds will be using. A problem with the container should
show up quickly in the unit-testing.

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
Signed-off-by: Cherry Picker <noreply@github.com>
@sjd78 sjd78 requested review from ibolton336 and rszwajko April 5, 2024 19:19
@sjd78 sjd78 merged commit c7776c5 into release-0.3 Apr 5, 2024
4 checks passed
@sjd78 sjd78 deleted the cherry-pick-pr1804-release-0.3 branch April 5, 2024 21:26
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