Skip to content

Commit

Permalink
more guidance
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <[email protected]>
  • Loading branch information
Doug Davis committed Oct 30, 2020
1 parent 698f96b commit 364d0b2
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app-n-job/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
5 changes: 5 additions & 0 deletions app2job/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
5 changes: 5 additions & 0 deletions bind-app/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
5 changes: 5 additions & 0 deletions bind-job/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
5 changes: 5 additions & 0 deletions configmaps/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
7 changes: 6 additions & 1 deletion do-all
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/bash

# This will build and run all demos
# This will build and run all demos.
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -e
for file in `find . -name run | sort` ; do (
Expand Down
5 changes: 5 additions & 0 deletions hello/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
5 changes: 5 additions & 0 deletions helloworld/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
5 changes: 5 additions & 0 deletions job/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
5 changes: 5 additions & 0 deletions job2app/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
5 changes: 5 additions & 0 deletions ping/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
5 changes: 5 additions & 0 deletions secrets/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down
5 changes: 5 additions & 0 deletions sessions/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Env Vars:
# REPOSITORY: name of the image registry/namespace to store the images
#
# NOTE: to run this you MUST set the REPOSITORY environment variable to
# your own image registry/namespace otherwise the `docker push` commands
# will fail due to an auth failure. Which means, you also need to be logged
# into that registry before you run it.

set -ex
export REPOSITORY=${REPOSITORY:-ibmcom}
Expand Down

0 comments on commit 364d0b2

Please sign in to comment.