{"id":19945183,"url":"https://github.com/aa8y/docker-scala","last_synced_at":"2025-03-01T13:42:37.952Z","repository":{"id":79893873,"uuid":"102026168","full_name":"aa8y/docker-scala","owner":"aa8y","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-18T06:58:37.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T05:13:14.806Z","etag":null,"topics":["alpine","docker-image","lightweight","repl","scala","thin"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aa8y.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-31T17:23:19.000Z","updated_at":"2019-01-18T06:58:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd3bc29d-49cf-4c6a-902c-73e2a4717216","html_url":"https://github.com/aa8y/docker-scala","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aa8y%2Fdocker-scala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aa8y%2Fdocker-scala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aa8y%2Fdocker-scala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aa8y%2Fdocker-scala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aa8y","download_url":"https://codeload.github.com/aa8y/docker-scala/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241374519,"owners_count":19952544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","docker-image","lightweight","repl","scala","thin"],"created_at":"2024-11-13T00:24:36.113Z","updated_at":"2025-03-01T13:42:37.929Z","avatar_url":"https://github.com/aa8y.png","language":"Dockerfile","readme":"# Docker Scala\n\n[![Build Status](https://travis-ci.org/aa8y/docker-scala.svg?branch=master)](https://travis-ci.org/aa8y/docker-scala)\n\n[Scala](http://www.scala-lang.org/) is a JVM-based programming language which marries the functional and object oriented programming paradigms. It is mainly known for its use in the [Play](https://www.playframework.com/) and [Spark](http://spark.apache.org/) frameworks. This is a Docker image for Scala based on Alpine to get as small an image footprint as possible. Honestly, I don't expect anyone to use this (or any other Scala) image as a base for another image. This image just exists to provide an easy entry into the [Scala REPL](https://docs.scala-lang.org/overviews/repl/overview.html) without having to install it locally.\n\n## Tags\n\nI would guarantee tags for the latest and the previous patch release in a minor release (along with the minor release as a tag). What that means that for the `2.11` minor release, we would have `2.11.11` and `2.11.12` and `2.11` as tags. `latest` will _always_ point to the latest Scala release. See the `manifest.yml` file for more information on the tags.\n\n## Usage\n\nYou can run the REPL for the _latest_ Scala version using.\n```\ndocker run --rm -it aa8y/scala\n```\nFor an older/specific version use.\n```\ndocker run --rm -it aa8y/scala:2.11.11\n```\nFor running an interactive shell within the container, use this command and specify the required version. You might want to do this when you want to use the Scala compiler, `scalac`.\n```\ndocker run --rm -it --entrypoint /bin/bash aa8y/scala:2.10\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faa8y%2Fdocker-scala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faa8y%2Fdocker-scala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faa8y%2Fdocker-scala/lists"}