Skip to content

Commit bde42e6

Browse files
author
Doug Davis
committed
use icr instead of dockerhub
Signed-off-by: Doug Davis <[email protected]>
1 parent daa71f8 commit bde42e6

File tree

55 files changed

+68
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+68
-69
lines changed

README.md

Lines changed: 6 additions & 5 deletions

app-n-job/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# into that registry before you run it.
1111

1212
set -ex
13-
export REGISTRY=${REGISTRY:-ibmcom}
13+
export REGISTRY=${REGISTRY:-icr.io/codeengine}
1414

1515
# Build the image
1616
docker build ${NOCACHE} -t ${REGISTRY}/app-n-job .

app-n-job/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clean
1919
[[ "$1" == "clean" ]] && exit 0
2020

2121
set -ex
22-
export REGISTRY=${REGISTRY:-ibmcom}
22+
export REGISTRY=${REGISTRY:-icr.io/codeengine}
2323
export NUM=${NUM:-10}
2424

2525
# First create an app based on our image

app2job/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# into that registry before you run it.
1111

1212
set -ex
13-
export REGISTRY=${REGISTRY:-ibmcom}
13+
export REGISTRY=${REGISTRY:-icr.io/codeengine}
1414

1515
# First build the app's image and push it
1616
docker build ${NOCACHE} -t ${REGISTRY}/a2j-app -f Dockerfile.app .

app2job/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clean
1919
[[ "$1" == "clean" ]] && exit 0
2020

2121
set -ex
22-
export REGISTRY=${REGISTRY:-ibmcom}
22+
export REGISTRY=${REGISTRY:-icr.io/codeengine}
2323
export COUNT=${COUNT:-50}
2424

2525
# Create the app

auth/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# into that registry before you run it.
1111

1212
set -ex
13-
export REGISTRY=${REGISTRY:-ibmcom}
13+
export REGISTRY=${REGISTRY:-icr.io/codeengine}
1414

1515
# Build the images
1616
docker build ${NOCACHE} -f Dockerfile.nginx -t ${REGISTRY}/auth-proxy .

auth/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clean
1515

1616
set -ex
1717

18-
export REGISTRY=${REGISTRY:-ibmcom}
18+
export REGISTRY=${REGISTRY:-icr.io/codeengine}
1919

2020
# Create our business logic app - don't expose it on the internet
2121
ibmcloud ce app create -n auth-app --image $REGISTRY/auth-app --cluster-local

bash/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# into that registry before you run it.
1111

1212
set -ex
13-
export REGISTRY=${REGISTRY:-ibmcom}
13+
export REGISTRY=${REGISTRY:-icr.io/codeengine}
1414

1515
# Build the image
1616
docker build ${NOCACHE} -t ${REGISTRY}/ce-bash .

bash/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function clean() {
2121
clean
2222
[[ "$1" == "clean" ]] && exit 0
2323

24-
export REGISTRY=${REGISTRY:-ibmcom}
24+
export REGISTRY=${REGISTRY:-icr.io/codeengine}
2525

2626
set -ex
2727

bin/DEVELOPMENT.md

Lines changed: 1 addition & 3 deletions

0 commit comments

Comments
 (0)