File tree Expand file tree Collapse file tree
ai-ml/t5-model-serving/client-app
cost-optimization/gke-scheduled-autoscaler
custom-metrics-autoscaling
google-managed-prometheus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- FROM python:3.13.5 -alpine
17+ FROM python:3.13.7 -alpine
1818
1919ARG PORT=8050
2020ENV PORT=${PORT}
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.25.2 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.25.2 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.25.2 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.25.2 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.25.2 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.20
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.25.2 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.25.2 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.25.2 as builder
1616WORKDIR /app
1717RUN go mod init hello-app-tls
1818COPY *.go ./
You can’t perform that action at this time.
0 commit comments