mirror of
https://github.com/yannh/kubeconform.git
synced 2026-07-03 18:09:30 +00:00
support disabling ssl validation in openapi2jsonschema.py (#167)
* support disabling ssl validation in openapi2jsonschema.py * added acceptance tests for disable ssl feature * speed up bats docker build
This commit is contained in:
parent
563e1db94c
commit
aaecabe0b7
3 changed files with 42 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
FROM python:3.9.7-alpine3.14
|
||||
RUN apk --no-cache add bats
|
||||
COPY acceptance.bats openapi2jsonschema.py requirements.txt /code/
|
||||
COPY requirements.txt /code/
|
||||
RUN pip install -r /code/requirements.txt
|
||||
COPY fixtures /code/fixtures
|
||||
COPY acceptance.bats openapi2jsonschema.py /code/
|
||||
WORKDIR /code
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue