ibm-silvergate / netcomposer

Hyperledger Fabric Network bootstrapping made simple for experimentation, development and testing
Apache License 2.0
13 stars 6 forks source link

Error while pulling images (Wrong tag name) #5

Closed erNail closed 5 years ago

erNail commented 5 years ago

Right now, the tag name consists of $ARCH-$VERSION. Since Fabric 1.2 (i think), those tag name is not used anymore for the "x86_64" architecture. For example, the current one for this architecture is "1.3.0".

There are 3 problems with the tag handling at the moment:

I propose the following:

I'm currently implementing these changes. I'll create a Pull Request as soon as i'm done.

erNail commented 5 years ago

Fixed, waiting for Pull Request #7 to be accepted.

jeroiraz commented 5 years ago

Thanks @erNail