Skip to content

Commit 32655fa

Browse files
committedMay 10, 2024
use the latest stable docker dind imagefor gitlab CI
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
1 parent 0dea6bc commit 32655fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.common-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# limitations under the License.
1414

1515
default:
16-
image: docker:stable
16+
image: docker:dind
1717
services:
18-
- name: docker:stable-dind
18+
- name: docker:dind
1919
command: ["--experimental"]
2020

2121
variables:

0 commit comments

Comments
 (0)