Skip to content

Commit

Permalink
feat: bump docker from 27.1.1 to 27.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Dec 11, 2024
1 parent e5f1a7e commit eb3e3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions scripts/const.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ STATIC_ENV=${PROJECT_DIR}/static.env
. "${STATIC_ENV}"

export OS=$(uname -s)
export DOCKER_VERSION=27.1.1
export DOCKER_VERSION=27.4.0
export DOCKER_MIRROR="https://download.jumpserver.org/docker/docker-ce/linux/static/stable"

export DOCKER_COMPOSE_VERSION=v2.29.1
export DOCKER_COMPOSE_VERSION=v2.31.0
export DOCKER_COMPOSE_MIRROR="https://download.jumpserver.org/docker/compose/releases/download"

ARCH=$(uname -m)
Expand Down
5 changes: 0 additions & 5 deletions scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,6 @@ function prepare_config() {
if [[ ! -f "./compose/.env" ]]; then
ln -s "${CONFIG_FILE}" ./compose/.env
fi
if [[ "$(uname -m)" == "loongarch64" ]]; then
if ! grep -q "^SECURITY_LOGIN_CAPTCHA_ENABLED" "${CONFIG_FILE}"; then
echo "SECURITY_LOGIN_CAPTCHA_ENABLED=False" >> "${CONFIG_FILE}"
fi
fi

# shellcheck disable=SC2045
for d in $(ls "${PROJECT_DIR}/config_init"); do
Expand Down

0 comments on commit eb3e3fe

Please sign in to comment.