Helpful utilities for working with images
Go to file
Jesse Brown 7c19c278f3
Merge pull request #291 from jericop/update-docker-go-containerregistry
Update docker and go-containerregistry
2025-06-26 12:34:35 -05:00
.github Bump codecov/codecov-action from 2 to 4 2024-02-05 20:19:30 +00:00
acceptance Update docker from 28.1.1 to 28.3.0 2025-06-26 13:21:43 -04:00
fakes Lint fixes 2025-05-27 10:07:18 -05:00
layer Remove ioutil deprecated methods 2023-07-25 10:45:07 +02:00
layout adding missing variant attribute in our Platform definition (#273) 2024-05-14 16:07:37 -04:00
local Update docker from 28.1.1 to 28.3.0 2025-06-26 13:21:43 -04:00
remote Fix: use proper transport for CheckReadWriteAccess 2025-04-23 15:13:46 +02:00
testhelpers Update docker from 28.1.1 to 28.3.0 2025-06-26 13:21:43 -04:00
tools Bump github.com/docker/docker to version 25.0.5 (and fix lint) 2024-04-09 16:13:31 -04:00
.gitignore Initial version 2023-01-11 18:39:06 -05:00
CODEOWNERS adds CODEOWNERS 2020-01-30 17:46:38 -05:00
LICENSE Initial commit 2019-04-12 11:19:27 -04:00
Makefile Lint fixes 2025-05-27 10:07:18 -05:00
README.md migrate from travis to github actions 2020-04-06 11:20:52 -04:00
cnb_image.go Manifest List Interface (#191) 2024-05-07 09:25:33 -04:00
cnb_index.go Expose IndexManifest (#286) 2025-02-24 15:09:32 -05:00
codecov.yml Add Codecov config 2024-02-05 11:57:06 -05:00
go.mod Update docker from 28.1.1 to 28.3.0 2025-06-26 13:21:43 -04:00
go.sum Update docker from 28.1.1 to 28.3.0 2025-06-26 13:21:43 -04:00
golangci.yaml Lint fixes 2025-05-27 10:07:18 -05:00
image.go adding missing variant attribute in our Platform definition (#273) 2024-05-14 16:07:37 -04:00
index.go Expose IndexManifest (#286) 2025-02-24 15:09:32 -05:00
new.go adding missing variant attribute in our Platform definition (#273) 2024-05-14 16:07:37 -04:00
options.go Manifest List Interface (#191) 2024-05-07 09:25:33 -04:00
util.go Manifest List Interface (#191) 2024-05-07 09:25:33 -04:00
util_test.go Manifest List Interface (#191) 2024-05-07 09:25:33 -04:00

README.md

imgutil

Build results

Helpful utilities for working with images

Development

To format:

$ make format

To run tests:

$ make test