mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
dockerfiles: skip cache on crates.io new release, update shadowmire to use python 3.13
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
ac0ece271c
commit
084147d983
|
|
@ -1,5 +1,7 @@
|
||||||
FROM rust:trixie
|
FROM rust:trixie
|
||||||
LABEL maintainer="Jiajie Chen <jiegec@noc.ac.cn>"
|
LABEL maintainer="Jiajie Chen <jiegec@noc.ac.cn>"
|
||||||
|
|
||||||
|
# used to skip caching on new version release
|
||||||
|
ADD "https://crates.io/api/v1/crates/rustup-mirror" "crates_version.json"
|
||||||
RUN cargo install rustup-mirror
|
RUN cargo install rustup-mirror
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
ARG PY_VERSION=3.11
|
ARG PY_VERSION=3.13
|
||||||
|
|
||||||
FROM python:${PY_VERSION}-alpine
|
FROM python:${PY_VERSION}-alpine
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
FROM rust:trixie
|
FROM rust:trixie
|
||||||
LABEL maintainer="Shengqi Chen <i@harrychen.xyz>"
|
LABEL maintainer="Shengqi Chen <i@harrychen.xyz>"
|
||||||
|
|
||||||
|
# used to skip caching on new version release
|
||||||
|
ADD "https://crates.io/api/v1/crates/tsumugu" "crates_version.json"
|
||||||
RUN cargo install tsumugu
|
RUN cargo install tsumugu
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue