File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG BASE_OS_VERSION
22
3- FROM golang:1.18 -buster as ignition-builder
3+ FROM golang:1.19 -buster as ignition-builder
44ARG IGNITION_BRANCH
55WORKDIR /work
66RUN set -ex \
77 && apt-get update \
88 && apt-get install -y libblkid-dev \
9- && git clone https://github.com/coreos /ignition.git \
9+ && git clone https://github.com/flatcar /ignition.git \
1010 && cd ignition \
1111 && git checkout ${IGNITION_BRANCH} \
12- && GO111MODULE=off make \
12+ && make \
1313 && strip bin/amd64/ignition
1414
1515FROM centos:${BASE_OS_VERSION}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ name: centos
44username : metalstack
55registry-host : quay.io
66default-build-args :
7- - IGNITION_BRANCH=v0.35.0
8- - GOLLDPD_VERSION=v0.4.0
7+ - IGNITION_BRANCH=v0.36.2
8+ - GOLLDPD_VERSION=v0.4.2
99 - FRR_VERSION=frr-8
1010 - OS_NAME=centos
1111 - SEMVER_PATCH=${SEMVER_PATCH}
Original file line number Diff line number Diff line change 11ARG BASE_OS_NAME
22ARG BASE_OS_VERSION
33
4- FROM golang:1.18 -buster as ignition-builder
4+ FROM golang:1.19 -buster as ignition-builder
55ARG IGNITION_BRANCH
66WORKDIR /work
77RUN set -ex \
88 && apt-get update \
99 && apt-get install -y libblkid-dev \
10- && git clone https://github.com/coreos /ignition.git \
10+ && git clone https://github.com/flatcar /ignition.git \
1111 && cd ignition \
1212 && git checkout ${IGNITION_BRANCH} \
13- && GO111MODULE=off make \
13+ && make \
1414 && strip bin/amd64/ignition
1515
1616FROM ${BASE_OS_NAME}:${BASE_OS_VERSION}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ name: debian
44username : metalstack
55registry-host : quay.io
66default-build-args :
7- - IGNITION_BRANCH=v0.35.0
8- - GOLLDPD_VERSION=v0.4.0
7+ - IGNITION_BRANCH=v0.36.2
8+ - GOLLDPD_VERSION=v0.4.2
99 - SEMVER_PATCH=${SEMVER_PATCH}
1010 - BASE_OS_NAME=debian
1111 - OS_NAME=debian
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ name: ubuntu
44username : metalstack
55registry-host : quay.io
66default-build-args :
7- - IGNITION_BRANCH=v0.35.0
8- - GOLLDPD_VERSION=v0.4.0
7+ - IGNITION_BRANCH=v0.36.2
8+ - GOLLDPD_VERSION=v0.4.2
99 - SEMVER_PATCH=${SEMVER_PATCH}
1010 - BASE_OS_NAME=ubuntu
1111 - OS_NAME=ubuntu
You can’t perform that action at this time.
0 commit comments