-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Published images? #26
Comments
Awesome. What do I need to do? |
First make a Docker ID at hub.docker.com and I'll add you to the Racket organization. Then, we'd have to decide what images to publish and with what tags. Good reference points would be the Docker Hub image repositories for other "language runtime" images: I've previously experimented with "onbuild" images for Racket and found that they're just not worth the trouble. The Docker Hub folks even deprecated them in the official images. |
I'm |
I've added you to the racket org as a member of the "owners" team. I think a good target would be to have Racket images based on the (Debian-flavored) "buildpack-deps" image. I'd prefer a unix-style install over in-place though, so #21 would need to be completed first. Also not sure which version of Debian would be best to use. |
I've registered the "racket" organization on Docker Hub, so we could add a "racket/racket" repository of images for various Racket versions and variants.
The text was updated successfully, but these errors were encountered: