71 Commits

Author SHA1 Message Date
Ayaz Salikhov
dbcf753aab Update pre-commit hooks, fix MD059/descriptive-link-text 2025-06-04 00:35:13 +01:00
Ayaz Salikhov
dcd1c457d3 Refactor TrackedContainer run_detached/exec_cmd functions (#2256)
* Refactor TrackedContainer run_detached/exec_cmd functions

* Add get_logs() method

* Small fixes

* Make get_health() a method

* Remove kwargs, always print output

* Small fixes
2025-03-21 10:05:00 +00:00
Ayaz Salikhov
5a5bebaa0d Shorten new-images-and-packages-policy header 2025-03-12 20:49:27 +00:00
Ayaz Salikhov
7e47ecb13e Improve taggers and manifests docs 2025-03-12 20:46:39 +00:00
Ayaz Salikhov
7a5244b7d1 Mention proper hierarchy files in tagging.md 2025-03-12 16:11:26 +00:00
Ayaz Salikhov
2c1df4020a Make taggers manifest functions (#2252)
* Make taggers and manifests functions

* Add changelog
2025-03-12 16:05:09 +00:00
Ayaz Salikhov
0510a43920 Refactor container.exec_run usages 2025-03-10 00:49:28 +00:00
Ayaz Salikhov
18ff4a3fb1 Small updates related to Makefile 2025-03-09 23:24:03 +00:00
Ayaz Salikhov
342a08e6f9 Fix more minor typos 2025-03-03 11:06:59 +00:00
Ayaz Salikhov
92a029158c Add MarkdownPiece class to make manifest pieces better structured (#2238) 2025-02-23 19:15:45 +00:00
Ayaz Salikhov
066fd4af74 Improve tagging docs: do not show useless imports 2025-02-21 14:22:53 +00:00
Ayaz Salikhov
0c483ad1c1 Add copyright and improve tagging docs 2025-02-21 12:56:28 +00:00
Ayaz Salikhov
e815fde31b Better tagging directory structure (#2228) 2025-02-21 12:48:18 +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
e9b04fd5da Fix oracle link redirect 2025-02-03 09:22:00 +00:00
Ayaz Salikhov
5841857378 Fix broken link 2024-11-04 13:26:53 +00:00
Ayaz Salikhov
483c68771d Fix redirect link 2024-07-15 12:37:09 +01:00
Ayaz Salikhov
406e397d43 Add info about robot permission when adding a new image 2023-11-22 14:17:42 +01:00
Ayaz Salikhov
d8c60bc42c Fix more grammar issues 2023-11-19 12:16:19 +01:00
Ayaz Salikhov
d03229331a Fix some grammar issues 2023-11-19 02:09:26 +01:00
Ayaz Salikhov
b0ef5b950d Update tasks.md 2023-11-18 12:19:42 +01:00
Ayaz Salikhov
f1b04258b6 Update new-images-and-packages-policy.md 2023-11-18 12:19:16 +01: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
3aed21ef44 Improve wording in tasks.md 2023-10-21 19:59:00 +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
814219407b Remove some Docker Hub usage 2023-10-19 22:06:58 +02:00
Ayaz Salikhov
f801c38279 Give a better example of adding new image 2023-08-19 23:41:39 +02:00
Ayaz Salikhov
d31f784b43 Fix some typos 2023-07-30 19:24:55 +04:00
Ayaz Salikhov
127004aec4 Add an example of adding a new image 2023-07-04 20:27:31 +04:00
Ayaz Salikhov
a10fc2bdd0 Update maintaining recipes 2023-07-04 20:11:56 +04:00
Ayaz Salikhov
7d8861bf61 Increase recommended disk space for self-hosted runners 2023-05-31 17:34:33 +04:00
Ayaz Salikhov
0294856e1e Better docs about self-hosted runners 2023-05-25 17:48:42 +04:00
Ayaz Salikhov
b9cea5b809 Add bold to make better docs 2023-05-25 16:14:50 +04:00
Ayaz Salikhov
a542afad1a Update aarch64-runner.md to support Google Cloud 2023-05-25 16:12:06 +04:00
Ayaz Salikhov
ad82d97ce3 Update tasks.md 2023-02-09 13:52:04 +04:00
Ayaz Salikhov
4b8368ccc8 Update aarch64-runner.md 2023-02-09 13:48:41 +04:00
Kevin Bates
10e52ee843 Create base image to base-notebook for non-server Jupyter applications (#1825)
* Create base-jupyter from base-notebook for non-server jupyter applications

* Fix pre-commit errors and begin test refactoring

* More test refactoring

* Add base-jupyter to images_hierarchy

* Use folder work instead of .jupyter in nb-user test

* Add base-jupyter to tagging hierarchy

* Linting: trailing comma

* Apply review comments, remove obsolute Miniforge reference

* Add self-signed cert comment back to base-notebook doc

* Update docs/using/selecting.md

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

* Remove redundant apt-get upgrade per review

* Remove b/c approaches per review

* Move test_nb_user_change back to base-notebook tests, per review

* fix linting

* Rename base-jupyter to docker-stacks-foundation, per review

* Rename tests/base-jupyter to docker-stacks-foundation

* Use alphabetical order

* Use alphabetical order

* Fix markdown style

* Split test_nb_user_change between the foundation and base tests

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2022-11-13 01:44:44 +04:00
Ayaz Salikhov
846a811db4 Introduce policy to update python version (#1815) 2022-10-27 21:12:01 +04:00
Ayaz Salikhov
e050d8c567 Use 22.04 tag to make the code easier to understand 2022-07-09 16:59:40 +04:00
Ayaz Salikhov
d42a0b8ffa Rename master->main in all the source code 2022-07-07 14:51:09 +04:00
Ayaz Salikhov
65e0467482 Better docs 2022-07-05 13:40:57 +04:00
Ayaz Salikhov
85daab3b71 Update url 2022-07-05 13:40:09 +04:00
Ayaz Salikhov
b40de11cd0 Better docs 2022-07-05 11:21:27 +04:00
Ayaz Salikhov
1be103d0da Better docs 2022-07-04 21:52:13 +04:00
Ayaz Salikhov
c0d3b811cb Better docs 2022-07-04 21:30:16 +04:00
Ayaz Salikhov
625e60b62a Better docs 2022-07-04 21:18:15 +04:00
Ayaz Salikhov
ed40afbf6b Better style 2022-07-04 21:11:11 +04:00
Ayaz Salikhov
56f172ea92 Fixes 2022-07-04 20:52:33 +04:00
Ayaz Salikhov
ad4670b171 Add docs to setup aarch64 runner 2022-07-04 20:44:12 +04:00
Ayaz Salikhov
812c713a64 Fix PyCharm issues 2022-03-16 16:47:30 +02:00