Giter Club home page Giter Club logo

racket-docker's Introduction

racket-docker Circle CI

Docker images for various Racket versions available on DockerHub as racket/racket:<version>. For example, to run a Racket 8.3 REPL:

$ docker run -it racket/racket:8.3

Normal images

Base: buildpack-deps

CMD: racket

These images use the minimal-install of Racket to avoid pulling in things like DrRacket or Scribble. This also means many raco commands such as raco make will be missing; install the compiler-lib package to get most of the standard raco commands. Alternatively, use the "full" images instead such as racket/racket:8.3-full.

Versions: 6.1 and above. Racket CS images are available for 7.4 and above.

"Full" images

Base: buildpack-deps

CMD: racket

These images, tagged with -full at the end, use the full Racket distribution.

Racket on Chez (CS) images

Base: buildpack-deps

CMD: racket

As of Racket 8.0, CS is the default variant of Racket so the regular images (such as racket/racket:8.0 or racket/racket:8.0-full) are now based on CS.

Racket CS images for versions prior to 8.0 are tagged as -cs and -cs-full, respectively. For example, racket/racket:7.9-cs-full is the full distribution of the CS variant of Racket 7.9.

Racket before Chez (BC) images

As of the 8.0 release, Racket BC images are tagged with -bc and -bc-full. For example, racket/racket:8.0-bc-full is the full distribution of the BC variant of Racket 8.0, whereas racket/racket:7.9-full is the full distribution of the BC variant of Racket 7.9 (before CS was made the default).

Local development

To work with the images locally, first run docker login to login to DockerHub. Then run the following scripts:

  • ./build.sh to build the images,
  • ./test.sh to verify that the images work correctly, and
  • ./deploy.sh to push the images to DockerHub.

Legacy images

These images used to be in the jackfirth/racket DockerHub repository. For backwards compatibility, that repository is still available and images for new Racket versions are still pushed there. Users are gently encouraged to migrate to the racket/racket repository. The images in both repositories are identical, and we plan to continue updating the jackfirth/racket repository for the foreseeable future.

racket-docker's People

Contributors

jackfirth avatar bogdanp avatar krrrcks avatar pmatos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.