Skip to content

Commit

Permalink
Update get_docker-base.sh (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored and lguohan committed Oct 30, 2016
1 parent b2322d1 commit 076c847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_docker-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -x -e
. ./functions.sh

## [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Read-only link of Azure Blob storage with shared access signature (SAS)")]
BASE_URL="https://sonicstorage.blob.core.windows.net/packages/docker-base.ea507753d98b0769e2a15be13003331f8ad38d1c15b40a683e05fc53b1463b10.gz?sv=2015-04-05&sr=b&sig=DjbdpLaslHeiaZLwFuauhPA2wR0v7kOH5yPHiAbzgBc%3D&se=2016-10-28T13%3A04%3A23Z&sp=r"
BASE_URL="https://sonicstorage.blob.core.windows.net/packages/docker-base.ea507753d98b0769e2a15be13003331f8ad38d1c15b40a683e05fc53b1463b10.gz?sv=2015-04-05&sr=b&sig=YNN6eYVMEFndUaiHIRnqcZFdDZwIG%2BaAuVj0IoyDWPw%3D&se=2026-10-27T20%3A46%3A18Z&sp=r"

base_image_name=docker-base
docker_try_rmi $base_image_name
Expand Down

0 comments on commit 076c847

Please sign in to comment.