Skip to content

chore: new release action#341

Merged
rem1niscence merged 3 commits intomainfrom
add-dockerfile-upload
Mar 25, 2026
Merged

chore: new release action#341
rem1niscence merged 3 commits intomainfrom
add-dockerfile-upload

Conversation

@pablocampogo
Copy link
Copy Markdown
Contributor

@pablocampogo pablocampogo commented Mar 20, 2026

Summary

  • Moved Docker image build and push from the deployments repo into the canopy repo, eliminating the cross-repo webhook dispatch to canopy-network/deployments
  • Added Dockerfiles and entrypoint.sh to .docker/auto-update/ for the main image and all 5 plugin variants (Go, Python, TypeScript, Kotlin, C#)
  • Each Docker image (main + 5 plugins) builds and pushes as an independent concurrent job, all gated behind the GitHub release job
  • Plugin images are tagged with both a versioned suffix (<plugin>-<version>) and a latest suffix (<plugin>-latest)
  • Removed VITE_WALLET_BASE_PATH build arg and hardcoded wallet base path to / in vite.config.ts — the wallet is always served on its own port by the Go static file server, so the /wallet/ prefix was unnecessary and caused asset loading failures (MIME type / 404 errors)
  • Removed all VITE_* build args (VITE_WALLET_RPC_PROXY_TARGET, VITE_WALLET_ADMIN_RPC_PROXY_TARGET, VITE_ROOT_WALLET_RPC_PROXY_TARGET) from Dockerfiles and compose — these only affect the Vite dev server proxy and have no effect on production builds. In production, the Go server injects RPC URLs at runtime via window.__CONFIG__ from config.json

Docker Hub Tags

Image Version Tag Latest Tag
Main canopynetwork/canopy:<version> canopynetwork/canopy:latest
Go canopynetwork/canopy:go-<version> canopynetwork/canopy:go-latest
Python canopynetwork/canopy:python-<version> canopynetwork/canopy:python-latest
TypeScript canopynetwork/canopy:typescript-<version> canopynetwork/canopy:typescript-latest
Kotlin canopynetwork/canopy:kotlin-<version> canopynetwork/canopy:kotlin-latest
C# canopynetwork/canopy:csharp-<version> canopynetwork/canopy:csharp-latest

@pablocampogo pablocampogo self-assigned this Mar 20, 2026
@pablocampogo pablocampogo changed the title chore: new releas action chore: new release action Mar 21, 2026
Copy link
Copy Markdown
Collaborator

@rem1niscence rem1niscence left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a quick request on the versions used, safer to stick to newer versions, the same comments apply to pretty much all the containers that reuse the same images

@rem1niscence rem1niscence merged commit 9541b79 into main Mar 25, 2026
2 checks passed
@rem1niscence rem1niscence deleted the add-dockerfile-upload branch March 25, 2026 13:37
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