Olivier Benz
fdde9ae485
Update info about images by b-data ( #2330 )
2025-09-23 10:08:20 +00:00
Steve Nunez
bcabde4150
Update selecting.md ( #2307 )
...
* Update selecting.md
Add lisp-stat community image
* Add binder link for lisp-stat
2025-08-03 09:10:09 +01:00
pre-commit-ci[bot]
e0a3082df7
[pre-commit.ci] pre-commit autoupdate ( #2306 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-mypy: 7010b10a09f65cd60a23c207349b539aa36dbec1 → 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a](7010b10a09...0f86793af5
)
- [github.com/rbubley/mirrors-prettier: 787fb9f542b140ba0b2aced38e6a3e68021647a3 → 5ba47274f9b181bce26a5150a725577f3c336011](787fb9f542...5ba47274f9
)
- [github.com/PyCQA/flake8: 4b5e89b4b108a6c1a000c591d334a99a80d34c7b → d93590f5be797aabb60e3b09f2f52dddb02f349f](4b5e89b4b1...d93590f5be
)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-07 22:59:36 +01:00
Ayaz Salikhov
dbcf753aab
Update pre-commit hooks, fix MD059/descriptive-link-text
2025-06-04 00:35:13 +01:00
Ayaz Salikhov
abb076e76e
Fix redirect link
2025-04-21 10:37:01 +01:00
Ayaz Salikhov
0ab0a2fbea
Use proper BASE_IMAGE in contributed recipes for forks ( #2284 )
...
* Use proper BASE_IMAGE in contributed recipes for forks
* Fix
* Ony more try
* Longer fix
* Better wording
2025-04-13 13:03:43 +01:00
Ayaz Salikhov
7b9a1c5534
Remove mentions of docker-merge-tags in docs
2025-04-03 13:10:13 +01:00
Ayaz Salikhov
f8879d98b0
Update custom recipes versions ( #2276 )
2025-04-03 13:10:03 +01:00
Ayaz Salikhov
6f5f40d2d3
Fix broken tidymodels link again
2025-03-26 15:05:28 +00:00
Ayaz Salikhov
4a60b44886
Fix broken tidymodels link
2025-03-24 15:03:26 +00:00
Ayaz Salikhov
ea8faad1d3
Update tag example
2025-03-16 20:56:58 +00:00
Ayaz Salikhov
d43e9f4bb4
Fix minor typos
2025-02-28 22:04:06 +00:00
Ayaz Salikhov
fc542dae88
Fix some minor issues in docs
2025-02-24 17:29:34 +00:00
Ayaz Salikhov
d80bdd5a4d
Use only internal references inside docs/
2025-02-24 01:39:23 +00:00
Ayaz Salikhov
35b440186e
Rewrite generate_matrix.py
2025-02-18 02:16:12 +00:00
Ayaz Salikhov
a2fa73bfd9
Use ubuntu-24.04-arm runners ( #2209 )
...
* Use ubuntu-24.04-arm runners
* Update changelog
* Add missing PR link
2025-02-18 00:43:02 +00:00
Ayaz Salikhov
102f5a6325
Build contributed recipes in PRs ( #2212 )
...
* Build contributed recipes in PRs
* Fix GitHub matrix
2025-02-17 15:25:44 +00:00
Ayaz Salikhov
788d175235
Update tag example
2025-02-12 14:44:49 +00:00
Ayaz Salikhov
976ed6c2c8
Use ubuntu-24.04 instead of ubuntu-latest ( #2210 )
2025-02-12 11:35:03 +00:00
Ayaz Salikhov
8c38e0f00f
Use GitHub-hosted aarch64 runners ( #2202 )
...
* Use GitHub-hosted aarch64 runners
* More updates
* Fix
* Pin build environment's Python version to 3.12 for consistency
* Update date
* Sleep to allow Docker daemon to start
* Sleep to allow Docker daemon to start on aarch64 and before checkout
* Fix typo
* Fix
* Unify runner.arch usage
* Do not sleep as it doesn't help
* Try to use ubuntu-22.04-arm
* Update changelog date
---------
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2025-02-11 15:04:53 +00:00
Ayaz Salikhov
319c99c128
Use Ubuntu 24.04 image for Microsoft ODBC ( #2196 )
...
* Use Ubuntu 24.04 image for Microsoft ODBC
* Fix typo
* Don't use apt-key
2024-12-29 22:12:03 +05:00
Ayaz Salikhov
2483ba8128
Use Ububtu 24.04 image for OracleDB Instant Client ( #2195 )
...
* Use Ububtu 24.04 image for OracleDB Instant Client
* Package changed the name
2024-12-29 16:33:35 +05:00
Ayaz Salikhov
72aea7469e
Update OracleDB Instant Client version ( #2194 )
2024-12-29 16:24:23 +05:00
Ayaz Salikhov
f58ebf0cb9
Update tag example
2024-12-26 11:44:07 +00:00
Ayaz Salikhov
918997f709
Update tag example
2024-11-19 16:23:06 +00:00
Erik Sundell
caf725210c
base-notebook: stop installing nodejs from conda-forge ( #2172 )
...
* base-notebook: stop installing nodejs from conda-forge
nodejs was a conda dependency of jupyterhub, but by installing
jupyterhub-base we no longer need it and could opt to remove it.
By doing this, building base-notebook led to a reported size reduction
from 974MB to 828MB, which is a 146MB / 15% size reduction.
* Update CHANGELOG.md
* Update CHANGELOG.md
* Install jupyterhub-singleuser instead of jupyterhub-base
Note that jupyterhub-base is really whats the foundational need for this
image, where jupyterhub-singleuser the conda-forge package is building on
jupyterhub-base by also adding a depdendency on jupyterlab - but the
jupyterhub-singleuser command is provided by jupyterhub-base conda-forge
package.
* Update CHANGELOG.md
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2024-11-08 15:15:07 +00:00
Ayaz Salikhov
ea849fa18f
Update description of jupyter/base-notebook regarding jupyterhub-base and update changelog
2024-11-06 15:12:40 +00:00
Erik Sundell
28a0b25bce
Install jupyterhub-base instead of jupyterhub ( #2171 )
...
* Install jupyterhub-base instead of jupyterhub
* Update images/base-notebook/Dockerfile
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2024-11-06 15:04:07 +00:00
Ayaz Salikhov
03e5fe572d
Fix docs: we're not installing stable version of spark anymore ( #2165 )
2024-10-29 10:11:31 +00:00
Ayaz Salikhov
2b40f486b6
Update output example in documents
2024-10-22 12:33:27 +01:00
Ayaz Salikhov
eaf007b08d
Include changelog in docs ( #2161 )
...
* Include changelog in docs
* Rename file
* Fix redirect link
* Fix
* Rename changelog link file
2024-10-20 15:33:05 +01:00
Ayaz Salikhov
b6b22e1546
Update base image in the manpage installation recipe
2024-10-09 15:58:54 +01:00
Ayaz Salikhov
9fd657a11b
Rename container to image in docs ( #2156 )
2024-10-09 15:57:02 +01:00
Ayaz Salikhov
5365b9f79f
Rename: ROOT_CONTAINER->ROOT_IMAGE, BASE_CONTAINER->BASE_IMAGE ( #2155 )
...
* Rename: ROOT_CONTAINER->ROOT_IMAGE, BASE_CONTAINER->BASE_IMAGE
* Add changelog
2024-10-09 15:02:53 +01:00
Ayaz Salikhov
b3ceb038e5
Describe custom arguments and add links for docker build args and GitHub env variables ( #2153 )
2024-10-09 09:18:21 +01:00
Ayaz Salikhov
aa90bc8648
Update tag example
2024-10-07 12:00:59 +01:00
Ayaz Salikhov
3c10aa546d
Update inheritance diagram to include cuda options
2024-10-03 12:06:45 +01:00
Ayaz Salikhov
ea50ad3ffa
Fix broken link
2024-09-30 09:08:22 +02:00
Ayaz Salikhov
3483dfaed1
Simplify docs in custom-images
2024-09-14 23:29:30 +03:00
Simon Li
8f9b1b6a75
docs: Core Stacks: move CUDA docs to later in the page ( #2145 )
...
* Move `CUDA enabled variant` to lower down
* CUDA enabled variant: fix grammar
2024-09-14 19:36:31 +03:00
Ayaz Salikhov
1fb08d7114
Create a separate doc page on how to build a custom set of images ( #2144 )
...
* Create a separate doc page on how to build custom set of images
* Fix link
* Include new page in toctree
* Minor fix
* Rewrite
* Rewrite
* Apply suggestions from code review
Co-authored-by: Simon Li <orpheus+devel@gmail.com >
* Capitalize Quay.io
* Add info about old images
* Better text
---------
Co-authored-by: Simon Li <orpheus+devel@gmail.com >
2024-09-10 10:46:36 +02:00
Ayaz Salikhov
d7d7480b34
Remove double empty line
2024-09-09 21:20:59 +02:00
Ayaz Salikhov
8890fc557a
Fix ijavascript example ( #2143 )
...
* Fix ijavascript example
* Better naming
2024-09-07 13:00:59 +02:00
alwaysmpe
d4235b48ae
Recipe using bake to build with custom arguments ( #2141 )
...
* Example using bake to build with custom arguments
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add missing language markers
* Unify markdown style in recipes.md
* Update docs/using/recipe_code/docker-bake.python312.hcl
---------
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 >
2024-09-02 09:35:13 +02:00
Ayaz Salikhov
4e47f29261
Update tag example
2024-08-31 22:46:16 +01:00
Ayaz Salikhov
e136ad7574
Build contributed recipes in mathbunnyru fork as well
2024-08-31 22:32:23 +01:00
Ayaz Salikhov
f78d97a3a8
Temporarily switch to ubuntu 22.04 in oracledb example
2024-08-31 22:20:18 +01:00
Ayaz Salikhov
823cf92db4
Temporarily switch to ubuntu 22.04 in microsoft odbc example instead of oracle
2024-08-30 21:09:57 +01:00
Ayaz Salikhov
f7978e28df
Temporarily switch to ubuntu 22.04 in oracledb example
2024-08-30 21:07:04 +01:00
Ayaz Salikhov
c18c46593c
Update tag example
2024-08-19 17:55:46 +01:00