https://github.com/joinframework/join-ci
Docker image for the join framework continuous integration
https://github.com/joinframework/join-ci
continous-integration docker
Last synced: 3 months ago
JSON representation
Docker image for the join framework continuous integration
- Host: GitHub
- URL: https://github.com/joinframework/join-ci
- Owner: joinframework
- License: mit
- Created: 2021-07-15T21:10:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-16T21:15:14.000Z (4 months ago)
- Last Synced: 2026-02-17T03:58:59.600Z (4 months ago)
- Topics: continous-integration, docker
- Language: Shell
- Homepage: https://joinframework.net
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# join-ci
[](https://github.com/joinframework/join-ci/blob/main/LICENSE)
Docker image for join framework continuous integration.
This is an Ubuntu based docker image, with all the mandatory tools for the join framework project continuous integration (building and testing).
## Creating image
To create the docker image do this:
```bash
docker build -t joinframework/join-ci .
```
## Testing image
To run and test the docker image do this:
```bash
docker run -it --privileged --rm joinframework/join-ci
```
## Pushing image to docker hub
To deploy the docker image to docker hub do this:
```bash
docker push joinframework/join-ci:latest
```
## Creating a local image
To create a local image tarball do this:
```bash
docker save -o join-ci.tar joinframework/join-ci:latest
```
## License
[MIT](https://choosealicense.com/licenses/mit/)