Skip to content

Commit

Permalink
Updating eve-alpine cache
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Shaposhnik <[email protected]>
  • Loading branch information
rvs committed Mar 15, 2021
1 parent 072c575 commit 1340c1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG ALPINE_VERSION=3.13
# FROM lfedge/eve-alpine:5.16.0 AS cache
FROM lfedge/eve-alpine:99db0c3af59a9656315c9d7a0ad8a24f631134b0 AS cache

FROM alpine:${ALPINE_VERSION} AS mirror
ARG ALPINE_VERSION=3.13

# pull packages from a *previous* mirror
# COPY --from=cache /mirror /mirror
COPY --from=cache /mirror /mirror

# update base image
RUN apk update && apk upgrade -a
Expand Down
5 changes: 4 additions & 1 deletion pkg/alpine/mirrors/3.13/main
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

abuild
alpine-baselayout
alpine-keys
Expand Down Expand Up @@ -31,6 +30,8 @@ diffutils
dmidecode
dosfstools
doxygen
dtc
dtc-dev
e2fsprogs
e2fsprogs-extra
elfutils-dev
Expand Down Expand Up @@ -69,6 +70,7 @@ libcap-ng-dev
libcrypto1.1
libestr-dev
libfastjson-dev
libfdt
libgcrypt-dev
libice-dev
liblogging-dev
Expand Down Expand Up @@ -148,6 +150,7 @@ swig
tar
tcpdump
texinfo
uboot-tools
usbutils
util-linux
util-linux-dev
Expand Down

0 comments on commit 1340c1b

Please sign in to comment.