1
0
mirror of https://github.com/opencontainers/image-spec.git synced 2025-04-18 03:24:01 +03:00

1381 Commits

Author SHA1 Message Date
Brandon Mitchell
c05acf7eb3
Merge pull request #1249 from sudo-bmitch/pr-json
Clarify that canonical JSON is not a requirement
2025-03-13 13:57:24 -04:00
Brandon Mitchell
50b35ce387
Merge pull request #1247 from sudo-bmitch/pr-v1.1.1
Release v1.1.1
2025-03-03 10:27:15 -05:00
Brandon Mitchell
aca17c04f2
Clarify that canonical JSON is not a requirement
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-03-01 14:23:02 -05:00
Brandon Mitchell
1809845e0a
Bump back to +dev
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-02-24 12:28:07 -05:00
Brandon Mitchell
147f9c13ce
Release v1.1.1
Signed-off-by: Brandon Mitchell <git@bmitch.net>
v1.1.1
2025-02-24 12:26:57 -05:00
Brandon Mitchell
fbb4662eb5
Merge pull request #1238 from mkenigs/wording-nit
Fix grammar nit
2025-01-24 16:16:12 -05:00
Matthew Kenigsberg
81e457e1db
Fix grammar nit
`This field` reads more naturally than `The field`, and it's consistent
with the use of `This field` and `This property` throughout the rest of the
document

Signed-off-by: Matthew Kenigsberg <matthew@floxdev.com>
2025-01-23 12:37:13 -07:00
Sajay Antony
92353b0bee
Merge pull request #1225 from sudo-bmitch/pr-doc-go-version
Document Go version policy
2025-01-09 14:37:43 -08:00
Brandon Mitchell
1a0b9f98c1
Merge pull request #1230 from sudo-bmitch/pr-layout-extensibility
Document extensibility of the image layout
2025-01-09 13:49:19 -05:00
Brandon Mitchell
f2726353bb
Merge pull request #1228 from sudo-bmitch/pr-mixed-digest-algo
Manifests may contain multiple digest algorithms
2025-01-09 13:47:50 -05:00
Tianon Gravi
e0462ab806
Merge pull request #1229 from tianon/setup-go
Reduce maintenance burden by letting setup-go track our Go versions
2025-01-09 10:32:14 -08:00
Sajay Antony
cf536e3975
Merge pull request #1227 from sudo-bmitch/pr-rm-project-doc
Delete project documentation
2025-01-09 10:27:21 -08:00
Brandon Mitchell
60acaacb80
Document extensibility of the image layout
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-12-26 10:04:59 -05:00
Brandon Mitchell
4dcf9627be
Document Go version policy
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-12-13 16:40:13 -05:00
Tianon Gravi
6a277dd825 Add cache-dependency-path to avoid setup-go warning
Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2024-12-12 15:12:02 -08:00
Tianon Gravi
00584ffd43 Reduce maintenance burden by letting setup-go track our Go versions
`actions/setup-go` supports "stable" and "oldstable" as automatic aliases for the latest release and the previous to latest release, which was our intent with two of these three hard-coded versions.  The third is hard-coded to match our `go.mod`, which `actions/setup-go` *also* supports reading from, so we can be completely DRY here.

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2024-12-12 15:07:07 -08:00
Brandon Mitchell
85abb948cd
Manifests may contain multiple digest algorithms
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-12-12 16:55:03 -05:00
Brandon Mitchell
aa533a0d34
Delete project documentation
This file is redundant and conflicting with the RELEASES.md content.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-12-12 16:43:27 -05:00
Brandon Mitchell
5325ec4885
Merge pull request #1211 from sudo-bmitch/pr-cross-layer-hardlink
Hard link limitations in union filesystems
2024-12-05 15:52:37 -05:00
Brandon Mitchell
03306ac1c8
Hard link limitations in union filesystems
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-11-07 14:20:47 -05:00
Brandon Mitchell
c66e8113cb
Merge pull request #1212 from sudo-bmitch/pr-uname-gname
Ignore uname/gname where uid/gid are supported
2024-11-07 13:56:05 -05:00
Tianon Gravi
45c76eaa97
Merge pull request #1215 from aconz2/whiteouts
Suggested clarification to whiteouts
2024-11-05 19:17:16 -08:00
Andrew Consroe
40d30964e9 add example using .wh. and move opaque example to its section
Co-authored-by: Brandon Mitchell <git@bmitch.net>
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
Signed-off-by: Andrew Consroe <aconz2@gmail.com>
2024-11-04 11:23:46 -06:00
Tianon Gravi
ce69511ce9
Merge pull request #1207 from ChengyuZhu6/fix-branch
README: update runtime-spec links to use main branch
2024-10-31 10:13:46 -07:00
Sajay Antony
f8af71ee73
Merge pull request #1208 from sudo-bmitch/pr-pin-urls-on-release
Feat: Pin external references on a release
2024-10-31 10:13:33 -07:00
Brandon Mitchell
cee95e9416
Ignore uname/gname where uid/gid are supported
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-10-24 17:04:52 -04:00
Brandon Mitchell
d44515ee09
Changes requested from review
Changes for the command and avoiding the github api requested by tianon.
Please send any support requests for that jq command to tianon. :)

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-10-17 17:11:01 -04:00
Brandon Mitchell
5db69d9350
Feat: Pin external references on a release
This pins references to external specs (distribution and runtime) to their latest release on a release of this project.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-10-13 15:02:19 -04:00
ChengyuZhu6
76b8bae5dd README: update runtime-spec links to use main branch
- Updated several links in README.md, conversion.md, image-layout.md, and spec.md to point to the 'main' branch of the runtime-spec repository.
- Replaced outdated 'master' and 'v1.0.0' references with 'main' for consistency with the latest branch structure.

Signed-off-by: ChengyuZhu6 <zhucy0405@gmail.com>
2024-10-13 09:06:54 +08:00
Brandon Mitchell
da92727e9c
Merge pull request #1198 from sudo-bmitch/pr-layers-zstd
Implementations should support zstd
2024-09-19 13:07:29 -04:00
Brandon Mitchell
716f83bc84
Implementations should support zstd
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-12 15:27:06 -04:00
Sajay Antony
0d334721a4
Merge pull request #1200 from sudo-bmitch/pr-deprecate-nondistributable
Add deprecation notices to nondistributable layers
2024-09-12 10:08:44 -07:00
Brandon Mitchell
7327da48eb
Add deprecation notices to nondistributable layers
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-06 10:50:12 -04:00
Brandon Mitchell
e72ae99d5f
Merge pull request #1199 from sudo-bmitch/pr-golangci-1.23
Update linter and Go releases
2024-09-05 19:42:44 -04:00
Brandon Mitchell
1d3daab196
Update linter and Go releases
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-05 16:24:32 -04:00
Brandon Mitchell
3c3d71753a
Merge pull request #1196 from tianon/ref.name-MUST
Remove misleading "must" in `ref.name` requirements
2024-08-22 13:03:24 -04:00
Tianon Gravi
16101e2a9f Remove misleading "must" in ref.name requirements
Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2024-08-19 13:55:37 -07:00
Tianon Gravi
8797c3fedb
Merge pull request #1195 from sudo-bmitch/pr-irc-link
Remove IRC link
2024-08-08 10:10:08 -07:00
Brandon Mitchell
65dea7a595
Remove IRC link
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-08-07 10:51:34 -04:00
Sajay Antony
39ab2d54cf
Merge pull request #1192 from sudo-bmitch/pr-validation-rm-warnings
Remove validation warnings to stdout
2024-07-15 11:25:36 -07:00
Brandon Mitchell
a977bd3228
Remove validation warnings to stdout
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-06-19 15:10:10 -04:00
Sajay Antony
036563a4a2
Merge pull request #1189 from sudo-bmitch/pr-jsonschema-validator
Switch jsonschema validation libraries
2024-06-18 10:04:41 -07:00
Brandon Mitchell
4bbdd7f035
Switch jsonschema validation libraries
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-05-26 17:33:26 -04:00
Brandon Mitchell
dd33f727e2
Merge pull request #1179 from opencontainers/emeritus-jonboulle
MAINTAINERS: move jonboulle to EMERITUS
2024-05-09 14:20:30 -04:00
Brandon Mitchell
8f3820ccf8
Merge pull request #1170 from sudo-bmitch/pr-upload-go-version
Update Go versions in release scripts
2024-04-25 13:22:49 -04:00
Sajay Antony
e2edbc8c17
Merge pull request #1184 from tas50/main
Fix a typo in the annotations spec
2024-04-22 07:37:35 -07:00
Tim Smith
535d657205
Fix a typo in the annotations spec
Fix the spelling of superseded

Signed-off-by: Tim Smith <tsmith84@gmail.com>
2024-04-21 12:31:02 -07:00
Brandon Mitchell
b30f6ed04f
Merge pull request #1172 from tianon/platform-variants
Reformat "Platform Variants", especially to add amd64, ppc64le, riscv64
2024-03-28 13:36:05 -04:00
Nell Boulle
89fee07439
MAINTAINERS: move jonboulle to EMERITUS
Glad to have been part of this project, but it's time to recuse myself
from maintainership and make way for folks more active and engaged in
this space. Follows #1177.

Signed-off-by: Nell Boulle <jonathanboulle@gmail.com>
2024-03-25 11:29:35 -04:00
Vincent Batts
0d530f4f36
Merge pull request #1177 from opencontainers/emeritus-vbatts
MAINTAINERS: move vbatts to EMERITUS
2024-03-23 20:35:54 -04:00