mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-21 15:57:49 +00:00
Switch to latest docker and docker dind in CI
This change prevents errors when downloading ubuntu repos on amd64 architectures. The `stable` images were last pushed 2 years ago. Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
278fa43303
commit
a1319b1786
@ -12,9 +12,9 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
default:
|
||||
image: docker:stable
|
||||
image: docker
|
||||
services:
|
||||
- name: docker:stable-dind
|
||||
- name: docker:dind
|
||||
command: ["--experimental"]
|
||||
|
||||
variables:
|
||||
|
Loading…
Reference in New Issue
Block a user