An open API service indexing awesome lists of open source software.

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.

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