Skip to content

Commit

Permalink
Update RHEL UBI8 base template to relax image version
Browse files Browse the repository at this point in the history
  • Loading branch information
culhatsker authored Jul 24, 2024
1 parent ea2fa04 commit 202c755
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/rhel8/common/base.dockerfile.j2
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (C) 2019-2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
{%- if 'docker' == rhel_platform %}
FROM registry.access.redhat.com/ubi8:8.9 AS base
FROM registry.access.redhat.com/ubi8 AS base
{% else %}
FROM registry.access.redhat.com/ubi8:8.9
FROM registry.access.redhat.com/ubi8
LABEL name="rhel8_{{ distribution }}" \
maintainer="[email protected]" \
vendor="Intel Corporation" \
Expand Down Expand Up @@ -157,7 +157,7 @@ CMD ["/bin/bash"]

{% if 'docker' == rhel_platform %}
# -----------------
FROM registry.access.redhat.com/ubi8:8.9 AS ov_base
FROM registry.access.redhat.com/ubi8 AS ov_base

LABEL name="rhel8_{{ distribution }}" \
maintainer="[email protected]" \
Expand Down

0 comments on commit 202c755

Please sign in to comment.