Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
376 stars 19 forks source link

Missing image error when signing into Medley Online #1836

Closed pamoroso closed 1 month ago

pamoroso commented 1 month ago

Describe the bug

Signing into Medley Online and clicking Run Medley leads to a blank page with the following error:

Unable to find image 'ghcr.io/interlisp/online-medley:production' locally docker: Error response from daemon: manifest unknown. See 'docker run --help'. 

To Reproduce

Steps to reproduce the behavior:

  1. sign into your Interlisp Online account
  2. click Run Medley

Expected behavior

A working Medley session.

Screenshots

N/A

Context (please complete the following information):

Additional context

The issue occurs also when signing into a guest Medley Online session.

FYI @fghalasz.

fghalasz commented 1 month ago

Fixed, sort of. Online is now running a slightly older version of Medley (Jun 5). Lets see how tonight's weekly build works to get a newer version online.

Not sure what went wrong but it probably had something to do with my installing a new development image to try out the recent Notecards changes. Will track this issue going forward.

pamoroso commented 1 month ago

I confirm it's back online.

fghalasz commented 1 month ago

Root cause for this issue is now fixed in online repo PR#58 - fix oio-medley-pulldev command. The pulldev command no longer deletes the production image when the development image = production image prior to pulling down the new development image.