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

base/rootfs: bump to alpine 3.11 #332

Merged
merged 1 commit into from
Dec 31, 2019
Merged
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
7 changes: 2 additions & 5 deletions images/00-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### BASE ###
FROM alpine:3.9 as base
FROM alpine:3.11 as base
ARG ARCH
RUN apk --no-cache add \
$([ "$ARCH" == "amd64" ] && echo "open-vm-tools grub-bios") \
Expand All @@ -16,6 +16,7 @@ RUN apk --no-cache add \
dosfstools \
e2fsprogs \
e2fsprogs-extra \
efibootmgr \
findutils \
grub-efi \
haveged \
Expand Down Expand Up @@ -47,7 +48,3 @@ RUN apk --no-cache add \
&& mv -vf /etc/conf.d/qemu-guest-agent /etc/conf.d/qemu-guest-agent.orig \
&& mv -vf /etc/conf.d/rngd /etc/conf.d/rngd.orig \
&& true
RUN apk --no-cache add \
--repository 'http://dl-cdn.alpinelinux.org/alpine/edge/community' \
--repository 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' \
efibootmgr