File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
cost-optimization/gke-scheduled-autoscaler
custom-metrics-autoscaling
google-managed-prometheus Expand file tree Collapse file tree 12 files changed +12
-12
lines changed 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.24.3 as builder
16+ FROM golang:1.24.5 as builder
1717WORKDIR /go/src/custom-metric-exporter
1818COPY * ./
1919RUN CGO_ENABLED=0 GOOS=linux go build -o /export .
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.3 as builder
15+ FROM golang:1.24.5 as builder
1616WORKDIR /app
1717COPY * ./
1818RUN CGO_ENABLED=0 GOOS=linux go build -o /sd-dummy-exporter
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.3 as builder
15+ FROM golang:1.24.5 as builder
1616WORKDIR /app
1717COPY * ./
1818RUN CGO_ENABLED=0 GOOS=linux go build -o /prometheus-dummy-exporter
Original file line number Diff line number Diff line change 99# See the License for the specific language governing permissions and
1010# limitations under the License.
1111
12- FROM golang:1.24.3 as builder
12+ FROM golang:1.24.5 as builder
1313WORKDIR /crud
1414COPY . .
1515RUN CGO_ENABLED=0 GOOS=linux go build -o /http-app
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.3 as builder
15+ FROM golang:1.24.5 as builder
1616WORKDIR /app
1717COPY * ./
1818RUN CGO_ENABLED=0 GOOS=linux go build -o /workload-metrics
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM redis:6.2.17
15+ FROM redis:6.2.18
1616
1717ADD run.sh /run.sh
1818
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.3 as builder
15+ FROM golang:1.24.5 as builder
1616WORKDIR /app
1717RUN go mod init hello-app-cdn
1818COPY *.go ./
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.3 as builder
15+ FROM golang:1.24.5 as builder
1616WORKDIR /app
1717RUN go mod init hello-app-redis
1818COPY * ./
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.3 as builder
15+ FROM golang:1.24.5 as builder
1616WORKDIR /app
1717RUN go mod init hello-app-tls
1818COPY *.go ./
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# [START gke_quickstarts_hello_app_dockerfile]
16- FROM golang:1.24.3 as builder
16+ FROM golang:1.24.5 as builder
1717WORKDIR /app
1818RUN go mod init hello-app
1919COPY *.go ./
You can’t perform that action at this time.
0 commit comments