Skip to content

Compile operator in GitLab CI and push image to Docker Hub

Jorge Solórzano requested to merge gitlab-ci-basic into master

Create the .gitlab-ci.yaml configuration to run the compilation of the operator.

Use the quay.io/quarkus/centos-quarkus-maven:19.0.2 image to compile to native binary with GraalVM.

When there is a new tag an ubi8-minimal container image with the native binary will be pushed to Docker registry.

Fixes #1 (closed)

Merge request reports