"All OpenAPI tools inside one container image."
Pull the latest image from Github or Docker Hub
$ docker pull ghcr.io/josuablejeru/openapi-docker:0.1.0
$ docker pull josuablejeru/openapi-docker:0.1.0
This Image was created with Gitlab and other CI/CD systems in mind. The following is a example for Gitlab:
default:
image:
name: josuablejeru/openapi-docker:latest
entrypoint: [""]
stages:
- linting
openapi-lint:
stage: linting
script:
- echo "Linting... "