Thanx Logo,
On Fri, Jan 10, 2020 at 3:06 PM logo wrote:
> Alex,
>
> Am 2020-01-10 12:47, schrieb Alex K:
> > Just to follow-up on this in case it will be useful to anyone, I
> > managed to
> > use also the official tomcat image. I had to amend my .war files and
&g
/8-jre-alpine3.9/images/sha256-ea81da311d33e052eeea34336018434bdc50596100f9c623193867faa291b284
by using the same Dockerfile (by pointing to the custom built image FROM
tomcat:alpine) I was able to deploy same app successfully reaching image
size 281MB instead of 660MB with the default tomcat image.
On Fri, J
Hi,
On Thu, Jan 9, 2020 at 7:50 PM Mark Eggers
wrote:
> Alex,
>
> On 1/9/2020 8:51 AM, Alex K wrote:
> > Hi all,
> >
> > I have two .war files that when deployed at a plain Debian 9 VM are
> working
> > fine.
> > I have prepared a docker file so as
Hi Logo,
On Thu, Jan 9, 2020 at 7:40 PM logo wrote:
> Hi Alex,
>
>
>
> > Am 09.01.2020 um 17:51 schrieb Alex K :
> >
> > Hi all,
> >
> > I have two .war files that when deployed at a plain Debian 9 VM are
> working
> > fine.
> > I have pr
Hi all,
I have two .war files that when deployed at a plain Debian 9 VM are working
fine.
I have prepared a docker file so as to deploy the same apps within a docker
container and for some reason one of the apps is not loading due to some
error.
Dockerfile:
FROM debian:latest
USER root
ENV CATAL