mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
rubygems dockerfile
This commit is contained in:
parent
9e0fba56d9
commit
0fa2d0741a
@ -1,4 +1,4 @@
|
||||
FROM cybercode/alpine-ruby:2.3
|
||||
RUN gem install rubygems-mirror
|
||||
ENV BUSYBOX=1
|
||||
volume /data
|
||||
ENV HOME=/tmp
|
||||
|
2
mysql.sh
2
mysql.sh
@ -9,7 +9,7 @@ _here=`dirname $(realpath $0)`
|
||||
[ -z "${LOADED_APT_DOWNLOAD}" ] && (echo "failed to load apt-download"; exit 1)
|
||||
|
||||
BASE_PATH="${TUNASYNC_WORKING_DIR}"
|
||||
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://repo.mysql.com"}
|
||||
BASE_URL="${TUNASYNC_UPSTREAM_URL:-"https://repo.mysql.com"}"
|
||||
|
||||
MYSQL_DOWNLOAD_PATH="${BASE_PATH}/downloads/"
|
||||
MYSQL_RSYNC_UPSTREAM="rsync://mysql.he.net/mysql/Downloads/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user