mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
New Commit: fcf1c3b5e57833aaaa756ae3c4140ea54da00319 Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: d23e8a7da58c119a8dda59484e9b180c6f25daed Component: engine
18 lines
660 B
Bash
18 lines
660 B
Bash
#!/bin/sh
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
|
RUNC_COMMIT=b2567b37d7b75eb4cf325b77297b140ea686ce8f
|
|
|
|
# containerd is also pinned in vendor.conf. When updating the binary
|
|
# version you may also need to update the vendor version to pick up bug
|
|
# fixes or new APIs.
|
|
CONTAINERD_COMMIT=89623f28b87a6004d4b785663257362d1658a729 # v1.0.0
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
LIBNETWORK_COMMIT=fcf1c3b5e57833aaaa756ae3c4140ea54da00319
|
|
VNDR_COMMIT=a6e196d8b4b0cbbdc29aebdb20c59ac6926bb384
|
|
|
|
# Linting
|
|
GOMETALINTER_COMMIT=bfcc1d6942136fd86eb6f1a6fb328de8398fbd80
|