Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from ibuildthecloud/main
Browse files Browse the repository at this point in the history
Add a bunch more
  • Loading branch information
ibuildthecloud authored Jan 15, 2024
2 parents 0047a0d + 72ae742 commit e3638df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion images.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
alpine:3.16.2
alpine:latest
aws-observability/aws-for-fluent-bit:2.31.12.20231002
busybox:latest
coredns/coredns:1.10.1
golang:1.20
golang:1.20-alpine
golang:1.21
golang:1.21-alpine
moby/buildkit:v0.10.6
moby/buildkit:v0.11.6
moby/buildkit:v0.12.4
nginx:1.23.2-alpine
nginx:latest
node:19-buster
public.ecr.aws/aws-observability/aws-for-fluent-bit:2.31.12.20231002
python:3-alpine
rancher/k3s:v1.29.0-k3s1
rancher/klipper-lb:v0.3.5
rancher/klipper-lb:v0.4.5
registry:2.8.1
registry:2.8.3
tonistiigi/binfmt:qemu-v6.2.0
tonistiigi/binfmt:qemu-v8.1.4
traefik:2.10.7
ubuntu:16.04
1 change: 1 addition & 0 deletions mirror.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e -x

for i in $(<images.txt); do
crane copy $i ghcr.io/acorn-io/images-mirror/$i
Expand Down

0 comments on commit e3638df

Please sign in to comment.