Sylvain Boily

Results 38 comments of Sylvain Boily

if this work, it will be a game changer: ``` ctr images pull What it does Resolves the image reference (tag/digest) Fetches: Image manifest Config object All layer blobs Registers...

ctr content fetch Downloads raw OCI blobs (manifest, config, layer tarballs) into the content store. Does not create an image record in the image metadata store. Does not unpack layers...

# 1) Fetch (blobs land in content store) ctr content fetch docker.io/library/nginx:latest # 2) Identify the manifest digest you fetched ctr content ls | grep manifest # e.g. sha256:MANIFEST_DIGEST #...

@elezar as a Kubernetes provider (AKS) this is too intrusive to the user's clusters. AKS cannot alter the user node taints, since this would have a major repercussion to their...

@timmy-wright

@ganeshkumarashok , linter issue + merge conflcit