Skip to content

Commit d84c1b3

Browse files
pkgs/*: update hashes to use new alpine
this updates the dependencies of the packages to use the newest version Signed-off-by: Christoph Ostarek <christoph@zededa.com>
1 parent 32c985b commit d84c1b3

43 files changed

Lines changed: 61 additions & 61 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pkg/apparmor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2023 Zededa, Inc.
44
# SPDX-License-Identifier: Apache-2.0
55

6-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS build
6+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS build
77
ENV BUILD_PKGS linux-headers musl-dev musl-utils musl-libintl git gcc g++ \
88
autoconf autoconf-archive automake libtool make flex bison \
99
bash sed gettext

pkg/bpftrace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Copyright (c) 2024 Zededa, Inc.
44
# SPDX-License-Identifier: Apache-2.0
5-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS build
5+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS build
66

77
ENV BUILD_PKGS make gcc g++ git perl linux-headers musl-dev cmake zlib-dev bcc-dev libbpf-dev cereal flex bison llvm20-libs llvm20-dev llvm20-static llvm20-gtest clang-dev clang-static pahole gtest-dev bash libxml2-dev curl-dev binutils-dev libpcap-dev
88

pkg/bsp-imx/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
ARG BUILD_PKGS_BASE="bash binutils-dev build-base bc bison flex openssl-dev util-linux-dev swig gnutls-dev perl python3 python3-dev py3-setuptools py3-pycryptodome py3-elftools"
55

66
# we use the same image in several places
7-
ARG EVE_ALPINE_IMAGE=lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04
7+
ARG EVE_ALPINE_IMAGE=lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f
88

99
# OPTEE-OS images
10-
FROM lfedge/eve-optee-os:9224bc23bc238d0f499dadb134de32dc3a2abdf9 AS optee-os
10+
FROM lfedge/eve-optee-os:c839707465df93f7a427202f49307c812b4abca3 AS optee-os
1111

1212
# hadolint ignore=DL3006
1313
FROM ${EVE_ALPINE_IMAGE} AS build-native
@@ -20,7 +20,7 @@ ARG BUILD_PKGS_BASE
2020
RUN BUILD_PKGS="${BUILD_PKGS_BASE}" eve-alpine-deploy.sh
2121

2222
# hadolint ignore=DL3029
23-
FROM --platform=${BUILDPLATFORM} lfedge/eve-cross-compilers:f476a79bcd086759592a105a49f9ed5bfa2c4ffa AS cross-compilers
23+
FROM --platform=${BUILDPLATFORM} lfedge/eve-cross-compilers:007449eafbc35110039edbc6adb0b1db3dc33927 AS cross-compilers
2424

2525
# will use several packages from target arch and copy them to sysroot
2626
# hadolint ignore=DL3006

pkg/cross-compilers/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS build-base
1+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS build-base
22
ENV BUILD_PKGS="abuild curl tar make linux-headers patch g++ git gcc ncurses-dev autoconf file sudo scdoc lua5.3-lzlib lua5.3"
33
RUN eve-alpine-deploy.sh
44

@@ -111,7 +111,7 @@ FROM build-base AS build-armhf
111111
# we do not support cross-compilers for riscv64 host
112112
# as gcc-gnat is not available on riscv64
113113
# we cannot build cross-compilers without additional patches
114-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS build-riscv64
114+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS build-riscv64
115115

116116
# hadolint ignore=DL3006
117117
FROM build-${TARGETARCH} AS build

pkg/debug/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# has a fast path for stack unwinding. This also happens
99
# to be a perfect place to put any other kind of debug info
1010
# into the package: see abuild/etc/abuild.conf.
11-
FROM lfedge/eve-recovertpm:17d72851d7001df1c6047ad7d1d1e623e0b83b86 AS recovertpm
12-
FROM lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df AS bpftrace
13-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS build
11+
FROM lfedge/eve-recovertpm:d7dc09981569cb12a5591c4b49ea644da6ffc2c1 AS recovertpm
12+
FROM lfedge/eve-bpftrace:5a3ba5ef275e50e6dbd6b960046f892bb35110ce AS bpftrace
13+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS build
1414
ENV BUILD_PKGS="abuild curl tar make linux-headers patch g++ git gcc gpg gettext gettext-static ncurses-dev jq autoconf openssl-dev zlib-dev zlib-static gpg-agent"
1515
# Feel free to add additional packages here, but be aware that
1616
# EVE's rootfs image can be no larger than 300Mb (and don't

pkg/dnsmasq/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2025 Zededa, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS build
4+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS build
55
ENV BUILD_PKGS gcc make patch libc-dev linux-headers tar xz coreutils
66
RUN eve-alpine-deploy.sh
77

pkg/dom0-ztools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2025 Zededa, Inc.
44
# SPDX-License-Identifier: Apache-2.0
55

6-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS zfs
6+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS zfs
77
ENV BUILD_PKGS="git patch ca-certificates util-linux build-base gettext-dev libtirpc-dev automake autoconf \
88
libtool linux-headers attr-dev e2fsprogs-dev glib-dev openssl-dev util-linux-dev coreutils"
99
ENV PKGS="ca-certificates util-linux libintl libuuid libtirpc libblkid libcrypto3 zlib"

pkg/edgeview/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2023 Zededa, Inc.
22
# SPDX-License-Identifier: Apache-2.0
3-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS build
3+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS build
44
ENV BUILD_PKGS git
55
ENV PKGS alpine-baselayout musl-utils iproute2 iptables
66
RUN eve-alpine-deploy.sh

pkg/fscrypt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS build-base
5+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS build-base
66

77
FROM build-base AS build-amd64
88
FROM build-base AS build-arm64

pkg/fw/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile-upstream:1.5.0-rc2-labs
22
ARG PLATFORM=generic
33

4-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS build-base
4+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS build-base
55

66
ARG TARGETARCH
77

@@ -96,7 +96,7 @@ ADD https://hailo-hailort.s3.eu-west-2.amazonaws.com/Hailo8/${HAILO_FW_VERSION}/
9696

9797
# generate initrd for Intel's and AMD's microcode
9898
# it makes sense only for x86_64 platform
99-
FROM --platform=${TARGETPLATFORM} lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS ucode-build-common
99+
FROM --platform=${TARGETPLATFORM} lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS ucode-build-common
100100
RUN mkdir -p /boot /tmp/ucode/intel /tmp/ucode/amd /usr/share/licenses/ucode
101101

102102
FROM ucode-build-common AS ucode-build-amd64
@@ -137,7 +137,7 @@ FROM ucode-build-common AS ucode-build-arm64
137137
FROM ucode-build-common AS ucode-build-riscv64
138138
FROM ucode-build-${TARGETARCH} AS ucode-build
139139

140-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS compactor-common
140+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS compactor-common
141141
ENTRYPOINT []
142142
WORKDIR /
143143
COPY --from=build /lib/firmware/regulatory* /lib/firmware/
@@ -210,7 +210,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
210210
fi
211211

212212

213-
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS compactor-full
213+
FROM lfedge/eve-alpine:12eac5bb74d78ba554b3e2281d63db34375f091f AS compactor-full
214214
# get all possible FW
215215
COPY --from=build /lib/firmware/ /lib/firmware/
216216

0 commit comments

Comments
 (0)