update with latest build versions, includes custom build for postgres and migrating from v16 to v18
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
set -e
|
||||
|
||||
# Configuration
|
||||
REGISTRY="<YOUR_REGISTRY_URL>"
|
||||
VERSION="v1.3.9"
|
||||
REGISTRY="registry.keyboardvagabond.com"
|
||||
VERSION="v1.5.1"
|
||||
PLATFORM="linux/arm64"
|
||||
|
||||
# Colors for output
|
||||
@@ -65,6 +65,11 @@ echo -e "${BLUE}Built containers:${NC}"
|
||||
echo -e " • ${GREEN}$REGISTRY/library/piefed-web:$VERSION${NC}"
|
||||
echo -e " • ${GREEN}$REGISTRY/library/piefed-worker:$VERSION${NC}"
|
||||
|
||||
# Show image sizes
|
||||
echo
|
||||
echo -e "${BLUE}📊 Built image sizes:${NC}"
|
||||
docker images --format "table {{.Repository}}\t{{.Tag}}\t{{.Size}}" | grep -E "(piefed-base|piefed-web|piefed-worker)" | head -10
|
||||
|
||||
# Ask about pushing to registry
|
||||
echo
|
||||
read -p "Push all containers to Harbor registry? (y/N): " -n 1 -r
|
||||
|
||||
Reference in New Issue
Block a user