File tree 1 file changed +24
-2
lines changed
1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,29 @@ Included packages from base image:
26
26
- [ aws-cli] ( https://github.com/aws/aws-cli ) .
27
27
- [ ecs-cli] ( https://github.com/aws/amazon-ecs-cli )
28
28
29
+ ## Check the installed tools
30
+
31
+ ``` bash
32
+ docker run -it --rm --entrypoint=" ./startup.sh" softinstigate/serverless
33
+
34
+ =================================================
35
+ Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
36
+ Maven home: /usr/share/maven
37
+ Java version: 11.0.9, vendor: Oracle Corporation, runtime: /usr/local/openjdk-11
38
+ Default locale: en, platform encoding: UTF-8
39
+ OS name: " linux" , version: " 4.19.76-linuxkit" , arch: " amd64" , family: " unix"
40
+ aws-cli/2.0.59 Python/3.7.3 Linux/4.19.76-linuxkit exe/x86_64.debian.10
41
+ ecs-cli version 1.20.0 (7547c45)
42
+ node v12.19.0
43
+ yarn 1.22.5
44
+ serverless Framework Core: 2.8.0
45
+ Plugin: 4.1.1
46
+ SDK: 2.3.2
47
+ Components: 3.2.7
48
+ =================================================
49
+ ```
50
+
29
51
## Additional packages ##
30
52
31
- - Nodejs 10.x
32
- - Serverless cli
53
+ - Nodejs 12 LTS
54
+ - Serverless cli 2.x
You can’t perform that action at this time.
0 commit comments