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

podman can't parse CMD [ ] JSON array? #454

Closed
kachick opened this issue Mar 9, 2024 · 1 comment · Fixed by #455
Closed

podman can't parse CMD [ ] JSON array? #454

kachick opened this issue Mar 9, 2024 · 1 comment · Fixed by #455
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@kachick
Copy link
Owner

kachick commented Mar 9, 2024

containers/podman#12545
containers/podman#12723

After #451?

> podman run --rm 6161b49fc5c2
/bin/systemd: 1: ]: not found
> podman inspect
               "Entrypoint": [
                    "/bin/sh",
                    "-c",
                    "]"
               ],
               "Cmd": [
                    "/bin/systemd",
                    "--system"
               ],
@kachick kachick added the help wanted Extra attention is needed label Mar 9, 2024
@kachick kachick changed the title podman can't correctly parse CMD [ ] JSON array? podman can't parse CMD [ ] JSON array? Mar 9, 2024
@kachick
Copy link
Owner Author

kachick commented Mar 9, 2024

- name: Finalize the image
id: build-image
uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 #v2.13
with:
image: home
base-image: ran-nix-commands-by-user
tags: latest ${{ github.sha }} ${{ needs.get-meta.outputs.started_at }}
oci: true

this phase may inserting another Entrypoint?
I should add test after that step (Or can we use podman export for that?)

@kachick kachick added this to 🛸 Mar 9, 2024
@github-project-automation github-project-automation bot moved this to To do in 🛸 Mar 9, 2024
@kachick kachick added the bug Something isn't working label Mar 9, 2024
@github-project-automation github-project-automation bot moved this from To do to Done in 🛸 Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant