Skip to content

Commit 25cd095

Browse files
authored
Fix RHEL8 Labels (#336)
1 parent bf952c8 commit 25cd095

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

templates/rhel8/common/base.dockerfile.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Copyright (C) 2019-2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
3-
{%- if 'docker' == rhel_platform %}
4-
FROM registry.access.redhat.com/ubi8 AS base
5-
{% else %}
63
FROM registry.access.redhat.com/ubi8
74
LABEL name="rhel8_{{ distribution }}" \
85
maintainer="openvino_docker@intel.com" \
@@ -11,7 +8,6 @@ LABEL name="rhel8_{{ distribution }}" \
118
release="{{ product_version }}" \
129
summary="Provides the latest release of Intel(R) Distribution of OpenVINO(TM) toolkit." \
1310
description="This is the {{ distribution }} image for Intel(R) Distribution of OpenVINO(TM) toolkit on RHEL UBI 8"
14-
{% endif -%}
1511

1612
# hadolint ignore=DL3002
1713
USER root

0 commit comments

Comments
 (0)