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
Ayaz Salikhov
d9712f033b
Remove names from jobs
2023-09-27 00:57:55 +04:00
Ayaz Salikhov
11709140d0
Add workflow_dispatch to hub-overview
2023-09-27 00:54:01 +04:00
dependabot[bot]
aa2403a808
Bump docker/login-action from 2.2.0 to 3.0.0 ( #1998 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](465a07811f...343f7c4344
)
---
updated-dependencies:
- dependency-name: docker/login-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-09-18 22:14:23 +04:00
Bjørn Jørgensen
52a999a554
Upgrade Apache Spark
to 3.5.0 ( #1995 )
...
* 1.
* add note for pandas version
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update images/pyspark-notebook/Dockerfile
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2023-09-16 20:56:10 +04:00
Ayaz Salikhov
b72e40b2e3
Do not set default name for the issues
2023-09-10 15:36:21 +04:00
pre-commit-ci[bot]
0a122d53a0
[pre-commit.ci] pre-commit autoupdate ( #1989 )
...
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.2...v3.0.3 )
- [github.com/igorshubovych/markdownlint-cli: v0.35.0 → v0.36.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.35.0...v0.36.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-05 13:30:44 +04:00
dependabot[bot]
ab90b125ba
Bump actions/checkout from 3 to 4 ( #1988 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
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-09-04 19:53:37 +04:00
Ayaz Salikhov
3675f63d08
Test run_hooks when executables fail ( #1987 )
2023-09-04 19:50:30 +04:00
Albert R. Gnadt
02870bd138
Update selecting.md without duplicated julia-notebook info ( #1986 )
...
- datascience-notebook now references julia-notebook
- also modified a line under julia-notebook for consistency with r-notebook
2023-08-29 12:23:02 +04:00
Albert R. Gnadt
3d3aa48b22
Update setup-julia.bash with Julia v1.9.3 ( #1985 )
2023-08-28 22:16:27 +04:00
Ayaz Salikhov
c7ce00b9fd
Add info about pyspark recipe
2023-08-27 23:04:56 +04:00
Ayaz Salikhov
0d8b4e4987
Replace os with pathlib where paths are used ( #1984 )
2023-08-26 17:41:40 +04:00