Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastlane/docker
Docker image used by https://github.com/fastlane/fastlane and https://github.com/fastlane/docs
https://github.com/fastlane/docker
Last synced: 2 days ago
JSON representation
Docker image used by https://github.com/fastlane/fastlane and https://github.com/fastlane/docs
- Host: GitHub
- URL: https://github.com/fastlane/docker
- Owner: fastlane
- Created: 2016-11-11T19:35:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T14:08:57.000Z (11 months ago)
- Last Synced: 2024-04-14T02:22:54.818Z (7 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/fastlanetools/ci
- Size: 9.77 KB
- Stars: 10
- Watchers: 9
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastlane-docker
A `Dockerfile` that is used on _fastlane_'s CIs which is configured for Ruby 2.7, Python 3.6.8, and Java 8.
This is built to be used on a CI (primarly CircleCI) when needing to either test _fastlane_ on a Linux CI or test and deploy _fastlane_ docs using Linux. Using this `Dockerfile` is the most effecient way of using the required Ruby, Python, and Java versions for each build and keeping it consistent.
## Places being used
- [fastlane/docs](https://github.com/fastlane/docs/blob/master/.circleci/config.yml)
- [fastlane/fastlane](https://github.com/fastlane/fastlane/blob/master/.circleci/config.yml)## Publishing a new version
```
docker build -t fastlanetools/ci:x.y.z ./
docker push fastlanetools/ci:x.y.z
```