Merge pull request #96 from chenxiaolong/deps

Update AOSP submodules and test container image versions
This commit is contained in:
Andrew Gunnerson
2023-05-23 15:38:05 -04:00
committed by GitHub
7 changed files with 8 additions and 8 deletions
+1 -1
+1 -1
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 \