[PR #877] [MERGED] fix: use docker lib for image ref parsing #1661

Closed
opened 2026-03-01 21:52:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/877
Author: @catthehacker
Created: 11/13/2021
Status: Merged
Merged: 11/13/2021
Merged by: @mergify[bot]

Base: masterHead: cat/fix/correct-oci-url-parsing


📝 Commits (1)

  • faa964c fix: use docker lib for image ref parsing

📊 Changes

3 files changed (+10 additions, -8 deletions)

View changed files

📝 go.mod (+1 -0)
📝 pkg/container/docker_pull.go (+6 -8)
📝 pkg/container/docker_pull_test.go (+3 -0)

📄 Description

Fixes #795

The only downside is custom URL can't be, e.g.: localhost:8000/_/ubuntu:latest

Signed-off-by: hackercat me@hackerc.at


🔄 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/nektos/act/pull/877 **Author:** [@catthehacker](https://github.com/catthehacker) **Created:** 11/13/2021 **Status:** ✅ Merged **Merged:** 11/13/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `cat/fix/correct-oci-url-parsing` --- ### 📝 Commits (1) - [`faa964c`](https://github.com/nektos/act/commit/faa964c2d57d710131d32c6480358b327790782b) fix: use docker lib for image ref parsing ### 📊 Changes **3 files changed** (+10 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) 📝 `pkg/container/docker_pull.go` (+6 -8) 📝 `pkg/container/docker_pull_test.go` (+3 -0) </details> ### 📄 Description Fixes #795 The only downside is custom URL can't be, e.g.: `localhost:8000/_/ubuntu:latest` Signed-off-by: hackercat <me@hackerc.at> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:52:08 +03:00
Sign in to join this conversation.
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/act#1661
No description provided.