Re: Sling docker image

2018-02-02 Thread Robert Munteanu
Hi Eugen,

On Fri, 2018-02-02 at 10:28 +0200, Ioan Eugen Stan wrote:
> Hello Robert,
> 
> 
> I think taking back the name is a good idea. Maybe we could ask
> Docker
> hub if we can somehow change the name.
> 
> I would like to support deploying Sling with Docker.

Apparently this is possible, we got apache/sling

  https://hub.docker.com/r/apache/sling/

But I'm still working out the details of automated builds. In the
meantime, there is 

  https://hub.docker.com/r/apachesling/sling/

Not as nice, but just as functional :-)

Robert

> 
> 
> Regards,
> 
> 
> On 31.01.2018 17:03, Robert Munteanu wrote:
> > Hi,
> > 
> > Related to the ongoing github.com/apache/sling landing page
> > discussion,
> > I'd like to discuss our docker setup.
> > 
> > Currently we provide an apachelsling/sling [1] image, which is OK.
> > I
> > investigated setting up a build under the more official apache
> > account,
> > but unfortunately the automated docker builds picks up the image
> > name
> > from the repository, so we ended up with apache/sling-org-apache-
> > sling-
> > starter-docker, which is quite ugly.
> > 
> > If we choose automated builds, getting back the 'sling' repository
> > is
> > something we should consider.
> > 
> > Thanks,
> > 
> > Robert
> > 
> > [1]: https://hub.docker.com/r/apachesling/sling/
> > [2]: https://hub.docker.com/r/apache/sling-org-apache-sling-starter
> > -doc
> > ker/
> 
> 



Re: Sling docker image

2018-02-02 Thread Ioan Eugen Stan
Hello Robert,


I think taking back the name is a good idea. Maybe we could ask Docker
hub if we can somehow change the name.

I would like to support deploying Sling with Docker.


Regards,


On 31.01.2018 17:03, Robert Munteanu wrote:
> Hi,
>
> Related to the ongoing github.com/apache/sling landing page discussion,
> I'd like to discuss our docker setup.
>
> Currently we provide an apachelsling/sling [1] image, which is OK. I
> investigated setting up a build under the more official apache account,
> but unfortunately the automated docker builds picks up the image name
> from the repository, so we ended up with apache/sling-org-apache-sling-
> starter-docker, which is quite ugly.
>
> If we choose automated builds, getting back the 'sling' repository is
> something we should consider.
>
> Thanks,
>
> Robert
>
> [1]: https://hub.docker.com/r/apachesling/sling/
> [2]: https://hub.docker.com/r/apache/sling-org-apache-sling-starter-doc
> ker/




signature.asc
Description: OpenPGP digital signature


Re: Sling Docker Image

2016-10-14 Thread Carsten Ziegeler
Robert Munteanu wrote
> Hi,
> 
> On Thu, 2016-10-13 at 08:56 +0200, Carsten Ziegeler wrote:
>> Hi,
>>
>> does anyone know if there is a public docker image with sling and the
>> slingshot sample?
>>
>> If not, how about creating one?
>>
>> I tried the apachesling/sling docker image yesterday, but couldn't
>> get
>> sling started, it always fails with a NPE when starting discovery
>> (which
>> I think is a known/fixed bug in newer discovery versions)
>>
> 
> I built the original docker image, but I don't have much time to look
> into this now. But my question is - on which version of the launchpad
> would we base this?
> 
Maybe latest from trunk? (ok, we have some problems with mappings atm
but they should be fixed soon)

I might have some time next week to look into the image in general

Regards

 Carsten

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org



Re: Sling Docker Image

2016-10-13 Thread Robert Munteanu
Hi,

On Thu, 2016-10-13 at 08:56 +0200, Carsten Ziegeler wrote:
> Hi,
> 
> does anyone know if there is a public docker image with sling and the
> slingshot sample?
> 
> If not, how about creating one?
> 
> I tried the apachesling/sling docker image yesterday, but couldn't
> get
> sling started, it always fails with a NPE when starting discovery
> (which
> I think is a known/fixed bug in newer discovery versions)
> 

I built the original docker image, but I don't have much time to look
into this now. But my question is - on which version of the launchpad
would we base this?

Robert