File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/yue9944882/crd-model-gen-base:v1.0.0
1+ ARG BASE_IMAGE=ghcr.io/yue9944882/crd-model-gen-base:v1.0.0
2+ FROM ${BASE_IMAGE}
23# TODO: move this to kubernetes-client group after the permission issue fixed
34
4- ARG OPENAPI_GENERATOR_COMMIT
55ARG GENERATION_XML_FILE
6- ARG OPENAPI_GENERATOR_USER_ORG=OpenAPITools
76
87# Copy required files
98COPY openapi-generator/generate_client_in_container.sh /generate_client.sh
Original file line number Diff line number Diff line change 11FROM maven:3.5-jdk-8-slim
22
3+ ARG OPENAPI_GENERATOR_COMMIT
4+ ARG OPENAPI_GENERATOR_USER_ORG=OpenAPITools
5+
36# Install preprocessing script requirements
47RUN apt-get update && apt-get -y install git python-pip && pip install urllib3==1.24.2
58
You can’t perform that action at this time.
0 commit comments