pivotal-cf / azure-blobstore-resource

A concourse resource to interact with the azure blob service.
MIT License
16 stars 15 forks source link

0.6.x fails any resource that requires unpack: true #32

Closed svrc closed 4 years ago

svrc commented 4 years ago

Was using this with tag "latest" at a customer and all pipelines started failing because they use this resource with unpack: true for Platform Automation image and tasks.

Reverted to 0.5.0 and it works again.

christianang commented 4 years ago

Good find. This should be fixed in https://github.com/pivotal-cf/azure-blobstore-resource/releases/tag/v0.7.0. It now relies on a golang library instead of shelling out to the tar/unzip/gzip programs. I tested this with a few different packages, but feel free to reopen the issue if there are problems.