-
Notifications
You must be signed in to change notification settings - Fork 802
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
HEREDOC: Escaping $
seems off
#5422
Comments
A friendly reminder that this issue had no activity for 30 days. |
Maybe #5473 |
A friendly reminder that this issue had no activity for 30 days. |
FWIW I hit this issue today (or something very simliar) after writing some heredocs that "worked" on podman 4.9.4 but not on 5.2.1, strangely the buildah version is the same 1.37.0. But I'm running |
Description
Let's say we have dockerfile like:
The issue is that the
$
sign is not escaped as expectedDescribe the results you received:
Describe the results you expected:
Output of
podman version
if reporting apodman build
issue:The text was updated successfully, but these errors were encountered: