Sign inSign up

area51/badges

By area51

Updated about 6 years ago

Our own build of the shields.io badges service available at https://badge.area51.onl/

Image
0

1.1K

area51/badges repository overview

Build Status Live Url

This is our build of the shields.io badges service based on their instructions and publicly available at https://badge.area51.onl/

Jenkins Pipeline

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
    }
}

Tag summary

Content type

Image

Digest

Size

271 MB

Last updated

about 6 years ago

docker pull area51/badges