https://github.com/jenkins-infra/docker-packaging
This repository contains everything needed to build a docker image used to package jenkins core
https://github.com/jenkins-infra/docker-packaging
docker-image
Last synced: 2 months ago
JSON representation
This repository contains everything needed to build a docker image used to package jenkins core
- Host: GitHub
- URL: https://github.com/jenkins-infra/docker-packaging
- Owner: jenkins-infra
- License: mit
- Created: 2019-09-24T11:41:29.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-04-13T16:02:21.000Z (2 months ago)
- Last Synced: 2026-04-13T17:43:32.118Z (2 months ago)
- Topics: docker-image
- Language: Dockerfile
- Homepage:
- Size: 263 KB
- Stars: 2
- Watchers: 6
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
= docker-packaging
image:https://img.shields.io/docker/pulls/jenkinsciinfra/packaging?label=jenkinsciinfra%2Fpackaging&logo=docker&logoColor=white[link="https://hub.docker.com/r/jenkinsciinfra/packaging"]
This repository contains everything needed to build a docker image which can be used to build debian, redhat, suse package for Jenkins core.
== Configuration
In order to sign packages with a gpg key, the following env variable must be defined
* `GPG_KEYNAME`: Define the gpg key used to sign packages
* `GPG_PASSPHRASE_FILE`: Define the gpg key passphrase
== LINKS
* https://github.com/jenkinsci/packaging[jenkinsci/packaging]
* https://github.com/jenkins-infra/charts[jenkins-infra/charts]
* https://github.com/jenkins-infra/release[jenkins-infra/release]