19 Commits

Author SHA1 Message Date
Johnny Chen
cb90bfa7b6
[julia] upgrade to StorageMirrorServer v0.2.0
HTTP.jl is somehow not reliable enough that `HTTP.get` would occasionally hang for unidentified reasons. This version uses `curl` instead of `HTTP.get` to fetch resources, which is more stable and faster.

`curl` dependency is included in julia:1.5 base image so we don't need to install it.
2020-09-10 15:54:23 +08:00
Johnny Chen
2f743c5bd1
upgrade to StorageMirrorServer v0.1.6 2020-08-19 11:40:04 +08:00
Johnny Chen
effc4f7494
[Julia] skip failed_resources for 5 days until next try 2020-08-18 07:50:53 +08:00
Yuxiang Zhang
f7a468b4a6
fix build errors on Dockerhub 2020-08-15 19:34:58 +08:00
Johnny Chen
562b5a72b6
[julia] upgrade to StorageMirrorServer v0.1.4 and use all official upstreams 2020-08-15 17:29:34 +08:00
Johnny Chen
a738226ce6
make registry downloading failure a panic 2020-08-10 23:35:12 +08:00
z4yx
eca5de8976 add a user with uid 2000 2020-08-09 22:55:40 +08:00
Yuxiang Zhang
dc6bfb4612
fix a file location 2020-08-09 21:45:08 +08:00
Johnny Chen
caa3963ea7
[Julia] make /opt/julia a shared julia depot path
This makes non-root users can directly use StorageMirrorServer
2020-08-09 21:07:20 +08:00
Yuxiang Zhang
8c66850fa8
/tmp/julia/ not exists 2020-08-09 18:32:07 +08:00
Johnny Chen
8db431c00c
upgrade to v0.1.1-rc3 2020-08-09 02:58:23 +08:00
Johnny Chen
b082789519
[Julia] upgrade julia mirror script 2020-08-08 21:46:57 +08:00
Johnny Chen
306960e39b
skip packages that unexpectedly take a long time 2020-05-29 13:02:45 +08:00
Johnny Chen
b14eac015b
use StorageServer#v0.1.0.beta and remove jill dependency 2020-05-28 09:17:30 +08:00
z4yx
8dfbbf5ca8 Revert "adduser before chown"
This reverts commit 7761ed423f86308928d7a0cdc10380dbc3260e28.
2020-05-26 10:00:23 +08:00
z4yx
7761ed423f adduser before chown 2020-05-25 15:31:01 +08:00
z4yx
cf9eae77af fix permission issues 2020-05-25 13:14:30 +08:00
Johnny Chen
6d4c3f81c4
add docstrings 2020-05-24 22:12:20 +08:00
Johnny Chen
8eb6d72642
add docker script for julia mirror 2020-05-24 14:56:45 +08:00