Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 3.15 KB

README.md

File metadata and controls

43 lines (22 loc) · 3.15 KB

Docker Repository - ldclakmal/**

Docker Logo

This is a collection of Dockerfiles for images that can be used to different integration scenarios for microservices. All the images are published on DockerHub at https://hub.docker.com/u/ldclakmal.

  • Netty Echo Backend - ldclakmal/netty-echo-backend Docker Pulls

    A Docker image of Netty HTTP service which echo back the request payload. Supports both HTTP/1.1 and HTTP/2 versions and SSL. Also, supports any type of request payload such as text, json, xml etc.

  • WSO2 IS STS - ldclakmal/wso2is-sts Docker Pulls

    A Docker image of WSO2 IS as a STS. Supports JWT, OAuth2 token issuing and validation.

  • Ballerina Echo Backend - ldclakmal/ballerina-echo-backend Docker Pulls

    A Docker image of Ballerina service which echo back the request payload. Supports both HTTP/1.1 and HTTP/2. Also, supports any type of request payload such as text, json, xml etc.

  • Ballerina HTTP Passthrough Service - ldclakmal/ballerina-http-passthrough Docker Pulls

    A Docker image of Ballerina passthrough service which forward the request to configured backend and forward the response to the client. Supports only HTTP/1.1 and any type of request payload such as text, json, xml etc.

  • GO Echo Backend - ldclakmal/go-echo-backend Docker Pulls

    A Docker image of Go service which echo back the request payload. Supports both HTTP/1.1 and HTTP/2 with SSL. Also, supports any type of request payload such as text, json, xml etc.

  • Go HTTP Passthrough Service - ldclakmal/go-http-passthrough Docker Pulls

    A Docker image of Go passthrough service which forward the request to configured backend and forward the response to the client. Supports both HTTP/1.1 and HTTP/2.0 with SSL. Also, supports any type of request payload such as text, json, xml etc.

  • Envoy HTTP Proxy - ldclakmal/envoy Docker Pulls

    A Docker image of simple Envoy proxy service which forward the request to configured backend and forward the response to the client. Supports only HTTP/1.1.