Skip to content

Commit

Permalink
openshift: pull always the :latest tag
Browse files Browse the repository at this point in the history
We tag each new release of image under :latest, so it's better
to not rely on what _local docker thinks_ is the "latest" tag.

Related to sclorg/postgresql-container/255.
  • Loading branch information
praiskup authored and pkubatrh committed Mar 19, 2018
1 parent 6adc2c4 commit 62b4498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-lib-openshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ ct_os_test_image_update() {
ct_os_new_project
# Get current image from repository and create an imagestream
docker pull "$old_image" 2>/dev/null
docker pull "$old_image:latest" 2>/dev/null
ct_os_upload_image "$old_image" "$istag"
# Setup example application with curent image
Expand Down

0 comments on commit 62b4498

Please sign in to comment.