Skip to content

chore: update dogfood image #8114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dogfood/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions dogfood/files/etc/apt/sources.list
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion provisionerd/proto/provisionerd.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion provisionersdk/proto/provisioner.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.