Commit Graph

8 Commits

Author SHA1 Message Date
Bitnami Bot 98849a5164 1.24.2-debian-11-r1 release 2022-06-29 02:13:07 +00:00
Carlos Rodriguez Hernandez 3b67c83f1e Remove debian-10 directory
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-06-29 02:13:06 +00:00
Bitnami Bot 6e5490d156 1.24.2-debian-11-r0 release 2022-06-29 02:13:06 +00:00
Bitnami Bot cf570be014 1.24.1-debian-11-r4 release 2022-06-29 02:13:05 +00:00
Bitnami Bot 13c42257c4 1.24.1-debian-11-r0 release 2022-06-06 18:02:52 +00:00
Vasek - Tom C 072c4967f0 feat(Dockerfile): install git toolchain in `bitnami/kubectl` (#43)
`kubectl` binary also include `kustomize` to build configurable
manifest.
`kubectl kustomize` supports three options: "no flag", "directory" and
"url".

The official documentation show the following example:
```
kubectl kustomize "https://github.com/kubernetes-sigs/kustomize.git/exam
ples/helloWorld?ref=v1.0.6"
```

But it does not work with `bitnami/kubectl:latest`

```
docker run --rm bitnami/kubectl:latest kustomize "https://github.com/
kubernetes-sigs/kustomize.git/examples/helloWorld?ref=v1.0.6"
error: no 'git' program on path: exec: "git": executable file not found
in $PATH
```

The problem is that it requires `git` to pull the repository and
execute it.
This commit include `git-all` in the installed package to solve this
issue.

Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
2022-05-31 02:08:00 +00:00
Bitnami Bot 2d222d5776 1.24.1-debian-10-r0 release 2022-05-30 12:09:12 +00:00
Bitnami Bot 2ff7d9a673 1.24.0-debian-10-r0 release 2022-05-18 02:14:00 +00:00