mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
fix: align installer defaults with downloader release
This commit is contained in:
parent
cad9768b5e
commit
f0e53508a5
@ -10,10 +10,10 @@
|
||||
# --build-context abx-plugins=../abx-plugins \
|
||||
# -t archivebox/abx-dl:dev
|
||||
# docker buildx build . -f Dockerfile \
|
||||
# --build-arg ABX_DL_IMAGE=archivebox/abx-dl:1.12.152 \
|
||||
# --build-arg ABX_DL_IMAGE=archivebox/abx-dl:1.12.155 \
|
||||
# -t archivebox:multistage
|
||||
|
||||
ARG ABX_DL_IMAGE=archivebox/abx-dl:1.12.152
|
||||
ARG ABX_DL_IMAGE=archivebox/abx-dl:1.12.155
|
||||
|
||||
FROM archivebox/sonic:1.4.9 AS sonic
|
||||
FROM ${ABX_DL_IMAGE} AS archivebox-runtime-base
|
||||
|
||||
@ -81,7 +81,7 @@ ARCHIVEBOX_PYTHON="${ARCHIVEBOX_PYTHON:-3.13}"
|
||||
ARCHIVEBOX_PACKAGE="${ARCHIVEBOX_PACKAGE:-archivebox>=0.9.0rc0,<0.10}"
|
||||
ARCHIVEBOX_PLATFORM="${ARCHIVEBOX_PLATFORM:-}"
|
||||
ARCHIVEBOX_COMPOSE_URL="${ARCHIVEBOX_COMPOSE_URL:-https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/${ARCHIVEBOX_BRANCH}/docker-compose.yml}"
|
||||
ABXPKG_PACKAGE="${ABXPKG_PACKAGE:-abxpkg==1.12.83}"
|
||||
ABXPKG_PACKAGE="${ABXPKG_PACKAGE:-abxpkg==1.12.87}"
|
||||
ABXPKG_LIB_DIR="${ABXPKG_LIB_DIR:-$HOME/.cache/archivebox/setup-abxpkg}"
|
||||
ARCHIVEBOX_HOME_DIR="$HOME/archivebox"
|
||||
ARCHIVEBOX_DATA_DIR="$ARCHIVEBOX_HOME_DIR/data"
|
||||
|
||||
@ -9,7 +9,7 @@ version = 2
|
||||
"fe1f06a0a6b02c01-1" = "illustration"
|
||||
"220882ff87e9c738-1" = "run"
|
||||
"698f2b0f88796c9b-1" = "illustration"
|
||||
"1754491b1b6255de-1" = "illustration"
|
||||
"398611ab1880ef51-1" = "illustration"
|
||||
"778c693286d7b895-1" = "illustration"
|
||||
"16f90085b2eb8756-1" = "illustration"
|
||||
"39bc0d99ed165be2-1" = "run"
|
||||
@ -233,7 +233,7 @@ version = 2
|
||||
# docs/Upgrading.md
|
||||
"4c75ef58fc49ad99-1" = "illustration"
|
||||
"6678cb1b999c44ea-1" = "illustration"
|
||||
"09bbb69bbb6cf07f-1" = "illustration"
|
||||
"23c840fa4bc05801-1" = "illustration"
|
||||
"3075ca963b666b72-1" = "illustration"
|
||||
"c47a6f74d71e34c2-1" = "illustration"
|
||||
"24ce21d1e112e656-1" = "illustration"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user