This repository was archived by the owner on Dec 21, 2021. It is now read-only.
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
Crash if no tag is provided for the container image #39
Closed
Description
The agent crashes if no tag is provided for the container image.
Given the following kafka.yaml
:
apiVersion: v1
kind: Pod
metadata:
name: kafka
spec:
containers:
- name: kafka
image: kafka
tolerations:
- key: "kubernetes.io/arch"
operator: "Equal"
value: "stackable-linux"
When the pod is deployed:
$ kubectl apply -f kafka.yml
Then the agent crashes with the following log output:
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/provider/repository/package.rs:42:35
Metadata
Metadata
Assignees
Labels
No labels