update with latest build versions, includes custom build for postgres and migrating from v16 to v18
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# Configuration
|
||||
REGISTRY="<YOUR_REGISTRY_URL>"
|
||||
REGISTRY="registry.keyboardvagabond.com"
|
||||
VERSION="v0.12.6"
|
||||
PLATFORM="linux/arm64"
|
||||
|
||||
@@ -64,6 +64,11 @@ echo -e "${BLUE}Built containers:${NC}"
|
||||
echo -e " • ${GREEN}$REGISTRY/library/pixelfed-web:$VERSION${NC}"
|
||||
echo -e " • ${GREEN}$REGISTRY/library/pixelfed-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 "(pixelfed-base|pixelfed-web|pixelfed-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