-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codegen: use new cilium-builder image
The new cilium-builder image embeds the protoc-gen-doc plugin. This means that we don't need a separate `doc` target as documentation is generated along with the code. Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
- v1.4.0-pre.0
- v1.3.0
- v1.3.0-pre.0
- v1.2.1
- v1.2.0
- v1.2.0-pre.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.1.0-pre.0
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v1.0.0-rc.5
- v1.0.0-rc.4
- v1.0.0-rc.3
- v1.0.0-rc.2
- v1.0.0-rc.1
- v1.0.0-pre.1
- v1.0.0-pre.0
- v0.12.0-pre.0
- v0.11.0
- v0.10.0
- v0.10.0-rc1
- v0.10.0-pre.2
- v0.10.0-pre.1
- v0.10.0-pre.0
- v0.9.0
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- rthooks/v0.4
- rthooks/v0.3
- rthooks/v0.2
- rthooks/v0.2-rc.1
- rthooks/v0.1
- api/v1.3.0
- api/v1.2.1
- api/v1.2.0
- api/v1.1.2
- api/v1.1.1
- api/v1.1.0
Showing
6 changed files
with
218 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM quay.io/cilium/cilium-builder:b7a9dcdcadd77d38db87bbd06b9bc238e9dab5a0@sha256:eecc017a6ccf0c7884f1ffcf10e58462a272f5e41c0ece09adb351e8839e3157 | ||
FROM quay.io/cilium/cilium-builder:b7d0138c0c9bd5ed791117d924e57e99fe078b63@sha256:448b7ba8e7ae1628419b5857b80ad5c3c931d32835ea637095b1503acd0e68f7 | ||
RUN --mount=type=bind,readwrite,target=/go/src/github.com/cilium/tetragon cd /go/src/github.com/cilium/tetragon && go install ./cmd/protoc-gen-go-tetragon | ||
|
||
#- vi:ft=dockerfile -# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.