-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fixtures for exporter acceptance test (#1307)
* Update fixtures for exporter acceptance test These were previously based on "real" images, but the actual content is unimportant. Signed-off-by: Natalie Arellano <[email protected]> * Fix config and manifest shas Signed-off-by: Natalie Arellano <[email protected]> * Fix index sha Signed-off-by: Natalie Arellano <[email protected]> * Update to correct sha, uggh Signed-off-by: Natalie Arellano <[email protected]> * Fix fixtures again and make test expectation more robust We know the extension layer index so we should just use it Signed-off-by: Natalie Arellano <[email protected]> --------- Signed-off-by: Natalie Arellano <[email protected]>
- Loading branch information
1 parent
1148b71
commit de7bcf5
Showing
10 changed files
with
109 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-143 KB
...12c9e70aa24/blobs/sha256/0c5f7a6fe14dbd19670f39e7466051cbd40b3a534c0812659740fb03e2137c1a
Binary file not shown.
Binary file added
BIN
+193 Bytes
...12c9e70aa24/blobs/sha256/0fb9b88c9cbe9f11b4c8da645f390df59f5949632985a0bfc2a842ef17b2ad18
Binary file not shown.
107 changes: 0 additions & 107 deletions
107
...12c9e70aa24/blobs/sha256/259d97828cc7af9f2f9c62ce4caf6c9eac9d0898b114734ee259a698858debd1
This file was deleted.
Oops, something went wrong.
47 changes: 47 additions & 0 deletions
47
...12c9e70aa24/blobs/sha256/2dc6ef9f627c01f3f9e4f735c90f0251b5adaf6ad5685c5afb5cf638412fad67
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"architecture": "amd64", | ||
"created": "0001-01-01T00:00:00Z", | ||
"history": [ | ||
{ | ||
"author": "some-base-image-author", | ||
"created": "2023-03-06T17:34:39.0316521Z", | ||
"created_by": "FROM some-base-image" | ||
}, | ||
{ | ||
"author": "kaniko", | ||
"created": "0001-01-01T00:00:00Z", | ||
"created_by": "Layer: 'RUN mkdir /some-dir && echo some-data > /some-dir/some-file && echo some-data > /some-file', Created by extension: first-extension" | ||
}, | ||
{ | ||
"author": "kaniko", | ||
"created": "0001-01-01T00:00:00Z", | ||
"created_by": "Layer: 'RUN mkdir /some-other-dir && echo some-data > /some-other-dir/some-file && echo some-data > /some-other-file', Created by extension: second-extension" | ||
} | ||
], | ||
"os": "linux", | ||
"rootfs": { | ||
"type": "layers", | ||
"diff_ids": [ | ||
"sha256:b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c", | ||
"sha256:d8dea3a780ba766c08bd11800809652ce5e9eba50b7b94ac09cb7f5e98e07f08", | ||
"sha256:36f3735021a89a605c3da10b9659f0ec69e7c4c72abc802dc32471f1b080fd78" | ||
] | ||
}, | ||
"config": { | ||
"Cmd": [ | ||
"/bin/bash" | ||
], | ||
"Env": [ | ||
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", | ||
"CNB_USER_ID=1234", | ||
"CNB_GROUP_ID=1000", | ||
"CNB_STACK_ID=some-stack-id" | ||
], | ||
"Labels": { | ||
"io.buildpacks.rebasable": "false", | ||
"org.opencontainers.image.ref.name": "ubuntu", | ||
"org.opencontainers.image.version": "18.04" | ||
}, | ||
"User": "root" | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...12c9e70aa24/blobs/sha256/40007d6086160bcdf45770ed12d23f0c594013cf0cd5e65ffc67be8f46e0d9c9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"schemaVersion": 2, | ||
"mediaType": "application/vnd.docker.distribution.manifest.v2+json", | ||
"config": { | ||
"mediaType": "application/vnd.docker.container.image.v1+json", | ||
"size": 2771, | ||
"digest": "sha256:2dc6ef9f627c01f3f9e4f735c90f0251b5adaf6ad5685c5afb5cf638412fad67" | ||
}, | ||
"layers": [ | ||
{ | ||
"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", | ||
"size": 26711153, | ||
"digest": "sha256:0064b1b97ec0775813740e8cb92821a6d84fd38eee70bafba9c12d9c37534661" | ||
}, | ||
{ | ||
"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", | ||
"size": 38445484, | ||
"digest": "sha256:65c2873d397056a5cb4169790654d787579b005f18b903082b177d4d9b4aecf5" | ||
}, | ||
{ | ||
"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", | ||
"size": 146545, | ||
"digest": "sha256:0fb9b88c9cbe9f11b4c8da645f390df59f5949632985a0bfc2a842ef17b2ad18" | ||
} | ||
] | ||
} |
Binary file removed
BIN
-36.7 MB
...12c9e70aa24/blobs/sha256/482346d1e0c7afa2514ec366d2e000e0667d0a6664690aab3c8ad51c81915b91
Binary file not shown.
Binary file added
BIN
+186 Bytes
...12c9e70aa24/blobs/sha256/65c2873d397056a5cb4169790654d787579b005f18b903082b177d4d9b4aecf5
Binary file not shown.
36 changes: 0 additions & 36 deletions
36
...12c9e70aa24/blobs/sha256/c72eda1cc5b6c41360b95d73f881eff9d0655e56c693a2bc6cc9312c9e70aa24
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters