Skip to content

Commit 13ab506

Browse files
authored
chore: upgrade dotnet install script to 8.0 (#405)
1 parent 8e79c1a commit 13ab506

File tree

13,700 files changed

+36
-2588532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,700 files changed

+36
-2588532
lines changed

Dockerfile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ RUN sudo apt-get update -y && sudo apt-get install -y --no-install-recommends go
4343

4444
# RUN wget http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar -O openapi-generator-cli.jar
4545

46-
RUN npm install -g npm@10.8.1
47-
RUN npm i -g @openapitools/openapi-generator-cli
48-
RUN openapi-generator-cli version-manager set 7.4.0
46+
RUN npm install -g npm@10.9.2
47+
RUN npm i -g @openapitools/openapi-generator-cli@2.17.0
48+
RUN npx @openapitools/openapi-generator-cli@2.17.0 version-manager set 7.4.0
4949

5050
# dotnet
5151
ENV PATH "$PATH:/root/.dotnet"
@@ -56,7 +56,7 @@ RUN apt-get install -y --no-install-recommends \
5656
zlib1g \
5757
&& wget -O dotnet-install.sh https://dot.net/v1/dotnet-install.sh \
5858
&& chmod +x dotnet-install.sh \
59-
&& ./dotnet-install.sh --channel 6.0 \
59+
&& ./dotnet-install.sh --channel 8.0 \
6060
&& rm dotnet-install.sh
6161

6262
# dart
@@ -99,3 +99,7 @@ RUN wget https://github.com/ory/cli/releases/download/v${ORY_CLI_VERSION}/ory_${
9999

100100
RUN swagger version
101101
RUN ory version
102+
103+
RUN echo kern.maxfiles=65536 | sudo tee -a /etc/sysctl.conf
104+
RUN echo kern.maxfilesperproc=65536 | sudo tee -a /etc/sysctl.conf
105+
RUN ulimit -n 65536

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ node_modules: package-lock.json
99
touch node_modules
1010

1111
docker:
12-
docker build -t ory/sdk:latest .
12+
docker build -t oryd/sdk:latest .

clients/client/dart/.github/workflows/publish.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

clients/client/dart/.gitignore

Lines changed: 0 additions & 41 deletions
This file was deleted.

clients/client/dart/.openapi-generator-ignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)