fix: warning LegacyKeyValueFormat in Dockerfile #2314
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
fix: warning LegacyKeyValueFormat in Dockerfile
Motivation and Context
docker build build
Types of changes
Checklist
PR Type
Bug fix, Enhancement
Description
OPENTELEMETRY
,GRPC
, andNETTY
inBase/Dockerfile
ENV
format tokey=value
across multiple Dockerfiles to clear warningsapt-key
usage inBase/Dockerfile
Base/Dockerfile
LANGUAGE
argument inNodeBase/Dockerfile
HOME
argument inVideo/Dockerfile
Changes walkthrough 📝
14 files
Dockerfile
Update dependencies and fix Dockerfile warnings
Base/Dockerfile
OPENTELEMETRY
,GRPC
, andNETTY
ENV
format tokey=value
apt-key
usageDockerfile
Fix ENV format in Distributor Dockerfile
Distributor/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in EventBus Dockerfile
EventBus/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in Hub Dockerfile
Hub/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in NodeChrome Dockerfile
NodeChrome/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in NodeChromium Dockerfile
NodeChromium/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in NodeDocker Dockerfile
NodeDocker/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in NodeEdge Dockerfile
NodeEdge/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in NodeFirefox Dockerfile
NodeFirefox/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in Router Dockerfile
Router/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in SessionQueue Dockerfile
SessionQueue/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in Sessions Dockerfile
Sessions/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in Standalone Dockerfile
Standalone/Dockerfile
ENV
format tokey=value
Dockerfile
Fix ENV format in StandaloneDocker Dockerfile
StandaloneDocker/Dockerfile
ENV
format tokey=value
2 files
Dockerfile
Add LANGUAGE argument and fix ENV format
NodeBase/Dockerfile
LANGUAGE
argumentENV
format tokey=value
Dockerfile
Add HOME argument and fix ENV format
Video/Dockerfile
HOME
argumentENV
format tokey=value