Skip to content

Commit

Permalink
revert snapshot change
Browse files Browse the repository at this point in the history
  • Loading branch information
rikonor committed Jul 22, 2024
1 parent 5a2b75f commit 8e3631d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.kernel
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:trixie-20240513-slim

ENV DEBIAN_FRONTEND=noninteractive

# https://snapshot.debian.org/archive/debian/20240722T143724Z/
ARG SNAPSHOT=20240722T143724Z
# https://snapshot.debian.org/archive/debian/20240515T144351Z/
ARG SNAPSHOT=20240515T144351Z

RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.ovmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:trixie-20240513-slim

ENV DEBIAN_FRONTEND=noninteractive

# https://snapshot.debian.org/archive/debian/20240722T143724Z/
ARG SNAPSHOT=20240722T143724Z
# https://snapshot.debian.org/archive/debian/20240515T144351Z/
ARG SNAPSHOT=20240515T144351Z

RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down
26 changes: 13 additions & 13 deletions docker/Dockerfile.qemu
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:trixie-20240513-slim AS libslirp-static

ENV DEBIAN_FRONTEND=noninteractive

# https://snapshot.debian.org/archive/debian/20240722T143724Z/
ARG SNAPSHOT=20240722T143724Z
# https://snapshot.debian.org/archive/debian/20240515T144351Z/
ARG SNAPSHOT=20240515T144351Z

RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down Expand Up @@ -44,8 +44,8 @@ FROM debian:trixie-20240513-slim

ENV DEBIAN_FRONTEND=noninteractive

# https://snapshot.debian.org/archive/debian/20240722T143724Z/
ARG SNAPSHOT=20240722T143724Z
# https://snapshot.debian.org/archive/debian/20240515T144351Z/
ARG SNAPSHOT=20240515T144351Z

RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand All @@ -59,15 +59,15 @@ RUN \
apt install --update --snapshot "${SNAPSHOT}" -o Acquire::Check-Valid-Until=false -o Acquire::https::Verify-Peer=false -y ca-certificates && \
: "Install dependencies" && \
apt install --snapshot "${SNAPSHOT}" -y \
build-essential \
checkinstall \
git \
libglib2.0-dev \
libpixman-1-dev \
libslirp-dev \
ninja-build \
pkg-config \
python3-venv \
build-essential \
checkinstall \
git \
libglib2.0-dev \
libpixman-1-dev \
libslirp-dev \
ninja-build \
pkg-config \
python3-venv \
&& \
: "Clean up for improving reproducibility (optional)" && \
rm -rf /var/log/* /var/cache/ldconfig/aux-cache
Expand Down
2 changes: 1 addition & 1 deletion image-ref/kernel.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5197a87540f231591173f5c3da4146fdb04a82f8
5a2b75fd8e068bff99b302ae8550f4615e75a226
2 changes: 1 addition & 1 deletion image-ref/ovmf.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5197a87540f231591173f5c3da4146fdb04a82f8
5a2b75fd8e068bff99b302ae8550f4615e75a226
2 changes: 1 addition & 1 deletion image-ref/qemu.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5197a87540f231591173f5c3da4146fdb04a82f8
5a2b75fd8e068bff99b302ae8550f4615e75a226

0 comments on commit 8e3631d

Please sign in to comment.