[bitnami/jenkins] Release 2.361.1-debian-11-r9 (#8064)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-09-27 12:24:52 +02:00 committed by GitHub
parent af9c44b194
commit 0f8a4572ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View File

@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.361.1-debian-11-r8" \
org.opencontainers.image.ref.name="2.361.1-debian-11-r9" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jenkins" \
org.opencontainers.image.title="jenkins" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@ -208,10 +208,14 @@ jenkins_initialize() {
if is_mounted_dir_empty "$JENKINS_HOME"; then
# Plugins
debug "Moving plugins to $JENKINS_HOME"
ensure_dir_exists "${JENKINS_HOME}/plugins"
mv "${JENKINS_BASE_DIR}/plugins"/* "${JENKINS_HOME}/plugins"
am_i_root && configure_permissions_ownership "${JENKINS_HOME}/plugins" -d "755" -f "644" -u "$JENKINS_DAEMON_USER" -g "$JENKINS_DAEMON_GROUP"
if ! is_dir_empty "${JENKINS_BASE_DIR}/plugins"; then
debug "Moving plugins to $JENKINS_HOME"
ensure_dir_exists "${JENKINS_HOME}/plugins"
mv "${JENKINS_BASE_DIR}/plugins"/* "${JENKINS_HOME}/plugins"
am_i_root && configure_permissions_ownership "${JENKINS_HOME}/plugins" -d "755" -f "644" -u "$JENKINS_DAEMON_USER" -g "$JENKINS_DAEMON_GROUP"
else
debug "${JENKINS_BASE_DIR}/plugins is empty, assuming a restart"
fi
if ! is_mounted_dir_empty "$JENKINS_MOUNTED_CONTENT_DIR"; then
info "Moving custom mounted files to Jenkins home directory"
echo "--- Copying files at $(date)" >>"${JENKINS_LOGS_DIR}/copy_reference_file.log"

View File

@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-debian-11`, `2.361.1`, `2.361.1-debian-11-r8`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jenkins/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.361.1`, `2.361.1-debian-11-r9`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jenkins/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).