File tree 9 files changed +26
-26
lines changed
kafka-avro-schema-quickstart/src/main/docker
quarkus-kafka-quickstart/src/main/docker
9 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 14
14
"asciidoctor" : " 2.2.5" ,
15
15
"assets-webpack-plugin" : " 7.1.1" ,
16
16
"copy-dir" : " 1.3.0" ,
17
- "copy-webpack-plugin" : " 9 .0.1 " ,
17
+ "copy-webpack-plugin" : " 11 .0.0 " ,
18
18
"css-loader" : " 6.2.0" ,
19
- "css-minimizer-webpack-plugin" : " 3.0.2 " ,
19
+ "css-minimizer-webpack-plugin" : " 4.2.1 " ,
20
20
"file-loader" : " 6.2.0" ,
21
21
"fs-extra" : " 10.0.0" ,
22
- "gh-pages" : " 3.2.3 " ,
23
- "glob" : " 7.1.7 " ,
22
+ "gh-pages" : " 4.0.0 " ,
23
+ "glob" : " 8.0.3 " ,
24
24
"html-webpack-plugin" : " 5.3.2" ,
25
- "jest" : " ^27.5.1 " ,
25
+ "jest" : " 29.1.2 " ,
26
26
"js-yaml" : " 4.1.0" ,
27
- "jsdom" : " 17 .0.0 " ,
27
+ "jsdom" : " 20 .0.1 " ,
28
28
"jsonpath" : " 1.1.1" ,
29
29
"mini-css-extract-plugin" : " 2.2.1" ,
30
30
"mkdirp" : " 1.0.4" ,
31
- "node-fetch" : " 2.6.1 " ,
31
+ "node-fetch" : " 3.2.10 " ,
32
32
"node-wget" : " 0.4.3" ,
33
33
"npm-run-all" : " 4.1.5" ,
34
34
"null-loader" : " 4.0.1" ,
35
35
"optimize-css-assets-webpack-plugin" : " 6.0.1" ,
36
36
"raw-loader" : " 4.0.2" ,
37
37
"rimraf" : " 3.0.2" ,
38
38
"style-loader" : " 3.2.1" ,
39
- "svg-url-loader" : " 7.1.1 " ,
39
+ "svg-url-loader" : " 8.0.0 " ,
40
40
"sync-fetch" : " 0.3.0" ,
41
41
"terser-webpack-plugin" : " 5.2.0" ,
42
42
"ts-loader" : " 9.2.5" ,
43
- "tsconfig-paths-webpack-plugin" : " 3.5.1 " ,
43
+ "tsconfig-paths-webpack-plugin" : " 4.0.0 " ,
44
44
"tslib" : " 2.3.1" ,
45
45
"typescript" : " 4.4.2" ,
46
46
"url-loader" : " 4.1.1" ,
81
81
"react" : " 17.0.2" ,
82
82
"react-dom" : " 17.0.2" ,
83
83
"sync-request" : " 6.1.0" ,
84
- "yaml" : " 1.10.2 "
84
+ "yaml" : " 2.1.3 "
85
85
}
86
86
}
Original file line number Diff line number Diff line change 13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
- name : Set up JDK 11
18
- uses : actions/setup-java@v2
18
+ uses : actions/setup-java@v3
19
19
with :
20
20
java-version : 11
21
21
distribution : ' adopt' # See 'Supported distributions' for available options
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
- name : Set up JDK 11
17
- uses : actions/setup-java@v2
17
+ uses : actions/setup-java@v3
18
18
with :
19
19
java-version : 11
20
20
distribution : ' adopt' # See 'Supported distributions' for available options
Original file line number Diff line number Diff line change 18
18
node-version : [16.6.2]
19
19
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@v2
23
+ uses : actions/setup-node@v3
24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
- run : npm --prefix .build install
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
- product : RHOAD
22
22
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
name : Checkout Source
26
26
- name : Use Node.js
27
- uses : actions/setup-node@v2
27
+ uses : actions/setup-node@v3
28
28
with :
29
29
node-version : 16.6.2
30
30
- name : Set up JDK 9.0.4 for x64
31
- uses : actions/setup-java@v2
31
+ uses : actions/setup-java@v3
32
32
with :
33
33
java-version : 15
34
34
distribution : ' adopt' # See 'Supported distributions' for available options
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
- product : RHOAD
29
29
branch : modular-docs-rhoad
30
30
steps :
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v3
32
32
name : Checkout Source
33
33
- name : Use Node.js
34
- uses : actions/setup-node@v2
34
+ uses : actions/setup-node@v3
35
35
with :
36
36
node-version : 16.6.2
37
37
- name : Set up JDK 9.0.4 for x64
38
- uses : actions/setup-java@v2
38
+ uses : actions/setup-java@v3
39
39
with :
40
40
java-version : 15
41
41
distribution : ' adopt' # See 'Supported distributions' for available options
Original file line number Diff line number Diff line change 19
19
node-version : [16.6.2]
20
20
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- name : Use Node.js ${{ matrix.node-version }}
24
- uses : actions/setup-node@v2
24
+ uses : actions/setup-node@v3
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
27
- run : npm --prefix .build install
Original file line number Diff line number Diff line change 14
14
# docker run -i --rm -p 8080:8080 quarkus/kafka-avro-schema-quickstart
15
15
#
16
16
###
17
- FROM quay.io/quarkus/quarkus-distroless-image:1 .0
17
+ FROM quay.io/quarkus/quarkus-distroless-image:2 .0
18
18
COPY target/*-runner /application
19
19
20
20
EXPOSE 8080
Original file line number Diff line number Diff line change 14
14
# docker run -i --rm -p 8080:8080 quarkus/kafka
15
15
#
16
16
###
17
- FROM quay.io/quarkus/quarkus-distroless-image:1 .0
17
+ FROM quay.io/quarkus/quarkus-distroless-image:2 .0
18
18
COPY target/*-runner /application
19
19
20
20
EXPOSE 8080
You can’t perform that action at this time.
0 commit comments