You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2023. It is now read-only.
Docker image based on the official Jenkins docker image with support for pre-installing plug-ins and pre-configuring the Jenkins instance during container start via YAML files using the configuration-as-code plugin.
This docker image extends the official Jenkins docker image jenkins:lts/jenkins:lts-slim with support for pre-installing plug-ins during container start and pre-configuring the Jenkins instance during container start via YAML files using the configuration-as-code plugin.
It is automatically built daily to include the latest OS security fixes.
By default the configuration-as-code plugin is configured to look for YAML configuration files under
/usr/share/jenkins/ref/config/ during Jenkins start. This path can be configured by changing the environment variable CASC_JENKINS_CONFIG.
Individual files contain the following tag instead of the full license text:
SPDX-License-Identifier: Apache-2.0
This enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/.
About
Docker image based on the official Jenkins docker image with support for pre-installing plug-ins and pre-configuring the Jenkins instance during container start via YAML files using the configuration-as-code plugin.