diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-08 19:27:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 19:27:09 +0200 |
commit | f07a0d937fd575248f404f784d0e3d41a59b7419 (patch) | |
tree | 8564a6a9f1a0653e3c04974ba69d26540f87010f /cmd/podman/registry/config_abi.go | |
parent | 13db0f2b61b17e6f959fff832b40270352cd54da (diff) | |
parent | 69f62a1a9c09818f888247fec96344cae6e4b6ff (diff) | |
download | podman-f07a0d937fd575248f404f784d0e3d41a59b7419.tar.gz podman-f07a0d937fd575248f404f784d0e3d41a59b7419.tar.bz2 podman-f07a0d937fd575248f404f784d0e3d41a59b7419.zip |
Merge pull request #6143 from rhatdan/remote
default to tunnel without ABISupport tag
Diffstat (limited to 'cmd/podman/registry/config_abi.go')
-rw-r--r-- | cmd/podman/registry/config_abi.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/podman/registry/config_abi.go b/cmd/podman/registry/config_abi.go new file mode 100644 index 000000000..55430e1bf --- /dev/null +++ b/cmd/podman/registry/config_abi.go @@ -0,0 +1,7 @@ +// +build ABISupport + +package registry + +func init() { + abiSupport = true +} |