Go to file
ben bf96a0a69e
ben/jenkins-docker/pipeline/head This commit looks good Details
missing pkgs
2025-01-02 21:57:14 +01:00
etc/apt Install docker tooling correctly, clean up `Dockerfile`, fix up README, various cleanup, BSD 2025-01-01 16:22:04 +01:00
.gitignore gitignore 2021-02-09 17:19:11 +01:00
Dockerfile missing pkgs 2025-01-02 21:57:14 +01:00
Jenkinsfile Schedule builds weekly 2024-12-15 14:56:31 +01:00
LICENSE.txt Install docker tooling correctly, clean up `Dockerfile`, fix up README, various cleanup, BSD 2025-01-01 16:22:04 +01:00
README.md fix link 2025-01-01 22:05:49 +01:00

README.md

jenkins-docker

Build Status git github BSD-2-Clause docs matrix

The official jenkins/jenkins:lts Docker image (Debian) with some modifications:

  • Extra tooling installed
    • Docker tooling, docker-ce-cli, docker-buildx-plugin packages.
    • The fpm package manager
    • Common build dependencies
  • Current python3- packages and pipx installed.
  • Python tools installed with pipx for jenkins user:
    • poetry
    • hatch
    • esphome
    • Etc.
  • Rust is installed from Debian repos
  • Set UID and GID for the jenkins user ($SUDOIS_JENKINS_UID/$SUDOIS_JENKINS_GID).