-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes issues with autosave, which is a important dependency. Moreover, it improves the experience of running containers without subuid and subgid, which is the default setting for SIRIUS beamlines.
- Loading branch information
1 parent
9cfc7f8
commit 5414f5f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule docker
updated
27 files
+26 −19 | .github/workflows/base-image.yml | |
+36 −0 | .github/workflows/included-images.yml | |
+35 −0 | .github/workflows/ioc-images.yml | |
+124 −0 | CHANGES.md | |
+12 −4 | Dockerfile | |
+66 −2 | README.md | |
+2 −1 | RELEASE.md | |
+23 −5 | base/.env | |
+45 −8 | base/Dockerfile | |
+3 −4 | base/backport-adsupport-nanohttp.patch | |
+42 −0 | base/backport-epics-base-musl.patch | |
+176 −0 | base/backport-ipmicomm.patch | |
+68 −0 | base/caputlog-waveform-fix.patch | |
+14 −0 | base/docker-compose.yml | |
+39 −11 | base/install-functions.sh | |
+21 −9 | base/install_area_detector.sh | |
+2 −0 | base/install_epics.sh | |
+77 −30 | base/install_modules.sh | |
+48 −6 | base/install_motor.sh | |
+17 −0 | base/install_opcua.sh | |
+11 −3 | base/lnls-get-n-unpack.sh | |
+1 −0 | base/musl/.env | |
+72 −0 | base/musl/Dockerfile | |
+33 −0 | base/musl/docker-compose.yml | |
+13 −0 | images/docker-compose-mca.yml | |
+12 −0 | images/docker-compose-motorpigcs2.yml | |
+13 −0 | images/docker-compose-opcua.yml |