Releases: SAP-archive/xsk
0.4.2
XSK - 0.4.2
Docker images:
- dirigiblelabs/xsk - XSK Server.
- dirigiblelabs/xsk-cf - XSK Cloud Foundry.
- dirigiblelabs/xsk-kyma - XSK Kyma.
Available for download *.war
packages:
- server - XSK Server.
Note: Unzip the downloaded file to extract the
ROOT.war
binary.
For more information go to https://www.dirigible.io/help/setup/.
XSK - 0.4.2 - Buildpack
Prerequisites
- Install Kpack on your Kubernetes/Kyma cluster
- Create
ClusterStore
,ClusterStack
andBuilder
:
apiVersion: kpack.io/v1alpha1
kind: ClusterStore
metadata:
name: kneo-xsk-store
spec:
sources:
- image: dirigiblelabs/kneo-xsk-buildpack:0.4.2
---
apiVersion: kpack.io/v1alpha1
kind: ClusterStack
metadata:
name: kneo-xsk-stack
spec:
id: com.sap.kneo.xsk
buildImage:
image: dirigiblelabs/kneo-xsk-stack-build:0.4.2
runImage:
image: dirigiblelabs/kneo-xsk-stack-run:0.4.2
---
apiVersion: kpack.io/v1alpha1
kind: Builder
metadata:
name: kneo-xsk
spec:
serviceAccount: <your-service-account>
tag: <your-docker-organization>/<your-docker-builder-repository>
stack:
name: kneo-xsk-stack
kind: ClusterStack
store:
name: kneo-xsk-store
kind: ClusterStore
order:
- group:
- id: dirigiblelabs/kneo-xsk-buildpack
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: kneo-xsk
kind: Builder
source:
blob:
url: https://github.com/SAP/xsk/raw/main/samples/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.4.1
XSK - 0.4.1
Docker images:
- dirigiblelabs/xsk - XSK Server.
- dirigiblelabs/xsk-cf - XSK Cloud Foundry.
- dirigiblelabs/xsk-kyma - XSK Kyma.
Available for download *.war
packages:
- server - XSK Server.
Note: Unzip the downloaded file to extract the
ROOT.war
binary.
For more infromation go to https://www.dirigible.io/help/setup/.
0.4.0
XSK - 0.4.0
Docker images:
- dirigiblelabs/xsk - XSK Server.
- dirigiblelabs/xsk-cf - XSK Cloud Foundry.
- dirigiblelabs/xsk-kyma - XSK Kyma.
Available for download *.war
packages:
- server - XSK Server.
Note: Unzip the downloaded file to extract the
ROOT.war
binary.
For more infromation go to https://www.dirigible.io/help/setup/.
0.3.0
XSK - 0.3.0
Docker images:
- dirigiblelabs/xsk - XSK Server.
- dirigiblelabs/xsk-cf - XSK Cloud Foundry.
- dirigiblelabs/xsk-kyma - XSK Kyma.
Available for download *.war
packages:
- server - XSK Server.
Note: Unzip the downloaded file to extract the
ROOT.war
binary.
For more infromation go to https://www.dirigible.io/help/setup/.
0.2.0
XSK - 0.2.0
Docker images:
- dirigiblelabs/xsk - XSK Server.
- dirigiblelabs/xsk-cf - XSK Cloud Foundry.
- dirigiblelabs/xsk-kyma - XSK Kyma.
Available for download *.war
packages:
- server - XSK Server.
Note: Unzip the downloaded file to extract the
ROOT.war
binary.
For more infromation go to https://www.dirigible.io/help/setup/.
0.1.0
XSK - 0.1.0
Docker images:
- dirigiblelabs/xsk - XSK Server.
- dirigiblelabs/xsk-cf - XSK Cloud Foundry.
- dirigiblelabs/xsk-kyma - XSK Kyma.
Available for download *.war
packages:
- server - XSK Server.
Note: Unzip the downloaded file to extract the
ROOT.war
binary.
For more infromation go to https://www.dirigible.io/help/setup/.