refactor(env): add centralized registry URL to environment configuration

This commit is contained in:
Andras Bacsai
2025-03-25 09:03:59 +01:00
parent 3f9fd1404b
commit 1fcfac07b1
6 changed files with 44 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ DATE=$(date +"%Y%m%d-%H%M%S")
OS_TYPE=$(grep -w "ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"')
ENV_FILE="/data/coolify/source/.env"
VERSION="1.8"
VERSION="19"
DOCKER_VERSION="27.0"
# TODO: Ask for a user
CURRENT_USER=$USER

View File

@@ -1,7 +1,7 @@
#!/bin/bash
## Do not modify this file. You will lose the ability to autoupdate!
VERSION="13"
VERSION="14"
CDN="https://cdn.coollabs.io/coolify-nightly"
LATEST_IMAGE=${1:-latest}
LATEST_HELPER_VERSION=${2:-latest}