wiremock-docker icon indicating copy to clipboard operation
wiremock-docker copied to clipboard

Wiremock Docker image

Results 32 wiremock-docker issues
Sort by recently updated
recently updated
newest added

I have created a mock server with the following configuration. DockerFile - ```FROM wiremock/wiremock:2.32.0-alpine WORKDIR /config COPY mappings /config/mappings COPY __files /config/__files ENV MOCKSERVER_MAPPINGS=/config/mappings ENV MOCKSERVER_FILES=/config/__files ENV JAVA_OPTS="-Xms512m -Xmx4g" CMD...

Hi, I like this image but would like to have a RedHat UBI based image to run on an on-prem Openshift-platform. After a brief look it might be possible to...

enhancement
help wanted

I was very pleased to learn that Wiremock now provides it's own [official docker image](https://hub.docker.com/r/wiremock/wiremock) 🎉 We used our own custom wiremock docker image the last few years, which started...

### Proposal Currently we use the Temurin images that do not have Arm platforms implementations for Alpine. It would be nice to add support for Arm Alpine by using a...

enhancement

### Summary Right now the deployment does not work, and the README is dated. We need to fix the GitHub action and, ideally, detach it to CD Right now we...

chore

### Summary I want to configure http header buffer size for our load test, but i could not find it anywhere in the docker document ### References _No response_

documentation

### Summary Currently we have duplication of docs between README and the project's website, and I doubt it would be good in the future. To avoid consistency issues, I would...

documentation

Add a [healthcheck](https://docs.docker.com/reference/dockerfile/#healthcheck) to the dockerfiles. This allows other docker tools, such as docker-compose or testcontainers, to check the health status of the container. This was primarily motivated by the...

Update java version to 20 on both main and alphine dockerfiles

Bumps eclipse-temurin from 11.0.24_8-jre to 20.0.2_9-jre. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eclipse-temurin&package-manager=docker&previous-version=11.0.24_8-jre&new-version=20.0.2_9-jre)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

docker
dependencies