Bitnami container images
Go to file
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
.github
bitnami feat(Dockerfile): install git toolchain in `bitnami/kubectl` (#43) 2022-05-31 02:08:00 +00:00
scripts Add option to skip a commit to the sync script 2022-05-30 13:30:04 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
README.md Remove tests directory 2022-04-19 10:13:01 +02:00

README.md

Bitnami Containers

NOTE: We use the latest commit to know the missing ones to sync. Do not edit this repository manually or the sync will be broken. If you edit this repo please run the sync workflow manually providing: - how many commits you added into the shift parameter. - the container you affected into the container parameter.

If the latest commit has been done directly in this repository and not all the containers have that commit, the sync will fail because the commit won't be found in upstream and the shift won't be the same for all the containers