Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Switch to latest docker and docker dind
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <elezar@nvidia.com>
  • Loading branch information
elezar committed Jun 17, 2022
1 parent 132f8dd commit cc7c7ae
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Build packages for all supported OS / ARCH combinations
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

default:
image: docker
services:
- name: docker:dind
command: ["--experimental"]

# Build packages for all supported OS / ARCH combinations
stages:
- build-one
- build-all
Expand All @@ -13,12 +32,6 @@ variables:
TOOLKIT_TAG: dummy+toolkit

.build-setup: &build-setup
image: docker:19.03.8

services:
- name: docker:19.03.8-dind
command: ["--experimental"]

before_script:
- apk update
- apk upgrade
Expand Down

0 comments on commit cc7c7ae

Please sign in to comment.