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 197d680 + 13909ee commit 407221cCopy full SHA for 407221c
e2e-tests/docker/pbm.dockerfile
@@ -3,7 +3,7 @@ ARG MONGODB_IMAGE=perconalab/percona-server-mongodb
3
4
FROM ${MONGODB_IMAGE}:${MONGODB_VERSION}-multi AS mongo_image
5
6
-FROM oraclelinux:8 AS base-build
+FROM oraclelinux:9 AS base-build
7
WORKDIR /build
8
9
RUN mkdir -p /data/db
e2e-tests/docker/tests.dockerfile
@@ -1,4 +1,4 @@
1
2
RUN dnf update && dnf install make gcc krb5-devel
0 commit comments