fhackenberger

Results 27 comments of fhackenberger

I worked around this limitation like this: First I fetch the image once: `rkt fetch --insecure-options=image docker://openjdk:9-jdk-slim` and then run this script: ``` DOCKER_URI="docker://openjdk:9-jdk-slim" MANIFEST_FILE=/virtual_machines/backend/pod-manifest.json POD_UUID=$(rkt prepare --pull-policy=never --volume volume-data,kind=host,source=/virtual_machines/backend/data...

Thank you @ejoerns! I think I got how the workflow is supposed to go. I'll give it another shot soon, maybe after my holidays. A patch to improve the ux...

@ejoerns Yes, it's working now. One issue I still have is that with my A/B set-up, every update requires (almost) as much storage as there is data on the filesystem,...

I'm not really familiar with your testing requirements. Can someone else contribute a test for this new feature?

@ejoerns How do you feel about the tests? Would you or someone else be able to add them? I've looked at the testing code, but I'm quite unfamiliar with the...

Thanks for the feedback @ejoerns! I agree it should rather be a system setting in system.conf, having it as an argument for the install command is less than ideal. Not...

Sorry, I had to re-do the pull request, I was unaware that editing the README.md directly is not possible.

Hmm ui-router is clearly still being released and not being able to discover its API seems like a major showstopper in dev usability. Is there someone how could have a...

> I'm not able to recreate this issue on Pop!_OS 21.10, 20.04 LTS, or 22.04 LTS pre-release. I'm using Ubuntu 20.04 LTS with pop-shell compiled from git master and experience...