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

ROX-20769: Add PG flavor to the stackrox-test image #222

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

erthalion
Copy link
Contributor

stackrox-test image is used to run go-postgres tests and has PostgreSQL installed for that purposes. Now we come to the point that ACS has to be tested against multiple versions. To support that, produce images with a specified PG version in the form
"stackrox-test-$(TEST_TAG)-pg$(PG_VERSION)". The main image will stay there without any changes, and only a consumer CI pipeline that would like to exercise different versions will pick it up.

stackrox-test image is used to run go-postgres tests and has PostgreSQL
installed for that purposes. Now we come to the point that ACS has to be
tested against multiple versions. To support that, add all needed
binaries into the test image and let the consumers choose which version
to use via modifying the PATH.
@erthalion erthalion force-pushed the feature/add-pg-flavor branch from 43fb05c to 3af87b4 Compare February 13, 2025 09:19
Copy link
Contributor

@davdhacs davdhacs left a comment

Choose a reason for hiding this comment

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

lgtm

@erthalion erthalion merged commit 8775e75 into main Feb 13, 2025
7 checks passed
@erthalion erthalion deleted the feature/add-pg-flavor branch February 13, 2025 17:21
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.

2 participants