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
I think this is arising from building a bad case and then relying on the cache going forward of that bad release. At the moment we're not using a lock file or version for code-server when doing the calls to yarn to install it (the assumption is it would always pull the latest) but since we're not specifying the version in the docker file the version is tied to the last time the build was run and if it got cached or not.
The text was updated successfully, but these errors were encountered:
@nigelgbanks chiming in from today's Islandora the tech call (March 23). We see that you had a related PR merged. Does it mean that this issue can be closed or are their things that still need to be addressed or tested?
I think this is arising from building a bad case and then relying on the cache going forward of that bad release. At the moment we're not using a lock file or version for code-server when doing the calls to
yarn
to install it (the assumption is it would always pull the latest) but since we're not specifying the version in the docker file the version is tied to the last time the build was run and if it got cached or not.The text was updated successfully, but these errors were encountered: