mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
d012569b78
Since this new version of the CLI resolves image digests for swarm services by default, and we do not want integration tests to talk to Docker Hub, update CLI tests to suppress this behavior. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
15 lines
582 B
Bash
15 lines
582 B
Bash
#!/bin/sh
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
|
RUNC_COMMIT=992a5be178a62e026f4069f443c6164912adbf09
|
|
CONTAINERD_COMMIT=3addd840653146c90a254301d6c3a663c7fd6429
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
|
|
VNDR_COMMIT=c56e082291115e369f77601f9c071dd0b87c7120
|
|
BINDATA_COMMIT=a0ff2567cfb70903282db057e799fd826784d41d
|
|
|
|
# CLI
|
|
DOCKERCLI_REPO=https://github.com/docker/cli
|
|
DOCKERCLI_COMMIT=3dfb8343b139d6342acfd9975d7f1068b5b1c3d3
|