Skip to content

Commit

Permalink
common: fix hash commits in docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Sep 27, 2024
1 parent 11e2c43 commit 9b702a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion utils/docker/images/Dockerfile.opensuse-leap-15
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

# Pull base image
FROM registry.opensuse.org/opensuse/leap:15@sha256:2a8c959e6b77beb76401943d01735a4fe55f2deb9eb5cba8dc659f354bdb2a23
FROM docker.io/opensuse/leap:15.6@sha256:d3a517b66067d9f150dbd57d7ad28e0806025ad6f3a3e8c71b09cc7230b833a6
MAINTAINER tomasz.gromadzki@intel.com

# Set required environment variables
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/images/Dockerfile.rockylinux-8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

# Pull base image
FROM docker.io/rockylinux/rockylinux:8@sha256:fcc573d8a467898553374348812a0c93d900161b7b97cf71c76476db5e41c7b3
FROM docker.io/library/rockylinux:8@sha256:9794037624aaa6212aeada1d28861ef5e0a935adaf93e4ef79837119f2a2d04c
MAINTAINER tomasz.gromadzki@intel.com

# Set required environment variables
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/images/Dockerfile.rockylinux-9
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

# Pull base image
FROM docker.io/rockylinux/rockylinux:9@sha256:3c8f8ff398c0125ad595e3cfbc9e592e9c184e278e29ae3b8d70fbbd147e5989
FROM docker.io/library/rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6
MAINTAINER tomasz.gromadzki@intel.com

# Set required environment variables
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/images/Dockerfile.ubuntu-22.04
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

# Pull base image
FROM docker.io/library/ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658
FROM docker.io/library/ubuntu:22.04@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe
MAINTAINER tomasz.gromadzki@intel.com

# Set required environment variables
Expand Down

0 comments on commit 9b702a0

Please sign in to comment.