Ayaz Salikhov

Results 302 comments of Ayaz Salikhov

Thank you, Erik! I understand your point. I wanted to provide something "production-ready" to make our example project work for people, who intend to create their own docker images for...

Hi @consideRatio! I removed almost all the tests and all the tagging from my project. I've left some linting, because it will help me as a maintainer, to make sure...

Fun fact: I've used one of the most modern GitHub features again. https://github.blog/changelog/2022-09-27-github-actions-additional-information-available-in-github-event-payload-for-scheduled-workflow-runs/ https://github.com/mathbunnyru/custom-notebook/blob/main/.github/workflows/docker-build-test-publish.yml#L5 Now, by default, the docker image will be called as the repo. And GitHub allowed to...

@consideRatio please, take a look here. I think currently it's a good balance between no features and too many features. Repo (I've recreated it from scratch): https://github.com/mathbunnyru/custom-notebook DockerHub: https://hub.docker.com/r/mathbunnyru/custom-notebook

For me, the main question is - do we really need faster caching? Right now, I don't think that is the case. At the same time, there is a growing...

@THargreaves are you still interested in publishing images to GitHub Packages? I don't think we need caching, because currently build system works well.

Then, I guess, we can close this issue.

Could you please add me to DockerHub as well?

@parente do you know who is responsible for the dockerhub jupyter org? There is a Open Source Community Application for Docker Hub. https://www.docker.com/community/open-source/application https://www.docker.com/blog/expanded-support-for-open-source-software-projects/ I think jupyter org could ask...