[bitnami/spring-cloud-skipper] Release 2.11.2-debian-11-r1 (#54780)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
ed7add87f9
commit
b653e61d4c
|
|
@ -8,10 +8,10 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2024-01-11T22:15:09Z" \
|
||||
org.opencontainers.image.created="2024-01-15T16:27:43Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.11.2-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="2.11.2-debian-11-r1" \
|
||||
org.opencontainers.image.title="spring-cloud-skipper" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.11.2"
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
spring-cloud-skipper:
|
||||
image: docker.io/bitnami/spring-cloud-skipper:2
|
||||
restart: always
|
||||
environment:
|
||||
- SERVER_PORT=7577
|
||||
- SPRING_CLOUD_SKIPPER_SERVER_PLATFORM_LOCAL_ACCOUNTS_DEFAULT_PORTRANGE_LOW=20000
|
||||
- SPRING_CLOUD_SKIPPER_SERVER_PLATFORM_LOCAL_ACCOUNTS_DEFAULT_PORTRANGE_HIGH=20100
|
||||
- SPRING_DATASOURCE_URL=jdbc:mariadb://mariadb:3306/skipper?useMysqlMetadata=true
|
||||
- SPRING_DATASOURCE_USERNAME=bn_skipper
|
||||
- SPRING_DATASOURCE_PASSWORD=bn_skipper
|
||||
- SPRING_DATASOURCE_DRIVER_CLASS_NAME=org.mariadb.jdbc.Driver
|
||||
ports:
|
||||
- '7577:7577'
|
||||
depends_on:
|
||||
- mariadb
|
||||
mariadb:
|
||||
image: docker.io/bitnami/mariadb:10.11
|
||||
environment:
|
||||
- MARIADB_ROOT_PASSWORD=root_password
|
||||
- MARIADB_USER=bn_skipper
|
||||
- MARIADB_PASSWORD=bn_skipper
|
||||
- MARIADB_DATABASE=skipper
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami'
|
||||
volumes:
|
||||
mariadb_data:
|
||||
driver: local
|
||||
zookeeper_data:
|
||||
driver: local
|
||||
|
|
@ -68,22 +68,24 @@ docker build -t bitnami/APP:latest .
|
|||
|
||||
### Environment variables
|
||||
|
||||
| Name | Description | Default Value | Can be set |
|
||||
|-----------------------------------------------|------------------------------------------------------------------------|----------------------------------------------------|------------|
|
||||
| `$SPRING_CLOUD_SKIPPER_BASE_DIR` | Base path for SPRING CLOUD SKIPPER files. | `${BITNAMI_ROOT_DIR}/spring-cloud-skipper` | |
|
||||
| `$SPRING_CLOUD_SKIPPER_VOLUME_DIR` | SPRING CLOUD SKIPPER directory for persisted files. | `${BITNAMI_VOLUME_DIR}/spring-cloud-skipper` | |
|
||||
| `$SPRING_CLOUD_SKIPPER_CONF_DIR` | SPRING CLOUD SKIPPER configuration directory. | `${SPRING_CLOUD_SKIPPER_BASE_DIR}/conf` | |
|
||||
| `$SPRING_CLOUD_SKIPPER_CONF_FILE` | Main SPRING CLOUD SKIPPER configuration file. | `${SPRING_CLOUD_SKIPPER_CONF_DIR}/application.yml` | |
|
||||
| `$SPRING_CLOUD_SKIPPER_M2_DIR` | SPRING CLOUD SKIPPER maven root dir. | `/.m2` | |
|
||||
| `$SPRING_CLOUD_SKIPPER_DAEMON_USER` | Users that will execute the SPRING CLOUD SKIPPER Server process. | `dataflow` | |
|
||||
| `$SPRING_CLOUD_SKIPPER_DAEMON_GROUP` | Group that will execute the SPRING CLOUD SKIPPER Server process. | `dataflow` | |
|
||||
| `$SERVER_PORT` | Custom port number to use for the SPRING CLOUD SKIPPER Server service. | | ✓ |
|
||||
| `$SPRING_CLOUD_CONFIG_ENABLED` | Whether to load config using Spring Cloud Config Servie. | `false` | ✓ |
|
||||
| `$SPRING_CLOUD_KUBERNETES_SECRETS_ENABLE_API` | Whether to load config using Kubernetes API. | `false` | ✓ |
|
||||
| `$SPRING_CLOUD_KUBERNETES_CONFIG_NAME` | Name of the ConfigMap that contains the configuration. | | ✓ |
|
||||
| `$SPRING_CLOUD_KUBERNETES_SECRETS_PATHS` | Paths where the secrets are going to be mount. | | ✓ |
|
||||
| `$JAVA_OPTS` | JVM options | | ✓ |
|
||||
#### Customizable environment variables
|
||||
|
||||
| Name | Description | Default Value |
|
||||
|-----------------------------------------------|----------------------------------------------------------|---------------|
|
||||
| `$SPRING_CLOUD_CONFIG_ENABLED` | Whether to load config using Spring Cloud Config Servie. | `false` |
|
||||
| `$SPRING_CLOUD_KUBERNETES_SECRETS_ENABLE_API` | Whether to load config using Kubernetes API. | `false` |
|
||||
|
||||
#### Read-only environment variables
|
||||
|
||||
| Name | Description | Value |
|
||||
|--------------------------------------|------------------------------------------------------------------|----------------------------------------------------|
|
||||
| `$SPRING_CLOUD_SKIPPER_BASE_DIR` | Base path for SPRING CLOUD SKIPPER files. | `${BITNAMI_ROOT_DIR}/spring-cloud-skipper` |
|
||||
| `$SPRING_CLOUD_SKIPPER_VOLUME_DIR` | SPRING CLOUD SKIPPER directory for persisted files. | `${BITNAMI_VOLUME_DIR}/spring-cloud-skipper` |
|
||||
| `$SPRING_CLOUD_SKIPPER_CONF_DIR` | SPRING CLOUD SKIPPER configuration directory. | `${SPRING_CLOUD_SKIPPER_BASE_DIR}/conf` |
|
||||
| `$SPRING_CLOUD_SKIPPER_CONF_FILE` | Main SPRING CLOUD SKIPPER configuration file. | `${SPRING_CLOUD_SKIPPER_CONF_DIR}/application.yml` |
|
||||
| `$SPRING_CLOUD_SKIPPER_M2_DIR` | SPRING CLOUD SKIPPER maven root dir. | `/.m2` |
|
||||
| `$SPRING_CLOUD_SKIPPER_DAEMON_USER` | Users that will execute the SPRING CLOUD SKIPPER Server process. | `dataflow` |
|
||||
| `$SPRING_CLOUD_SKIPPER_DAEMON_GROUP` | Group that will execute the SPRING CLOUD SKIPPER Server process. | `dataflow` |
|
||||
|
||||
#### Configuring database
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue