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

Warnings reported while building the container images #2691

Open
mkumatag opened this issue Oct 16, 2024 · 1 comment
Open

Warnings reported while building the container images #2691

mkumatag opened this issue Oct 16, 2024 · 1 comment
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@mkumatag
Copy link
Member

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug
/kind feature

/kind bug

What happened:

Following warnings reported while building container images

- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 41)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 49)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 70)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 88)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 112)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 120)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 130)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 152)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 172)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 190)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 211)
 - FromPlatformFlagConstDisallowed: FROM --platform flag should not use constant value "linux/amd64" (line 41)
 - FromPlatformFlagConstDisallowed: FROM --platform flag should not use constant value "linux/amd64" (line 49)
 - RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior (line 70)
 - RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior (line 88)
 - RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior (line 112)
 - RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior (line 120)
 - RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior (line 130)
 - RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior (line 152)
 - RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior (line 172)
 - RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior (line 190)
 - RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior (line 211)

What you expected to happen:
No warnings

How to reproduce it:

$ make push-multiarch-images REGISTRY=<OWN_REGISTRY> VERSION=latest

Anything else we need to know?:

Environment:

  • openstack-cloud-controller-manager(or other related binary) version:
  • OpenStack version:
  • Others:
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Oct 16, 2024
@Niharika0306
Copy link

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants