https://github.com/zaimramlan/docker-swift-swiftlint-ruby
Docker images pre-built with Swift, SwiftLint and Ruby.
https://github.com/zaimramlan/docker-swift-swiftlint-ruby
docker docker-hub docker-image ruby swift swiftlint
Last synced: 3 months ago
JSON representation
Docker images pre-built with Swift, SwiftLint and Ruby.
- Host: GitHub
- URL: https://github.com/zaimramlan/docker-swift-swiftlint-ruby
- Owner: zaimramlan
- License: mit
- Created: 2020-08-02T23:32:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T02:25:09.000Z (almost 6 years ago)
- Last Synced: 2025-12-26T10:05:20.740Z (6 months ago)
- Topics: docker, docker-hub, docker-image, ruby, swift, swiftlint
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/zaimramlan/swift-swiftlint-ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-swift-swiftlint-ruby
Docker images pre-built with [Swift](https://hub.docker.com/_/swift), [SwiftLint](https://github.com/realm/SwiftLint) and [Ruby](https://hub.docker.com/_/ruby).
## Version Matrix
For a full list of supported tags, refer [here](https://hub.docker.com/r/zaimramlan/swift-swiftlint-ruby/tags).
| Swift | SwiftLint | Ruby | Image Tag | Latest |
|------------------|-----------|---------|-----------|----------|
| `5.2.4`
`5.2` | `0.39.2` | `2.5.1` | `1.0.0` | `latest` |
### Notes
- For compatibility with GitHub Actions, `Git` is reinstalled with `2.28.0`
- For ease of use, `Bundler 2.1.4` is pre-installed
## Motivations
- There isn't a straightforward way to install SwiftLint on Linux-based machines
- Existing Swift/SwiftLint docker images does not include Ruby (ie. can't use SwiftLint with Fastlane since it depends on Ruby)
## Contributions
Contributions via pull requests to improve the images are welcomed :)
## License
MIT