mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
Merge pull request #96 from chenxiaolong/deps
Update AOSP submodules and test container image versions
This commit is contained in:
Vendored
+1
-1
Submodule external/avb updated: cb00b07ed8...3210440973
Vendored
+1
-1
Submodule external/build updated: 43cbca31e6...2014bbb8e7
Vendored
+1
-1
Submodule external/update_engine updated: 9dbdcfb78c...e47767a5a8
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/alpine:3.17
|
||||
FROM docker.io/library/alpine:3.18
|
||||
|
||||
RUN apk add --no-cache openssl py3-lz4 py3-pip py3-protobuf
|
||||
# Alpine does not have strictyaml in its repos
|
||||
|
||||
@@ -5,8 +5,8 @@ RUN pacman --noconfirm -Syu --needed aria2 xorg-server-xvfb \
|
||||
|
||||
# Yep, we're installing Windows msys2 packages directly on top of Arch
|
||||
|
||||
ARG KEYRING_VERSION=1~20221024-1
|
||||
ARG KEYRING_SHA256=e90fb4413f6056dbc8b2df9eac670924aa2851151bc97569e7df12c928acc209
|
||||
ARG KEYRING_VERSION=1~20230316-1
|
||||
ARG KEYRING_SHA256=eb672d0d41b2e857f97f0d9de6d3325113c992c5c1a9aab4bd468341e5471572
|
||||
|
||||
RUN aria2c https://mirror.msys2.org/msys/x86_64/msys2-keyring-${KEYRING_VERSION}-any.pkg.tar.zst \
|
||||
--checksum SHA-256=${KEYRING_SHA256} \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:37
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:38
|
||||
|
||||
RUN dnf install -y openssl python3-lz4 python3-protobuf python3-strictyaml \
|
||||
&& find /var/cache/dnf -mindepth 1 -delete
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/ubuntu:22.10
|
||||
FROM docker.io/library/ubuntu:23.04
|
||||
|
||||
RUN apt-get -y update \
|
||||
&& apt-get -y install openssl python3-lz4 python3-protobuf python3-strictyaml \
|
||||
|
||||
Reference in New Issue
Block a user