Skip to content

Commit

Permalink
Attempt to fix unrecognized input header error
Browse files Browse the repository at this point in the history
Based on the threads listed below, this should resolve the issue, which
is related to building an image with the interactive terminal flag (-t)
but then running it without the flag.

moby/moby#4882
moby/moby#4857
moby/moby#5327

Change-Type: patch
  • Loading branch information
brownjohnf committed Jun 7, 2017
1 parent 9141d34 commit 011607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/jenkins_build.sh
Expand Up @@ -218,7 +218,7 @@ deploy_to_s3() {

local _s3_cmd="s3cmd --access_key=${_s3_access_key} --secret_key=${_s3_secret_key}"
local _s3_sync_opts="--recursive --acl-public"
docker run \
docker run -it \
-e BASE_DIR=/host/images \
-e S3_CMD="$_s3_cmd" \
-e S3_SYNC_OPTS="$_s3_sync_opts" \
Expand Down

0 comments on commit 011607a

Please sign in to comment.