Skip to content

Commit 71b5724

Browse files
committed
add update message to readme
1 parent 5245053 commit 71b5724

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"Beamlines",
1717
"blxxi",
1818
"blxxt",
19-
"klogout"
19+
"klogout",
20+
"MVME"
2021
]
2122
}

README.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,27 @@ Organization https://github.com/epics-containers
3232
when included in index.rst
3333
3434
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))

0 commit comments

Comments
 (0)