Builds a static version of Jenkins and plugins for use in the RX-M Spinnaker course labs
315
Names of plugins don't always match their install name. This list matches them up:
Configuration as Code == configuration-as-code
Credentials Binding == credentials-binding
Docker Pipeline == docker-workflow
Git == git
GitLab == gitlab-plugin
GitLab API Plugin == gitlab-api
Go Plugin == golang
Kubernetes == kubernetes
Strict Crumb Issuer == strict-crumb-issuer
Pipeline == workflow-aggregator
Dockerfile:
FROM jenkins/jenkins:2.332.2-lts-jdk11
LABEL builddate 20220416
RUN jenkins-plugin-cli --plugins configuration-as-code:1414.v878271fc496f \
credentials-binding:1.27.1 \
docker-workflow:1.28 \
git:4.11.0 \
gitlab-plugin:1.5.30 \
gitlab-api:1.0.6 \
golang:1.4 \
kubernetes:3580.v78271e5631dc \
strict-crumb-issuer:2.1.0 \
workflow-aggregator:2.7
Content type
Image
Digest
sha256:b498b0787…
Size
379.8 MB
Last updated
over 1 year ago
docker pull rxmllc/jenkins:2.479.2-lts-jdk17