Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T06:58:33.000Z (18 days ago)
- Last Synced: 2024-10-23T08:10:46.981Z (16 days ago)
- Topics: docker-image
- Language: Dockerfile
- Homepage:
- Size: 141 KB
- Stars: 2
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
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]