Skip to content

Updates the Dockerfile to use non-legacy syntax for environment variables#5417

Merged
dlvenable merged 1 commit intoopensearch-project:mainfrom
dlvenable:docker-deprecated-fix
Feb 5, 2025
Merged

Updates the Dockerfile to use non-legacy syntax for environment variables#5417
dlvenable merged 1 commit intoopensearch-project:mainfrom
dlvenable:docker-deprecated-fix

Conversation

@dlvenable
Copy link
Member

Description

When building the Docker image I noticed this:

#19 naming to docker.io/library/opensearch-data-prepper:2.11.0-SNAPSHOT done
#19 DONE 0.5s

 1 warning found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 8)

This PR fixes by by using an equals sign (=).

Issues Resolved

None

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…bles.

Signed-off-by: David Venable <dlv@amazon.com>
@dlvenable dlvenable added the maintenance Issues to help maintain the project, such as improving builds, testing, etc. label Feb 5, 2025
@dlvenable dlvenable merged commit 782793a into opensearch-project:main Feb 5, 2025
48 of 49 checks passed
@dlvenable dlvenable deleted the docker-deprecated-fix branch February 6, 2025 14:58
chenqi0805 pushed a commit to chenqi0805/data-prepper that referenced this pull request Apr 2, 2025
…bles. (opensearch-project#5417)

Signed-off-by: David Venable <dlv@amazon.com>
Signed-off-by: George Chen <qchea@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Issues to help maintain the project, such as improving builds, testing, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants