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

Commit

Permalink
metadata: bump linuxkit to v0.8 (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweomer committed Sep 26, 2020
1 parent f38f4ea commit 7279320
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
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

0 comments on commit 7279320

Please sign in to comment.