Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Releases: SAP-archive/xsk

0.14.0

28 Feb 09:22
Compare
Choose a tag to compare

XSK - 0.14.0

Docker images:

Available for download *.war packages:

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.

Available for download *.zip samples:

Cloud Native Buildpacks

Pack

Available Buildpack Builders:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-xsk:0.14.0 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a XSK docker image with the application sources.

Cloud Foundry - SAP Java Buildpack

manifest.yaml

applications:
- name: <application-name>
  host: <host>
  memory: 2G
  buildpack: sap_java_buildpack
  path: ROOT.war
  env:
    JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
    JBP_CONFIG_SAP_MACHINE_JRE: 'jre: { version: 11.+ }'
  services:
    - <service-binding>

Kpack

  • Install Kpack on your Kubernetes/Kyma cluster
  • Create ClusterStore, ClusterStack and Builder:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
  name: xsk-store
spec:
  sources:
  - image: dirigiblelabs/buildpacks-xsk:0.14.0
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
  name: xsk-stack
spec:
  id: com.sap.kneo.xsk
  buildImage:
    image: dirigiblelabs/buildpacks-stack-build-xsk-kyma:0.14.0
  runImage:
    image: dirigiblelabs/buildpacks-stack-run-xsk-kyma:0.14.0
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
  name: xsk-builder
spec:
  serviceAccount: <your-service-account>
  tag: <your-docker-organization>/<your-docker-builder-repository>
  stack:
    name: xsk-stack
    kind: ClusterStack
  store:
    name: xsk-store
    kind: ClusterStore
  order:
  - group:
    - id: dirigiblelabs/buildpacks-xsk

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-docker-builder-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-builder)

Usage

apiVersion: kpack.io/v1alpha1
kind: Image
metadata:
  name: xsk-application
  namespace: default
spec:
  tag: <your-docker-organization>/<your-application-docker-image-repository>
  serviceAccount: <your-service-account>
  builder:
    name: xsk-builder
    kind: Builder
  source:
    blob:
      url: https://github.com/SAP/xsk/releases/download/v0.14.0/products.zip

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-application-docker-image-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-application)

0.13.8

25 Feb 07:52
06ded39
Compare
Choose a tag to compare

XSK - 0.13.8

Docker images:

Available for download *.war packages:

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.

Available for download *.zip samples:

Cloud Native Buildpacks

Pack

Available Buildpack Builders:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-xsk:0.13.8 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a XSK docker image with the application sources.

Cloud Foundry - SAP Java Buildpack

manifest.yaml

applications:
- name: <application-name>
  host: <host>
  memory: 2G
  buildpack: sap_java_buildpack
  path: ROOT.war
  env:
    JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
    JBP_CONFIG_SAP_MACHINE_JRE: 'jre: { version: 11.+ }'
  services:
    - <service-binding>

Kpack

  • Install Kpack on your Kubernetes/Kyma cluster
  • Create ClusterStore, ClusterStack and Builder:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
  name: xsk-store
spec:
  sources:
  - image: dirigiblelabs/buildpacks-xsk:0.13.8
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
  name: xsk-stack
spec:
  id: com.sap.kneo.xsk
  buildImage:
    image: dirigiblelabs/buildpacks-stack-build-xsk-kyma:0.13.8
  runImage:
    image: dirigiblelabs/buildpacks-stack-run-xsk-kyma:0.13.8
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
  name: xsk-builder
spec:
  serviceAccount: <your-service-account>
  tag: <your-docker-organization>/<your-docker-builder-repository>
  stack:
    name: xsk-stack
    kind: ClusterStack
  store:
    name: xsk-store
    kind: ClusterStore
  order:
  - group:
    - id: dirigiblelabs/buildpacks-xsk

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-docker-builder-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-builder)

Usage

apiVersion: kpack.io/v1alpha1
kind: Image
metadata:
  name: xsk-application
  namespace: default
spec:
  tag: <your-docker-organization>/<your-application-docker-image-repository>
  serviceAccount: <your-service-account>
  builder:
    name: xsk-builder
    kind: Builder
  source:
    blob:
      url: https://github.com/SAP/xsk/releases/download/v0.13.8/products.zip

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-application-docker-image-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-application)

0.13.7

24 Feb 10:17
Compare
Choose a tag to compare

XSK - 0.13.7

Docker images:

Available for download *.war packages:

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.

Available for download *.zip samples:

Cloud Native Buildpacks

Pack

Available Buildpack Builders:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-xsk:0.13.7 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a XSK docker image with the application sources.

Cloud Foundry - SAP Java Buildpack

manifest.yaml

applications:
- name: <application-name>
  host: <host>
  memory: 2G
  buildpack: sap_java_buildpack
  path: ROOT.war
  env:
    JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
    JBP_CONFIG_SAP_MACHINE_JRE: 'jre: { version: 11.+ }'
  services:
    - <service-binding>

Kpack

  • Install Kpack on your Kubernetes/Kyma cluster
  • Create ClusterStore, ClusterStack and Builder:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
  name: xsk-store
spec:
  sources:
  - image: dirigiblelabs/buildpacks-xsk:0.13.7
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
  name: xsk-stack
spec:
  id: com.sap.kneo.xsk
  buildImage:
    image: dirigiblelabs/buildpacks-stack-build-xsk-kyma:0.13.7
  runImage:
    image: dirigiblelabs/buildpacks-stack-run-xsk-kyma:0.13.7
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
  name: xsk-builder
spec:
  serviceAccount: <your-service-account>
  tag: <your-docker-organization>/<your-docker-builder-repository>
  stack:
    name: xsk-stack
    kind: ClusterStack
  store:
    name: xsk-store
    kind: ClusterStore
  order:
  - group:
    - id: dirigiblelabs/buildpacks-xsk

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-docker-builder-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-builder)

Usage

apiVersion: kpack.io/v1alpha1
kind: Image
metadata:
  name: xsk-application
  namespace: default
spec:
  tag: <your-docker-organization>/<your-application-docker-image-repository>
  serviceAccount: <your-service-account>
  builder:
    name: xsk-builder
    kind: Builder
  source:
    blob:
      url: https://github.com/SAP/xsk/releases/download/v0.13.7/products.zip

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-application-docker-image-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-application)

0.13.6

24 Feb 08:29
Compare
Choose a tag to compare

XSK - 0.13.6

Docker images:

Available for download *.war packages:

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.

Available for download *.zip samples:

Cloud Native Buildpacks

Pack

Available Buildpack Builders:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-xsk:0.13.6 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a XSK docker image with the application sources.

Cloud Foundry - SAP Java Buildpack

manifest.yaml

applications:
- name: <application-name>
  host: <host>
  memory: 2G
  buildpack: sap_java_buildpack
  path: ROOT.war
  env:
    JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
    JBP_CONFIG_SAP_MACHINE_JRE: 'jre: { version: 11.+ }'
  services:
    - <service-binding>

Kpack

  • Install Kpack on your Kubernetes/Kyma cluster
  • Create ClusterStore, ClusterStack and Builder:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
  name: xsk-store
spec:
  sources:
  - image: dirigiblelabs/buildpacks-xsk:0.13.6
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
  name: xsk-stack
spec:
  id: com.sap.kneo.xsk
  buildImage:
    image: dirigiblelabs/buildpacks-stack-build-xsk-kyma:0.13.6
  runImage:
    image: dirigiblelabs/buildpacks-stack-run-xsk-kyma:0.13.6
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
  name: xsk-builder
spec:
  serviceAccount: <your-service-account>
  tag: <your-docker-organization>/<your-docker-builder-repository>
  stack:
    name: xsk-stack
    kind: ClusterStack
  store:
    name: xsk-store
    kind: ClusterStore
  order:
  - group:
    - id: dirigiblelabs/buildpacks-xsk

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-docker-builder-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-builder)

Usage

apiVersion: kpack.io/v1alpha1
kind: Image
metadata:
  name: xsk-application
  namespace: default
spec:
  tag: <your-docker-organization>/<your-application-docker-image-repository>
  serviceAccount: <your-service-account>
  builder:
    name: xsk-builder
    kind: Builder
  source:
    blob:
      url: https://github.com/SAP/xsk/releases/download/v0.13.6/products.zip

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-application-docker-image-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-application)

0.13.5

22 Feb 21:25
d4a69c9
Compare
Choose a tag to compare

XSK - 0.13.5

Docker images:

Available for download *.war packages:

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.

Available for download *.zip samples:

Cloud Native Buildpacks

Pack

Available Buildpack Builders:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-xsk:0.13.5 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a XSK docker image with the application sources.

Cloud Foundry - SAP Java Buildpack

manifest.yaml

applications:
- name: <application-name>
  host: <host>
  memory: 2G
  buildpack: sap_java_buildpack
  path: ROOT.war
  env:
    JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
    JBP_CONFIG_SAP_MACHINE_JRE: 'jre: { version: 11.+ }'
  services:
    - <service-binding>

Kpack

  • Install Kpack on your Kubernetes/Kyma cluster
  • Create ClusterStore, ClusterStack and Builder:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
  name: xsk-store
spec:
  sources:
  - image: dirigiblelabs/buildpacks-xsk:0.13.5
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
  name: xsk-stack
spec:
  id: com.sap.kneo.xsk
  buildImage:
    image: dirigiblelabs/buildpacks-stack-build-xsk-kyma:0.13.5
  runImage:
    image: dirigiblelabs/buildpacks-stack-run-xsk-kyma:0.13.5
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
  name: xsk-builder
spec:
  serviceAccount: <your-service-account>
  tag: <your-docker-organization>/<your-docker-builder-repository>
  stack:
    name: xsk-stack
    kind: ClusterStack
  store:
    name: xsk-store
    kind: ClusterStore
  order:
  - group:
    - id: dirigiblelabs/buildpacks-xsk

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-docker-builder-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-builder)

Usage

apiVersion: kpack.io/v1alpha1
kind: Image
metadata:
  name: xsk-application
  namespace: default
spec:
  tag: <your-docker-organization>/<your-application-docker-image-repository>
  serviceAccount: <your-service-account>
  builder:
    name: xsk-builder
    kind: Builder
  source:
    blob:
      url: https://github.com/SAP/xsk/releases/download/v0.13.5/products.zip

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-application-docker-image-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-application)

0.13.4

14 Feb 14:15
Compare
Choose a tag to compare

XSK - 0.13.4

Docker images:

Available for download *.war packages:

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.

Available for download *.zip samples:

Cloud Native Buildpacks

Pack

Available Buildpack Builders:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-xsk:0.13.4 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a XSK docker image with the application sources.

Cloud Foundry - SAP Java Buildpack

manifest.yaml

applications:
- name: <application-name>
  host: <host>
  memory: 2G
  buildpack: sap_java_buildpack
  path: ROOT.war
  env:
    JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
    JBP_CONFIG_SAP_MACHINE_JRE: 'jre: { version: 11.+ }'
  services:
    - <service-binding>

Kpack

  • Install Kpack on your Kubernetes/Kyma cluster
  • Create ClusterStore, ClusterStack and Builder:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
  name: xsk-store
spec:
  sources:
  - image: dirigiblelabs/buildpacks-xsk:0.13.4
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
  name: xsk-stack
spec:
  id: com.sap.kneo.xsk
  buildImage:
    image: dirigiblelabs/buildpacks-stack-build-xsk-kyma:0.13.4
  runImage:
    image: dirigiblelabs/buildpacks-stack-run-xsk-kyma:0.13.4
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
  name: xsk-builder
spec:
  serviceAccount: <your-service-account>
  tag: <your-docker-organization>/<your-docker-builder-repository>
  stack:
    name: xsk-stack
    kind: ClusterStack
  store:
    name: xsk-store
    kind: ClusterStore
  order:
  - group:
    - id: dirigiblelabs/buildpacks-xsk

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-docker-builder-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-builder)

Usage

apiVersion: kpack.io/v1alpha1
kind: Image
metadata:
  name: xsk-application
  namespace: default
spec:
  tag: <your-docker-organization>/<your-application-docker-image-repository>
  serviceAccount: <your-service-account>
  builder:
    name: xsk-builder
    kind: Builder
  source:
    blob:
      url: https://github.com/SAP/xsk/releases/download/v0.13.4/products.zip

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-application-docker-image-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-application)

0.13.3

09 Feb 17:04
5e3cec4
Compare
Choose a tag to compare

XSK - 0.13.3

Docker images:

Available for download *.war packages:

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.

Available for download *.zip samples:

Cloud Native Buildpacks

Pack

Available Buildpack Builders:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-xsk:0.13.3 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a XSK docker image with the application sources.

Cloud Foundry - SAP Java Buildpack

manifest.yaml

applications:
- name: <application-name>
  host: <host>
  memory: 2G
  buildpack: sap_java_buildpack
  path: ROOT.war
  env:
    JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
    JBP_CONFIG_SAP_MACHINE_JRE: 'jre: { version: 11.+ }'
  services:
    - <service-binding>

Kpack

  • Install Kpack on your Kubernetes/Kyma cluster
  • Create ClusterStore, ClusterStack and Builder:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
  name: xsk-store
spec:
  sources:
  - image: dirigiblelabs/buildpacks-xsk:0.13.3
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
  name: xsk-stack
spec:
  id: com.sap.kneo.xsk
  buildImage:
    image: dirigiblelabs/buildpacks-stack-build-xsk-kyma:0.13.3
  runImage:
    image: dirigiblelabs/buildpacks-stack-run-xsk-kyma:0.13.3
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
  name: xsk-builder
spec:
  serviceAccount: <your-service-account>
  tag: <your-docker-organization>/<your-docker-builder-repository>
  stack:
    name: xsk-stack
    kind: ClusterStack
  store:
    name: xsk-store
    kind: ClusterStore
  order:
  - group:
    - id: dirigiblelabs/buildpacks-xsk

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-docker-builder-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-builder)

Usage

apiVersion: kpack.io/v1alpha1
kind: Image
metadata:
  name: xsk-application
  namespace: default
spec:
  tag: <your-docker-organization>/<your-application-docker-image-repository>
  serviceAccount: <your-service-account>
  builder:
    name: xsk-builder
    kind: Builder
  source:
    blob:
      url: https://github.com/SAP/xsk/releases/download/v0.13.3/products.zip

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-application-docker-image-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-application)

0.13.2

07 Feb 08:53
Compare
Choose a tag to compare

XSK - 0.13.2

Docker images:

Available for download *.war packages:

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.

Available for download *.zip samples:

Cloud Native Buildpacks

Pack

Available Buildpack Builders:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-xsk:0.13.2 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a XSK docker image with the application sources.

Cloud Foundry - SAP Java Buildpack

manifest.yaml

applications:
- name: <application-name>
  host: <host>
  memory: 2G
  buildpack: sap_java_buildpack
  path: ROOT.war
  env:
    JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
    JBP_CONFIG_SAP_MACHINE_JRE: 'jre: { version: 11.+ }'
  services:
    - <service-binding>

Kpack

  • Install Kpack on your Kubernetes/Kyma cluster
  • Create ClusterStore, ClusterStack and Builder:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
  name: xsk-store
spec:
  sources:
  - image: dirigiblelabs/buildpacks-xsk:0.13.2
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
  name: xsk-stack
spec:
  id: com.sap.kneo.xsk
  buildImage:
    image: dirigiblelabs/buildpacks-stack-build-xsk-kyma:0.13.2
  runImage:
    image: dirigiblelabs/buildpacks-stack-run-xsk-kyma:0.13.2
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
  name: xsk-builder
spec:
  serviceAccount: <your-service-account>
  tag: <your-docker-organization>/<your-docker-builder-repository>
  stack:
    name: xsk-stack
    kind: ClusterStack
  store:
    name: xsk-store
    kind: ClusterStore
  order:
  - group:
    - id: dirigiblelabs/buildpacks-xsk

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-docker-builder-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-builder)

Usage

apiVersion: kpack.io/v1alpha1
kind: Image
metadata:
  name: xsk-application
  namespace: default
spec:
  tag: <your-docker-organization>/<your-application-docker-image-repository>
  serviceAccount: <your-service-account>
  builder:
    name: xsk-builder
    kind: Builder
  source:
    blob:
      url: https://github.com/SAP/xsk/releases/download/v0.13.2/products.zip

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-application-docker-image-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-application)

0.13.1

01 Feb 12:59
92ad92f
Compare
Choose a tag to compare

XSK - 0.13.1

Docker images:

Available for download *.war packages:

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.

Available for download *.zip samples:

Cloud Native Buildpacks

Pack

Available Buildpack Builders:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-xsk:0.13.1 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a XSK docker image with the application sources.

Cloud Foundry - SAP Java Buildpack

manifest.yaml

applications:
- name: <application-name>
  host: <host>
  memory: 2G
  buildpack: sap_java_buildpack
  path: ROOT.war
  env:
    JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
    JBP_CONFIG_SAP_MACHINE_JRE: 'jre: { version: 11.+ }'
  services:
    - <service-binding>

Kpack

  • Install Kpack on your Kubernetes/Kyma cluster
  • Create ClusterStore, ClusterStack and Builder:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
  name: xsk-store
spec:
  sources:
  - image: dirigiblelabs/buildpacks-xsk:0.13.1
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
  name: xsk-stack
spec:
  id: com.sap.kneo.xsk
  buildImage:
    image: dirigiblelabs/buildpacks-stack-build-xsk-kyma:0.13.1
  runImage:
    image: dirigiblelabs/buildpacks-stack-run-xsk-kyma:0.13.1
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
  name: xsk-builder
spec:
  serviceAccount: <your-service-account>
  tag: <your-docker-organization>/<your-docker-builder-repository>
  stack:
    name: xsk-stack
    kind: ClusterStack
  store:
    name: xsk-store
    kind: ClusterStore
  order:
  - group:
    - id: dirigiblelabs/buildpacks-xsk

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-docker-builder-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-builder)

Usage

apiVersion: kpack.io/v1alpha1
kind: Image
metadata:
  name: xsk-application
  namespace: default
spec:
  tag: <your-docker-organization>/<your-application-docker-image-repository>
  serviceAccount: <your-service-account>
  builder:
    name: xsk-builder
    kind: Builder
  source:
    blob:
      url: https://github.com/SAP/xsk/releases/download/v0.13.1/products.zip

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-application-docker-image-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-application)

0.13.0

01 Feb 10:55
60c9619
Compare
Choose a tag to compare

XSK - 0.13.0

Docker images:

Available for download *.war packages:

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.

Available for download *.zip samples:

Cloud Native Buildpacks

Pack

Available Buildpack Builders:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-xsk:0.13.0 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a XSK docker image with the application sources.

Cloud Foundry - SAP Java Buildpack

manifest.yaml

applications:
- name: <application-name>
  host: <host>
  memory: 2G
  buildpack: sap_java_buildpack
  path: ROOT.war
  env:
    JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
    JBP_CONFIG_SAP_MACHINE_JRE: 'jre: { version: 11.+ }'
  services:
    - <service-binding>

Kpack

  • Install Kpack on your Kubernetes/Kyma cluster
  • Create ClusterStore, ClusterStack and Builder:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
  name: xsk-store
spec:
  sources:
  - image: dirigiblelabs/buildpacks-xsk:0.13.0
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
  name: xsk-stack
spec:
  id: com.sap.kneo.xsk
  buildImage:
    image: dirigiblelabs/buildpacks-stack-build-xsk-kyma:0.13.0
  runImage:
    image: dirigiblelabs/buildpacks-stack-run-xsk-kyma:0.13.0
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
  name: xsk-builder
spec:
  serviceAccount: <your-service-account>
  tag: <your-docker-organization>/<your-docker-builder-repository>
  stack:
    name: xsk-stack
    kind: ClusterStack
  store:
    name: xsk-store
    kind: ClusterStore
  order:
  - group:
    - id: dirigiblelabs/buildpacks-xsk

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-docker-builder-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-builder)

Usage

apiVersion: kpack.io/v1alpha1
kind: Image
metadata:
  name: xsk-application
  namespace: default
spec:
  tag: <your-docker-organization>/<your-application-docker-image-repository>
  serviceAccount: <your-service-account>
  builder:
    name: xsk-builder
    kind: Builder
  source:
    blob:
      url: https://github.com/SAP/xsk/releases/download/v0.13.0/products.zip

Note: Replace <your-service-account> with your ServiceAccount (sample could be found here).

Note: Also replace <your-docker-organization>/<your-application-docker-image-repository> with your Docker Repository, where the Docker Image Builder will be hosted (e.g. my-organization/my-application)