mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-12 23:32:09 +00:00
Upgrade to bullseye
This commit is contained in:
@@ -1,28 +1,29 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
BLUE='\E[1;34m'
|
||||
CYAN='\E[1;36m'
|
||||
YELLOW='\E[1;33m'
|
||||
GREEN='\E[1;32m'
|
||||
RED='\E[1;31m'
|
||||
RESET='\E[0m'
|
||||
export BLUE='\E[1;34m'
|
||||
export CYAN='\E[1;36m'
|
||||
export YELLOW='\E[1;33m'
|
||||
export GREEN='\E[1;32m'
|
||||
export RED='\E[1;31m'
|
||||
export RESET='\E[0m'
|
||||
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${DIR}"
|
||||
export DOCKER_IMAGE=baudneo/nginx-proxy-manager
|
||||
export DOCKER_IMAGE="baudneo/nginx-proxy-manager"
|
||||
export MAINTAINER="baudneo <baudneo@protonmail.com>"
|
||||
export REPO_OWNER="baudneo"
|
||||
export BASE_TAG='local_latest'
|
||||
export BASE_TAG='local_bullseye'
|
||||
|
||||
export TARGETPLATFORM=amd64
|
||||
export BUILD_VERSION=dev
|
||||
export BUILD_COMMIT=
|
||||
export BUILD_DATE="$(date '+%Y-%m-%d %T %Z')"
|
||||
export SSL_CERTS_PATH="/etc/ssl/certs/GTS_Root_R1.pem"
|
||||
#echo -e "${YELLOW}❯❯❯ ${CYAN}Running ${RED}'scripts/frontend-build'${RESET}"
|
||||
#bash ./scripts/frontend-build
|
||||
echo -e "${YELLOW}❯❯❯ ${CYAN}Running ${RED}'scripts/frontend-build'${RESET}"
|
||||
bash ./scripts/frontend-build
|
||||
echo -e "${YELLOW}❯❯❯ ${CYAN}Completed ${RED}'frontend-build'${RESET}"
|
||||
# Build
|
||||
echo -e "${BLUE}❯ ${CYAN}Building Image [${DOCKER_IMAGE}] with tag: ${YELLOW}${BASE_TAG}${CYAN}...${RESET}"
|
||||
echo -e "${BLUE}❯ ${CYAN}Building ${RED}LOCAL ${CYAN}Image [${DOCKER_IMAGE}] with tag: ${YELLOW}${BASE_TAG}${CYAN}...${RESET}"
|
||||
docker build \
|
||||
\
|
||||
--build-arg BUILD_VERSION="${BUILD_VERSION:-dev}" \
|
||||
|
Reference in New Issue
Block a user