项目作者: shakasan

项目描述 :
SAP Cloud Connector Docker Image
高级语言: Dockerfile
项目地址: git://github.com/shakasan/sapcc.git
创建时间: 2021-06-16T21:27:24Z
项目社区:https://github.com/shakasan/sapcc

开源协议:GNU General Public License v3.0

下载


SAP Cloud Connector Docker Image

Dockerfile to build a SAP Cloud Connector (SAPCC) Docker image.

The goal of this image is to deploy in seconds a fully working SAP Cloud Connector.

This image is built with

  • CentOS
  • SAP JVM
  • SAP Cloud Connector

Release notes

  • v7
    • SAP JVM 8.1.091
    • SAP Cloud Connector 2.15.0
  • v6
    • SAP JVM 8.1.090
    • SAP Cloud Connector 2.14.2
  • v5
    • SAP JVM 8.1.083
    • SAP Cloud Connector 2.14.0.1
    • Cloud Connector configuration is saved in Docker volumes (/opt/sap/scc/config & /opt/sap/scc/scc_config)
  • v4
    • SAP JVM 8.1.078
  • v3
    • SAP Cloud Connector 2.13.2
  • v2
    • SAP Cloud Connector 2.13.1
    • SAP JVM 8.1.075
    • CentOS 7

Pre-Built Docker Image

You can use a pre-built Docker Image available on Docker Hub with the Docker Compose example below.

Docker Hub : https://hub.docker.com/r/makoto2600/sapcc

  1. ---
  2. services:
  3. sapcc:
  4. image: makoto2600/sapcc:latest
  5. container_name: sapcc
  6. volumes:
  7. - sapcc_config:/opt/sap/scc/config
  8. - sapcc_scc_config:/opt/sap/scc/scc_config
  9. network_mode: host
  10. restart: unless-stopped
  11. volumes:
  12. sapcc_config:
  13. sapcc_scc_config: