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 ae190bf commit 6fdb357Copy full SHA for 6fdb357
.github/docker/AddLibmongocrypt.dockerfile
@@ -0,0 +1,9 @@
1
+ARG ARCH
2
+ARG NODE_VERSION
3
+FROM ${ARCH}-alpine-base-node-${NODE_VERSION}:latest
4
+
5
+WORKDIR /mongodb-client-encryption
6
+COPY . .
7
8
+RUN npm install --ignore-scripts
9
+RUN npm run install:libmongocrypt -- --skip-bindings
.github/docker/Prebuilds.dockerfile
@@ -0,0 +1,5 @@
+FROM ${ARCH}-alpine-libmongocrypt-node-${NODE_VERSION}:latest
+RUN npm run prebuild
0 commit comments