File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
container-images/basic-checks Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,19 @@ presubmits:
86
86
- make
87
87
image : quay.io/metal3-io/basic-checks:golang-1.24
88
88
imagePullPolicy : Always
89
+ - name : generate-api-docs
90
+ branches :
91
+ - main
92
+ run_if_changed : ' (config/base/crds/bases/.*|^Makefile)$*'
93
+ decorate : true
94
+ spec :
95
+ containers :
96
+ - args :
97
+ - ./hack/gen-api-docs.sh
98
+ command :
99
+ - sh
100
+ image : ghcr.io/fybrik/crdoc:0.6.2@sha256:355ef777a45021ee864e613b2234b4f2c6193762e3e0de94a26b66d06cec81c3
101
+ imagePullPolicy : Always
89
102
- name : manifestlint
90
103
branches :
91
104
- main
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ FROM docker.io/golang:${GO_VERSION}
4
4
# Install additional packages not present in regular golang image
5
5
RUN apt-get update \
6
6
&& apt-get -y upgrade \
7
- && apt-get install -y libvirt-dev podman \
7
+ && apt-get install -y libvirt-dev \
8
8
&& apt-get clean
You can’t perform that action at this time.
0 commit comments