We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8d492e + 0aef54b commit ccea918Copy full SHA for ccea918
build/base/Dockerfile
@@ -13,5 +13,5 @@
13
# limitations under the License.
14
15
# centos base image
16
-FROM quay.io/centos/centos:stream8 AS centos-base
+FROM quay.io/centos/centos:stream9 AS centos-base
17
RUN yum install -y util-linux nfs-utils e2fsprogs xfsprogs ca-certificates && yum clean all && rm -rf /var/cache/yum
0 commit comments