This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
sos:
|
||||
image: simple-object-storage-test
|
||||
image: gitea.jde.nz/public/simple-object-server:test
|
||||
container_name: sos-test
|
||||
network_mode: "host"
|
||||
ports:
|
||||
|
@@ -44,15 +44,10 @@ function wait_for_container {
|
||||
[ "${health_status}" == "healthy" ]
|
||||
}
|
||||
|
||||
#------------------------------------------------------------------------------------------------
|
||||
# build the executable
|
||||
title "Building amd64 executable"
|
||||
"${MAIN_DIR}/build.sh" amd64
|
||||
|
||||
#------------------------------------------------------------------------------------------------
|
||||
# build the docker image
|
||||
title "Building docker image"
|
||||
docker buildx build --no-cache --load -t simple-object-storage-test --platform linux/amd64 "${MAIN_DIR}"
|
||||
title "Building"
|
||||
${SCRIPT_DIR}/../build.sh
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------------------------
|
||||
# run the docker container
|
||||
|
Reference in New Issue
Block a user