Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(containers): use proper syntax for ENV in Containerfiles #1345

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

jonner
Copy link
Contributor

@jonner jonner commented Feb 12, 2025

The syntax "ENV VAR VALUE" is supported but is deprecated, and docker complains about it. The proper syntax is "ENV VAR=VALUE". Switch to that syntax in all Containerfiles.

The syntax "ENV VAR VALUE" is supported but is deprecated, and docker
complains about it. The proper syntax is "ENV VAR=VALUE". Switch to that
syntax in all Containerfiles.

Signed-off-by: Jonathon Jongsma <[email protected]>
@jonner jonner requested review from mnecas and yaacov as code owners February 12, 2025 19:30
@yaacov yaacov changed the title Use proper syntax for ENV in Containerfiles chore(containers): use proper syntax for ENV in Containerfiles Feb 13, 2025
Copy link
Member

@yaacov yaacov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.41%. Comparing base (f1fe5d0) to head (5b67cac).
Report is 16 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1345      +/-   ##
==========================================
- Coverage   15.45%   15.41%   -0.04%     
==========================================
  Files         112      112              
  Lines       23377    23837     +460     
==========================================
+ Hits         3613     3675      +62     
- Misses      19479    19875     +396     
- Partials      285      287       +2     
Flag Coverage Δ
unittests 15.41% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yaacov yaacov merged commit a45c0fc into kubev2v:main Feb 13, 2025
18 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants