Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylef/swiftenv-docker
This repository contains swiftenv images for Docker
https://github.com/kylef/swiftenv-docker
Last synced: 14 days ago
JSON representation
This repository contains swiftenv images for Docker
- Host: GitHub
- URL: https://github.com/kylef/swiftenv-docker
- Owner: kylef
- License: bsd-2-clause
- Created: 2016-12-12T06:24:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T20:33:15.000Z (about 8 years ago)
- Last Synced: 2024-12-31T18:30:13.114Z (25 days ago)
- Language: Makefile
- Homepage: https://swiftenv.fuller.li/en/latest/integrations/docker.html
- Size: 3.91 KB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swiftenv docker
This repository contains [swiftenv](https://swiftenv.fuller.li/) images for Docker.
## Supported Tags
- `latest` - The latest version of `swiftenv`. This currently uses Ubuntu 16.04 LTS (Xenial Xerus).
- `swift3` - The latest version of `swiftenv` with the latest released version of Swift 3 pre-installed. Currently Swift 3.0.1. Great for getting started.
- `build` - The latest version of `swiftenv` with the necessary tools to compile Swift versions.Please consult [swiftenv docker](https://swiftenv.fuller.li/en/latest/integrations/docker.html) documentation for usage.