Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DOCKER_VERSION=20.10.18
ARG DOCKER_VERSION=20.10.24

# dind-cleaner
FROM golang:1.16-alpine3.15 AS cleaner
Expand Down Expand Up @@ -33,8 +33,12 @@ RUN chown -R $(id -u rootless) /var /run /lib /home /etc/ssl /etc/apk
RUN echo -en "https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpine-release)/main\nhttps://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpine-release)/community" > /etc/apk/repositories \
&& apk upgrade \
&& apk add bash jq fuse-overlayfs --no-cache \
&& apk add slirp4netns --no-cache \
&& rm /usr/local/bin/vpnkit \
&& rm -rf /var/cache/apk/*

ENV DOCKERD_ROOTLESS_ROOTLESSKIT_NET=slirp4netns

COPY --from=node-exporter /bin/node_exporter /bin/
COPY --from=cleaner /usr/local/bin/dind-cleaner /bin/
COPY --from=bolter /go/bin/bolter /bin/
Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.26.2
version: 1.27.0