如何在 application.properties 中指定我想要在 Quarkus 中使用的基础 Docker 镜像

huangapple go评论94阅读模式
英文:

How to specify the base docker image I want to use in the application.properties, using Quarkus

问题

我正在尝试使用 Quarkus,只是想知道是否有可能在 application.properties 中指定 Docker 镜像。

英文:

I'm trying Quarkus and was just wondering if there is a possibility to specify the docker image in the application.properties.

答案1

得分: 1

这在我们的项目中是要在构建过程中生成Dockerfiles的,如果我们这样做的话,配置基础镜像将会成为可能。

但目前需要调整我们在生成项目时创建的Dockerfiles。

英文:

It's in our projects to generate the Dockerfiles during the build at some point and, if we do that, configuring the base image will be possible.

But for now, you need to tweak the Dockerfiles we create when generating the project.

huangapple
  • 本文由 发表于 2020年9月9日 14:59:51
  • 转载请务必保留本文链接:https://go.coder-hub.com/63806324.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定