Ilya

Results 10 comments of Ilya

@nakov You can add the 'export to PDF' feature via the github book and anyone who wants to can export the file themselves. Is the book finished yet?

Using a legacy API key is still allowed, but not recommended. I think FCM may stop supporting legacy API key at any time.

@devdinu This issue was resolved. Could you close the issue, please?

Hi @sandipchitale @AkihiroSuda. For clarity. Do you want a workflow like this? 1. I build a container with a tag: ```bash docker build -t myapp:v1 . ``` 2. Then I...

I think if we will use -t flag with *.tgz file which contains two or more images (because save command can save more then one image to archive) we will...

> Maybe we should give up supporting this proposal then, and instead we should support `docker load --format "{{json .}}" -i myapp.v1.tgz | some-external-script` so that external shell script can...

@AkihiroSuda I found a better way. In the current workflow we have an image: ```bash REPOSITORY TAG IMAGE ID CREATED SIZE customtag v1 bf756fb1ae65 4 months ago 13.3kB ``` If...

Hmmm. I think we should include all the tags for one ID. For example, I have an image with different tags and common IMAGE_ID. I saved my image via id:...

Hi @thaJeztah. Could you review my PR #40910? Thx.

> try docker build --platform=linux/amd64 -f ./uni-resolver-web/docker/Dockerfile . -t universalresolver/uni-resolver-web It works. Thx