You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we build a "canary" image electricsql/electric:canary off of main. Because the tag electricsql/electric:canary is not stable, if we ask someone to pull an image based off of main, we have no idea which actual build they end up with.
We should tag canary images as electricsql/electric:canary and electricsql/electric:canary-$COMMIT_SHA so that electricsql/electric:canary always points to the most up-to-date build, but the same build is also available under an immutable tag.
The text was updated successfully, but these errors were encountered:
Currently we build a "canary" image
electricsql/electric:canary
off ofmain
. Because the tagelectricsql/electric:canary
is not stable, if we ask someone to pull an image based off of main, we have no idea which actual build they end up with.We should tag canary images as
electricsql/electric:canary
andelectricsql/electric:canary-$COMMIT_SHA
so thatelectricsql/electric:canary
always points to the most up-to-date build, but the same build is also available under an immutable tag.The text was updated successfully, but these errors were encountered: