Skip to content

Failed to pull image #512

@zzzqwqw

Description

@zzzqwqw

When I try to launch an enclave-cc (version 0.11.0) with the sample workload in SGX HW mode, it fails while pulling the image and reports the following:

Image

When i look into the stderr file under /run/containerd/agent-enclave/cid/stderr, it says the following.
[2025-04-02T02:40:08Z INFO enclave_agent] ttRPC server started: "tcp://127.0.0.1:7788"

I don't know where the problem lies. This is my YAML configuration file:
apiVersion: v1
kind: Pod
metadata:
name: enclave-cc-pod
spec:
containers:

  • image: ghcr.io/confidential-containers/test-container-enclave-cc:unencrypted
    name: hello-world
    workingDir: "/run/rune/occlum_instance/"
    resources:
    limits:
    sgx.intel.com/epc: 10Mi
    env:
    • name: OCCLUM_RELEASE_ENCLAVE
      value: "1"
      command:
    • /run/rune/occlum_instance/build/bin/occlum-run
    • /bin/hello_world
      runtimeClassName: enclave-cc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions