automation-tests/common/libimage
Nalin Dahyabhai 66b682ea98 libimage/manifests.list.Add(): preserve artifactType when all=true
When asked to add all of the entries from one index to another, don't
forget to carry over the artifactType.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2024-05-28 11:03:09 -04:00
..
define libimage.ManifestList.Inspect(): show artifact types and file lists 2024-02-05 09:49:17 -05:00
filter libimage: split out search filters 2023-09-12 13:54:20 +02:00
manifests libimage/manifests.list.Add(): preserve artifactType when all=true 2024-05-28 11:03:09 -04:00
platform Move platform code to its own directory 2023-10-12 10:38:19 -04:00
testdata libimage should be using containers.conf for tmpdir 2022-05-04 16:55:25 -04:00
copier.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
corrupted_test.go Fix spelling mistake 2024-05-27 06:14:44 -04:00
disk_usage.go linters: enable contextcheck 2024-01-06 20:28:57 +02:00
events.go Report error events on pull failures 2024-02-29 11:32:41 -05:00
filters.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
filters_test.go Fix filter logic for reference key 2024-01-19 09:56:59 -05:00
history.go linters: enable contextcheck 2024-01-06 20:28:57 +02:00
history_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
image.go linters: enable contextcheck 2024-01-06 20:28:57 +02:00
image_config.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
image_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
image_tree.go linters: enable contextcheck 2024-01-06 20:28:57 +02:00
import.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
import_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
inspect.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
layer_tree.go Check if node layer nil inside for loop to ensure full parent tree is traversed 2024-01-26 17:06:59 +00:00
load.go libimage: use fileutils.(Le|E)xists 2024-04-10 12:23:07 +02:00
load_test.go Add a libimage.Runtime.LoadReference for loading images 2024-03-25 09:40:54 -04:00
manifest_list.go Replace golang.org/x/exp/slices with slices from std 2024-04-22 14:12:47 +02:00
manifest_list_test.go Merge pull request #1919 from nalind/index-resolve-images 2024-04-02 18:44:48 +00:00
normalize.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
normalize_test.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
oci.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
platform.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
pull.go libimage: Add err context for normalizeTaggedDigestedString 2024-04-26 08:43:35 -04:00
pull_test.go Update a test per c/image pull 2408 2024-05-22 18:33:24 -04:00
push.go Fix dockerDaemonTransport vendor 2024-02-26 15:27:29 -05:00
push_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
remove_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
runtime.go libimage: Add err context for normalizeTaggedDigestedString 2024-04-26 08:43:35 -04:00
runtime_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
save.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
save_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
search.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00