-
Notifications
You must be signed in to change notification settings - Fork 10
Migrate authsidecar to use Chainguard #1098
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
base: main
Are you sure you want to change the base?
Conversation
|
can we test this before we merge and release this new chainguard image also @danielhoherd since we are making and altering the images directly backporting to older releases with newer tags will start using chainguard based ones. |
Co-authored-by: pgvishnuram <[email protected]>
| gid: 101 | ||
| uid: 101 | ||
| root_user_test: False | ||
| # default_user: nginx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why has this been commented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So currently we run all of our tests using testinfra which needs /bin/sh and commands like uname and whoami which are not present in chainguard images, so for the time being we agreed to rewrite tests so that it works with Chainguard images. We have a ticket for this @ianbuss.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be re-evaluated during https://github.com/astronomer/issues/issues/8115
Details
This PR migrates auth-sidecar to use chainguard image.
Related Issues
https://github.com/astronomer/issues/issues/8122
Checklist