This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
cnab-parameters/cnab/build
cnab-with-docker-status/cnab/build
cnab-with-standard-status/cnab/build
cnab-without-status/cnab/build
examples/cnab-helm/cnab/app/charts/alpine Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM dockercore/golang-cross:1.12.6 @sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 AS build
1+ FROM dockercore/golang-cross:1.12.9 @sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
22ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
33
44RUN apt-get install -y -q --no-install-recommends \
Original file line number Diff line number Diff line change 1- ARG ALPINE_VERSION=3.10.0
1+ ARG ALPINE_VERSION=3.10.1
22
3- FROM dockercore/golang-cross:1.12.6 @sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 AS build
3+ FROM dockercore/golang-cross:1.12.9 @sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
44
55RUN apt-get install -y -q --no-install-recommends \
66 coreutils \
Original file line number Diff line number Diff line change 11ARG ALPINE_VERSION=3.10
2- ARG GO_VERSION=1.12.6
2+ ARG GO_VERSION=1.12.9
33
44FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION}
55RUN apk add --no-cache \
Original file line number Diff line number Diff line change 1- ARG ALPINE_VERSION=3.9.2
1+ ARG ALPINE_VERSION=3.10.1
22
33FROM alpine:${ALPINE_VERSION}
44
Original file line number Diff line number Diff line change 1- ARG ALPINE_VERSION=3.9.2
1+ ARG ALPINE_VERSION=3.10.1
22
33FROM alpine:${ALPINE_VERSION}
44
Original file line number Diff line number Diff line change 1- ARG ALPINE_VERSION=3.9.2
1+ ARG ALPINE_VERSION=3.10.1
22
33FROM alpine:${ALPINE_VERSION}
44
Original file line number Diff line number Diff line change 1- ARG ALPINE_VERSION=3.9.2
1+ ARG ALPINE_VERSION=3.10.1
22
33FROM alpine:${ALPINE_VERSION}
44
Original file line number Diff line number Diff line change 1- FROM alpine:3.7
1+ FROM alpine:3.10.1
22
33CMD ["sleep" , "9000" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ E2E_NAME := $(BIN_NAME)-e2e
66# Enable experimental features. "on" or "off"
77EXPERIMENTAL := off
88
9- ALPINE_VERSION =3.10.0
9+ ALPINE_VERSION =3.10.1
1010
1111# Failing to resolve sh.exe to a full path denotes a windows vanilla shell.
1212# Although 'simple' commands are still exec'ed, 'complex' ones are batch'ed instead of sh'ed.
You can’t perform that action at this time.
0 commit comments