@ -6,7 +6,7 @@ export const ApiConfigWEB = [
"large" : 'no or text' ,
"large" : 'no or text' ,
"custom" : 'true' ,
"custom" : 'true' ,
"customostext" : 'Base OS: python:3.11-rc-alpine3.15' ,
"customostext" : 'Base OS: python:3.11-rc-alpine3.15' ,
"customos" : 'apk add --no-cache net-tools ' ,
"customos" : 'apt-get update && apt-get install -y --no-install-recommends net-tools ' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"customsh" : ' #!/bin/sh' ,
"app" : false ,
"app" : false ,
@ -75,6 +75,11 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-gns3" ,
"name" : "microservice-gns3" ,
"custom" : 'true' ,
"customostext" : 'Base OS: ubuntu:18.04.6 LTS ' ,
"customos" : 'apt-get update && apt-get install -y --no-install-recommends net-tools' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : true ,
"app" : true ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "8001/tcp" ,
"port" : "8001/tcp" ,
@ -84,6 +89,11 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-ubuntu" ,
"name" : "microservice-ubuntu" ,
"custom" : 'true' ,
"customostext" : 'Base OS: ubuntu:20.04.3 LTS' ,
"customos" : 'apt-get update && apt-get install -y --no-install-recommends net-tools' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : false ,
"app" : false ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "8001/tcp" ,
"port" : "8001/tcp" ,
@ -102,6 +112,11 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-numpylite" ,
"name" : "microservice-numpylite" ,
"custom" : 'true' ,
"customostext" : 'Base OS: debian:buster' ,
"customos" : 'apt-get update && apt-get install -y --no-install-recommends net-tools' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : false ,
"app" : false ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "80/tcp" ,
"port" : "80/tcp" ,
@ -111,6 +126,11 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-nodejs" ,
"name" : "microservice-nodejs" ,
"custom" : 'true' ,
"customostext" : 'Base OS: alpine:3.13' ,
"customos" : 'apk add --no-cache net-tools ' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : false ,
"app" : false ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "80/tcp" ,
"port" : "80/tcp" ,
@ -129,6 +149,11 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-ipterm" ,
"name" : "microservice-ipterm" ,
"custom" : 'true' ,
"customostext" : 'Base OS: debian:jessie ' ,
"customos" : 'apt-get update && apt-get install -y --no-install-recommends net-tools' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : false ,
"app" : false ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "80/tcp" ,
"port" : "80/tcp" ,
@ -156,6 +181,11 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-xelatexthesis" ,
"name" : "microservice-xelatexthesis" ,
"custom" : 'true' ,
"customostext" : 'Base OS: alpine:3.15 ' ,
"customos" : 'apk add --no-cache net-tools ' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : false ,
"app" : false ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "80/tcp" ,
"port" : "80/tcp" ,
@ -165,6 +195,11 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-snmpsim" ,
"name" : "microservice-snmpsim" ,
"custom" : 'true' ,
"customostext" : 'Base OS: debian:bullseye ' ,
"customos" : 'apt-get update && apt-get install -y --no-install-recommends net-tools' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : false ,
"app" : false ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "80/tcp" ,
"port" : "80/tcp" ,
@ -174,6 +209,11 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-ansible" ,
"name" : "microservice-ansible" ,
"custom" : 'true' ,
"customostext" : 'Base OS: alpine:3.14 ' ,
"customos" : 'apk add --no-cache net-tools ' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : false ,
"app" : false ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "80/tcp" ,
"port" : "80/tcp" ,
@ -219,6 +259,11 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-powershell" ,
"name" : "microservice-powershell" ,
"custom" : 'true' ,
"customostext" : 'Base OS: alpine:3.14 ' ,
"customos" : 'apk add --no-cache net-tools ' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : false ,
"app" : false ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "80/tcp" ,
"port" : "80/tcp" ,
@ -237,6 +282,11 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-hping3" ,
"name" : "microservice-hping3" ,
"custom" : 'true' ,
"customostext" : 'Base OS: alpine:3.15 ' ,
"customos" : 'apk add --no-cache net-tools ' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : false ,
"app" : false ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "80/tcp" ,
"port" : "80/tcp" ,
@ -282,7 +332,12 @@ export const ApiConfigWEB = [
} ,
} ,
{
{
"name" : "microservice-octave" ,
"name" : "microservice-octave" ,
"large" : 'no' ,
"large" : 'The build will take some time, so be patient!' ,
"custom" : 'true' ,
"customostext" : 'Base OS: ubuntu:18.04.6 LTS ' ,
"customos" : 'apt-get update && apt-get install -y --no-install-recommends net-tools' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : true ,
"app" : true ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "6901/tcp" ,
"port" : "6901/tcp" ,
@ -293,6 +348,11 @@ export const ApiConfigWEB = [
{
{
"name" : "microservice-r" ,
"name" : "microservice-r" ,
"large" : 'Note that this image is somewhat heavy (~2GB). It can take some time to build the Instance. If you think the proccess is frosen you can reload the page in your Browser' ,
"large" : 'Note that this image is somewhat heavy (~2GB). It can take some time to build the Instance. If you think the proccess is frosen you can reload the page in your Browser' ,
"custom" : 'true' ,
"customostext" : 'Base OS: ubuntu:18.04.6 LTS ' ,
"customos" : 'apt-get update && apt-get install -y --no-install-recommends net-tools' ,
"customshtext" : 'It is executed after all the normal builds' ,
"customsh" : ' #!/bin/sh' ,
"app" : true ,
"app" : true ,
"url" : 'http' ,
"url" : 'http' ,
"port" : "6901/tcp" ,
"port" : "6901/tcp" ,