Skip to content

Commit

Permalink
Update README.md (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
azagniotov authored Jan 17, 2024
1 parent 4eecccb commit ce6b57c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Full documentation hosted at [https://stubby4j.com](https://stubby4j.com), which

There are a number of use cases where you'd want to use `WebSockets`, `HTTP/1.1`, `HTTP/2` stub server in your development/QA environment. If you are a `Software Engineer`/`Test Engneer`/`QA`, then it should hit close to home with you. As an example, some of these use cases are outlined below (this is by no means an exhaustive list). Use `stubby4j` when you want to:

* Dockerzied. Stub out external services in a Docker based micro-service architecture
* Dockerzied. Stub out external services in a Docker based micro-service architecture (ARM64 Docker images are also available!)
* Support for `TLS` protocol versions `1.0`, `1.1`, `1.2` and `1.3`
* Support for `HTTP/2` over TCP (`h2c`) and `HTTP/2` over TLS (`h2`) on TLS v1.2 or newer using ALPN extension
* Verify that your code makes `HTTP/1.1` or `HTTP/2` (over TLS) requests with all the required parameters and/or headers
Expand Down
15 changes: 9 additions & 6 deletions docs/DOCKERHUB.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,19 @@ The following `stubby4j` Docker images are available ([Alpine-Native Zulu OpenJD
See [https://github.com/azagniotov/stubby4j/blob/master/CHANGELOG.md](https://github.com/azagniotov/stubby4j/blob/master/CHANGELOG.md) for more information

#### stubby4j versions on Alpine-Native Zulu OpenJDK JRE 8
* [`7.5.2-jre8`](https://github.com/azagniotov/stubby4j/blob/v7.5.2/docker/jdk8/Dockerfile)
* [`latest-jre8`](https://github.com/azagniotov/stubby4j/blob/master/docker/jdk8/Dockerfile)
* [`7.5.2-jre8 (linux/amd64)`](https://github.com/azagniotov/stubby4j/blob/v7.5.2/docker/jdk8/Dockerfile)
* [`latest-jre8 (linux/amd64, linux/arm64)`](https://github.com/azagniotov/stubby4j/blob/master/docker/jdk8/Dockerfile.arm64)

#### stubby4j versions on Alpine-Native Zulu OpenJDK JRE 11
* [`7.5.2-jre11`](https://github.com/azagniotov/stubby4j/blob/v7.5.2/docker/jdk11/Dockerfile)
* [`latest-jre11`](https://github.com/azagniotov/stubby4j/blob/master/docker/jdk11/Dockerfile)
* [`7.5.2-jre11 (linux/amd64)`](https://github.com/azagniotov/stubby4j/blob/v7.5.2/docker/jdk11/Dockerfile)
* [`latest-jre11 (linux/amd64, linux/arm64)`](https://github.com/azagniotov/stubby4j/blob/master/docker/jdk11/Dockerfile.arm64)

#### stubby4j versions on Alpine-Native Zulu OpenJDK JRE 16
* [`7.5.2-jre16`](https://github.com/azagniotov/stubby4j/blob/v7.5.2/docker/jdk16/Dockerfile)
* [`latest-jre16`](https://github.com/azagniotov/stubby4j/blob/master/docker/jdk16/Dockerfile)
* [`7.5.2-jre16 (linux/amd64)`](https://github.com/azagniotov/stubby4j/blob/v7.5.2/docker/jdk16/Dockerfile)
* [`latest-jre16 (linux/amd64)`](https://github.com/azagniotov/stubby4j/blob/master/docker/jdk16/Dockerfile)

#### stubby4j versions on Alpine-Native Zulu OpenJDK JRE 17
* [`latest-jre17 (linux/amd64, linux/arm64)`](https://github.com/azagniotov/stubby4j/blob/master/docker/jdk17/Dockerfile.arm64)


# What is `stubby4j`? <img src="https://cdn.rawgit.com/azagniotov/stubby4j/master/assets/stubby-logo-duke-hiding.svg" width="65px" height="65px" />
Expand Down

0 comments on commit ce6b57c

Please sign in to comment.