Skip to content

Commit

Permalink
v7.5.2 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
azagniotov authored Jan 24, 2022
1 parent a1a341b commit a7043dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/DOCKERHUB.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ 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.1-jre8`](https://github.com/azagniotov/stubby4j/blob/v7.5.1/docker/jdk8/Dockerfile)
* [`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)

#### stubby4j versions on Alpine-Native Zulu OpenJDK JRE 11
* [`7.5.1-jre11`](https://github.com/azagniotov/stubby4j/blob/v7.5.1/docker/jdk11/Dockerfile)
* [`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)

#### stubby4j versions on Alpine-Native Zulu OpenJDK JRE 16
* [`7.5.1-jre16`](https://github.com/azagniotov/stubby4j/blob/v7.5.1/docker/jdk16/Dockerfile)
* [`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)


Expand Down Expand Up @@ -109,7 +109,7 @@ $ docker run --rm \
--env YAML_CONFIG=stubs.yaml \
--volume /Users/zaggy/docker-playground/yaml:/home/stubby4j/data \
-p 8882:8882 -p 8889:8889 -p 7443:7443 \
azagniotov/stubby4j:7.5.1-jre8
azagniotov/stubby4j:7.5.2-jre8
```

### Full command
Expand All @@ -125,7 +125,7 @@ docker run --rm \
--env WITH_ARGS="--enable_tls_with_alpn_and_http_2 --disable_stub_caching --debug --watch" \
--volume /Users/zaggy/docker-playground/yaml:/home/stubby4j/data \
-p 9991:9991 -p 8889:8889 -p 8443:8443 \
azagniotov/stubby4j:7.5.1-jre8
azagniotov/stubby4j:7.5.2-jre8
```

... where the command:
Expand Down Expand Up @@ -171,7 +171,7 @@ See smoke test [https://github.com/azagniotov/stubby4j/docker/smoke-test/docker-

## Container application logs

Currently, only in the Docker images tagged as `latest-jreXX` and `7.3.3-jreXX` and higher (i.e.: `7.5.1-jreXX`), the `stubby4j` service emits file-based logs (i.e.: generated by `log4j2` library) as well as `STDOUT` output stream logs. In images tagged as <= `7.3.2-jreXX`, only `STDOUT` output stream logs are available.
Currently, only in the Docker images tagged as `latest-jreXX` and `7.3.3-jreXX` and higher (i.e.: `7.5.2-jreXX`), the `stubby4j` service emits file-based logs (i.e.: generated by `log4j2` library) as well as `STDOUT` output stream logs. In images tagged as <= `7.3.2-jreXX`, only `STDOUT` output stream logs are available.

The file-based logs persisted in the container volume `/home/stubby4j/data` under `logs` directory, i.e.:`/home/stubby4j/data/logs`

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ mockitoVersion=3.12.4

stubbyProjectName=stubby4j
stubbyProjectGroup=io.github.azagniotov
stubbyProjectVersion=7.5.2-SNAPSHOT
stubbyProjectVersion=7.5.3-SNAPSHOT

0 comments on commit a7043dc

Please sign in to comment.