Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit d0cbee8

Browse files
authored
Merge pull request #132 from bergwolf/uploader_v1
use hyperhq/volume_uploader v1 instead of latest
2 parents d5f77dd + 1f30a15 commit d0cbee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/client/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func checkSourceType(source string) string {
118118

119119
func (cli *DockerCli) initSpecialVolumes(config *container.Config, hostConfig *container.HostConfig, networkingConfig *networktypes.NetworkingConfig, initvols []*InitVolume) error {
120120
const INIT_VOLUME_PATH = "/vol/"
121-
const INIT_VOLUME_IMAGE = "hyperhq/volume_uploader:latest"
121+
const INIT_VOLUME_IMAGE = "hyperhq/volume_uploader:v1"
122122
const INIT_VOLUME_FILENAME = ".hyper_file_volume_data_do_not_create_on_your_own"
123123
var (
124124
initConfig *container.Config

0 commit comments

Comments
 (0)