snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

[container-image-docker] Add additional params to docker build command #147

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 4 years ago

Description

It would be helpfull to have the option to configure the build command.

In my enteprise, we use gitlab. And for benefit from the docker layer cache we need to call the command docker build with --cache-from

https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#making-docker-in-docker-builds-faster-with-docker-layer-caching

Implementation ideas

I think that would be great to add :

quarkus.docker.cache-from or quarkus.docker.build (for a more generic solution)


https://github.com/quarkusio/quarkus/issues/10966


$upstream:10966$