Michael Würtinger

Results 16 comments of Michael Würtinger

I've also built a Docker image. The main difference to `gcr.io/upspin-containers/upspinserver` is that it is using local filesystem storage. Source is here: https://github.com/mwuertinger/upspinserver The image is built daily by TravisCI...

I am also trying to build an OCI with acbuild and to push it with skopeo: ``` $ ./acbuild begin --build-mode=oci $ ./acbuild copy acbuild /acbuild # just add acbuild...

Thanks, @lucab. Meanwhile I traced it back to https://github.com/moby/moby/blob/master/distribution/pull_v2.go#L629 ``` if downloadedRootFS != nil { // The DiffIDs returned in rootFS MUST match those in the config. // Otherwise the...

I finally got it to work and submitted a pull request for acbuild: https://github.com/containers/build/pull/307 However, I do not know enough about OCI to tell whether this is a bug in...

The PR is merged now, however, there's another problem: acbuild currently produces images in the `OCI v1.0.0-rc3` format but skopeo recently upgraded to version `rc5` of the spec. This means...

Sounds good, @lucab! Do you have any insights on the roadmap for `OCI 1.0`? If there are no more substantial changes expected I could already start with the modifications (time...

Does this mean that `monitoredresource.Autodetect()` will be deprecated then?

Didn't know that. Will have a look. Thanks :)

@ramonza From what I understand this is the best we can do at the moment. I think it would help in certain situations but I also have to agree with...