Skip to content

Fix Release workflow failure by building database/redis package images locally#6

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-release-job-failure
Draft

Fix Release workflow failure by building database/redis package images locally#6
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-release-job-failure

Conversation

Copy link
Copy Markdown

Copilot AI commented May 23, 2026

The Release job failed while publishing because the packaging step attempted to pull database.honcho.dnp.dappnode.eth:0.1.0, which is not published in a registry. This change makes database and redis first-class build services so release packaging no longer depends on external pulls for these internal runtime images.

  • Root cause addressed

    • @dappnode/dappnodesdk publish treated database/redis as external images and attempted docker pull on package-tagged names that do not exist remotely.
  • Compose changes

    • Added build contexts for database and redis in docker-compose.yml.
    • Kept runtime image references aligned with upstream bases.
  • New minimal build contexts

    • Added database/Dockerfile:
      FROM pgvector/pgvector:pg15
    • Added redis/Dockerfile:
      FROM redis:7-alpine
  • Resulting packaging behavior

    • database and redis are now built during package image build flow, avoiding the failing external pull path in the Release job.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job Release Fix Release workflow failure by building database/redis package images locally May 23, 2026
Copilot AI requested a review from Pol-Lanski May 23, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants