Commit graph

29 commits

Author SHA1 Message Date
Jonatan Kłosko 868f492650 Update ERL_FLAGS in Dockerfile 2023-07-13 12:29:46 +02:00
Jonatan Kłosko 5ca13d4904
Use shared versions when building Docker images (#1980) 2023-06-15 14:17:03 +02:00
Jonatan Kłosko d5f9aaf14e
Don't run doctests for generated functions (#1966) 2023-06-13 16:01:45 +02:00
Jonatan Kłosko 6256b66bd3
Update Elixir and Erlang versions (#1939) 2023-05-31 11:47:31 +02:00
restlessronin afe71a9bac
Allow dialyzer (in elixir-ls) to write PLT file to ~/.mix in Docker (#1877)
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-04-27 18:37:31 +02:00
Jonatan Kłosko 5fd422c22b
Build CUDA-enabled images on release (#1578) 2022-12-12 23:35:13 +01:00
Jonatan Kłosko 361455cd4e Release v0.8.0 2022-12-08 21:05:48 +01:00
Alexandre de Souza 1cd92366d8
Allow Livebook to run inside iframes (#1520) 2022-11-10 16:02:59 +01:00
Wojtek Mach e35d026422
Update Dockerfile 2022-09-02 14:07:05 +02:00
Wojtek Mach 08d86c33c2 Update Elixir in Dockerfile 2022-09-02 12:37:04 +02:00
Cristine Guadelupe 443ff8bf9f
Unavailable secret error (#1371)
* Show an Add Secret button for System.EnvError

* Extracts render_formatted

* Rewrite the env error message

* Renames the env error type

* Applying suggestions

* Applying suggestions (live patch)

* Test for unavailable secrets

* Bump to rc.1

* Applying suggestions (error message)

* New error message

* Prefill the secret value

* Applying suggestions (error message output)

* Update test/livebook_web/live/session_live_test.exs

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

* Update lib/livebook/runtime.ex

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-31 20:45:55 -03:00
Jonatan Kłosko 3d5c7c3fad
Require Elixir 1.14 (#1342) 2022-08-11 20:13:57 +02:00
Jonatan Kłosko 7d2cac527e Downgrade to Erlang 24 in Docker 2022-08-02 12:38:15 +02:00
Po Chen 946c86fd85
Bump elixir and otp (#1295) 2022-08-02 11:33:07 +02:00
Kian-Meng Ang b18a93af93
Fix typos (#1222) 2022-06-12 18:10:37 +02:00
Jonatan Kłosko ec6de91674
Relax app directory permissions in Docker (#1193) 2022-05-17 23:11:39 +02:00
Jonatan Kłosko 07a75887e0
Change default Livebook home path for Docker (#1191) 2022-05-16 22:14:39 +02:00
Jonatan Kłosko e5e13d86c2
Serve iframes from another local port when running on http (#989)
* Serve iframes from another local port when running on http

* Use relative hostname in local iframe URL

* Simplify server start check

* Use random iframe port when Livebook runs on a random port

* Rename space/ to iframe/

* LivebookWeb.IframePlug -> LivebookWeb.IframeEndpoint
2022-02-08 14:45:58 +01:00
José Valim 9be16c93db
Update Dockerfile to Elixir v1.13.2 (#965) 2022-01-31 17:40:41 +01:00
Jonatan Kłosko 7ae46eaa4e Specify release name in Docker build 2022-01-17 17:58:54 +01:00
Jonatan Kłosko 47d29cb389
Require Elixir 1.13 (#737)
* Bump required Elixir version to 1.13 and fix TODOs

* Fix tests

* Remove the deprecated URI.parse/1

* Bump Docker base image

* Bump Elixir on CI
2021-12-03 21:47:20 +01:00
Benjamin Philip 79049e7f8c
Add CMake to Dockerfile (#694) 2021-11-10 11:31:38 +01:00
Jonatan Kłosko a41dda9c7c
Keep static files outside priv (#602)
* Keep static files outside priv

* Override generated assets on the CI
2021-10-18 22:32:09 +02:00
Jonatan Kłosko 4479256c5c
Use the newer stable version of Debian (#561) 2021-09-23 19:26:04 +02:00
Jonatan Kłosko a05f90568f
Include wget in the Docker image (#556) 2021-09-20 18:41:25 +02:00
Nikita Sobolev b290d3e040
Now uses slim image (#552) 2021-09-18 18:17:44 +02:00
Jonatan Kłosko 8ed2cda808
Disable busy waiting in release (#370) 2021-06-18 17:32:53 +02:00
Jonatan Kłosko 889503ad68
Require Elixir v1.12 (#278)
* Require Elixir v1.12

* Update introductory notebook

* Update base Docker images

* Add completion of reserved module attributes

* Move complete_module_attribute/1
2021-05-19 16:46:33 +02:00
Jonatan Kłosko ac8e1e30f4
Setup Docker image with releases (#244)
* Setup Docker image with releases

* Support ip env variable and use it for Docker deployment

* Autofocus auth forms

* Rename ip env var

* Update option lists

* Make distribution cookie configurable

* Update README.md

Co-authored-by: José Valim <jose.valim@dashbit.co>

* Include git in the final image

* Remove unnecessary build dependency

* Improve file permissions handling and add more comments

* Use namespaced home directory

* Update README with all running options

* Update base image

* Reference official Docker image in the README

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-04-27 16:34:02 +02:00