3.12.0
This commit is contained in:
parent
f8af0908d1
commit
b21abfa578
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine as build
|
FROM alpine as build
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ENV ALPINE_SERIES 3.11
|
ENV ALPINE_SERIES 3.12
|
||||||
ENV ALPINE_MIRROR https://uk.alpinelinux.org/alpine/v${ALPINE_SERIES}
|
ENV ALPINE_MIRROR https://uk.alpinelinux.org/alpine/v${ALPINE_SERIES}
|
||||||
ENV ALPINE_ARCH x86_64
|
ENV ALPINE_ARCH x86_64
|
||||||
|
|
||||||
|
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
||||||
project = "alpine"
|
project = "alpine"
|
||||||
repo = "zknt"
|
repo = "zknt"
|
||||||
version = "3.11.6"
|
version = "3.12.0"
|
||||||
registry = "reg.zknt.org"
|
registry = "reg.zknt.org"
|
||||||
registry_credentials = "6ff44976-23cd-4cc2-902c-de8c340e65e5"
|
registry_credentials = "6ff44976-23cd-4cc2-902c-de8c340e65e5"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ stock alpine
|
||||||
|
|
||||||
Basic Alpine base image, pulling Alpines minirootfs and extracting to `scratch`.
|
Basic Alpine base image, pulling Alpines minirootfs and extracting to `scratch`.
|
||||||
|
|
||||||
Builds both `edge` and latest release (currently `3.11`) in branches.
|
Builds both `edge` and latest release (currently `3.12`) in branches.
|
||||||
|
|
||||||
Source repository: https://git.zknt.org/dockers/alpine
|
Source repository: https://git.zknt.org/dockers/alpine
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue