Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T10:53:18.000Z (almost 6 years ago)
- Last Synced: 2024-07-24T01:59:31.692Z (4 months 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.
[![Docker Build Status](https://img.shields.io/docker/build/appsoa/docker-alpine-jenkins.svg?style=flat-square)](https://hub.docker.com/r/appsoa/docker-alpine-jenkins/) [![Twitter Follow](https://img.shields.io/twitter/follow/yomateod.svg?label=Follow&style=flat-square)](https://twitter.com/yomateod) [![Skype Contact](https://img.shields.io/badge/skype%20id-appsoa-ff69b4.svg?style=flat-square)](skype:appsoa?chat)
```bash
yomateod@proliant:/workspace/docker/docker-jenkins$ docker-compose up -d
Starting jenkins-master ...
Starting jenkins-master ... doneyomateod@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
```