From 07e95c77e7f29326b642ac5f441bcb3888c36d1d Mon Sep 17 00:00:00 2001 From: "Lixia (Sylvia) Lei" Date: Fri, 14 Jul 2023 19:01:28 +0800 Subject: [PATCH] improve doc Signed-off-by: Lixia (Sylvia) Lei --- pack.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack.go b/pack.go index 99d1aa29..c80530a1 100644 --- a/pack.go +++ b/pack.go @@ -51,8 +51,8 @@ const ( // defined in image-spec v1.1.0-rc2. // Reference: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/manifest.md // - // Deprecated: This type is deprecated and will be removed the next major - // version. + // Deprecated: This type is deprecated and not recommended for future use. + // Use PackManifestTypeImageV1_1_0_RC4 instead. PackManifestTypeImageV1_1_0_RC2 PackManifestType = iota // PackManifestTypeImageV1_1_0_RC4 represents the OCI Image Manifest type