Skip to content

Commit

Permalink
Run build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Feb 18, 2023
1 parent 2f6ca9f commit 3ac4086
Show file tree
Hide file tree
Showing 42 changed files with 336 additions and 210 deletions.
13 changes: 8 additions & 5 deletions flavors/ci_light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions linters/ansible_ansible_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions linters/bash_shellcheck/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions linters/cloudformation_cfn_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
13 changes: 8 additions & 5 deletions linters/dockerfile_hadolint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,15 @@ RUN apk add --update --no-cache \
&& git config --global core.autocrlf true
#APK__END

# PATH for python
# ENV # PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# PATH for golang & python
ENV GOROOT=/usr/lib/go \
GOPATH=/go
# PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/" NV: not working for all packages :/
# hadolint ignore=DL3044
# ENV PATH="$PATH"
# Ignore npm package issues
RUN yarn config set ignore-engines true || true
ENV PATH="$PATH":"$GOROOT"/bin:"$GOPATH"/bin
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
# Ignore npm package issues
yarn config set ignore-engines true || true

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
Loading

0 comments on commit 3ac4086

Please sign in to comment.