Results 56 comments of Denis Pisarev

Tried pushing the image built with buildah without `--format=docker`. It appears in the docker hub interface ![image](https://user-images.githubusercontent.com/17856421/102770552-a4873300-4384-11eb-9841-5a575255ccd4.png) but looks weird, do not show the links, OS/ARCH and LAST PULL fields....

1. This is a typical thing with docker. Either you should set up your `docker` to run rootles, it should be possible since ~November 2020 or consider using `podman`, API...

I think I'll need a more full repro here. I.e. from scratch on the clean repo.

I'm experimenting and so far achieved the following: 0. first, it's better running `--user $(id -u ${USER}):$(id -g ${USER})` 1. next step would be turning off `sccache` ``` docker run...

Please ask me, happy to help.

To make this more efficient, cache has to be used here. There are two ways for using cache in your backend: 1. Pre-compile cache in the image. I.e. build some...