I have added comment https://issues.apache.org/jira/browse/INFRA-15525 Will see :))
On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <[email protected]> wrote: > On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <[email protected]> > wrote: > > > Hello Martin, > > > > I just checked this issue, there is something wrong with JRE on Alpin > > Linux, current VM is based on > > > > It can be easily fixed like this: > > > > diff --git a/wicket-examples/Dockerfile b/wicket-examples/Dockerfile > > index e51f6f8..ac71634 100644 > > --- a/wicket-examples/Dockerfile > > +++ b/wicket-examples/Dockerfile > > @@ -1,4 +1,4 @@ > > -FROM tomcat:8.5-jre8-alpine > > +FROM tomcat:8.5-jre8 > > MAINTAINER Apache Wicket Team <[email protected]> > > > > RUN rm -rf /usr/local/tomcat/webapps/* > > > > > > But in this case Debian will be the OS, have you selected Alpin on > purpose? > > > > Yes, Alpine versions are hundreds of megabytes smaller. > But unless Infra team starts complaining of "using too much disk space" I > think it should be fine to use full distro! > > > > > > -- > > WBR > > Maxim aka solomax > > > -- WBR Maxim aka solomax
