Add Apache 2.0 License Information in Dockerfile to Comply with OSPDT Requirements (#12878)

* ospdt: add Header for Dockerfile

* OSPDT: add Header for Dockerfile

* OSPDT: add Header for Dockerfile

* OSPDT: add Header for Dockerfile
This commit is contained in:
Shaojun Liu 2025-02-24 14:00:46 +08:00 committed by GitHub
parent 02ec313eab
commit afad979168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# Apache v2 license
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
FROM intel/oneapi-basekit:2024.0.1-devel-ubuntu22.04
ARG http_proxy

View file

@ -1,3 +1,7 @@
# Apache v2 license
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# Stage 1: Build stage to handle file preparation
FROM ubuntu:22.04 as build

View file

@ -1,3 +1,7 @@
# Apache v2 license
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# Stage 1: Build stage to handle file preparation
FROM ubuntu:22.04 as build

View file

@ -1,3 +1,7 @@
# Apache v2 license
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# First stage: build oneccl
FROM intel/oneapi-basekit:2025.0.1-0-devel-ubuntu22.04 AS build