mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +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
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
default:
|
default:
|
||||||
image: docker:stable
|
image: docker
|
||||||
services:
|
services:
|
||||||
- name: docker:stable-dind
|
- name: docker:dind
|
||||||
command: ["--experimental"]
|
command: ["--experimental"]
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user