File tree Expand file tree Collapse file tree 2 files changed +26
-24
lines changed Expand file tree Collapse file tree 2 files changed +26
-24
lines changed Original file line number Diff line number Diff line change @@ -32,27 +32,3 @@ Organization https://github.com/epics-containers
32
32
when included in index.rst
33
33
34
34
See https://epics-containers.github.io for more detailed documentation.
35
-
36
- Update for March 2023
37
- =====================
38
-
39
- Since the documentation for epics-containers was first published in Oct 2021,
40
- there have been significant updates to the projects in this organization.
41
-
42
- The documentation is now being updated to reflect these changes.
43
-
44
- Notable improvements are:
45
-
46
- - The developer experience has now been improved.
47
-
48
- - Addition of a developer container with all the tools needed to build
49
- and test the epics-containers projects included.
50
- - Addition of a CLI tool to assist building deploying and managing
51
- containerize EPICS IOCs.
52
-
53
- - overhaul of the container build approach to minimize cache busting and
54
- improve build times.
55
-
56
- - Addition of support for IOCS running on MVME5500 with RTEMS 5. (this
57
- could be extended to any cross-compiled architectures that use a
58
- telnet shell and get their binaries from share file-systems (such as TFTP))
Original file line number Diff line number Diff line change @@ -10,6 +10,32 @@ For a set of tutorials to introduce the concepts of epics-containers see
10
10
`user/tutorials/00_intro `. For a description of the architecture see
11
11
`essential `.
12
12
13
+
14
+ Update for March 2023
15
+ =====================
16
+
17
+ Since the documentation for epics-containers was first published in Oct 2021,
18
+ there have been significant updates to the projects in this organization.
19
+
20
+ The documentation is now being updated to reflect these changes.
21
+
22
+ Notable improvements are:
23
+
24
+ - The developer experience has now been improved.
25
+
26
+ - Addition of a developer container with all the tools needed to build
27
+ and test the epics-containers projects included.
28
+ - Addition of a CLI tool to assist building deploying and managing
29
+ containerize EPICS IOCs.
30
+
31
+ - overhaul of the container build approach to minimize cache busting and
32
+ improve build times.
33
+
34
+ - Addition of support for IOCS running on MVME5500 with RTEMS 5. (this
35
+ could be extended to any cross-compiled architectures that use a
36
+ telnet shell and get their binaries from share file-systems (such as TFTP))
37
+
38
+
13
39
Communication
14
40
=============
15
41
You can’t perform that action at this time.
0 commit comments