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.
1 parent 2c2eef6 commit 81fd11bCopy full SHA for 81fd11b
scripts/docker/suse12-rpm.Dockerfile
@@ -1,9 +1,8 @@
1
-FROM registry.suse.com/suse/sles12sp4
+FROM registry.suse.com/suse/sles12sp5
2
3
ARG artifact_url=""
4
ADD ${artifact_url} /tmp
5
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
7
RUN zypper --no-gpg-checks --non-interactive refresh
8
RUN zypper --no-gpg-checks --non-interactive install /tmp/*mongosh*.rpm
9
RUN /usr/bin/mongosh --build-info
0 commit comments