---
title: "Get image config"
method: GET
path: "/kapis/resources.kubesphere.io/v1alpha3/namespaces/{namespace}/imageconfig"
tags: ["Namespaced Resources"]
deprecated: true
---

# Get image config

`GET /kapis/resources.kubesphere.io/v1alpha3/namespaces/{namespace}/imageconfig`

> **Deprecated.**

## Path parameters

- `namespace` string, required

## Query parameters

- `secret` string
- `image` string, required

## Response `200`

ok

- V2ImageConfig
  - `ConfigFile` V1ConfigFile, required
    - `architecture` string, required
    - `author` string
    - `config` V1Config, required
      - `ArgsEscaped` boolean
      - `AttachStderr` boolean
      - `AttachStdin` boolean
      - `AttachStdout` boolean
      - `Cmd` string[]
      - `Domainname` string
      - `Entrypoint` string[]
      - `Env` string[]
      - `ExposedPorts` object
      - `Healthcheck` V1HealthConfig
        - `Interval` integer
        - `Retries` integer
        - `StartPeriod` integer
        - `Test` string[]
        - `Timeout` integer
      - `Hostname` string
      - `Image` string
      - `Labels` object
      - `MacAddress` string
      - `NetworkDisabled` boolean
      - `OnBuild` string[]
      - `OpenStdin` boolean
      - `Shell` string[]
      - `StdinOnce` boolean
      - `StopSignal` string
      - `Tty` boolean
      - `User` string
      - `Volumes` object
      - `WorkingDir` string
    - `container` string
    - `created` string
    - `docker_version` string
    - `history` V1History[]
      - `author` string
      - `comment` string
      - `created` string
      - `created_by` string
      - `empty_layer` boolean
    - `os` string, required
    - `os.features` string[]
    - `os.version` string
    - `rootfs` V1RootFS, required
      - `diff_ids` V1Hash[], required
        - `Algorithm` string, required
        - `Hex` string, required
      - `type` string, required
    - `variant` string

---

[API](https://skmtc.net/kubesphere/apis/ks-api.md) · [All operations](https://skmtc.net/kubesphere/apis/ks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kubesphere/ks-api/versions/0451c8cec9b1/schema)
