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

feat[closes #37]: Use exec format for cmd #43

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Conversation

axtloss
Copy link
Member

@axtloss axtloss commented Apr 21, 2024

Uses the exec format for cmd as defined in https://docs.docker.com/reference/dockerfile/#cmd

This is a breaking change for any recipe that uses the cmd field.

closes #37

@axtloss axtloss force-pushed the feat/cmd-exec-format branch from cf4b4a3 to 3147c28 Compare April 21, 2024 20:21
@axtloss axtloss merged commit 63ed6f5 into main Apr 21, 2024
4 checks passed
@axtloss axtloss deleted the feat/cmd-exec-format branch April 21, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CMD variable should support different formats
2 participants