This repository contains the base Docker images for the most popular languages we use at Remind. These images are optimized for deployment, generally resulting in very small images.
The following are some examples of usage for various languages.
FROM remind101/go:1.4
MAINTAINER Your Name <[email protected]>
CMD ["/go/bin/acme-inc"]
For more information see go1.4#usage.
FROM remind101/ruby:2.1
CMD ["rails", "server"]
Content type
Image
Digest
sha256:5e5f06185…
Size
353.3 MB
Last updated
almost 3 years ago
docker pull remind101/ruby:2.7.8-bookworm