Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Docker image to be used with the Jenkins Docker Swarm Plugin

License

Notifications You must be signed in to change notification settings

vegardit/docker-jenkins-swarm-agent

Repository files navigation

vegardit/jenkins-swarm-agent

Build Status License Docker Pulls Docker Stars Contributor Covenant

  1. What is it?
  2. License

What is it?

Lightweight Docker image based on alpine:3 to be used in conjunction with the Jenkins Docker Swarm and Docker Pipeline plugin to realize containerized builds within Docker Swarm clusters using a Docker-out-of-Docker (DooD) approach.

It is automatically built daily to include the latest OS security fixes.

The following packages are preinstalled:

  1. curl
  2. docker-cli
  3. git
  4. openjdk8-jre-base / openjdk11-jre-headless

License

All files in this repository are released under the Apache License 2.0.

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/.