rockylinux
Security-hardened Rocky Linux image for mission-critical environments
931
Security-hardened Rocky Linux container images implementing DISA STIG controls, CIS benchmarks, and enterprise security best practices for mission-critical environments.
# Use latest version
docker pull ataidesorg/rockylinux:latest
docker run --rm -it ataidesorg/rockylinux:latest
# Use specific version
docker pull ataidesorg/rockylinux:10
docker run --rm -it ataidesorg/rockylinux:10
# Use as base image
FROM ataidesorg/rockylinux:10
# Your application here
All Rocky Linux hardened images meet:
# Clone repository
git clone https://github.com/ataidesorg/container-images.git
cd container-images
python scripts/build.py --filter rocky
# Run security validation
docker run --rm -u root ataidesorg/rockylinux:10 /opt/compliance-check.sh
# Kubernetes deployment example
apiVersion: apps/v1
kind: Deployment
metadata:
name: secure-app
spec:
template:
spec:
securityContext:
runAsNonRoot: true
runAsUser: 1001
containers:
- name: app
image: ataidesorg/rockylinux:10
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
version: '3.8'
services:
secure-service:
image: ataidesorg/rockylinux:10
security_opt:
- no-new-privileges:true
read_only: true
user: "1001:1001"
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
If you discover a security vulnerability do not open a public issue, instead send an email to [email protected]
For enterprise support, training, and custom hardening requirements, contact [email protected]
Ataides - Forging the future of cybersecurity through open-source innovation.
Content type
Image
Digest
sha256:c39d5b4e2…
Size
477.8 kB
Last updated
5 months ago
docker pull ataidesorg/rockylinux:sha256-1d4846eb8ff7956794da4b6dcf7d50b8ac1d2ad1c7071e734558e23df7e634dc.att