use alpine 3.14
Some checks failed
dockers/molly-brown/pipeline/head There was a failure building this commit
Some checks failed
dockers/molly-brown/pipeline/head There was a failure building this commit
This commit is contained in:
parent
8dfff24406
commit
77d3fb8ed1
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ FROM reg.zknt.org/zknt/golang:alpine as builder
|
||||||
RUN set -xe;\
|
RUN set -xe;\
|
||||||
go get tildegit.org/solderpunk/molly-brown
|
go get tildegit.org/solderpunk/molly-brown
|
||||||
|
|
||||||
FROM reg.zknt.org/zknt/alpine:3.13
|
FROM reg.zknt.org/zknt/alpine:3.14
|
||||||
RUN apk add --no-cache gettext
|
RUN apk add --no-cache gettext
|
||||||
COPY --from=builder /go/bin/molly-brown /molly-brown
|
COPY --from=builder /go/bin/molly-brown /molly-brown
|
||||||
COPY molly.conf /etc/molly.conf.template
|
COPY molly.conf /etc/molly.conf.template
|
||||||
|
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -8,7 +8,7 @@ timeStamp = Calendar.getInstance().getTime().format('YYYY-MM-dd',TimeZone.getTim
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
triggers {
|
triggers {
|
||||||
upstream(upstreamProjects: "../golang-alpine/trunk,../alpine/3.13", threshold: hudson.model.Result.SUCCESS)
|
upstream(upstreamProjects: "../golang-alpine/trunk,../alpine/3.14", threshold: hudson.model.Result.SUCCESS)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build image') {
|
stage('Build image') {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
version: "HEAD"
|
version: "HEAD"
|
||||||
project: molly-brown
|
project: molly-brown
|
||||||
trigger_upstream: ../golang-alpine/trunk,../alpine/3.13
|
trigger_upstream: ../golang-alpine/trunk,../alpine/3.14
|
||||||
additional_tags:
|
additional_tags:
|
||||||
- latest
|
- latest
|
||||||
|
|
Loading…
Reference in a new issue