Skip to content

Commit

Permalink
PBM e2e tests. Change base OS for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandraromanchenko committed Dec 23, 2024
1 parent 197d680 commit 13909ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/docker/pbm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG MONGODB_IMAGE=perconalab/percona-server-mongodb

FROM ${MONGODB_IMAGE}:${MONGODB_VERSION}-multi AS mongo_image

FROM oraclelinux:8 AS base-build
FROM oraclelinux:9 AS base-build
WORKDIR /build

RUN mkdir -p /data/db
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/docker/tests.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oraclelinux:8 AS base-build
FROM oraclelinux:9 AS base-build
WORKDIR /build
RUN dnf update && dnf install make gcc krb5-devel

Expand Down

0 comments on commit 13909ee

Please sign in to comment.