File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Close Pull Request
2+
3+ on :
4+ pull_request_target :
5+ types : [opened]
6+ branches :
7+ - main
8+
9+ jobs :
10+ run :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : superbrothers/close-pull-request@9c18513d320d7b2c7185fb93396d0c664d5d8448
14+ with :
15+ comment : " This repository has been migrated to https://github.com/containers/container-libs. Please open your PR there."
Original file line number Diff line number Diff line change 11[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/containers/image/v5.svg )] ( https://pkg.go.dev/github.com/containers/image/v5 ) [ ![ Build Status] ( https://api.cirrus-ci.com/github/containers/image.svg )] ( https://cirrus-ci.com/github/containers/image )
22=
33
4+ > [ !WARNING]
5+ > This package was moved; please update your references to use ` go.podman.io/image/v5 ` instead.
6+ > New development of this project happens on https://github.com/containers/container-libs .
7+ > For more information, check https://blog.podman.io/2025/08/upcoming-migration-of-three-containers-repositories-to-monorepo/ .
8+
49` image ` is a set of Go libraries aimed at working in various way with
510containers' images and container image registries.
611
Original file line number Diff line number Diff line change 1+ // Deprecated: Use go.podman.io/image/v5 instead.
12module github.com/containers/image/v5
23
34go 1.23.3
You can’t perform that action at this time.
0 commit comments