[PR #800] [MERGED] Fix LegacyKeyValueFormat Docker warning #800

Closed
opened 2025-12-29 06:22:55 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: LegacyKeyValueFormat


📝 Commits (1)

  • d13bae5 Fix 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:

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.

## 📋 Pull Request Information **Original PR:** https://github.com/sickcodes/Docker-OSX/pull/800 **Author:** [@slonopotamus](https://github.com/slonopotamus) **Created:** 8/28/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `LegacyKeyValueFormat` --- ### 📝 Commits (1) - [`d13bae5`](https://github.com/sickcodes/Docker-OSX/commit/d13bae59e4608f9262ea2f99aa7bcfaefc14829c) Fix LegacyKeyValueFormat Docker warning ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) </details> ### 📄 Description When doing `docker build`, docker (tested with 27.0.3) prints a warning: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 238) This commit fixes it by using proper syntax. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 06:22:55 +01:00
adam closed this issue 2025-12-29 06:22:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX-sickcodes#800