Skip to content

Commit 5d4762e

Browse files
committed
use 20 as example
1 parent 8128be8 commit 5d4762e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ The goal is to provide images for a few last erlang releases (currently 20 / 19
1616
here is providing the latest Erlang 20 image; you may pull from official-images or build it locally:
1717

1818
```console
19-
$ docker build -t erlang:20.0-rc1 ./20
19+
$ docker build -t erlang:20.0 ./20
2020
[...]
21-
➸ docker run -it --rm erlang:20.0-rc1
22-
Erlang/OTP 20 [RELEASE CANDIDATE 1] [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false]
21+
➸ docker run -it --rm erlang:20.0
22+
Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false]
2323

2424
Eshell V9.0 (abort with ^G)
2525
1> erlang:system_info(otp_release).
2626
"20"
2727
2> os:getenv().
28-
["PWD=/","REBAR3_VERSION=3.3.6",
28+
["PWD=/","REBAR3_VERSION=3.4.1",
2929
"ROOTDIR=/usr/local/lib/erlang","LANG=C.UTF-8",
3030
"PATH=/usr/local/lib/erlang/erts-9.0/bin:/usr/local/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
3131
"REBAR_VERSION=2.6.4","TERM=xterm",
3232
"BINDIR=/usr/local/lib/erlang/erts-9.0/bin","PROGNAME=erl",
33-
"EMU=beam","OTP_VERSION=20.0-rc1","HOME=/root",
33+
"EMU=beam","OTP_VERSION=20.0","HOME=/root",
3434
"HOSTNAME=9b1e7f4d7206"]
3535
3> 'hello_юникод_世界'. % Erlang20 now support unicode in atom
3636
'hello_юникод_世界'
@@ -95,4 +95,4 @@ root@11ecefc83eb5:/# ls /usr/local/lib/erlang/lib/ | wc -l
9595
45
9696
```
9797

98-
The official release 20 https://github.com/erlang/otp/tree/maint-20/lib has 45 libs, while here by default it provided 44 of them (plus erts-9.0 from erlang itself), except jinterface, because to build that one would pull all jdk dependencies and make the image too fat; if you really need that to write code in java and interface into erlang code, you may create an issue here to ask for it.
98+
The official release 20 https://github.com/erlang/otp/tree/maint-20/lib has 45 libs, while here by default it provided 44 of them (plus erts-9.0 from erlang itself), except jinterface, because to build that one would pull all jdk dependencies and make the image too fat; if you really need that to write code in java and interface into erlang code, you may create an issue here to ask for it.

0 commit comments

Comments
 (0)