ContainerdPush
This check will try to push a Docker image to a specified registry using containerd.
Example
apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: containerd-push-check
spec:
interval: 30
containerdPush:
- name: ContainerdPush Check
image: docker.io/library/busybox:1.31.1
username: <insert-username>
password: <insert-password>
Field | Description | Scheme | Required |
---|---|---|---|
description |
Description for the check | string |
|
name |
Name of the check | string |
|
icon |
Icon for overwriting default icon on the dashboard | string |
|
labels |
Icon for overwriting default icon on the dashboard | map[string]string |
|
image |
Full path to image, including registry | string |
Yes |
password |
Password to access Containerd | string |
Yes |
username |
Username to access Containerd | string |
Yes |