chore: update dogfood image (#8114)

This commit is contained in:
Colin Adler 2023-06-20 15:08:15 -05:00 committed by GitHub
parent 69f911dfd5
commit 7d43f4ceee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View File

@ -78,7 +78,7 @@ RUN mkdir --parents "$GOPATH" && \
FROM alpine:3.18 as proto
WORKDIR /tmp
RUN apk add curl unzip
RUN curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v21.5/protoc-21.5-linux-x86_64.zip
RUN curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v23.3/protoc-23.3-linux-x86_64.zip
RUN unzip protoc.zip
FROM ubuntu:jammy
@ -320,6 +320,7 @@ RUN update-alternatives --install /usr/local/bin/gofmt gofmt /usr/local/go/bin/g
COPY --from=go /tmp/bin /usr/local/bin
COPY --from=rust-utils /tmp/bin /usr/local/bin
COPY --from=proto /tmp/bin /usr/local/bin
COPY --from=proto /tmp/include /usr/local/bin/include
USER coder

View File

@ -1,3 +1,3 @@
deb http://mirror.pit.teraswitch.com/ubuntu/ jammy main restricted universe
deb http://mirror.pit.teraswitch.com/ubuntu/ jammy-updates main restricted universe
deb http://mirror.pit.teraswitch.com/ubuntu/ jammy-backports main restricted universe
deb https://mirror.pit.teraswitch.com/ubuntu/ jammy main restricted universe
deb https://mirror.pit.teraswitch.com/ubuntu/ jammy-updates main restricted universe
deb https://mirror.pit.teraswitch.com/ubuntu/ jammy-backports main restricted universe

View File

@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.30.0
// protoc v3.21.5
// protoc v4.23.3
// source: provisionerd/proto/provisionerd.proto
package proto

View File

@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.30.0
// protoc v3.21.5
// protoc v4.23.3
// source: provisionersdk/proto/provisioner.proto
package proto