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:
parent
02ec313eab
commit
afad979168
4 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue