Skip to content
Snippets Groups Projects
Commit a68aebda authored by Pekka Enberg's avatar Pekka Enberg
Browse files

build-osv-release: Switch to empty image


Currently, "mgmt.httpserver" pulls the entire OpenJDK which is not what
we want for osv-base image which is supposed to be around 10 MB.

Switch to "empty" image configuration until the problem is resolved.

Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 6cbbcfb1
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ set -e ...@@ -4,7 +4,7 @@ set -e
build=./scripts/build-capstan-img build=./scripts/build-capstan-img
$build cloudius/osv-base mgmt.httpserver "OSv base image for developers" $build cloudius/osv-base empty "OSv base image for developers"
$build cloudius/osv default "OSv with shell for users" $build cloudius/osv default "OSv with shell for users"
$build cloudius/osv-cassandra cassandra,mgmt.httpserver "Apache Cassandra/OSv" $build cloudius/osv-cassandra cassandra,mgmt.httpserver "Apache Cassandra/OSv"
$build cloudius/osv-tomcat tomcat,mgmt.httpserver "Apache Tomcat/OSv" $build cloudius/osv-tomcat tomcat,mgmt.httpserver "Apache Tomcat/OSv"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment