You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ A concourse resource to trigger from netbox
6
6
This resource is built using a Dockerfile that uses a multi-stage build process. The first stage builds the Go application, and the second stage creates a minimal container image using distroless. The following optional build arguments are available:
7
7
8
8
-`BUILDER_NAME`: The name of the Go builder image (default: `golang`)
9
-
-`BUILDER_VERSION`: The version of the Go builder image (default: `1.24.4-bookworm`)
10
-
-`BASE_NAME`: The base image for the final container (default: `gcr.io/distroless/static-debian12`)
9
+
-`BUILDER_VERSION`: The version of the Go builder image (default: `1.25.0-bookworm`)
10
+
-`BASE_NAME`: The base image for the final container (default: `gcr.io/distroless/static-debian13`)
11
11
-`BASE_VERSION`: The version of the base image (default: `latest`) (`nonroot` is not possible because Concourse [requires root permissions to run the resource](https://github.com/concourse/concourse/issues/403))
0 commit comments