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
Create image tags based on Jenkins run to avoid race condition (#759)
Use the username and abbreviated git hash, if available, to create unique Docker image tags. Also specifies Docker centos7 base image SHA (other OS are not used currently).
Example with git info:
REPOSITORY TAG IMAGE ID
nisar-adt/isce3 centos7conda-nisar-yzheng-5f3e4714 39c58c69f136
nisar-adt/isce3 centos7conda-yzheng-5f3e4714 753d172c2241
nisar-adt/isce3dev centos7conda-dev-yzheng-5f3e4714 c854b0666f86
nisar-adt/isce3dev centos7conda-runtime-yzheng-5f3e4714 88d3297e2c85
Example without git info:
REPOSITORY TAG IMAGE ID
nisar-adt/isce3 centos7conda-nisar-yzheng 1235fbd655e3
nisar-adt/isce3 centos7conda-yzheng f3a110d9b86
nisar-adt/isce3dev centos7conda-dev-yzheng c854b0666f86
nisar-adt/isce3dev centos7conda-runtime-yzheng 88d3297e2c85
0 commit comments