docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker official jenkins repo

Results 50 docker issues
Sort by recently updated
recently updated
newest added

The jenkins image is great, but to make it useful: 1. you have to install plugins, its odd git/maven are not standard. (its a bit of work to find the...

documentation

Documented steps to skip setup wizard didn't appear to work on `jenkins/jenkins:latest` or `jenkins/jenkins:latest`. Neither did variants of them that tried to cope with volume-mounting etc, like: ``` RUN echo...

documentation

docker-compose: ```yaml version: "3.2" services: jenkins: image: jenkins/jenkins:lts privileged: true volumes: - jenkins-data:/var/jenkins_home/ - ./config.xml:/var/jenkins_home/config.xml #

[Since Docker Hub has imposed pull rate limits](https://www.docker.com/blog/scaling-docker-to-serve-millions-more-developers-network-egress/), I'm not able to pull anything from there from my company anymore. So I have to manually mirror the image to another...

# Issues and Contributing Please note that only issues related to this Docker image will be addressed here. ### Docker commands that you execute docker run -p 8080:8080 -p 50000:50000...

The canonical way to access a version-compatible update site is through `/update-center.json?version=...`. Do not rely on `/stable-2.222/update-center.json`, `/2.222/update-center.json`, etc. to exist. Those are implementation details that may change at any...

[The publishing script](https://github.com/jenkinsci/docker/blob/a7401da3c53b9cbc7d5e4c8a8a4eba32acd3712a/publish.sh#L87) needs to add support for [the ignore list for the update center](https://github.com/jenkins-infra/update-center2/blob/master/resources/artifact-ignores.properties) so we don't publish images for releases we choose to not publish.

The update center will stop providing tiered `latest/` directories soon. Please adapt `install-plugins.sh` to work without that. I had switched to the new version of the update site generator yesterday,...

Would it be possible to add support for `JENKINS_USER` and `JENKINS_PASSWORD` environment variables to auto-create a user to work with at boot? Digging out the admin password would then be...

The README is confusing. It says: > NOTE: Avoid using a bind mount from a folder on the host machine into /var/jenkins_home, as this might result in file permission issues...