Skip to content

Commit 21f26a5

Browse files
committed
Add info re seccomp profile to README.md
1 parent a80bec6 commit 21f26a5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -530,22 +530,23 @@ For updating the Python packages, you should re-built the respective image with
530530
2. Create a new feature branch: `git checkout -b update_micromamba_x.y.z`
531531
3. Update the version string in the [Dockerfile](Dockerfile):
532532
- `ARG MICROMAMBA_VERSION="2.0.2"`
533-
4. Build the development image with `./build.sh -fd` and test it with `./run_script.sh -d`. (@TODO: Better integration test).
534-
5. Commit this first step, as it will also document changes to the lock file.
535-
6. Build, test, and commit the default `notebook` environment:
533+
4. Update `seccomp-default.json` from <https://raw.githubusercontent.com/moby/moby/refs/heads/master/profiles/seccomp/default.json>.
534+
5. Build the development image with `./build.sh -fd` and test it with `./run_script.sh -d`. (@TODO: Better integration test).
535+
6. Commit this first step, as it will also document changes to the lock file.
536+
7. Build, test, and commit the default `notebook` environment:
536537
- `./build.sh -fn`
537538
- `./run_notebook.sh`
538539
- **Warning:** This will also overwrite your local image for this notebook environment. (@TODO: Add more robust approach)
539540
- Commit changes in order to track the modifications in `notebook.yaml.lock`
540-
7. Build, test, and commit each environment:
541+
8. Build, test, and commit each environment:
541542
- `./build.sh -fn {mini | dataviz | openai}`
542543
- `./run_notebook.sh {mini | dataviz | openai}`
543544
- **Warning:** This will also overwrite your local image for this notebook environment. (@TODO: Add more robust approach)
544545
- Commit changes in order to track the modifications in `{mini | dataviz | openai}.yaml.lock`
545-
8. Run more tests.
546-
9. Update README.md.
547-
10. Commit, create pull-request, accept/merge, and add new release tag.
548-
11. Update local Docker image with `./build.sh -f`.
546+
9. Run more tests.
547+
10. Update README.md.
548+
11. Commit, create pull-request, accept/merge, and add new release tag.
549+
12. Update local Docker image with `./build.sh -f`.
549550
550551
## Limitations and Ideas for Improvement
551552

0 commit comments

Comments
 (0)