Skip to content

Commit 81fd11b

Browse files
authored
fix(ci): attempt to fix suse12 package smoke test MONGOSH-1645 (#1743)
1 parent 2c2eef6 commit 81fd11b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/docker/suse12-rpm.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
FROM registry.suse.com/suse/sles12sp4
1+
FROM registry.suse.com/suse/sles12sp5
22

33
ARG artifact_url=""
44
ADD ${artifact_url} /tmp
55
ADD node_modules /usr/share/mongodb-crypt-library-version/node_modules
6-
RUN zypper --no-gpg-checks --non-interactive addrepo https://download.opensuse.org/repositories/openSUSE:Leap:15.1:Update/standard/openSUSE:Leap:15.1:Update.repo
76
RUN zypper --no-gpg-checks --non-interactive refresh
87
RUN zypper --no-gpg-checks --non-interactive install /tmp/*mongosh*.rpm
98
RUN /usr/bin/mongosh --build-info

0 commit comments

Comments
 (0)