mirror of
https://github.com/jc21/docker-registry-ui.git
synced 2026-04-25 09:15:54 +03:00
[PR #24] Fix docker path and cron job to run docker gc #26
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-registry-ui-jc21#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jc21/docker-registry-ui/pull/24
Author: @Costallat
Created: 9/22/2020
Status: 🔄 Open
Base:
master← Head:fix-cron-docker-gc-call📝 Commits (1)
a189fb1Fix docker path and cron job to run docker gc📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/frontend/js/routes/instructions/deleting.js(+1 -1)📄 Description
Added prefix to docker call to use /usr/bin in place of /bin
Removes the 't' flag when calling the docker command as cron doesn't
run on a tty and that was making the command to throw an error.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.