Skip to content

Commit b0a6386

Browse files
refactor: use mosuite minimal docker
1 parent 01fcc9f commit b0a6386

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.codeocean/environment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 1,
3-
"base_image": "codeocean/mosuite:v0.3.0",
3+
"base_image": "codeocean/mosuite-minimal:v0.3.1",
44
"post_install": true,
55
"options": {
66
"registry_host_arg": true,

environment/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# hash:sha256:16a54343c83446772895fc0c0b1e88a6dbd136fee70bcacffff7886f30541b82
1+
# hash:sha256:3ddd04105ec5ac0dc17d676e30ef154cb818689953c1d6cdcd656c82272f4902
22
ARG REGISTRY_HOST
3-
FROM $REGISTRY_HOST/codeocean/mosuite:v0.3.0
3+
FROM $REGISTRY_HOST/codeocean/mosuite-minimal:v0.3.1
44

55
ARG DEBIAN_FRONTEND=noninteractive
66
ARG GIT_ASKPASS
7-
COPY git-askpass /
7+
COPY git-ask-pass /
88

99
COPY postInstall /
1010
RUN --mount=type=secret,id=secrets . /run/secrets/secrets \

0 commit comments

Comments
 (0)