@@ -73,6 +73,7 @@ alpine-3.21/arm64
73
73
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
74
74
RUN opam-sandbox-disable
75
75
RUN opam init -k git -a /home/opam/opam-repository --bare
76
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
76
77
RUN rm -rf .opam/repo/default/.git
77
78
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
78
79
@@ -150,6 +151,7 @@ alpine-3.21/amd64
150
151
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
151
152
RUN opam-sandbox-disable
152
153
RUN opam init -k git -a /home/opam/opam-repository --bare
154
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
153
155
RUN rm -rf .opam/repo/default/.git
154
156
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
155
157
@@ -2050,6 +2052,7 @@ archlinux/amd64
2050
2052
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
2051
2053
RUN opam-sandbox-disable
2052
2054
RUN opam init -k git -a /home/opam/opam-repository --bare
2055
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
2053
2056
RUN rm -rf .opam/repo/default/.git
2054
2057
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2055
2058
@@ -2336,6 +2339,7 @@ debian-12/s390x
2336
2339
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
2337
2340
RUN opam-sandbox-disable
2338
2341
RUN opam init -k git -a /home/opam/opam-repository --bare
2342
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
2339
2343
RUN rm -rf .opam/repo/default/.git
2340
2344
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2341
2345
@@ -2416,6 +2420,7 @@ debian-12/ppc64le
2416
2420
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
2417
2421
RUN opam-sandbox-disable
2418
2422
RUN opam init -k git -a /home/opam/opam-repository --bare
2423
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
2419
2424
RUN rm -rf .opam/repo/default/.git
2420
2425
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2421
2426
@@ -2499,6 +2504,7 @@ debian-12/arm32v7
2499
2504
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
2500
2505
RUN opam-sandbox-disable
2501
2506
RUN opam init -k git -a /home/opam/opam-repository --bare
2507
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
2502
2508
RUN rm -rf .opam/repo/default/.git
2503
2509
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2504
2510
@@ -2579,6 +2585,7 @@ debian-12/arm64
2579
2585
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
2580
2586
RUN opam-sandbox-disable
2581
2587
RUN opam init -k git -a /home/opam/opam-repository --bare
2588
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
2582
2589
RUN rm -rf .opam/repo/default/.git
2583
2590
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2584
2591
@@ -2659,6 +2666,7 @@ debian-12/amd64
2659
2666
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
2660
2667
RUN opam-sandbox-disable
2661
2668
RUN opam init -k git -a /home/opam/opam-repository --bare
2669
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
2662
2670
RUN rm -rf .opam/repo/default/.git
2663
2671
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2664
2672
@@ -2742,6 +2750,7 @@ debian-12/i386
2742
2750
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
2743
2751
RUN opam-sandbox-disable
2744
2752
RUN opam init -k git -a /home/opam/opam-repository --bare
2753
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
2745
2754
RUN rm -rf .opam/repo/default/.git
2746
2755
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2747
2756
@@ -7031,6 +7040,7 @@ debian-11/arm32v7
7031
7040
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
7032
7041
RUN opam-sandbox-disable
7033
7042
RUN opam init -k git -a /home/opam/opam-repository --bare
7043
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
7034
7044
RUN rm -rf .opam/repo/default/.git
7035
7045
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
7036
7046
@@ -7111,6 +7121,7 @@ debian-11/arm64
7111
7121
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
7112
7122
RUN opam-sandbox-disable
7113
7123
RUN opam init -k git -a /home/opam/opam-repository --bare
7124
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
7114
7125
RUN rm -rf .opam/repo/default/.git
7115
7126
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
7116
7127
@@ -7191,6 +7202,7 @@ debian-11/amd64
7191
7202
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
7192
7203
RUN opam-sandbox-disable
7193
7204
RUN opam init -k git -a /home/opam/opam-repository --bare
7205
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
7194
7206
RUN rm -rf .opam/repo/default/.git
7195
7207
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
7196
7208
@@ -7274,6 +7286,7 @@ debian-11/i386
7274
7286
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
7275
7287
RUN opam-sandbox-disable
7276
7288
RUN opam init -k git -a /home/opam/opam-repository --bare
7289
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
7277
7290
RUN rm -rf .opam/repo/default/.git
7278
7291
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
7279
7292
@@ -8203,6 +8216,7 @@ debian-testing/amd64
8203
8216
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
8204
8217
RUN opam-sandbox-disable
8205
8218
RUN opam init -k git -a /home/opam/opam-repository --bare
8219
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
8206
8220
RUN rm -rf .opam/repo/default/.git
8207
8221
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
8208
8222
@@ -8501,6 +8515,7 @@ debian-unstable/amd64
8501
8515
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
8502
8516
RUN opam-sandbox-disable
8503
8517
RUN opam init -k git -a /home/opam/opam-repository --bare
8518
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
8504
8519
RUN rm -rf .opam/repo/default/.git
8505
8520
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
8506
8521
@@ -8797,6 +8812,7 @@ fedora-41/arm64
8797
8812
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
8798
8813
RUN opam-sandbox-disable
8799
8814
RUN opam init -k git -a /home/opam/opam-repository --bare
8815
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
8800
8816
RUN rm -rf .opam/repo/default/.git
8801
8817
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
8802
8818
@@ -8875,6 +8891,7 @@ fedora-41/amd64
8875
8891
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
8876
8892
RUN opam-sandbox-disable
8877
8893
RUN opam init -k git -a /home/opam/opam-repository --bare
8894
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
8878
8895
RUN rm -rf .opam/repo/default/.git
8879
8896
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
8880
8897
@@ -9348,6 +9365,7 @@ fedora-42/arm64
9348
9365
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
9349
9366
RUN opam-sandbox-disable
9350
9367
RUN opam init -k git -a /home/opam/opam-repository --bare
9368
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
9351
9369
RUN rm -rf .opam/repo/default/.git
9352
9370
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
9353
9371
@@ -9426,6 +9444,7 @@ fedora-42/amd64
9426
9444
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
9427
9445
RUN opam-sandbox-disable
9428
9446
RUN opam init -k git -a /home/opam/opam-repository --bare
9447
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
9429
9448
RUN rm -rf .opam/repo/default/.git
9430
9449
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
9431
9450
@@ -9919,6 +9938,7 @@ oraclelinux-8/amd64
9919
9938
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
9920
9939
RUN opam-sandbox-disable
9921
9940
RUN opam init -k git -a /home/opam/opam-repository --bare
9941
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
9922
9942
RUN rm -rf .opam/repo/default/.git
9923
9943
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
9924
9944
@@ -10203,6 +10223,7 @@ oraclelinux-9/amd64
10203
10223
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
10204
10224
RUN opam-sandbox-disable
10205
10225
RUN opam init -k git -a /home/opam/opam-repository --bare
10226
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
10206
10227
RUN rm -rf .opam/repo/default/.git
10207
10228
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
10208
10229
@@ -10501,6 +10522,7 @@ opensuse-15.6/arm64
10501
10522
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
10502
10523
RUN opam-sandbox-disable
10503
10524
RUN opam init -k git -a /home/opam/opam-repository --bare
10525
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
10504
10526
RUN rm -rf .opam/repo/default/.git
10505
10527
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
10506
10528
@@ -10578,6 +10600,7 @@ opensuse-15.6/amd64
10578
10600
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
10579
10601
RUN opam-sandbox-disable
10580
10602
RUN opam init -k git -a /home/opam/opam-repository --bare
10603
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
10581
10604
RUN rm -rf .opam/repo/default/.git
10582
10605
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
10583
10606
@@ -11089,6 +11112,7 @@ opensuse-tumbleweed/amd64
11089
11112
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
11090
11113
RUN opam-sandbox-disable
11091
11114
RUN opam init -k git -a /home/opam/opam-repository --bare
11115
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
11092
11116
RUN rm -rf .opam/repo/default/.git
11093
11117
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
11094
11118
@@ -11387,6 +11411,7 @@ ubuntu-22.04/s390x
11387
11411
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
11388
11412
RUN opam-sandbox-disable
11389
11413
RUN opam init -k git -a /home/opam/opam-repository --bare
11414
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
11390
11415
RUN rm -rf .opam/repo/default/.git
11391
11416
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
11392
11417
@@ -11467,6 +11492,7 @@ ubuntu-22.04/ppc64le
11467
11492
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
11468
11493
RUN opam-sandbox-disable
11469
11494
RUN opam init -k git -a /home/opam/opam-repository --bare
11495
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
11470
11496
RUN rm -rf .opam/repo/default/.git
11471
11497
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
11472
11498
@@ -11547,6 +11573,7 @@ ubuntu-22.04/arm64
11547
11573
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
11548
11574
RUN opam-sandbox-disable
11549
11575
RUN opam init -k git -a /home/opam/opam-repository --bare
11576
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
11550
11577
RUN rm -rf .opam/repo/default/.git
11551
11578
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
11552
11579
@@ -11627,6 +11654,7 @@ ubuntu-22.04/amd64
11627
11654
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
11628
11655
RUN opam-sandbox-disable
11629
11656
RUN opam init -k git -a /home/opam/opam-repository --bare
11657
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
11630
11658
RUN rm -rf .opam/repo/default/.git
11631
11659
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
11632
11660
@@ -11707,6 +11735,7 @@ ubuntu-22.04/riscv64
11707
11735
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
11708
11736
RUN opam-sandbox-disable
11709
11737
RUN opam init -k git -a /home/opam/opam-repository --bare
11738
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
11710
11739
RUN rm -rf .opam/repo/default/.git
11711
11740
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
11712
11741
@@ -12773,6 +12802,7 @@ ubuntu-24.04/s390x
12773
12802
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
12774
12803
RUN opam-sandbox-disable
12775
12804
RUN opam init -k git -a /home/opam/opam-repository --bare
12805
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
12776
12806
RUN rm -rf .opam/repo/default/.git
12777
12807
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
12778
12808
@@ -12853,6 +12883,7 @@ ubuntu-24.04/ppc64le
12853
12883
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
12854
12884
RUN opam-sandbox-disable
12855
12885
RUN opam init -k git -a /home/opam/opam-repository --bare
12886
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
12856
12887
RUN rm -rf .opam/repo/default/.git
12857
12888
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
12858
12889
@@ -12933,6 +12964,7 @@ ubuntu-24.04/arm64
12933
12964
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
12934
12965
RUN opam-sandbox-disable
12935
12966
RUN opam init -k git -a /home/opam/opam-repository --bare
12967
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
12936
12968
RUN rm -rf .opam/repo/default/.git
12937
12969
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
12938
12970
@@ -13013,6 +13045,7 @@ ubuntu-24.04/amd64
13013
13045
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
13014
13046
RUN opam-sandbox-disable
13015
13047
RUN opam init -k git -a /home/opam/opam-repository --bare
13048
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
13016
13049
RUN rm -rf .opam/repo/default/.git
13017
13050
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
13018
13051
@@ -13093,6 +13126,7 @@ ubuntu-24.04/riscv64
13093
13126
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
13094
13127
RUN opam-sandbox-disable
13095
13128
RUN opam init -k git -a /home/opam/opam-repository --bare
13129
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
13096
13130
RUN rm -rf .opam/repo/default/.git
13097
13131
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
13098
13132
@@ -14174,6 +14208,7 @@ ubuntu-24.10/s390x
14174
14208
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
14175
14209
RUN opam-sandbox-disable
14176
14210
RUN opam init -k git -a /home/opam/opam-repository --bare
14211
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
14177
14212
RUN rm -rf .opam/repo/default/.git
14178
14213
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
14179
14214
@@ -14254,6 +14289,7 @@ ubuntu-24.10/ppc64le
14254
14289
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
14255
14290
RUN opam-sandbox-disable
14256
14291
RUN opam init -k git -a /home/opam/opam-repository --bare
14292
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
14257
14293
RUN rm -rf .opam/repo/default/.git
14258
14294
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
14259
14295
@@ -14334,6 +14370,7 @@ ubuntu-24.10/arm64
14334
14370
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
14335
14371
RUN opam-sandbox-disable
14336
14372
RUN opam init -k git -a /home/opam/opam-repository --bare
14373
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
14337
14374
RUN rm -rf .opam/repo/default/.git
14338
14375
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
14339
14376
@@ -14414,6 +14451,7 @@ ubuntu-24.10/amd64
14414
14451
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
14415
14452
RUN opam-sandbox-disable
14416
14453
RUN opam init -k git -a /home/opam/opam-repository --bare
14454
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
14417
14455
RUN rm -rf .opam/repo/default/.git
14418
14456
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
14419
14457
@@ -14494,6 +14532,7 @@ ubuntu-24.10/riscv64
14494
14532
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
14495
14533
RUN opam-sandbox-disable
14496
14534
RUN opam init -k git -a /home/opam/opam-repository --bare
14535
+ RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
14497
14536
RUN rm -rf .opam/repo/default/.git
14498
14537
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
14499
14538
0 commit comments