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
wilkinsona
changed the title
Remove pre-cached Docker images when preparing GitHub Actions runners
Remove pre-cached Docker images and tools when preparing GitHub Actions runners
Oct 10, 2024
wilkinsona
changed the title
Remove pre-cached Docker images and tools when preparing GitHub Actions runners
Remove pre-cached Docker images when preparing GitHub Actions runners
Oct 10, 2024
While not listed in the runner documentation, I think this may have broken our ability to use actions that are packaged as a Docker image:
Unable to find image '871515:68fcdc6e598b460fb64f8d27d0c4e522' locally
docker: Error response from daemon: pull access denied for 871515, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
The runners come with a number of pre-cached Docker images, none of which is of use to us. We should clean them up to free up some more disk space.
The text was updated successfully, but these errors were encountered: