[PR #24] Fix docker path and cron job to run docker gc #26

Open
opened 2026-02-27 07:15:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jc21/docker-registry-ui/pull/24
Author: @Costallat
Created: 9/22/2020
Status: 🔄 Open

Base: masterHead: fix-cron-docker-gc-call


📝 Commits (1)

  • a189fb1 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jc21/docker-registry-ui/pull/24 **Author:** [@Costallat](https://github.com/Costallat) **Created:** 9/22/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fix-cron-docker-gc-call` --- ### 📝 Commits (1) - [`a189fb1`](https://github.com/jc21/docker-registry-ui/commit/a189fb146e5692de3617604a2e64390859fb7941) Fix docker path and cron job to run docker gc ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/frontend/js/routes/instructions/deleting.js` (+1 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-registry-ui-jc21#26
No description provided.