Skip to content

Commit 1340c1b

Browse files
committed
Updating eve-alpine cache
Signed-off-by: Roman Shaposhnik <rvs@zededa.com>
1 parent 072c575 commit 1340c1b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

pkg/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
ARG ALPINE_VERSION=3.13
2-
# FROM lfedge/eve-alpine:5.16.0 AS cache
2+
FROM lfedge/eve-alpine:99db0c3af59a9656315c9d7a0ad8a24f631134b0 AS cache
33

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

77
# pull packages from a *previous* mirror
8-
# COPY --from=cache /mirror /mirror
8+
COPY --from=cache /mirror /mirror
99

1010
# update base image
1111
RUN apk update && apk upgrade -a

pkg/alpine/mirrors/3.13/main

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
abuild
32
alpine-baselayout
43
alpine-keys
@@ -31,6 +30,8 @@ diffutils
3130
dmidecode
3231
dosfstools
3332
doxygen
33+
dtc
34+
dtc-dev
3435
e2fsprogs
3536
e2fsprogs-extra
3637
elfutils-dev
@@ -69,6 +70,7 @@ libcap-ng-dev
6970
libcrypto1.1
7071
libestr-dev
7172
libfastjson-dev
73+
libfdt
7274
libgcrypt-dev
7375
libice-dev
7476
liblogging-dev
@@ -148,6 +150,7 @@ swig
148150
tar
149151
tcpdump
150152
texinfo
153+
uboot-tools
151154
usbutils
152155
util-linux
153156
util-linux-dev

0 commit comments

Comments
 (0)