Skip to content

Commit

Permalink
Prevent docker load.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtfulCoder committed Apr 6, 2015
1 parent 9e61d74 commit 9231fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster/saltbase/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ cp -v "${KUBE_TEMP}/kubernetes/server/bin/"* /srv/salt-new/salt/kube-bins/
kube_bin_dir="/srv/salt-new/salt/kube-bins";
docker_images_sls_file="/srv/salt-new/pillar/docker-images.sls";
for docker_file in "${KUBE_DOCKER_WRAPPED_BINARIES[@]}"; do
docker load -i "${kube_bin_dir}/${docker_file}.tar";
docker_tag=$(cat ${kube_bin_dir}/${docker_file}.docker_tag);
sed -i "s/#${docker_file}_docker_tag_value#/${docker_tag}/" "${docker_images_sls_file}";
done
Expand Down

0 comments on commit 9231fae

Please sign in to comment.