Skip to content

Commit

Permalink
Test earlier versions of images
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 2, 2024
1 parent 6bb8885 commit 74c3329
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ubuntu-22.04-jammy-arm64v8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ubuntu:jammy
FROM arm64v8/ubuntu:jammy-20241009

RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
cmake \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-22.04-jammy-arm64v8/update.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker pull arm64v8/ubuntu:focal
docker pull arm64v8/ubuntu:jammy-20241009
2 changes: 1 addition & 1 deletion ubuntu-24.04-noble-ppc64le/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ppc64le/ubuntu:noble
FROM ppc64le/ubuntu:noble-20241009

RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
cmake \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-24.04-noble-ppc64le/update.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker pull ppc64le/ubuntu:noble
docker pull ppc64le/ubuntu:noble-20241009
2 changes: 1 addition & 1 deletion ubuntu-24.04-noble-s390x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM s390x/ubuntu:noble
FROM s390x/ubuntu:noble-20241009

RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
cmake \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-24.04-noble-s390x/update.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker pull s390x/ubuntu:noble
docker pull s390x/ubuntu:noble-20241009

0 comments on commit 74c3329

Please # to comment.