Skip to content

Update for 2026.2.1#341

Merged
artanokhov merged 2 commits into
openvinotoolkit:masterfrom
culhatsker:r2621
Jul 14, 2026
Merged

Update for 2026.2.1#341
artanokhov merged 2 commits into
openvinotoolkit:masterfrom
culhatsker:r2621

Conversation

@culhatsker

Copy link
Copy Markdown
Collaborator
  • update copyright
  • remove ubuntu18 support
  • removed pre-generated dockerfiles
  • removed windows* support

@culhatsker
culhatsker requested a review from a team as a code owner June 23, 2026 11:24
@culhatsker
culhatsker requested review from michalzx and removed request for a team June 23, 2026 11:24

@ValentinaKats ValentinaKats left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM from copyright POV

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Docker CI framework for the 2026.2.1 release by refreshing copyright headers, dropping Ubuntu 18.04 and Windows image support, removing pre-generated Dockerfiles from the repo, and adjusting Dockerfile templates to source licensing files from templates/ instead of dockerfiles/.

Changes:

  • Removed Ubuntu 18.04 and Windows (winserver2019/windows20h2) support from the CLI OS list and deleted their template trees.
  • Removed the committed, pre-generated dockerfiles/** artifacts and related Windows workflow.
  • Updated Dockerfile templates to COPY templates/{{os}}/third-party-programs-*.txt and added/moved third-party licensing files under templates/.

Reviewed changes

Copilot reviewed 79 out of 102 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
utils/utilities.py Update copyright year range.
utils/tests/test_arg_parser.py Update copyright; adjust expected error text to ubuntu20 wording.
utils/tester.py Update copyright year range.
utils/render.py Update copyright year range.
utils/logger.py Update copyright year range.
utils/loader.py Update copyright year range (no functional changes).
utils/exceptions.py Update copyright year range.
utils/docker_api.py Update copyright year range.
utils/builder.py Update copyright year range.
utils/arg_parser.py Remove ubuntu18/windows OS choices; update error text and device defaults for removed OS.
templates/winserver2019/source/url.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/source/local.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/redist/vs.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/python/python38.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/python/python37.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/python/pre_python38.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/msbuild/msbuild2019.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/msbuild/msbuild2019_online.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/install/install.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/install/copy.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/hw/cpu.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/dist/runtime.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/dist/dev.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/common/base.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/cmake/cmake34.dockerfile.j2 Removed (Windows template cleanup).
templates/winserver2019/cmake/cmake314.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/source/url.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/source/local.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/redist/vs.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/python/python38.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/python/python37.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/python/pre_python38.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/msbuild/msbuild2019.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/msbuild/msbuild2019_online.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/install/install.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/install/copy.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/hw/cpu.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/dist/runtime.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/dist/dev.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/common/base.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/cmake/cmake34.dockerfile.j2 Removed (Windows template cleanup).
templates/windows20h2/cmake/cmake314.dockerfile.j2 Removed (Windows template cleanup).
templates/ubuntu24/third-party-programs-docker-runtime.txt Added/updated runtime third-party notices for ubuntu24 images.
templates/ubuntu24/dist/runtime.dockerfile.j2 Copy licensing file from templates/ instead of dockerfiles/.
templates/ubuntu24/dist/dev.dockerfile.j2 Copy licensing files from templates/ instead of dockerfiles/.
templates/ubuntu24/common/base.dockerfile.j2 Update copyright year range.
templates/ubuntu22/dist/runtime.dockerfile.j2 Copy licensing file from templates/ instead of dockerfiles/.
templates/ubuntu22/dist/dev.dockerfile.j2 Copy licensing files from templates/ instead of dockerfiles/.
templates/ubuntu22/common/base.dockerfile.j2 Update copyright year range.
templates/ubuntu20/dist/runtime.dockerfile.j2 Copy licensing file from templates/ instead of dockerfiles/.
templates/ubuntu20/dist/dev.dockerfile.j2 Copy licensing files from templates/ instead of dockerfiles/.
templates/ubuntu20/common/base.dockerfile.j2 Update copyright year range.
templates/ubuntu18/source/url.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/source/local.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/python/python38.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/layers/wheel.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/layers/benchmark.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/install/install.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/install/copy.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/hw/vpu.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/hw/pre_vpu.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/hw/hddl.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/hw/gpu.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/hw/cpu.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/env/runtime_env.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/env/proprietary_env.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/env/dev_no_samples_env.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/env/dev_env.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/dist/runtime.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/dist/dev.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/dist/dev_no_samples.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/ubuntu18/common/base.dockerfile.j2 Removed (Ubuntu 18.04 template cleanup).
templates/rhel8/dist/runtime.dockerfile.j2 Use local templates/ licensing file instead of downloading via curl.
templates/rhel8/dist/dev.dockerfile.j2 Use local templates/ licensing files instead of downloading via curl.
templates/rhel8/common/base.dockerfile.j2 Update copyright year range.
dockerfiles/ubuntu24/openvino_cgn_runtime_2025.3.0.0.dockerfile Removed (pre-generated Dockerfile cleanup).
dockerfiles/ubuntu24/openvino_cgn_dev_2025.3.0.0.dockerfile Removed (pre-generated Dockerfile cleanup).
dockerfiles/ubuntu22/openvino_cgn_runtime_2025.3.0.0.dockerfile Removed (pre-generated Dockerfile cleanup).
dockerfiles/ubuntu22/openvino_cgn_dev_2025.3.0.0.dockerfile Removed (pre-generated Dockerfile cleanup).
dockerfiles/ubuntu20/openvino_cg_runtime_2025.2.0.0.dockerfile Removed (pre-generated Dockerfile cleanup).
dockerfiles/ubuntu20/openvino_cg_dev_2025.2.0.0.dockerfile Removed (pre-generated Dockerfile cleanup).
dockerfiles/ubuntu20/build_custom/README.md Removed (dockerfiles tree cleanup).
dockerfiles/ubuntu20/build_custom/openvino_cmake.txt Removed (dockerfiles tree cleanup).
dockerfiles/ubuntu20/build_custom/opencv_cmake.txt Removed (dockerfiles tree cleanup).
dockerfiles/ubuntu20/build_custom/Dockerfile Removed (dockerfiles tree cleanup).
dockerfiles/rhel8/openvino_cg_runtime_2025.3.0.0.dockerfile Removed (pre-generated Dockerfile cleanup).
dockerfiles/rhel8/openvino_cg_dev_2025.3.0.0.dockerfile Removed (pre-generated Dockerfile cleanup).
dockerfiles/rhel8/openshift/README.md Removed (dockerfiles tree cleanup).
dockerfiles/rhel8/autobuild/README.md Removed (dockerfiles tree cleanup).
dockerfiles/README.md Removed (dockerfiles tree cleanup).
docker_openvino.py Update copyright year range.
.github/workflows/update_dockerfiles.yml Remove Windows OS variants from generation matrix.
.github/workflows/manual_publish.yml Remove Windows publishing paths; update input descriptions/matrix.
.github/workflows/images_build_check.yml Remove Windows build matrix entries and Windows build step.
.github/workflows/build_test_win.yml Removed (Windows CI workflow cleanup).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread utils/arg_parser.py
Comment on lines 453 to 456
parser.error(
"Options --tags and --distribution are mandatory. Image operation system is 'ubuntu18'"
"Options --tags and --distribution are mandatory. Image operation system is 'ubuntu20'"
" by default."
)
Comment thread utils/loader.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2019-2024 Intel Corporation
# Copyright (C) 2019-2026 Intel Corporation
Comment thread .github/workflows/manual_publish.yml Outdated
Comment on lines 18 to 21
host_os:
description: 'OS for Host machine: ubuntu-20.04, windows-docker'
description: 'OS for Host machine: ubuntu-20.04'
required: true
default: ''
Comment thread .github/workflows/manual_publish.yml Outdated
Comment on lines 35 to 38
strategy:
matrix:
os: [ ubuntu-24.04, windows-docker ]
os: [ ubuntu-24.04 ]
runs-on: ${{ matrix.os }}
Comment thread utils/tests/test_arg_parser.py Outdated
'tags': ['test:latest'],
},
"Options --tags and --distribution are mandatory. Image operation system is 'ubuntu18' by default.",
"Options --tags and --distribution are mandatory. Image operation system is 'ubuntu20' by default.",
Comment thread utils/tests/test_arg_parser.py Outdated
'test_expression': 'cpu',
},
"Options --tags and --distribution are mandatory. Image operation system is 'ubuntu18' by default.",
"Options --tags and --distribution are mandatory. Image operation system is 'ubuntu20' by default.",
Comment thread templates/ubuntu20/common/base.dockerfile.j2
@artanokhov

Copy link
Copy Markdown
Collaborator

@culhatsker please also switch default images to ubuntu22 as default.
Please also address the major comments by Copilot review

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 82 out of 105 changed files in this pull request and generated 2 comments.

Comment thread utils/arg_parser.py
Comment on lines 451 to 455
if args.mode == "test" and not (args.tags and args.distribution):
parser.error(
"Options --tags and --distribution are mandatory. Image operation system is 'ubuntu18'"
"Options --tags and --distribution are mandatory. Image operating system is 'ubuntu22'"
" by default."
)
Comment thread docs/accelerators.md
Comment on lines +22 to +24
export IMAGE=openvino/ubuntu24_dev:2026.2.0
docker run -it --device /dev/dri --group-add=$(stat -c %g /dev/dri/render* ) $IMAGE python samples/python/hello_query_device/hello_query_device.py
```
@artanokhov
artanokhov merged commit 4d66c5d into openvinotoolkit:master Jul 14, 2026
4 checks passed
@culhatsker
culhatsker deleted the r2621 branch July 14, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants