File tree Expand file tree Collapse file tree 19 files changed +19
-19
lines changed
t5-model-serving/client-app
custom-metrics-autoscaling
google-managed-prometheus
workloads/migrate-x86-app-to-multi-arch Expand file tree Collapse file tree 19 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# [START gke_aiml_llm_finetune_gemma_single_node_docker]
16- FROM nvidia/cuda:12.6.2 -runtime-ubuntu22.04
16+ FROM nvidia/cuda:12.9.0 -runtime-ubuntu22.04
1717
1818RUN apt-get update && \
1919 apt-get -y --no-install-recommends install python3-dev gcc python3-pip git && \
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 python:3.13.1 -alpine3.20
15+ FROM python:3.13.3 -alpine3.20
1616ADD app/ .
1717RUN pip install -r requirements.txt
1818CMD ["python" , "./app.py" ]
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.11.10 -alpine
17+ FROM python:3.13.4 -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.23.2 as builder
16+ FROM golang:1.24.3 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 @@ -23,7 +23,7 @@ COPY . ./
2323RUN go build -mod=readonly -v -o /k8s-cost-estimator
2424
2525
26- FROM alpine:3.20
26+ FROM alpine:3.22
2727WORKDIR /app
2828# Install utilities needed durin ci/cd process
2929RUN apk update && apk upgrade && \
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.23.2 as builder
15+ FROM golang:1.24.3 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.23.2 as builder
15+ FROM golang:1.24.3 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.23.2 as builder
12+ FROM golang:1.24.3 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.23.2 as builder
15+ FROM golang:1.24.3 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.16
15+ FROM redis:6.2.17
1616
1717ADD run.sh /run.sh
1818
You can’t perform that action at this time.
0 commit comments