Skip to content

Remove usage of legacy ENV syntax #695

Description

@mthalman

The syntax for ENV instructions that doesn't use an assignment operator is being phased out. All Dockerfiles that use this syntax should be updated.

docker/cli#2743

Legacy syntax:

ENV var value

Current syntax:

ENV var=value

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions