A micro-service reference test application for model extraction, cloud management, energy efficiency, power prediction, single- and multi-tier auto-scaling
When trying to build the TeaStore images locally, by running
mvn clean package
cd tools/
./build_docker.sh
This results in errors like
ERROR: failed to solve: teastore-base:latest: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed mybuilder removed
for every image that depends on teastore-base.
To be able to build the TeaStore locally for testing purposes, I recommend introducing a flag $DEPLOY, and to only execute the push and the multi platform built if this flag is set.
When trying to build the TeaStore images locally, by running
This results in errors like
ERROR: failed to solve: teastore-base:latest: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed mybuilder removed
for every image that depends on
teastore-base
.To be able to build the TeaStore locally for testing purposes, I recommend introducing a flag
$DEPLOY
, and to only execute thepush
and the multi platform built if this flag is set.