-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# | ||
|
||
# Pull base image | ||
FROM centos:7 | ||
FROM centos:7@sha256:8652b9f0cb4c0599575e5a003f5906876e10c1ceb2ab9fe1786712dac14a50cf | ||
MAINTAINER [email protected] | ||
|
||
# Set required environment variables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# Copyright 2023, Intel Corporation | ||
# Copyright 2023-2024, Intel Corporation | ||
|
||
# | ||
# Dockerfile - a 'recipe' for Docker to build an image of centos-based | ||
# environment for building the PMDK project. | ||
# | ||
|
||
# Pull base image | ||
FROM docker.io/tgagor/centos:stream | ||
FROM docker.io/tgagor/centos:stream@sha256:14f375a0ae61106a82ab557c160bb0f1f1b439d2afc4d03d197adce2474353a1 | ||
MAINTAINER [email protected] | ||
|
||
# Set required environment variables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# Copyright 2016-2023, Intel Corporation | ||
# Copyright 2016-2024, Intel Corporation | ||
|
||
# | ||
# Dockerfile - a 'recipe' for Docker to build an image of Debian-based | ||
# environment for building the PMDK project. | ||
# | ||
|
||
# Pull base image | ||
FROM debian:11 | ||
FROM debian:11@sha256:34662f5448c46bb16e56edc0a8224cc0c0fb0a6bc4713061857761e8684ff388 | ||
MAINTAINER [email protected] | ||
|
||
# Set required environment variables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# Copyright 2016-2023, Intel Corporation | ||
# Copyright 2016-2024, Intel Corporation | ||
|
||
# | ||
# Dockerfile - a 'recipe' for Docker to build an image of fedora-based | ||
# environment for building the PMDK project. | ||
# | ||
|
||
# Pull base image | ||
FROM fedora:31 | ||
FROM fedora:31@sha256:a7a37f74ff864eec55891b64ad360d07020827486e30a92ea81d16459645b26a | ||
MAINTAINER [email protected] | ||
|
||
# Set required environment variables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# Copyright 2016-2023, Intel Corporation | ||
# Copyright 2016-2024, Intel Corporation | ||
|
||
# | ||
# Dockerfile - a 'recipe' for Docker to build an image of fedora-based | ||
# environment for building the PMDK project. | ||
# | ||
|
||
# Pull base image | ||
FROM fedora:37 | ||
FROM fedora:37@sha256:4105b568d464732d3ea6a3ce9a0095f334fa7aa86fdd1129f288d2687801d87d | ||
MAINTAINER [email protected] | ||
|
||
# Set required environment variables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# Copyright 2016-2023, Intel Corporation | ||
# Copyright 2016-2024, Intel Corporation | ||
|
||
# | ||
# Dockerfile - a 'recipe' for Docker to build an image of openSUSE-based | ||
# environment for building the PMDK project. | ||
# | ||
|
||
# Pull base image | ||
FROM opensuse/leap:15 | ||
FROM opensuse/leap:15@sha256:2a8c959e6b77beb76401943d01735a4fe55f2deb9eb5cba8dc659f354bdb2a23 | ||
MAINTAINER [email protected] | ||
|
||
# Set required environment variables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# Copyright 2023, Intel Corporation | ||
# Copyright 2023-2024, Intel Corporation | ||
|
||
# | ||
# Dockerfile - a 'recipe' for Docker to build an image of rockylinux-based | ||
# environment for building the PMDK project. | ||
# | ||
|
||
# Pull base image | ||
FROM rockylinux/rockylinux:8 | ||
FROM rockylinux/rockylinux:8@sha256:fcc573d8a467898553374348812a0c93d900161b7b97cf71c76476db5e41c7b3 | ||
MAINTAINER [email protected] | ||
|
||
# Set required environment variables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# Copyright 2023, Intel Corporation | ||
# Copyright 2023-2024, Intel Corporation | ||
|
||
# | ||
# Dockerfile - a 'recipe' for Docker to build an image of rockylinux-based | ||
# environment for building the PMDK project. | ||
# | ||
|
||
# Pull base image | ||
FROM rockylinux/rockylinux:9 | ||
FROM rockylinux/rockylinux:9@sha256:3c8f8ff398c0125ad595e3cfbc9e592e9c184e278e29ae3b8d70fbbd147e5989 | ||
MAINTAINER [email protected] | ||
|
||
# Set required environment variables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# | ||
|
||
# Pull base image | ||
FROM ubuntu:22.04 | ||
FROM ubuntu:22.04@sha256:53a843653cbcd9e10be207e951d907dc2481d9c222de57d24cfcac32e5165188 | ||
MAINTAINER [email protected] | ||
|
||
# Set required environment variables | ||
|