-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'GoogleCloudPlatform:main' into main
- Loading branch information
Showing
564 changed files
with
19,973 additions
and
18,535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Stage 1: Building Go dependencies | ||
FROM golang:1.21-bullseye AS builder | ||
FROM golang:1.23-bullseye AS builder | ||
|
||
# Set working directory | ||
WORKDIR /app | ||
|
@@ -15,7 +15,7 @@ RUN go mod download | |
FROM ruby:3.1-bullseye | ||
|
||
# golang | ||
COPY --from=golang:1.21-bullseye /usr/local/go /usr/local/go | ||
COPY --from=golang:1.23-bullseye /usr/local/go /usr/local/go | ||
ENV GOPATH /go | ||
ENV PATH /usr/local/go/bin:$PATH | ||
ENV PATH $GOPATH/bin:$PATH | ||
|
@@ -39,8 +39,8 @@ RUN git config --global user.email "[email protected]" | |
RUN go install golang.org/x/tools/cmd/goimports@d088b475e3360caabc032aaee1dc66351d4e729a | ||
RUN go install github.com/github/[email protected]+incompatible | ||
|
||
ADD "https://raw.githubusercontent.com/GoogleCloudPlatform/magic-modules/main/mmv1/Gemfile" Gemfile | ||
ADD "https://raw.githubusercontent.com/GoogleCloudPlatform/magic-modules/main/mmv1/Gemfile.lock" Gemfile.lock | ||
ADD "https://raw.githubusercontent.com/GoogleCloudPlatform/magic-modules/refs/heads/legacy-ruby/mmv1/Gemfile" Gemfile | ||
ADD "https://raw.githubusercontent.com/GoogleCloudPlatform/magic-modules/refs/heads/legacy-ruby/mmv1/Gemfile.lock" Gemfile.lock | ||
RUN bundle install | ||
RUN rm Gemfile Gemfile.lock | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.