https://github.com/mateothegreat/docker-alpine-jenkins
Jenkins on alpine w/pre-installed plugins focused on Kubernetes.
https://github.com/mateothegreat/docker-alpine-jenkins
alpine docker docker-compose dockerfile gitlab-ci jenkins kubernetes
Last synced: 4 months ago
JSON representation
Jenkins on alpine w/pre-installed plugins focused on Kubernetes.
- Host: GitHub
- URL: https://github.com/mateothegreat/docker-alpine-jenkins
- Owner: mateothegreat
- License: mit
- Created: 2017-12-10T19:22:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T10:53:18.000Z (over 7 years ago)
- Last Synced: 2024-12-01T01:38:28.756Z (over 1 year ago)
- Topics: alpine, docker, docker-compose, dockerfile, gitlab-ci, jenkins, kubernetes
- Language: Makefile
- Homepage: https://matthewdavis.io
- Size: 12.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-alpine-jenkins
Jenkins on alpine w/pre-installed plugins focused on Kubernetes.
[](https://hub.docker.com/r/appsoa/docker-alpine-jenkins/) [](https://twitter.com/yomateod) [](skype:appsoa?chat)
```bash
yomateod@proliant:/workspace/docker/docker-jenkins$ docker-compose up -d
Starting jenkins-master ...
Starting jenkins-master ... done
yomateod@proliant:/workspace/docker/docker-jenkins$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5b9e5bd9c407 appsoa/docker-alpine-jenkins:1.0.0 "/bin/tini -- /usr..." About a minute ago Up 7 seconds 0.0.0.0:8080->8080/tcp, 0.0.0.0:50001->50001/tcp, 50000/tcp jenkins-master
```