dadjokes
dadjokes copied to clipboard
Dadjokes.online: Microservice echo-service as an alternative to httpbin for testing k8s, docker, kong, istio, kuma, etc. Built on FSL php microframework. Who says testing and dev ops can't be fun?
Hi, Would it be possible to version the images up on docker hub - https://hub.docker.com/r/yesinteractive/dadjokes ? For example having latest, 1.0, 1.1 etc The benefit would be for people building...
Hi, Would it be possible to also provide docker hub images for multiple os architectures including Apple M1 ( linux/arm64/v8 ) running docker.io/yesinteractive/dadjokes via docker command causes the program to...
Translated from another language - i hope it works in english as well.
Hi, The following error is returned when calling http://dadjokes.online/ from a web browser ``` { "message":"An invalid response was received from the upstream server" } ```
Add arm
Handy little GitHub action to auto build for x86 and ARM and push the image to Docker Hub. Will require you to add two repo secrets: DOCKERHUB_USERNAME and DOCKERHUB_TOKEN but...