Skip to content

Commit

Permalink
Update chrusty-jsonschema v1.4.0 (#412)
Browse files Browse the repository at this point in the history
New plugin versions found. Please review.

---------

Co-authored-by: pkwarren <[email protected]>
Co-authored-by: Mike Fridman <[email protected]>
  • Loading branch information
3 people authored Mar 10, 2023
1 parent cb778dc commit 099192c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/community/chrusty-jsonschema/v1.4.0/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!Dockerfile
11 changes: 11 additions & 0 deletions plugins/community/chrusty-jsonschema/v1.4.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# syntax=docker/dockerfile:1.4
FROM golang:1.20.2-bullseye AS build
RUN --mount=type=cache,target=/go/pkg/mod \
CGO_ENABLED=0 \
go install -ldflags "-s -w" -trimpath github.com/chrusty/protoc-gen-jsonschema/cmd/[email protected]

FROM scratch
COPY --from=build --link --chown=root:root /etc/passwd /etc/passwd
COPY --from=build --link --chown=root:root /go/bin/protoc-gen-jsonschema /
USER nobody
ENTRYPOINT [ "/protoc-gen-jsonschema" ]
7 changes: 7 additions & 0 deletions plugins/community/chrusty-jsonschema/v1.4.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: v1
name: buf.build/community/chrusty-jsonschema
plugin_version: v1.4.0
source_url: https://github.com/chrusty/protoc-gen-jsonschema
description: Converts protobuf definitions into JSON Schemas, which can be used to dynamically validate JSON messages.
spdx_license_id: Apache-2.0
license_url: https://github.com/chrusty/protoc-gen-jsonschema/blob/1.4.0/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:tnQpL/PE7EvJkOcy0A4F8G40ki/+3hnDERt6SbNahdQ=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:13tUpzHkyYT4W4QCW4Nkudd1KofGEtZ5HU8zDUECCXM=

0 comments on commit 099192c

Please sign in to comment.