Skip to content

Commit

Permalink
first run: pull mongo:6
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Oct 17, 2024
1 parent faf3c3a commit 40f9807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions first_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ if [[ -n "$VIAM_TEST_FAIL_RUN_FIRST" ]]; then
exit 1
fi

docker pull mongo:6

cat << EOF
-------------------------------------
Congratulations!
Expand Down
3 changes: 2 additions & 1 deletion meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"arch" : ["linux/amd64", "linux/arm64", "darwin/arm64"],
"darwin_deps": ["go"]
},
"entrypoint": "wifi"
"entrypoint": "wifi",
"first_run": "first_run.sh"
}

0 comments on commit 40f9807

Please sign in to comment.