Alex
Alex
The errors seems to occur because the /v1/layers endpoint is no longer supported. See my trace output after trying to scan the image kinihun/klar from hub.docker.com: ```----> HTTP REQUEST: POST...
@apexcz so this is a clair bug and not an klar one?
@apexcz thanks I can confirm it works with the latest stable version of clair (2.0.4). @hashmap Maybe we can put this information into the README and close this bug?
@morgante @gangsta I'm in the same boat and would need to change my loadbalancer cloud run connection to HTTPS. Is there something I can do to get this PR merged?
Expo has it's own background task implementation that you can use: https://docs.expo.io/versions/latest/sdk/task-manager/
I'm having the same issue without custom reducer. I use the following to overwrite my items (e.g. project): ```` return (storeID, id, item) => { firestore .doc(`${generateCollectionPath(auth.uid, storeID)}/${id}`) .set(item); };...
Can you provide the logcat output when the app crashes? Also can you describe the minimal steps need to be taken to reproduce this? Thank you.
@DavHau so newer versions won't work in docker anymore? :(
Do you know at how many images it occurs?
Thx for the warning. Was looking at this since expo 50 broke react-native image for me. I guess I need to debug it more 😃