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 when disabling Docker extension #59

Open
ebaron opened this issue Nov 22, 2022 · 0 comments
Open

Warnings when disabling Docker extension #59

ebaron opened this issue Nov 22, 2022 · 0 comments
Labels
bug Something isn't working build

Comments

@ebaron
Copy link
Member

ebaron commented Nov 22, 2022

Our downstream builds do not use the Docker extension. The following keys in the application.properties end up generating warnings upon startup:

quarkus.container-image.build=true
quarkus.container-image.registry=quay.io
quarkus.container-image.group=cryostat
quarkus.container-image.additional-tags=latest
quarkus.docker.executable-name=podman

2022-11-22 19:54:53,265 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.container-image.build" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2022-11-22 19:54:53,265 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.container-image.group" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2022-11-22 19:54:53,265 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.container-image.additional-tags" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2022-11-22 19:54:53,265 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.docker.executable-name" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2022-11-22 19:54:53,265 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.container-image.registry" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo

This doesn't impact the application running, but it would be nice to move these properties and the container build to a Maven profile. It can be active by default to not cause any development workflow changes.

@ebaron ebaron added bug Something isn't working build labels Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant