rearranged

This commit is contained in:
2025-05-18 21:38:03 -07:00
parent 087f6a0754
commit 93510a0223

View File

@@ -85,17 +85,7 @@
# Build container images
export MAG_VERSION=0.4.0
{
# Agent
cd /Users/hohn/work-gh/mrva/mrva-docker/containers/agent/
MAG_TARGET=mrva-agent:0.4.0
docker build --no-cache --network host -t ${MAG_TARGET} .
}
{
# server
cd /Users/hohn/work-gh/mrva/mrva-docker/containers/server
docker build --no-cache --network host -t mrva-server:${MAG_VERSION} .
}
{
# ghmrva
cd /Users/hohn/work-gh/mrva/mrva-docker/containers/ghmrva/
@@ -114,6 +104,17 @@
# Usual build
docker build --no-cache -t mrva-hepc-container:${MAG_VERSION} .
}
{
# server
cd /Users/hohn/work-gh/mrva/mrva-docker/containers/server
docker build --no-cache --network host -t mrva-server:${MAG_VERSION} .
}
{
# Agent
cd /Users/hohn/work-gh/mrva/mrva-docker/containers/agent/
MAG_TARGET=mrva-agent:0.4.0
docker build --no-cache --network host -t ${MAG_TARGET} .
}
#
docker image ls