|
1 | 1 | [](https://github.com/msagi/devsecops-dockerimage/actions/workflows/container-scanning.yml) |
2 | 2 | # Production ready Docker image for DevSecOps pipelines |
| 3 | +## Built from up to date Ubuntu packages, up to date DevSecOps tool versions. |
| 4 | +## Checked for vulnerabilities every day! |
3 | 5 |
|
4 | | -## Release: 2023.4 |
| 6 | +### Base image: |
| 7 | +``` |
| 8 | +Ubuntu (23.04) |
| 9 | +``` |
5 | 10 |
|
6 | | -### Base image: |
7 | | - Ubuntu (23.04) |
| 11 | +### Tools version: |
| 12 | +``` |
| 13 | +[AWS] |
| 14 | +aws-cli/2.11.13 Python/3.11.3 Linux/5.15.49-linuxkit exe/x86_64.ubuntu.23 prompt/off |
| 15 | +
|
| 16 | +[Docker] |
| 17 | +Docker version 23.0.3, build 3e7cbfd |
| 18 | +
|
| 19 | +[kubectl] |
| 20 | +clientVersion: |
| 21 | + buildDate: "2023-04-14T13:21:19Z" |
| 22 | + compiler: gc |
| 23 | + gitCommit: 4c9411232e10168d7b050c49a1b59f6df9d7ea4b |
| 24 | + gitTreeState: clean |
| 25 | + gitVersion: v1.27.1 |
| 26 | + goVersion: go1.20.3 |
| 27 | + major: "1" |
| 28 | + minor: "27" |
| 29 | + platform: linux/amd64 |
| 30 | +kustomizeVersion: v5.0.1 |
| 31 | +
|
| 32 | +[make] |
| 33 | +GNU Make 4.3 |
| 34 | +
|
| 35 | +[Python] |
| 36 | +Python 3.11.2 |
| 37 | +``` |
8 | 38 |
|
9 | | -### DevSecOps tools: |
10 | | -* aws-cli (aws-cli/2.11.11 Python/3.11.2 Linux/5.15.49-linuxkit exe/x86_64.ubuntu.23 prompt/off) |
11 | | -* docker (Docker version 23.0.3, build 3e7cbf) |
12 | | -* kubectl (Client Version: v1.26.3, Kustomize Version: v4.5.7) |
13 | | -* make (GNU Make 4.3) |
14 | | -* python3 (Python 3.11.2) |
15 | 39 |
|
16 | 40 | ### Lincenses for components used in the image: |
17 | | -* Ubuntu 23.04 |
18 | | - * Ubuntu is an aggregate work of many works, each covered by their own licence(s) which are available under /usr/share/doc/PACKAGE/copyright. |
19 | | -* AWS CLI |
20 | | - * Apache 2.0 - [LICENSE](https://github.com/aws/aws-cli/blob/v2/LICENSE.txt) |
21 | | -* Docker |
22 | | - * Apache 2.0 - [LICENSE](https://github.com/docker/docs/blob/main/LICENSE) |
23 | | -* Kubernetes |
24 | | - * Apache 2.0 - [LICENSE](https://github.com/kubernetes/k8s.io/blob/main/LICENSE) |
25 | | -* GNU Make |
26 | | - * GPL 3 - [LICENSE](https://www.gnu.org/licenses/gpl-3.0.en.html) |
27 | | -* Python3 |
28 | | - * PSF - [LICENSE](https://docs.python.org/3/license.html#psf-license) |
| 41 | +* Ubuntu 23.04 - Ubuntu is an aggregate work of many works, each covered by their own licence(s) which are available under /usr/share/doc/PACKAGE/copyright. |
| 42 | +* AWS CLI - Apache 2.0 - [LICENSE](https://github.com/aws/aws-cli/blob/v2/LICENSE.txt) |
| 43 | +* Docker - Apache 2.0 - [LICENSE](https://github.com/docker/docs/blob/main/LICENSE) |
| 44 | +* Kubernetes - Apache 2.0 - [LICENSE](https://github.com/kubernetes/k8s.io/blob/main/LICENSE) |
| 45 | +* GNU Make - GPL 3 - [LICENSE](https://www.gnu.org/licenses/gpl-3.0.en.html) |
| 46 | +* Python3 - PSF - [LICENSE](https://docs.python.org/3/license.html#psf-license) |
0 commit comments