We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf952c8 commit 25cd095Copy full SHA for 25cd095
1 file changed
templates/rhel8/common/base.dockerfile.j2
@@ -1,8 +1,5 @@
1
# Copyright (C) 2019-2024 Intel Corporation
2
# SPDX-License-Identifier: Apache-2.0
3
-{%- if 'docker' == rhel_platform %}
4
-FROM registry.access.redhat.com/ubi8 AS base
5
-{% else %}
6
FROM registry.access.redhat.com/ubi8
7
LABEL name="rhel8_{{ distribution }}" \
8
maintainer="openvino_docker@intel.com" \
@@ -11,7 +8,6 @@ LABEL name="rhel8_{{ distribution }}" \
11
release="{{ product_version }}" \
12
9
summary="Provides the latest release of Intel(R) Distribution of OpenVINO(TM) toolkit." \
13
10
description="This is the {{ distribution }} image for Intel(R) Distribution of OpenVINO(TM) toolkit on RHEL UBI 8"
14
-{% endif -%}
15
16
# hadolint ignore=DL3002
17
USER root
0 commit comments