Marc-Aurèle Brothier
Marc-Aurèle Brothier
I just joined, and when I try to start the app, the same symptom happens. Dunno if you get any stack trace as it's pretty quick before it crashes and...
I'll be happy to test whenever a new pre-release is pushed on testflight @mssun
I confirm I can open again the beta of Pass on my iPhone 6 / iOS 12. Thank you guys!
I let you close the ticket when you will release a new version supporting those old devices.
> Hi all, I just want to make sure the current TestFlight is usable for multiple `.gpg-id` files. Since this feature needs a lot of work and I don't want...
Yes, using a prefix is also recommended, I forgot to mention it.
> I've used kaniko and ran into multiple issues where a `Dockerfile` that works with `docker build` didn't work with kaniko. This meant updating the `Dockerfile` to workaround kaniko bugs....
I'm new to concourse and I already setup my build with kaniko without specifying a custom image, using the one from gcr.io. What is the added value of creating a...
I do in 2 steps: 1. Create the credentials file for the registry 2. Build the image: `tasks/build.yml` ```yaml --- # Kaniko build: `--force` is required on concourse for unknown...
This is what I would expect, as you could have env variables set in a container for example, but for specific execution you want to be able to override them...