We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fcc9f commit b0a6386Copy full SHA for b0a6386
2 files changed
.codeocean/environment.json
@@ -1,6 +1,6 @@
1
{
2
"version": 1,
3
- "base_image": "codeocean/mosuite:v0.3.0",
+ "base_image": "codeocean/mosuite-minimal:v0.3.1",
4
"post_install": true,
5
"options": {
6
"registry_host_arg": true,
environment/Dockerfile
@@ -1,10 +1,10 @@
-# hash:sha256:16a54343c83446772895fc0c0b1e88a6dbd136fee70bcacffff7886f30541b82
+# hash:sha256:3ddd04105ec5ac0dc17d676e30ef154cb818689953c1d6cdcd656c82272f4902
ARG REGISTRY_HOST
-FROM $REGISTRY_HOST/codeocean/mosuite:v0.3.0
+FROM $REGISTRY_HOST/codeocean/mosuite-minimal:v0.3.1
ARG DEBIAN_FRONTEND=noninteractive
ARG GIT_ASKPASS
7
-COPY git-askpass /
+COPY git-ask-pass /
8
9
COPY postInstall /
10
RUN --mount=type=secret,id=secrets . /run/secrets/secrets \
0 commit comments