Thanks everyone for fixing examples! On Fri, Nov 24, 2017 at 4:14 PM, Maxim Solodovnik <[email protected]> wrote:
> Thanks a lot Martin! > > On Fri, Nov 24, 2017 at 9:00 PM, Martin Grigorov <[email protected]> > wrote: > > > Pushed 6.x and 8.x too! > > > > Martin Grigorov > > Wicket Training and Consulting > > https://twitter.com/mtgrigorov > > > > On Fri, Nov 24, 2017 at 1:16 PM, Maxim Solodovnik <[email protected]> > > wrote: > > > > > done! > > > > > > On Fri, Nov 24, 2017 at 6:14 PM, Maxim Solodovnik < > [email protected]> > > > wrote: > > > > > > > I'll cherry-pick commit to 6.x and master and will let you know. > > > > I'll send my account to INFRA a little bit later this week :) > > > > > > > > > > > > On Fri, Nov 24, 2017 at 6:11 PM, Martin Grigorov < > [email protected] > > > > > > > wrote: > > > > > > > >> fixed: http://examples7x.wicket.apache.org/captcha/ > > > >> > > > >> The same should be done for 6.x and 8.x, right ? > > > >> > > > >> If you want to be able to push yourself then create an account at > > > Bintray > > > >> and ask Infra to add you to the team there. > > > >> > > > >> Martin Grigorov > > > >> Wicket Training and Consulting > > > >> https://twitter.com/mtgrigorov > > > >> > > > >> On Fri, Nov 24, 2017 at 9:54 AM, Maxim Solodovnik < > > [email protected] > > > > > > > >> wrote: > > > >> > > > >> > Done for wicket-7.x commit a0daccd6e3 > > > >> > Could you please publish it? > > > >> > I'm not sure I have sufficient privileges ... > > > >> > > > > >> > On Fri, Nov 24, 2017 at 2:47 PM, Martin Grigorov < > > > [email protected]> > > > >> > wrote: > > > >> > > > > >> > > Agreed! > > > >> > > > > > >> > > Martin Grigorov > > > >> > > Wicket Training and Consulting > > > >> > > https://twitter.com/mtgrigorov > > > >> > > > > > >> > > On Fri, Nov 24, 2017 at 4:39 AM, Maxim Solodovnik < > > > >> [email protected]> > > > >> > > wrote: > > > >> > > > > > >> > > > No response, > > > >> > > > Maybe we can update the image and wait for the reaction? :) > > > >> > > > > > > >> > > > On Thu, Nov 23, 2017 at 7:20 PM, Maxim Solodovnik < > > > >> > [email protected]> > > > >> > > > wrote: > > > >> > > > > > > >> > > > > 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 > > > >> > > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > -- > > > >> > > > WBR > > > >> > > > Maxim aka solomax > > > >> > > > > > > >> > > > > > >> > > > > >> > > > > >> > > > > >> > -- > > > >> > WBR > > > >> > Maxim aka solomax > > > >> > > > > >> > > > > > > > > > > > > > > > > -- > > > > WBR > > > > Maxim aka solomax > > > > > > > > > > > > > > > > -- > > > WBR > > > Maxim aka solomax > > > > > > > > > -- > WBR > Maxim aka solomax >
