imgcrypt icon indicating copy to clipboard operation
imgcrypt copied to clipboard

go.mod: github.com/containerd/containerd/v2 v2.0.0-rc.1

Open AkihiroSuda opened this issue 10 months ago • 5 comments

  • github.com/containerd/containerd/{containers,images,...} -> github.com/containerd/containerd/v2/core/{containers,images,...}
  • github.com/containerd/containerd/{errdefs,logs,platforms} -> github.com/containerd/{errdefs,logs,platforms}
  • github.com/containerd/typeurl -> github.com/containerd/typeurl/v2
  • github.com/urfave/cli -> github.com/urfave/cli/v2 (See containerd/containerd#9809)

AkihiroSuda avatar Mar 27 '24 07:03 AkihiroSuda

--- FAIL: TestInit (0.00s)
    payload_test.go:28: failed to detect gogo: false
FAIL
FAIL	github.com/containerd/imgcrypt/images/encryption	0.006s

https://github.com/containerd/imgcrypt/actions/runs/8448335008/job/23140237920?pr=148

AkihiroSuda avatar Mar 27 '24 07:03 AkihiroSuda

ctr: unhandled media type application/vnd.in-toto+json: invalid argument
Error: Image layerinfo on plain image failed

https://github.com/containerd/imgcrypt/actions/runs/8451047452/job/23148583256?pr=148

AkihiroSuda avatar Mar 27 '24 11:03 AkihiroSuda

Testing creation of container from encrypted image
Encrypting docker.io/library/bash:latest to docker.io/library/bash:enc
ctr: content digest sha256:4f02cf678855fbab38b3638a131fb83cbbea5e1f815dce93c2d8a9d12796e541: not found
Error: Image encryption with JWE failed; public key: jwe:/tmp/tmp.HZ76rjzgUp/mypubkey.jwk

https://github.com/containerd/imgcrypt/actions/runs/8453433526/job/23156116537?pr=148

AkihiroSuda avatar Mar 27 '24 14:03 AkihiroSuda

the failed about CI test may related to the #69

yylt avatar May 13 '24 03:05 yylt

/cc @stefanberger

yylt avatar May 13 '24 03:05 yylt

Carried in #157 with the tests fixed

dmcgowan avatar May 27 '24 04:05 dmcgowan