-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Quadlet Container: Add support for EnvironmentFile and EnvironmentHost #16953
Quadlet Container: Add support for EnvironmentFile and EnvironmentHost #16953
Conversation
63f3e18
to
dd0f189
Compare
LGTM |
f859d30
to
ecd042f
Compare
ecd042f
to
e3d12d3
Compare
test/e2e/quadlet/env-file.container
Outdated
@@ -0,0 +1,9 @@ | |||
## assert-podman-final-args localhost/imagename | |||
## assert-podman-args --env-file /opt/env/abs-1 --env-file /opt/env/abs-2 | |||
## assert-podman-args-regex --env-file /tmp/podman_test.*/quadlet/rel-1 |
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.
Are we sure this is the tmpdir always used? Maybe /.*/podman_test.*/quadlet/rel-1
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.
You're right. The system tmpdir might not be /tmp
. Fixed
Add the new keys to the supported keys list for the Container group Pass the list of EnvironmentFile values while maintaining the order Quadlet e2e test framework: Add support for checking regex in Podman args Add relevant tests Update man Signed-off-by: Ygal Blum <[email protected]>
e3d12d3
to
347d537
Compare
lgtm |
@containers/podman-maintainers can someone please rerun the flaked test? The failure is not related to the change |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan, ygalblum The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add the new keys to the supported keys list for the Container group Pass the list of EnvironmentFile values while maintaining the order Quadlet e2e test framework: Add support for checking regex in Podman args Add relevant tests
Update man
Signed-off-by: Ygal Blum [email protected]
Does this PR introduce a user-facing change?
No since Quadlet was not yet released
Resolves: #16730