Skip to content

Fix deprecated Dockerfile syntax (LegacyKeyValueFormat)#1

Open
skymensch wants to merge 2 commits intogitops-cookbook:mainfrom
skymensch:develop
Open

Fix deprecated Dockerfile syntax (LegacyKeyValueFormat)#1
skymensch wants to merge 2 commits intogitops-cookbook:mainfrom
skymensch:develop

Conversation

@skymensch
Copy link

Hello,

This pull request updates the Dockerfile to address deprecated syntax (LegacyKeyValueFormat), as per the official Docker documentation and recent deprecation guidelines.
Reference: According to Docker Docs, "ENV PORT 8080" (space-separated legacy format) should be updated to "ENV PORT=8080" to avoid LegacyKeyValueFormat warnings and ensure compatibility with future Docker releases.

If this repository welcomes contributions, please kindly review this PR.
I noticed there were no previous pull requests or contribution guidelines described in the README. Could you confirm if PRs are accepted for this project, and whether there are any specific review or contribution procedures I should follow?

Thank you for your attention!

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.

1 participant