Skip to content

Commit

Permalink
common: fix opensuse hash commit
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Sep 27, 2024
1 parent 11e2c43 commit fd0c4c9
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 opensuse/leap:15@sha256:2a8c959e6b77beb76401943d01735a4fe55f2deb9eb5cba8dc659f354bdb2a23
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 rockylinux/rockylinux:8@sha256:fcc573d8a467898553374348812a0c93d900161b7b97cf71c76476db5e41c7b3
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 rockylinux/ockylinux:9@sha256:3c8f8ff398c0125ad595e3cfbc9e592e9c184e278e29ae3b8d70fbbd147e5989
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 ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658
MAINTAINER tomasz.gromadzki@intel.com

# Set required environment variables
Expand Down

0 comments on commit fd0c4c9

Please sign in to comment.