You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: polaris-agent-examples/spring-cloud-plugins-examples/spring-cloud-2021-examples/quickstart-examples/consumer/Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
FROM alpine:3.19.1
2
2
3
3
ARG file_name
4
+
ARG java_version
4
5
5
6
COPY ./target/${file_name} /app/main.jar
6
7
@@ -9,7 +10,7 @@ WORKDIR /app
9
10
RUN sed -i 's!http://dl-cdn.alpinelinux.org/!https://mirrors.tencent.com/!g' /etc/apk/repositories
Copy file name to clipboardExpand all lines: polaris-agent-examples/spring-cloud-plugins-examples/spring-cloud-2021-examples/quickstart-examples/consumer/deployment.yaml
Copy file name to clipboardExpand all lines: polaris-agent-examples/spring-cloud-plugins-examples/spring-cloud-2021-examples/quickstart-examples/consumer/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<description>Demo Consumer Project For Spring Cloud Alibaba 2021</description>
Copy file name to clipboardExpand all lines: polaris-agent-examples/spring-cloud-plugins-examples/spring-cloud-2021-examples/quickstart-examples/gateway/Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
FROM alpine:3.19.1
2
2
3
3
ARG file_name
4
+
ARG java_version
4
5
5
6
COPY ./target/${file_name} /app/main.jar
6
7
@@ -9,7 +10,7 @@ WORKDIR /app
9
10
RUN sed -i 's!http://dl-cdn.alpinelinux.org/!https://mirrors.tencent.com/!g' /etc/apk/repositories
Copy file name to clipboardExpand all lines: polaris-agent-examples/spring-cloud-plugins-examples/spring-cloud-2021-examples/quickstart-examples/gateway/deployment.yaml
Copy file name to clipboardExpand all lines: polaris-agent-examples/spring-cloud-plugins-examples/spring-cloud-2021-examples/quickstart-examples/gateway/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<description>Demo Provider Project For Spring Cloud Alibaba 2021</description>
Copy file name to clipboardExpand all lines: polaris-agent-examples/spring-cloud-plugins-examples/spring-cloud-2021-examples/quickstart-examples/provider-a/Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
FROM alpine:3.19.1
2
2
3
3
ARG file_name
4
+
ARG java_version
4
5
5
6
COPY ./target/${file_name} /app/main.jar
6
7
@@ -9,7 +10,7 @@ WORKDIR /app
9
10
RUN sed -i 's!http://dl-cdn.alpinelinux.org/!https://mirrors.tencent.com/!g' /etc/apk/repositories
Copy file name to clipboardExpand all lines: polaris-agent-examples/spring-cloud-plugins-examples/spring-cloud-2021-examples/quickstart-examples/provider-a/deployment.yaml
Copy file name to clipboardExpand all lines: polaris-agent-examples/spring-cloud-plugins-examples/spring-cloud-2021-examples/quickstart-examples/provider-a/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<description>Demo Provider Project For Spring Cloud Alibaba 2021</description>
Copy file name to clipboardExpand all lines: polaris-agent-examples/spring-cloud-plugins-examples/spring-cloud-2021-examples/quickstart-examples/provider-b/Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
FROM alpine:3.19.1
2
2
3
3
ARG file_name
4
+
ARG java_version
4
5
5
6
COPY ./target/${file_name} /app/main.jar
6
7
@@ -9,7 +10,7 @@ WORKDIR /app
9
10
RUN sed -i 's!http://dl-cdn.alpinelinux.org/!https://mirrors.tencent.com/!g' /etc/apk/repositories
0 commit comments