Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 0f0dc8f

Browse files
authored
Login to hub.docker.com to get user specific pull rate. (#73)
1 parent 532b977 commit 0f0dc8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/travis/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ export OPENWHISK_HOME=$WHISKDIR
1111

1212
IMAGE_PREFIX="testing"
1313

14+
# Login to hub.docker.com to get user specific pull rate.
15+
if [ ! -z "${DOCKER_USER}" ] && [ ! -z "${DOCKER_PASSWORD}" ]; then
16+
echo "Run docker login..."
17+
echo ${DOCKER_PASSWORD} | docker login -u "${DOCKER_USER}" --password-stdin
18+
fi
19+
1420
# Build OpenWhisk
1521
cd $WHISKDIR
1622

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy