|
1 | 1 | [ |
2 | | - { |
3 | | - "source": "not-exists:latest", |
4 | | - "dest": "not-exists:latest" |
5 | | - }, |
6 | | - { |
7 | | - "source": "node:alpine", |
8 | | - "dest": "library-mirror/node:alpine" |
9 | | - }, |
10 | | - { |
11 | | - "source": "node:20.5.1-alpine", |
12 | | - "dest": "library-mirror/node:20.5.1-alpine" |
13 | | - }, |
14 | | - { |
15 | | - "source": "golang:1.24.4-alpine", |
16 | | - "dest": "library-mirror/golang:1.24.4-alpine" |
17 | | - }, |
18 | | - { |
19 | | - "source": "golang:alpine", |
20 | | - "dest": "library-mirror/golang:alpine" |
21 | | - }, |
22 | 2 | { |
23 | 3 | "source": "docker:dind", |
24 | 4 | "dest": "library-mirror/docker:dind" |
|
43 | 23 | "source": "library/python:3.13.0-alpine", |
44 | 24 | "dest": "library-mirror/python:3.13.0-alpine" |
45 | 25 | }, |
46 | | - { |
47 | | - "source": "library/mysql:latest", |
48 | | - "dest": "library-mirror/mysql:latest" |
49 | | - }, |
50 | | - { |
51 | | - "source": "library/mysql:5.7.33", |
52 | | - "dest": "library-mirror/mysql:5.7.33" |
53 | | - }, |
54 | | - { |
55 | | - "source": "library/mysql:8.0.33", |
56 | | - "dest": "library-mirror/mysql:8.0.33" |
57 | | - }, |
58 | | - { |
59 | | - "source": "library/mysql:8.1.0", |
60 | | - "dest": "library-mirror/mysql:8.1.0" |
61 | | - }, |
62 | | - { |
63 | | - "source": "library/mariadb:latest", |
64 | | - "dest": "library-mirror/mariadb:latest" |
65 | | - }, |
66 | | - { |
67 | | - "source": "library/mariadb:10.10.6", |
68 | | - "dest": "library-mirror/mariadb:10.10.6" |
69 | | - }, |
70 | | - { |
71 | | - "source": "library/mariadb:10.11.5", |
72 | | - "dest": "library-mirror/mariadb:10.11.5" |
73 | | - }, |
74 | | - { |
75 | | - "source": "library/mariadb:11.0.3", |
76 | | - "dest": "library-mirror/mariadb:11.0.3" |
77 | | - }, |
78 | | - { |
79 | | - "source": "library/registry:latest", |
80 | | - "dest": "library-mirror/registry:latest" |
81 | | - }, |
82 | | - { |
83 | | - "source": "library/registry:3.0.0", |
84 | | - "dest": "library-mirror/registry:3.0.0" |
85 | | - }, |
86 | 26 | { |
87 | 27 | "source": "library/mongo:latest", |
88 | 28 | "dest": "library-mirror/mongo:latest" |
|
226 | 166 | "source": "lwpm/lwpm:latest", |
227 | 167 | "dest": "lwpm/lwpm:latest" |
228 | 168 | }, |
229 | | - { |
230 | | - "source": "library/bash:latest", |
231 | | - "dest": "library-mirror/bash:latest" |
232 | | - }, |
233 | 169 | { |
234 | 170 | "source": "library/caddy:alpine", |
235 | 171 | "dest": "library-mirror/caddy:alpine" |
|
0 commit comments