Skip to content

Commit ce4eca7

Browse files
authored
Merge pull request #2941 from jankaluza/deprecate
Move the repository to monorepo.
2 parents 9b99818 + 3644c8b commit ce4eca7

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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."

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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
510
containers' images and container image registries.
611

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: Use go.podman.io/image/v5 instead.
12
module github.com/containers/image/v5
23

34
go 1.23.3

0 commit comments

Comments
 (0)