Original PR: https://github.com/sickcodes/Docker-OSX/pull/800 Author: @slonopotamus Created: 8/28/2024 Status: ✅ Merged Merged: 9/3/2024 Merged by: @sickcodes
Base: master ← Head: LegacyKeyValueFormat
master
LegacyKeyValueFormat
d13bae5
1 file changed (+1 additions, -1 deletions)
📝 Dockerfile (+1 -1)
Dockerfile
When doing docker build, docker (tested with 27.0.3) prints a warning:
docker build
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 238)
This commit fixes it by using proper syntax.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/800
Author: @slonopotamus
Created: 8/28/2024
Status: ✅ Merged
Merged: 9/3/2024
Merged by: @sickcodes
Base:
master← Head:LegacyKeyValueFormat📝 Commits (1)
d13bae5Fix LegacyKeyValueFormat Docker warning📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Dockerfile(+1 -1)📄 Description
When doing
docker build, docker (tested with 27.0.3) prints a warning:This commit fixes it by using proper syntax.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.