https://github.com/kuadrant/blank-petstore
https://github.com/kuadrant/blank-petstore
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuadrant/blank-petstore
- Owner: Kuadrant
- License: apache-2.0
- Created: 2024-03-12T10:24:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T16:58:13.000Z (about 2 years ago)
- Last Synced: 2025-03-26T10:21:30.835Z (about 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blank Petstore
A basic Petstore app and associated OpenAPI spec.
## Build
```bash
# Multiarch with buildx
docker buildx create --name mybuilder --use
docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64,linux/arm64 -t quay.io/kuadrant/blank-petstore:1.0.x --push .
```
### Local build
```bash
docker buildx build --load --platform linux/arm64 -t quay.io/kuadrant/blank-petstore:1.0.x .
```
## Run
```bash
docker run --name blank-petstore -p 8080:8080 quay.io/kuadrant/blank-petstore:1.0.x
```
## OAS Spec
Located Here:
`openapi.yaml`