Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release-0.12.0-rc0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed May 24, 2024
2 parents 1824bf9 + a3f3da4 commit 7497567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as build_base
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest as build_base

# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
# don't provide "default" values (e.g. 'ARG TARGETARCH=amd64') for non-buildx environments,
Expand Down Expand Up @@ -82,7 +82,7 @@ RUN echo "$(date '+%Y%m%d')-$(git rev-parse HEAD | cut -c -5)" > target/dockerho


###############################################################################
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 AS runtime
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS runtime

# TODO: FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.15

Expand Down

0 comments on commit 7497567

Please sign in to comment.