fix backup-sealed-sec image #2
Annotations
1 error
build-and-push-image (./postgres-cloudnative-citus/Dockerfile, ghcr.io/obmondo/postgres-cloudnati...
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl && curl -sSLo /etc/apt/trusted.gpg.d/ibotty-postgresql-public.asc https://ibotty.github.io/postgresql-related-packages/ibotty-postgresql-public.asc && curl -sSLo /etc/apt/sources.list.d/ibotty-postgresql-public.list https://ibotty.github.io/postgresql-related-packages/ibotty-postgresql-public.list && curl -sSL https://install.citusdata.com/community/deb.sh | bash && apt-get update && apt-get dist-upgrade && apt-get install -y runit awscli zstd jq \"postgresql-${PG_MAJOR}-pgaudit\" \"postgresql-${PG_MAJOR}-pgvector\" \"postgresql-${PG_MAJOR}-pg-failover-slots\" barman-cli barman-cli-cloud \"pg-ivm-pg${PG_MAJOR}\" \"pg-financial-pg${PG_MAJOR}\" \"pg-uuidv7-pg${PG_MAJOR}\" \"postgresql-plpython3-${PG_MAJOR}\" \"postgresql-${PG_MAJOR}-citus-12.1\" \"postgresql-${PG_MAJOR}-rum\" \"postgresql-${PG_MAJOR}-first-last-agg\" \"supabase-wrappers-pg${PG_MAJOR}\" \"pg-row-hashes-pg${PG_MAJOR}\" \"postgresql-${PG_MAJOR}-tds-fdw\" \"duckdb-fdw-pg${PG_MAJOR}\" && apt-get install -y python3-pip && pip install --break-system-packages python-snappy && apt-get remove -y --autoremove python3-pip && (cd /usr/bin && ln -s chpst /usr/bin/envdir) && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/*" did not complete successfully: exit code: 1
|