File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11* .img
2- * .sif
2+ * .sif
3+ * image.tar
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ source ../.env
4+
5+ echo " Showing existing environment"
6+ env
7+
38./dev_apptainer.sh
49
510if [ ! -e " mongodb.sif" ]; then
@@ -55,4 +60,4 @@ if [ "$PROFILE" == "development" ]; then
5560fi
5661
5762# Inform user that containers are running
58- echo " All containers are running"
63+ echo " All containers are running"
Original file line number Diff line number Diff line change 1+ # docker compose up --build
2+
3+ # docker compose down
4+
5+ docker save -o apptainer/api_image.tar ezbids-api
6+ docker save -o apptainer/handler_image.tar ezbids-handler
7+ docker save -o apptainer/ui_image.tar ezbids-ui
8+
9+ cd apptainer/
10+
11+ apptainer build api.sif docker-archive:api_image.tar
12+ apptainer build handler.sif docker-archive:handler_image.tar
13+ apptainer build ui.sif docker-archive:ui_image.tar
14+
You can’t perform that action at this time.
0 commit comments