From 03ebfb2ca07d97e4041ff4853b36d340b455a2ad Mon Sep 17 00:00:00 2001 From: Andrzej Rehmann Date: Wed, 1 Jul 2020 11:07:40 +0100 Subject: [PATCH] Update Dockerfile go image which support Go Modules --- Dockerfile | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b623e81..2aafd7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.4 AS builder +FROM golang:1.14.4 AS builder WORKDIR /go/src/github.com/hoto/jenkins-credentials-decryptor COPY . . RUN make build diff --git a/README.md b/README.md index 955d328..25994ae 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](/LICENSE) [![Docker hub](https://images.microbadger.com/badges/image/hoto/jenkins-credentials-decryptor.svg)](https://microbadger.com/images/hoto/jenkins-credentials-decryptor "Get your own image badge on microbadger.com") -[![CircleCI](https://circleci.com/gh/hoto/jenkins-credentials-decryptor/tree/master.svg?style=svg)](https://circleci.com/gh/hoto/jenkins-credentials-decryptor/tree/master) +[![Build status](https://github.com/hoto/jenkins-credentials-decryptor/workflows/Test/badge.svg?branch=master)](https://github.com/hoto/jenkins-credentials-decryptor/actions) +[![Release](https://img.shields.io/github/release/hoto/jenkins-credentials-decryptor.svg?style=flat-square)](https://github.com/hoto/jenkins-credentials-decryptor/releases/latest) +[![Powered By: goreleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square)](https://github.com/goreleaser/goreleaser) [![Go Report Card](https://goreportcard.com/badge/github.com/hoto/jenkins-credentials-decryptor)](https://goreportcard.com/report/github.com/hoto/jenkins-credentials-decryptor) [![Maintainability](https://api.codeclimate.com/v1/badges/27f61a82b9a5589f1a07/maintainability)](https://codeclimate.com/github/hoto/jenkins-credentials-decryptor/maintainability) -[![Release](https://img.shields.io/github/release/hoto/jenkins-credentials-decryptor.svg?style=flat-square)](https://github.com/hoto/jenkins-credentials-decryptor/releases/latest) # Jenkins Credentials Decryptor Command line tool for decrypting and dumping Jenkins credentials.