Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pre-cached Docker images when preparing GitHub Actions runners #42579

Closed
wilkinsona opened this issue Oct 10, 2024 · 1 comment
Closed
Assignees
Labels
type: task A general task
Milestone

Comments

@wilkinsona
Copy link
Member

wilkinsona commented Oct 10, 2024

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.

@wilkinsona wilkinsona added the type: task A general task label Oct 10, 2024
@wilkinsona wilkinsona self-assigned this Oct 10, 2024
@wilkinsona wilkinsona added this to the 3.2.x milestone Oct 10, 2024
@wilkinsona 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 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
@wilkinsona wilkinsona modified the milestones: 3.2.x, 3.2.11 Oct 10, 2024
@wilkinsona
Copy link
Member Author

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'.

This was when trying to build and run spring-io/artifactory-deploy-action@26bbe92. If this failure proves not to be a one-off, we'll have to revert this change.

wilkinsona added a commit that referenced this issue Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant