Re: [racket-users] Re: Official Docker images for Racket

2015-09-07 Thread Daniel Brunner
Am 04.09.2015 um 04:58 schrieb Robby Findler: > This a fantastic! Thank you for the access to old versions of Racket. > Yes, thanks for providing the images. I tested a bit and it worked very well. I like the idea of the "ONBUILD" images. Daniel. -- You received this message because you are

Re: [racket-users] Re: Official Docker images for Racket

2015-09-07 Thread Jack Firth
On Monday, September 7, 2015 at 12:49:11 AM UTC-7, daniel wrote: > Yes, thanks for providing the images. I tested a bit and it worked very > well. I like the idea of the "ONBUILD" images. > > Daniel. Those are experimental at the moment, I may change the interface they use sometime in the near

[racket-users] Re: Official Docker images for Racket

2015-09-06 Thread Jack Firth
On Sunday, September 6, 2015 at 10:56:16 AM UTC-7, Juan Francisco Cantero Hurtado wrote: > On 09/06/2015 01:05 PM, Jack Firth wrote: > > Alpine provides a glibc package, could I just swap out for that instead? > > No, they don't provide glibc: >

[racket-users] Re: Official Docker images for Racket

2015-09-06 Thread Juan Francisco Cantero Hurtado
On 09/06/2015 10:33 PM, Jack Firth wrote: On Sunday, September 6, 2015 at 10:56:16 AM UTC-7, Juan Francisco Cantero Hurtado wrote: On 09/06/2015 01:05 PM, Jack Firth wrote: Alpine provides a glibc package, could I just swap out for that instead? No, they don't provide glibc:

[racket-users] Re: Official Docker images for Racket

2015-09-06 Thread Jack Firth
On Saturday, September 5, 2015 at 2:54:42 PM UTC-7, Juan Francisco Cantero Hurtado wrote: > On 09/04/2015 10:32 PM, Jack Firth wrote: > >> > >> Virtualbox -> Linux -> Docker -> Alpine > >> ^ > >> > >> Which Linux distro? > >> > >> I'm asking because the usual Racket errors in

[racket-users] Re: Official Docker images for Racket

2015-09-06 Thread Juan Francisco Cantero Hurtado
On 09/06/2015 01:05 PM, Jack Firth wrote: On Saturday, September 5, 2015 at 2:54:42 PM UTC-7, Juan Francisco Cantero Hurtado wrote: On 09/04/2015 10:32 PM, Jack Firth wrote: Virtualbox -> Linux -> Docker -> Alpine ^ Which Linux distro? I'm asking because the usual

[racket-users] Re: Official Docker images for Racket

2015-09-04 Thread Juan Francisco Cantero Hurtado
On 09/03/2015 08:07 AM, Jack Firth wrote: I've attempted to compile from source in an alpine image, but with no success. There's a bit too much arcane magic there for me to figure out how to do that. Can you show the errors on Alpine? Are you using Alpine in a container or in a virtual/real

[racket-users] Re: Official Docker images for Racket

2015-09-04 Thread Juan Francisco Cantero Hurtado
On 09/04/2015 04:59 PM, Jack Firth wrote: On Friday, September 4, 2015 at 4:51:43 AM UTC-7, Juan Francisco Cantero Hurtado wrote: On 09/03/2015 08:07 AM, Jack Firth wrote: I've attempted to compile from source in an alpine image, but with no success. There's a bit too much arcane magic there

[racket-users] Re: Official Docker images for Racket

2015-09-04 Thread Jack Firth
On Friday, September 4, 2015 at 4:51:43 AM UTC-7, Juan Francisco Cantero Hurtado wrote: > On 09/03/2015 08:07 AM, Jack Firth wrote: > > I've attempted to compile from source in an alpine image, but with no > > success. There's a bit too much arcane magic there for me to figure out how > > to do

[racket-users] Re: Official Docker images for Racket

2015-09-04 Thread Jack Firth
On Friday, September 4, 2015 at 8:23:14 AM UTC-7, Juan Francisco Cantero Hurtado wrote: > On 09/04/2015 04:59 PM, Jack Firth wrote: > > On Friday, September 4, 2015 at 4:51:43 AM UTC-7, Juan Francisco Cantero > > Hurtado wrote: > >> On 09/03/2015 08:07 AM, Jack Firth wrote: > >>> I've attempted

[racket-users] Re: Official Docker images for Racket

2015-09-03 Thread Jack Firth
I've attempted to compile from source in an alpine image, but with no success. There's a bit too much arcane magic there for me to figure out how to do that. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and

Re: [racket-users] Re: Official Docker images for Racket

2015-09-03 Thread Daniel Brunner
Am 03.09.2015 um 08:07 schrieb Jack Firth: > I've attempted to compile from source in an alpine image, but with no > success. There's a bit too much arcane magic there for me to figure out how > to do that. > Perhaps you could provide your Dockerfile etc. on Github so others could look into it

Re: [racket-users] Re: Official Docker images for Racket

2015-09-03 Thread Jack Firth
> Perhaps you could provide your Dockerfile etc. on Github so others could > look into it and maybe give some hints. I've got them up at https://github.com/jackfirth/racket-docker, and they're on Docker Hub as https://hub.docker.com/r/jackfirth/racket/. Currently the images are built off Debian

Re: [racket-users] Re: Official Docker images for Racket

2015-09-03 Thread Robby Findler
This a fantastic! Thank you for the access to old versions of Racket. Robby On Thu, Sep 3, 2015 at 6:29 PM, Jack Firth wrote: >> Perhaps you could provide your Dockerfile etc. on Github so others could >> look into it and maybe give some hints. > > I've got them up at