Our own build of the shields.io badges service available at https://badge.area51.onl/
1.1K
This is our build of the shields.io badges service based on their instructions and publicly available at https://badge.area51.onl/
This is the pipeline we use to build this image:
image='area51/badges'
node('AMD64') {
stage('build') {
git url: 'https://github.com/badges/shields.git'
sh 'docker build -t ' + image + ' .'
sh 'docker push ' + image
}
}
Content type
Image
Digest
Size
271 MB
Last updated
about 6 years ago
docker pull area51/badges