Skip to content

Commit

Permalink
Fix the aliases to use for the che cli image (for now it was the same…
Browse files Browse the repository at this point in the history
… name than current image)

And also use the org and prefix

Change-Id: I9f32c8c87cde8bc68a6204ba8c307aed15476bfe
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
  • Loading branch information
benoitf committed Mar 15, 2017
1 parent 2c045e7 commit cd42836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/cli/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html

# Define space separated list of aliases for the docker image
IMAGE_ALIASES="eclipse/che-cli"

base_dir=$(cd "$(dirname "$0")"; pwd)
. "${base_dir}"/../build.include

init --name:cli "$@"

# Define space separated list of aliases for the docker image
IMAGE_ALIASES="${ORGANIZATION}/${PREFIX}"

if [[ ! -f "${base_dir}/version/$TAG/images" ]]; then
mkdir -p ${base_dir}/version/$TAG/
fi
Expand Down

0 comments on commit cd42836

Please sign in to comment.