Update to Buildroot 2024.11, Alpine 3.21

This commit is contained in:
Tianon Gravi 2024-12-09 11:52:30 -08:00
parent e0175e4de7
commit e1aaa6e7d5
8 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{{ if env.variant == "musl" then ( -}}
FROM alpine:3.20
FROM alpine:3.21
RUN set -eux; \
apk add --no-cache \

View File

@ -157,7 +157,7 @@ RUN set -eux; \
# install a few extra files from buildroot (/etc/passwd, etc)
RUN set -eux; \
buildrootVersion='2024.08.2'; \
buildrootVersion='2024.11'; \
for file in \
system/device_table.txt \
system/skeleton/etc/group \

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.20
FROM alpine:3.21
RUN set -eux; \
apk add --no-cache \
@ -140,7 +140,7 @@ RUN set -eux; \
# install a few extra files from buildroot (/etc/passwd, etc)
RUN set -eux; \
buildrootVersion='2024.08.2'; \
buildrootVersion='2024.11'; \
for file in \
system/device_table.txt \
system/skeleton/etc/group \

View File

@ -44,7 +44,7 @@ RUN mkdir -p ~/.gnupg && gpg --batch --keyserver keyserver.ubuntu.com --recv-key
# https://buildroot.org/download.html
# https://buildroot.org/downloads/?C=M;O=D
ENV BUILDROOT_VERSION 2024.08.2
ENV BUILDROOT_VERSION 2024.11
RUN set -eux; \
tarball="buildroot-${BUILDROOT_VERSION}.tar.xz"; \

View File

@ -158,7 +158,7 @@ RUN set -eux; \
# install a few extra files from buildroot (/etc/passwd, etc)
RUN set -eux; \
buildrootVersion='2024.08.2'; \
buildrootVersion='2024.11'; \
for file in \
system/device_table.txt \
system/skeleton/etc/group \

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.20
FROM alpine:3.21
RUN set -eux; \
apk add --no-cache \
@ -141,7 +141,7 @@ RUN set -eux; \
# install a few extra files from buildroot (/etc/passwd, etc)
RUN set -eux; \
buildrootVersion='2024.08.2'; \
buildrootVersion='2024.11'; \
for file in \
system/device_table.txt \
system/skeleton/etc/group \

View File

@ -44,7 +44,7 @@ RUN mkdir -p ~/.gnupg && gpg --batch --keyserver keyserver.ubuntu.com --recv-key
# https://buildroot.org/download.html
# https://buildroot.org/downloads/?C=M;O=D
ENV BUILDROOT_VERSION 2024.08.2
ENV BUILDROOT_VERSION 2024.11
RUN set -eux; \
tarball="buildroot-${BUILDROOT_VERSION}.tar.xz"; \

View File

@ -1,7 +1,7 @@
{
"latest": {
"buildroot": {
"version": "2024.08.2"
"version": "2024.11"
},
"date": "27 September 2024",
"sha256": "3311dff32e746499f4df0d5df04d7eb396382d7e108bb9250e7b519b837043a4",
@ -15,7 +15,7 @@
},
"latest-1": {
"buildroot": {
"version": "2024.08.2"
"version": "2024.11"
},
"date": "19 May 2023",
"sha256": "b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314",