Commit Graph

3555 Commits

Author SHA1 Message Date
Ayaz Salikhov
f1169217dc Add build-push action 2022-05-12 15:17:49 +03:00
Ayaz Salikhov
ba9095725b Remove old workflows 2022-05-12 14:57:19 +03:00
Ayaz Salikhov
157a980fcf Test the image 2022-05-12 14:47:40 +03:00
Ayaz Salikhov
611c51fb82 Temporarily remove build space maximize 2022-05-12 14:32:59 +03:00
Ayaz Salikhov
f90de5efd8 Fix naming 2022-05-12 14:32:08 +03:00
Ayaz Salikhov
33fdc635ab Better dependencies 2022-05-12 14:28:14 +03:00
Ayaz Salikhov
74b5903400 Add icon 2022-05-12 14:27:14 +03:00
Ayaz Salikhov
c078abe91f Actually build image and uplad as artifact 2022-05-12 14:26:06 +03:00
Ayaz Salikhov
49f9c0e7ca Try composite action 2022-05-12 14:09:06 +03:00
Ayaz Salikhov
730455606c Move shell before run 2022-05-12 14:04:35 +03:00
Ayaz Salikhov
fa266fc4d6 Add shell 2022-05-12 14:02:53 +03:00
Ayaz Salikhov
c1a91ff301 Completely refactor build system 2022-05-12 13:56:41 +03:00
Erik Sundell
7abd8a6877 Merge pull request #1699 from jupyter/dependabot/github_actions/docker/setup-buildx-action-2
Bump docker/setup-buildx-action from 1.7.0 to 2
2022-05-09 19:32:47 +02:00
Erik Sundell
fd565023b9 Merge pull request #1701 from jupyter/dependabot/github_actions/docker/setup-qemu-action-2
Bump docker/setup-qemu-action from 1.2.0 to 2
2022-05-09 19:32:36 +02:00
Erik Sundell
42b7ec8a61 Merge pull request #1700 from jupyter/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1.14.1 to 2
2022-05-09 19:32:21 +02:00
dependabot[bot]
ae3e97bd98 Bump docker/setup-qemu-action from 1.2.0 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.2.0 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](27d0a4f181...8b122486ce)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 16:09:12 +00:00
dependabot[bot]
a4aac3ecd3 Bump docker/login-action from 1.14.1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](dd4fa0671b...49ed152c8e)

---
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>
2022-05-09 16:09:08 +00:00
dependabot[bot]
1a82dc996c Bump docker/setup-buildx-action from 1.7.0 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.7.0 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](f211e3e9de...dc7b9719a9)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 16:09:05 +00:00
Ayaz Salikhov
93d8207559 Better markdown-disable rules 2022-05-08 20:23:08 +03:00
Ayaz Salikhov
4f2525b52f Merge branch 'master' into asalikhov/pr_template 2022-05-08 20:20:26 +03:00
Ayaz Salikhov
60b4e4b298 Update pre-commit hooks 2022-05-06 16:37:02 +03:00
Ayaz Salikhov
d8ebb0d1d5 Merge pull request #1693 from jupyter/dependabot/github_actions/docker/setup-buildx-action-1.7.0
Bump docker/setup-buildx-action from 1.6.0 to 1.7.0
2022-05-03 17:02:44 +03:00
Ben Mares
476829f0f4 Proposed improvements for G_SLICE (#1697)
* Try to fix mamba under aarch64 QEMU by setting ENV G_SLICE=always-malloc

* Set G_SLICE inside if statement

* Write "extract_threads: 1" to /opt/.condarc

Co-authored-by: Ayaz Salikhov <mathbunnyru@gmail.com>
2022-05-03 16:51:38 +03:00
Ayaz Salikhov
edba560ce9 Merge pull request #1694 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-05-03 00:07:55 +03:00
pre-commit-ci[bot]
e1fd7acd81 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-mypy: v0.942 → v0.950](https://github.com/pre-commit/mirrors-mypy/compare/v0.942...v0.950)
2022-05-02 21:02:33 +00:00
dependabot[bot]
2bdc06029a Bump docker/setup-buildx-action from 1.6.0 to 1.7.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](94ab11c41e...f211e3e9de)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 16:07:41 +00:00
Ayaz Salikhov
0038a8da6a Simpler julia test 2022-05-02 17:38:36 +03:00
Ayaz Salikhov
b9afdec77e Merge pull request #1691 from mathbunnyru/asalikhov/better_arm_datascience
Better arm image for datascience-notebook
2022-05-02 09:54:06 +03:00
Ayaz Salikhov
1ec2cdce2f Add PR template 2022-05-02 03:14:28 +03:00
Ayaz Salikhov
b44537f7a6 Better arm image for datascience-notebook 2022-05-02 02:36:36 +03:00
Ayaz Salikhov
ef1c2daec0 Merge branch 'master' into asalikhov/ubuntu_jammy 2022-05-02 01:55:59 +03:00
Ayaz Salikhov
17762c3e80 Modernize build workflows 2022-05-02 01:37:59 +03:00
Ayaz Salikhov
ac799821f2 Add slash for better readibility 2022-05-02 01:17:24 +03:00
Ayaz Salikhov
4f1bd6e903 Better comment style 2022-05-02 01:15:16 +03:00
Ayaz Salikhov
29b760ad69 Merge pull request #1690 from mathbunnyru/asalikhov/modernize_workflows
Make workflows look better
2022-05-02 01:04:40 +03:00
Ayaz Salikhov
858fddbcae Use simple pip install 2022-05-02 01:00:51 +03:00
Ayaz Salikhov
81a93d20ba Merge pull request #1673 from mathbunnyru/asalikhov/modules
Make tests a module and make imports absolute
2022-05-01 21:23:51 +03:00
Ayaz Salikhov
49970cf553 Fix wiki path 2022-05-01 21:07:47 +03:00
Ayaz Salikhov
67fed35b2c Make workflows look better 2022-05-01 20:29:30 +03:00
Ayaz Salikhov
d11cb67ace Switch to ubuntu:jammy 2022-05-01 20:03:58 +03:00
Ayaz Salikhov
05c4ef42a2 Fix wording 2022-05-01 17:01:37 +03:00
Ayaz Salikhov
a3a6ebd46e Merge pull request #1677 from eriksjolund/add_podman_example
Add section "Using the Podman CLI"
2022-05-01 16:43:34 +03:00
Ayaz Salikhov
4bce594ca7 Move notes below the command 2022-05-01 16:38:57 +03:00
Ayaz Salikhov
34382068dd Minor style changes 2022-05-01 16:33:26 +03:00
Erik Sjölund
576e3b586a Add section "Using the Podman CLI"
* Add exmaple 4 that demonstrates how to run the container
  image docker.io/jupyter/r-notebook:6b49f3337709 with rootless podman.
  Some text from example 2 was reused in example 4.

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

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
2022-05-01 15:23:10 +02:00
Ayaz Salikhov
c6ae418538 Merge branch 'master' into asalikhov/modules 2022-05-01 13:15:45 +03:00
Ayaz Salikhov
a53fcbed32 Merge pull request #1594 from maresb/micromamba
Use micromamba to bootstrap mamba
2022-05-01 12:58:18 +03:00
Ayaz Salikhov
a8579ea332 Fix choosing python version 2022-04-30 20:43:47 +03:00
Ayaz Salikhov
f6704028bc Remove mamba and micromamba explicit versions 2022-04-30 20:41:20 +03:00
Ayaz Salikhov
0b66a72087 Keep apt list sorted 2022-04-30 20:25:21 +03:00