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
Right now the dockerfile of the supply chain app example specifies exact versions to apk when installing dependencies and over time this has broken the build.
To Reproduce
Try to build the image. See that it fails.
Expected behavior
Image build succeeds.
Logs/Stack traces
N/A
Screenshots
N/A
Operating system name, version, build:
N/A/
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
N/A
Hyperledger Cactus Plugins/Connectors Used
Fabric, Besu, Quorum
Additional context
The docker hub automated builds are also failing due to the same bug.
…edger-cacti#751
Remove the specific versions from the Dockerfile so that instead what
gets installed is "whatever's latest that day". This is not preferred, but
since Alpine Package Manager disappears versions of packages after
the fact, we do not have a choice but to abandon our quest for
reproducible builds in this particular instance.
Fixeshyperledger-cacti#751
Signed-off-by: Peter Somogyvari <[email protected]>
…edger-cacti#751
Remove the specific versions from the Dockerfile so that instead what
gets installed is "whatever's latest that day". This is not preferred, but
since Alpine Package Manager disappears versions of packages after
the fact, we do not have a choice but to abandon our quest for
reproducible builds in this particular instance.
Fixeshyperledger-cacti#751
Signed-off-by: Peter Somogyvari <[email protected]>
Remove the specific versions from the Dockerfile so that instead what
gets installed is "whatever's latest that day". This is not preferred, but
since Alpine Package Manager disappears versions of packages after
the fact, we do not have a choice but to abandon our quest for
reproducible builds in this particular instance.
Fixes#751
Signed-off-by: Peter Somogyvari <[email protected]>
Describe the bug
Right now the dockerfile of the supply chain app example specifies exact versions to apk when installing dependencies and over time this has broken the build.
To Reproduce
Try to build the image. See that it fails.
Expected behavior
Image build succeeds.
Logs/Stack traces
N/A
Screenshots
N/A
Operating system name, version, build:
N/A/
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
N/A
Hyperledger Cactus Plugins/Connectors Used
Fabric, Besu, Quorum
Additional context
The docker hub automated builds are also failing due to the same bug.
cc: @takeutak @sfuji822 @hartm @jonathan-m-hamilton @AzaharaC @jordigiam @kikoncuo @jagpreetsinghsasan
The text was updated successfully, but these errors were encountered: