Compare commits

..

2 Commits

Author SHA1 Message Date
OP (oppenheimer) d3b3f67752 Update Dockerfile.linux.arm64 2026-04-13 20:02:05 +05:30
OP (oppenheimer) 4d7808b1d1 Update Docker base image to version 29.3.1 2026-04-13 20:01:31 +05:30
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -674,11 +674,12 @@ pipeline:
auto_tag_suffix: windows-1809-amd64 auto_tag_suffix: windows-1809-amd64
when: when:
stageStatus: Success stageStatus: Success
condition: <+codebase.build.type> == "branch" condition: <+codebase.build.type> == "tag"
strategy: strategy:
matrix: matrix:
repo: repo:
- docker - docker
- gcr
- gar - gar
- ecr - ecr
- acr - acr
@@ -700,6 +701,7 @@ pipeline:
matrix: matrix:
repo: repo:
- docker - docker
- gcr
- gar - gar
- ecr - ecr
- acr - acr
@@ -778,6 +780,7 @@ pipeline:
matrix: matrix:
repo: repo:
- docker - docker
- gcr
- gar - gar
- ecr - ecr
- acr - acr
@@ -799,6 +802,7 @@ pipeline:
matrix: matrix:
repo: repo:
- docker - docker
- gcr
- gar - gar
- ecr - ecr
- acr - acr
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker:28.1.1-dind FROM docker:29.3.1-dind
ENV DOCKER_HOST=unix:///var/run/docker.sock ENV DOCKER_HOST=unix:///var/run/docker.sock
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm64v8/docker:28.1.1-dind FROM arm64v8/docker:29.3.1-dind
ENV DOCKER_HOST=unix:///var/run/docker.sock ENV DOCKER_HOST=unix:///var/run/docker.sock