Added version 2.6.4 under a new template version

This commit is contained in:
Amir Jerbi 2018-01-18 15:33:20 +02:00
parent 41bd0156ac
commit f855390871
5 changed files with 44 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: '2'
services:
aqua-csp-service:
image: aquasec/csp:2.6.4
image: aquasec/csp:2.6.3
hostname: aqua-csp
environment:
BATCH_INSTALL_ENFORCE_MODE: n

View File

@ -1,7 +1,7 @@
.catalog:
name: "aqua"
version: "2.6.4"
description: "aqua csp 2.6.4"
version: "2.6.3"
description: "aqua csp 2.6.3"
minimum_rancher_version: v1.1.0
questions:
- variable: console_port

View File

@ -0,0 +1,11 @@
# Aqua
Aquas comprehensive, purpose-built platform for container security provides full visibility and control over containerized environments, with tight runtime security controls and intrusion prevention capabilities, at any scale. The platform provides programmatic access to all its functions through an API.
#### Features
- **Continuous Image Assurance:** Scan images for vulnerabilities and malicious behavior, enforce image integrity and permissions from dev to production.
- **Runtime Protection:** Gain real-time visibility into container activity, enforce policies, and detect and prevent configuration errors, exploits and attacks.
- **Docker Security:** Scalable security controls for Docker environments that provide optimal, contextualized hardening and runtime protection.of the entire stack.
- **Network Nano-Segmentation:** Lock down container network activity to permit only legitimate connections in the application context, limiting the "blast radius" in case of an attack.
- **User Access Control:** Fine-grained access control that enforces role-based access privileges at the container level.with full end-user accountability.
- **Auditing & Compliance:** Track and audit events in your containerized applications, with real-time logging of granular event data and SIEM integration.
#### Request a Trial
For trail please contact <a style="font-weight:bold" href="mailto:contact@aquasec.com">contact@aquasec.com</a>

View File

@ -0,0 +1,18 @@
version: '2'
services:
aqua-csp-service:
image: aquasec/csp:2.6.4
hostname: aqua-csp
environment:
BATCH_INSTALL_ENFORCE_MODE: n
BATCH_INSTALL_GATEWAY: csp
BATCH_INSTALL_NAME: default
BATCH_INSTALL_TOKEN: aqua-csp
SCALOCK_GATEWAY_NAME: csp
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/aqua-data:/var/lib/postgresql/data
ports:
- ${console_port}:8080/tcp
- 3622:3622/tcp
user: root

View File

@ -0,0 +1,12 @@
.catalog:
name: "aqua"
version: "2.6.4"
description: "aqua csp 2.6.4"
minimum_rancher_version: v1.1.0
questions:
- variable: console_port
description: "Port of the management console"
label: "Console Port"
type: "int"
required: true
default: "9090"