@@ -2250,7 +2250,12 @@ A: Smithy uses user namespaces for true rootless operation, while Kaniko runs as
22502250
22512251A: Yes! Smithy can run as a standard container:
22522252``` bash
2253- docker run --security-opt seccomp=unconfined --user 1000:1000 \
2253+ docker run \
2254+ --cap-drop ALL \
2255+ --cap-add SETUID \
2256+ --cap-add SETGID \
2257+ --security-opt seccomp=unconfined \
2258+ --security-opt apparmor=unconfined \
22542259 -v $( pwd) :/workspace \
22552260 ghcr.io/rapidfort/smithy:latest \
22562261 --context=/workspace --destination=registry/image:tag
@@ -2321,37 +2326,6 @@ initContainers:
23212326 securityContext :
23222327 runAsUser : 0
23232328` ` `
2324-
2325- ---
2326-
2327- ## License
2328-
2329- Smithy is licensed under the [MIT License](LICENSE).
2330-
2331- ` ` `
2332- MIT License
2333-
2334- Copyright (c) 2025 RapidFort Inc.
2335-
2336- Permission is hereby granted, free of charge, to any person obtaining a copy
2337- of this software and associated documentation files (the "Software"), to deal
2338- in the Software without restriction, including without limitation the rights
2339- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2340- copies of the Software, and to permit persons to whom the Software is
2341- furnished to do so, subject to the following conditions :
2342-
2343- The above copyright notice and this permission notice shall be included in all
2344- copies or substantial portions of the Software.
2345-
2346- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2347- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2348- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2349- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2350- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2351- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2352- SOFTWARE.
2353- ```
2354-
23552329---
23562330
23572331## Acknowledgments
0 commit comments