File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939 statuses : none
4040
4141 env :
42- CROSS_BUILDER_IMAGE : ghcr.io/gythialy/golang-cross:v1.17.10 -0@sha256:62c64ee6c74285839db86ae0814d2411bfe4bc2cdc025b10122e4bb8d27b1418
42+ CROSS_BUILDER_IMAGE : ghcr.io/gythialy/golang-cross:v1.17.11 -0@sha256:b0c3083b0a420ff649d5a5bfd7e0a96719ab0a7b3f99a049a4950d836a72637a
4343 COSIGN_IMAGE : gcr.io/projectsigstore/cosign:v1.8.0@sha256:12b4d428529654c95a7550a936cbb5c6fe93a046ea7454676cb6fb0ce566d78c
4444
4545 steps :
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- FROM golang:1.17.10 @sha256:8cec27169e79b40624c9cb3bc2d925e83b3867f0c94aae3a354827b68ad8cc24 AS builder
16+ FROM golang:1.17.11 @sha256:b1ff3263f543b4c458e172f3df429a3e7dfed29d4359ab839a614f903252e1df AS builder
1717ENV APP_ROOT=/opt/app-root
1818ENV GOPATH=$APP_ROOT
1919
@@ -30,7 +30,7 @@ RUN go build -ldflags "${SERVER_LDFLAGS}" ./cmd/rekor-server
3030RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o rekor-server_debug ./cmd/rekor-server
3131
3232# Multi-Stage production build
33- FROM golang:1.17.10 @sha256:8cec27169e79b40624c9cb3bc2d925e83b3867f0c94aae3a354827b68ad8cc24 as deploy
33+ FROM golang:1.17.11 @sha256:b1ff3263f543b4c458e172f3df429a3e7dfed29d4359ab839a614f903252e1df as deploy
3434
3535# Retrieve the binary from the previous stage
3636COPY --from=builder /opt/app-root/src/rekor-server /usr/local/bin/rekor-server
Original file line number Diff line number Diff line change 3939 - TUF_ROOT=/tmp
4040 args :
4141 - ' verify'
42- - ' ghcr.io/gythialy/golang-cross:v1.17.10 -0@sha256:62c64ee6c74285839db86ae0814d2411bfe4bc2cdc025b10122e4bb8d27b1418 '
42+ - ' ghcr.io/gythialy/golang-cross:v1.17.11 -0@sha256:b0c3083b0a420ff649d5a5bfd7e0a96719ab0a7b3f99a049a4950d836a72637a '
4343
44- - name : ghcr.io/gythialy/golang-cross:v1.17.10 -0@sha256:62c64ee6c74285839db86ae0814d2411bfe4bc2cdc025b10122e4bb8d27b1418
44+ - name : ghcr.io/gythialy/golang-cross:v1.17.11 -0@sha256:b0c3083b0a420ff649d5a5bfd7e0a96719ab0a7b3f99a049a4950d836a72637a
4545 entrypoint : /bin/sh
4646 dir : " go/src/sigstore/rekor"
4747 env :
6464 gcloud auth configure-docker \
6565 && make release
6666
67- - name : ghcr.io/gythialy/golang-cross:v1.17.10 -0@sha256:62c64ee6c74285839db86ae0814d2411bfe4bc2cdc025b10122e4bb8d27b1418
67+ - name : ghcr.io/gythialy/golang-cross:v1.17.11 -0@sha256:b0c3083b0a420ff649d5a5bfd7e0a96719ab0a7b3f99a049a4950d836a72637a
6868 entrypoint : ' bash'
6969 dir : " go/src/sigstore/rekor"
7070 env :
You can’t perform that action at this time.
0 commit comments