Alfonso Acosta

Results 117 comments of Alfonso Acosta

To solve the `docker build` caching problems we have, I think we should just add a build parameter with core's version. This will make docker cache things correctly. Also, the...

@leighmcculloch thanks, I reposted it there.

@sreuland should we close this?

If you want to do it at the start, k8s supports init containers https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ This means that as long as the tool is containerized, you don’t need do any any...

@sreuland sounds good! Thanks for the refactoring work!!!

Can you share the exact sequence of commands you ran?

Can you reproduce (e.g. through reingestion)? We didn't observe that error at SDF

Related: https://github.com/kusnier/vagrant-persistent-storage/issues/42 (but in this case it's with SCSI)

These are the options I am using (`ubuntu/xenial64` box) ``` config.persistent_storage.enabled = true config.persistent_storage.location = "~/home-vagrant/build.vdi" config.persistent_storage.size = 20000 config.persistent_storage.mountname = 'build' config.persistent_storage.filesystem = 'ext4' config.persistent_storage.mountpoint = '/mnt/build' config.persistent_storage.volgroupname =...

> But this seems as a problem from the guest system. After i enabled the gui of virtual box i can see that the boot up is hanging and so...