Commit Graph

3647 Commits

Author SHA1 Message Date
Ayaz Salikhov
463ced7e4f Update tag example 2023-10-31 16:29:35 +01:00
Ayaz Salikhov
7b57f14014 Fix README info 2023-10-31 11:42:39 +01:00
Ayaz Salikhov
64248b85c6 Increase timeout in test_spark_notebooks 2023-10-30 12:13:12 +01:00
xieshuaihu
66f7beff16 add grpcio grpcio-status to support spark connect (#2017)
* add grpcio grpcio_status to support spark connect

* Sort install list

* Fix package name

* Update pyspark docs with new deps grpcio and grpcio-status

* set grpcio and grpcio-status version as 1.56

* exclude grpcio and grpcio-status in test_packages.py

* Update selecting.md

* Update test_packages.py

* Update Dockerfile

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2023-10-30 12:11:32 +01:00
Ayaz Salikhov
fb105c9355 Fix .readthedocs.yaml style 2023-10-28 02:03:17 +03:00
Ayaz Salikhov
2e35c52f83 Introduce policy for new images/packages (#2016)
* Introduce policy for new images/packages

* Fix GitHub links

* Upadte list
2023-10-27 13:00:22 +03:00
Ayaz Salikhov
df0464cf4e Add navigation_with_keys: False and sort options 2023-10-26 16:24:49 +03:00
Ayaz Salikhov
343ef3d174 Rearrange parts in README.md to and remove call for maintainers (#2013) 2023-10-23 10:50:22 +02:00
Ayaz Salikhov
b331741540 Start new sentences on a new line in markdown 2023-10-21 20:11:49 +02:00
Ayaz Salikhov
ad28158ab1 Make troubleshooting.md source code more readable 2023-10-21 20:06:45 +02:00
Ayaz Salikhov
3aed21ef44 Improve wording in tasks.md 2023-10-21 19:59:00 +02:00
Ayaz Salikhov
02e7062250 Unify <somestack> usage 2023-10-21 19:49:29 +02:00
Ayaz Salikhov
e1ad1e302b Make features.md source code more readable 2023-10-21 19:44:15 +02:00
Ayaz Salikhov
5d62545ea2 Update issue links 2023-10-21 19:41:28 +02:00
Ayaz Salikhov
f8c232a9d9 Use apt-get update --yes 2023-10-21 18:26:47 +02:00
Ayaz Salikhov
65be44707a Add registry to old images 2023-10-21 11:05:46 +02:00
Ayaz Salikhov
52f79605f3 Update example date 2023-10-21 02:10:53 +02:00
Ayaz Salikhov
119766df29 Use Docker Hub for an old image 2023-10-21 02:10:15 +02:00
Ayaz Salikhov
ee7b9133fb Use quay.io for cookiecutter 2023-10-21 02:09:59 +02:00
Ayaz Salikhov
542eae692c Write registry to a file with all tags 2023-10-21 00:11:03 +02:00
Ayaz Salikhov
00a6728161 Move from Docker Hub to quay.io (#2010)
* Move from Docker Hub to quay.io

* Fix http->https

* Update registry-overviews

* Remove Docker Hub name
2023-10-20 22:31:45 +02:00
Ayaz Salikhov
3e04ded3a3 Add DockerHub warning (#2009) 2023-10-20 22:30:14 +02:00
Ayaz Salikhov
fe7dbdd1a2 Fix Makefile 2023-10-20 22:28:43 +02:00
Ayaz Salikhov
e4e2f6ad60 Fix Makefile when using registry 2023-10-20 22:28:07 +02:00
Ayaz Salikhov
7cce21edff Add registry to docker push commands 2023-10-20 20:35:51 +02:00
Ayaz Salikhov
5a9ef502d4 Use github.repository_owner where possible 2023-10-20 20:05:44 +02:00
Ayaz Salikhov
7de6ac7b68 Build all workflows in my fork (#2012)
* Build all workflows in my fork

* Build contributed recipes only in jupyter, because I don't have aarch64 runners
2023-10-20 19:46:31 +02:00
Ayaz Salikhov
a55db53d96 Improve docs 2023-10-20 16:28:11 +02:00
Ayaz Salikhov
848a826747 Fix build manifest image size and improve name 2023-10-20 03:45:03 +02:00
Ayaz Salikhov
2a6a10a781 Simplify create-dev-env by using runner.arch (#2011) 2023-10-20 03:43:47 +02:00
Ayaz Salikhov
f1a18d515c Better badge url 2023-10-20 02:42:38 +02:00
Ayaz Salikhov
189df18e9a Better badge url 2023-10-20 02:41:52 +02:00
Ayaz Salikhov
94ab69dde0 Use registry during docker save 2023-10-20 00:51:39 +02:00
Ayaz Salikhov
0d5a6b0164 Do not run full rebuild on tagging/README.md changes 2023-10-20 00:48:13 +02:00
Ayaz Salikhov
00e591fcf0 Add docker.io to more places 2023-10-20 00:43:18 +02:00
Ayaz Salikhov
814219407b Remove some Docker Hub usage 2023-10-19 22:06:58 +02:00
Ayaz Salikhov
72c6fafccb Add missing file 2023-10-19 22:02:34 +02:00
Ayaz Salikhov
ad85d8106c Use word registry in workflows where possible 2023-10-19 22:01:47 +02:00
Ayaz Salikhov
ebfeda100b Use word registry in workflows where possible 2023-10-19 21:57:27 +02:00
Ayaz Salikhov
a38f9248d2 Use word registry in workflows where possible 2023-10-19 21:53:01 +02:00
Ayaz Salikhov
4adbb05073 Add docker.io to docker run commands 2023-10-19 21:26:48 +02:00
Ayaz Salikhov
f8cd90ade1 Add an ability to specify registry when using docker images (#2008)
* Add an ability to specify registry when using docker images

* Fix typo

* [TMP] Speedup workflow

* Revert "[TMP] Speedup workflow"

This reverts commit 3af0055ccf.
2023-10-19 21:15:10 +02:00
Yuvi Panda
bceaead5d2 Migrate start-notebook & start-singleuser to python (#2006)
* Migrate start-notebook.sh to bash

Based on

> Stop using bash, haha 👍

from https://github.com/jupyter/docker-stacks/issues/1532.

If there's more apetite for this, I'll try to migrate
`start.sh` and `start-singleuser.sh` as well - I think they should
all be merged together. We can remove the `.sh` suffixes for
accuracy, and keep symlinks in so old config still works. Since
the shebang is what is used to launch the correct interpreter,
the `.sh` doesn't matter.

Will help fix https://github.com/jupyter/docker-stacks/issues/1532,
as I believe all those things are going to be easier to do from
python than bash

* Rename start-notebook.sh to start-notebook

* Cleanup start-notebook a little

* Fix typo

* Migrate start-singleuser as well

* Remove unused import

* Run symlink commands as root

* Combine repetitive RUN commands

* Remove multiple args to env

-u can not be set by shebang, we must set the env var
instead

* Fix conditional inversion

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

* Fix how start-singleuser is exec'd

* Actually call jupyterhub-singleuser in start-singleuser

* Pass through any additional args we get

* Put .py suffix on the start-* scripts

* Add .sh shims for the start-* scripts

* Document start-notebook.sh and start-singleuser.sh

* Partially test start-notebook.sh

* Reflow warning docs

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2023-10-17 14:46:43 +02:00
dependabot[bot]
4c0c0aa171 Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 (#2005)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.16.0 to 5.0.0.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](3ea6ae190b...8756aa072e)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-10 16:03:35 +04:00
Ayaz Salikhov
fbbf24585d Fix PyCQA repo 2023-10-04 17:08:58 +04:00
Ayaz Salikhov
2ed0010238 Add urllib3 to mypy check 2023-10-04 17:08:41 +04:00
pre-commit-ci[bot]
58a8a965c8 [pre-commit.ci] pre-commit autoupdate (#2003)
updates:
- [github.com/asottile/pyupgrade: v3.13.0 → v3.14.0](https://github.com/asottile/pyupgrade/compare/v3.13.0...v3.14.0)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.9.0.6](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.5...v0.9.0.6)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-03 15:42:19 +04:00
Ayaz Salikhov
7e1a19a842 Update pre-commit hooks 2023-09-27 12:46:02 +04:00
Ayaz Salikhov
94b57514f9 Update example date 2023-09-27 01:18:54 +04:00
Ayaz Salikhov
23c758cde3 Better name for update-overview job 2023-09-27 01:04:35 +04:00