Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

metadata: bump linuxkit to v0.8 #585

Merged
merged 1 commit into from
Sep 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go get -d golang.org/x/lint/golint && \
go install golang.org/x/lint/golint && \
rm -rf /go/src /go/pkg
RUN if [ "${ARCH}" == "amd64" ]; then \
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.15.0; \
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.27.0; \
fi

RUN go get -d github.com/rancher/trash && \
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,16 +454,17 @@ disk and run it from these commands. That often makes it easier to do longer fo

### `k3os.data_sources`

These are the data sources used for download config from cloud provider. The valid options are
These are the data sources used for download config from cloud provider. The valid options are:

aws
cdrom
digitalocean
gcp
hetzner
openstack
packet
scaleway
vultr
hetzner
cdrom

More than one can be supported at a time, for example:

Expand Down
2 changes: 1 addition & 1 deletion images/20-progs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG TAG
ARG VERSION
FROM ${REPO}/k3os-gobuild:${TAG} as gobuild

ENV LINUXKIT 35ae4e028ccdc289af79715d3f04fdf9d13b5fba
ENV LINUXKIT v0.8

FROM gobuild as linuxkit
RUN git clone https://github.com/linuxkit/linuxkit.git $GOPATH/src/github.com/linuxkit/linuxkit
Expand Down