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

Make docker executable configurable when using Jib #21690

Merged
merged 1 commit into from
Nov 25, 2021

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Nov 25, 2021

When Jib builds a container locally (as opposed to pushing to a registry),
it needs a docker executable to perform the build.
With this change, the name of that executable is now configurable
using either quarkus.jib.docker-executable-name or
quarkus.docker.executable-name

Resolves: #21677

When Jib builds a container locally (as opposed to pushing to a registry),
it needs a docker executable to perform the build.
With this change, the name of that executable is now configurable
using either `quarkus.jib.docker-executable-name` or
`quarkus.docker.executable-name`

Resolves: quarkusio#21677
@gastaldi gastaldi merged commit 3f0ffd4 into quarkusio:main Nov 25, 2021
@quarkus-bot quarkus-bot bot added this to the 2.6 - main milestone Nov 25, 2021
@gastaldi gastaldi deleted the #21677 branch November 25, 2021 10:38
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.

quarkus-container-image-jib should support jib.dockerClient.executable config
2 participants