This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 446f2d2d785cf968db357ac6f175bd170c4e4d3c Author: Antonin Stefanutti <[email protected]> AuthorDate: Fri Aug 6 12:11:17 2021 +0200 feat(native): Use Mandrel as operator/builder image --- build/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 1f3e2ac..52a8297 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -13,8 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/quarkus/ubi-quarkus-native-image:21.1.0-java11 -#FROM quay.io/quarkus/ubi-quarkus-mandrel:21.2.0.0-Final-java11 +FROM quay.io/quarkus/ubi-quarkus-mandrel:21.2.0.0-Final-java11 ARG MAVEN_VERSION="3.6.3" ARG SHA="c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0"
