change org struct, change type of tests
This commit is contained in:
parent
f8496320dd
commit
28c0fc03cf
@ -1 +0,0 @@
|
||||
apachectl -v
|
@ -1 +0,0 @@
|
||||
LC_ALL=ru_RU.UTF-8 TZ=/usr/share/zoneinfo/Europe/Moscow date| grep MSK
|
@ -1 +0,0 @@
|
||||
curl --version && gpg --version
|
@ -1 +0,0 @@
|
||||
git --version && hg --version
|
@ -1 +0,0 @@
|
||||
gcc --version && make --version
|
@ -1 +0,0 @@
|
||||
apt-repo --version
|
@ -1 +0,0 @@
|
||||
ss -V
|
@ -1 +0,0 @@
|
||||
etcdctl version
|
@ -1 +0,0 @@
|
||||
gitea --version
|
@ -1 +0,0 @@
|
||||
nginx -v
|
@ -1 +0,0 @@
|
||||
node -v
|
@ -1 +0,0 @@
|
||||
prometheus --version
|
@ -1 +0,0 @@
|
||||
python3 --version
|
@ -1 +0,0 @@
|
||||
registry --version
|
@ -1 +0,0 @@
|
||||
ruby --version
|
@ -1 +0,0 @@
|
||||
ls -la /sbin/init | grep systemd
|
@ -1 +0,0 @@
|
||||
trivy --version
|
@ -1 +0,0 @@
|
||||
unitd --version
|
@ -1 +0,0 @@
|
||||
zot verify /etc/zot/config.json
|
2
org/base/base/test.yaml
Normal file
2
org/base/base/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "LC_ALL=ru_RU.UTF-8 TZ=/usr/share/zoneinfo/Europe/Moscow date| grep MSK"
|
2
org/base/buildpack-deps-curl/test.yaml
Normal file
2
org/base/buildpack-deps-curl/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "curl --version && gpg --version"
|
2
org/base/buildpack-deps-scm/test.yaml
Normal file
2
org/base/buildpack-deps-scm/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "git --version && hg --version"
|
2
org/base/buildpack-deps/test.yaml
Normal file
2
org/base/buildpack-deps/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "gcc --version && make --version"
|
2
org/base/distroless-builder/test.yaml
Normal file
2
org/base/distroless-builder/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "apt-repo --version"
|
2
org/base/distroless-devel/test.yaml
Normal file
2
org/base/distroless-devel/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "ss -V"
|
2
org/base/distroless-gotop/test.yaml
Normal file
2
org/base/distroless-gotop/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: ""
|
||||
command: "--version"
|
2
org/base/distroless-true/test.yaml
Normal file
2
org/base/distroless-true/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: ""
|
||||
command: "true"
|
2
org/base/trivy/test.yaml
Normal file
2
org/base/trivy/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "trivy --version"
|
2
org/cert-manager/cert-manager-cainjector/test.yaml
Normal file
2
org/cert-manager/cert-manager-cainjector/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "cainjector --help"
|
2
org/cert-manager/cert-manager-controller/test.yaml
Normal file
2
org/cert-manager/cert-manager-controller/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "controller --help"
|
2
org/cert-manager/cert-manager-webhook/test.yaml
Normal file
2
org/cert-manager/cert-manager-webhook/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "webhook --help"
|
2
org/flannel/flannel-cni-plugin/test.yaml
Normal file
2
org/flannel/flannel-cni-plugin/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: ""
|
||||
command: "flannel"
|
2
org/flannel/flannel/test.yaml
Normal file
2
org/flannel/flannel/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "flanneld --version"
|
@ -1 +0,0 @@
|
||||
cainjector --help
|
@ -1 +0,0 @@
|
||||
controller --help
|
@ -1 +0,0 @@
|
||||
webhook --help
|
@ -1 +0,0 @@
|
||||
coredns --version
|
2
org/k8s/coredns/test.yaml
Normal file
2
org/k8s/coredns/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "coredns --version"
|
@ -1 +0,0 @@
|
||||
etcd --version
|
2
org/k8s/etcd/test.yaml
Normal file
2
org/k8s/etcd/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "etcd --version"
|
@ -1 +0,0 @@
|
||||
flanneld --version
|
@ -1 +0,0 @@
|
||||
kube-apiserver --version
|
2
org/k8s/kube-apiserver/test.yaml
Normal file
2
org/k8s/kube-apiserver/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "kube-apiserver --version"
|
@ -1 +0,0 @@
|
||||
kube-controller-manager --version
|
2
org/k8s/kube-controller-manager/test.yaml
Normal file
2
org/k8s/kube-controller-manager/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "kube-controller-manager --version"
|
@ -1 +0,0 @@
|
||||
kube-proxy --version
|
2
org/k8s/kube-proxy/test.yaml
Normal file
2
org/k8s/kube-proxy/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "kube-proxy --version"
|
@ -1 +0,0 @@
|
||||
kube-scheduler --version
|
2
org/k8s/kube-scheduler/test.yaml
Normal file
2
org/k8s/kube-scheduler/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "kube-scheduler --version"
|
2
org/k8s/pause/test.yaml
Normal file
2
org/k8s/pause/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/pause"
|
||||
command: "-v"
|
@ -1 +0,0 @@
|
||||
node-collector --help
|
2
org/k8s/trivy-node-collector/test.yaml
Normal file
2
org/k8s/trivy-node-collector/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "node-collector --help"
|
2
org/other/apache2/test.yaml
Normal file
2
org/other/apache2/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "apachectl -v"
|
2
org/other/etcd/test.yaml
Normal file
2
org/other/etcd/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "etcdctl version"
|
2
org/other/gitea/test.yaml
Normal file
2
org/other/gitea/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "gitea --version"
|
2
org/other/nginx/test.yaml
Normal file
2
org/other/nginx/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "nginx -v"
|
2
org/other/node/test.yaml
Normal file
2
org/other/node/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "node -v"
|
2
org/other/prometheus/test.yaml
Normal file
2
org/other/prometheus/test.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
entrypoint: "/bin/sh"
|
||||
command: "prometheus --version"
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user