You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-9495] Fix to be able to get a specific images
- Add grep option -P which is Perl regular expression. Since grep's
default mode is POSIX, grep can't realize '\d'. As a result, user
can't get a specific version of fabric's docker images
- Move the definition of CA/FABRIC/THIRDPARTY_TAG to after the line
checking an argument. In the current script, VERSION doesn't
reflect *_TAG.
Change-Id: Ib44f659d3746d0ab976475df385b028fb34b9f41
Signed-off-by: Nao Nishijima <nao.nishijima@hal.hitachi.com>
0 commit comments