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 does not support entrypoint #321

Closed
ipbabble opened this issue Feb 9, 2018 · 3 comments
Closed

podman does not support entrypoint #321

ipbabble opened this issue Feb 9, 2018 · 3 comments
Assignees
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@ipbabble
Copy link
Collaborator

ipbabble commented Feb 9, 2018

Steps to reproduce the issue:

This is just an example

  1. buildah config --entrypoint "ls -al /etc" my-container

  2. buildah inspect my-container // it's set correctly

  3. buildah commit my-container ls

  4. podman run -it ls

Describe the results you received:
You get an error asking you for a command

Describe the results you expected:
The long listing of a directory /etc

Additional information you deem important (e.g. issue happens only occasionally):

The entries in entrypoint are set correctly. Docker has no problem using them in the image.

Output of podman version:

podman version 0.1

Additional environment details (AWS, VirtualBox, physical, etc.):
Fedroa 27, physical

@ipbabble ipbabble self-assigned this Feb 9, 2018
@ipbabble ipbabble added the bug label Feb 9, 2018
@rhatdan
Copy link
Member

rhatdan commented Feb 10, 2018

@baude Can you get this fixed before we announce on Monday?

@baude
Copy link
Member

baude commented Feb 10, 2018

yes working on it now

baude added a commit to baude/podman that referenced this issue Feb 10, 2018
When an image has an ENTRYPOINT defined, we should be honoring it. The
problem is described in issue containers#321.

Also, added buildah binary to test runtimes for testing entrypoint and
will also allow us to test podman build as well.

Signed-off-by: baude <bbaude@redhat.com>
baude added a commit to baude/podman that referenced this issue Feb 10, 2018
When an image has an ENTRYPOINT defined, we should be honoring it. The
problem is described in issue containers#321.

Also, added buildah binary to test runtimes for testing entrypoint and
will also allow us to test podman build as well.

Signed-off-by: baude <bbaude@redhat.com>
rh-atomic-bot pushed a commit that referenced this issue Feb 11, 2018
When an image has an ENTRYPOINT defined, we should be honoring it. The
problem is described in issue #321.

Also, added buildah binary to test runtimes for testing entrypoint and
will also allow us to test podman build as well.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #322
Approved by: rhatdan
@baude
Copy link
Member

baude commented Feb 15, 2018

This is verified to be working now.

@baude baude closed this as completed Feb 15, 2018
baude pushed a commit to baude/podman that referenced this issue Aug 31, 2019
bandwidth: get bandwidth interface in host ns through container interface
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 24, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

3 participants