Accepting request 1203639 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1203639 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helm-image?expand=0&rev=20
This commit is contained in:
commit
8064ef9d4e
@ -13,13 +13,13 @@
|
||||
To run Helm, use the following command:
|
||||
|
||||
```ShellSession
|
||||
$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.15 <helm-sub-command>
|
||||
$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.16 <helm-sub-command>
|
||||
```
|
||||
|
||||
For instance, to display the Helm version, run:
|
||||
```ShellSession
|
||||
$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.15 version --template='{{.Version}}'
|
||||
v3.15
|
||||
$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.16 version --template='{{.Version}}'
|
||||
v3.16
|
||||
```
|
||||
|
||||
Refer to the full list of Helm commands, flags and environment variables, in the [official Helm documentation](https://helm.sh/docs/helm/helm/).
|
||||
@ -32,7 +32,7 @@ For a comprehensive guide on getting started with Helm, refer to the [official H
|
||||
To interact with a Kubernetes cluster, mount the Kubernetes configuration file (`kubeconfig`) from the container host into the container (use the `--net=host` flag to allow the container to use the host’s network):
|
||||
|
||||
```ShellSession
|
||||
$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:3.15
|
||||
$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z registry.opensuse.org/opensuse/helm:3.16
|
||||
```
|
||||
|
||||
## Licensing
|
||||
|
@ -25,6 +25,6 @@ if command -v zypper > /dev/null; then
|
||||
zypper -n clean
|
||||
fi
|
||||
|
||||
rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
|
||||
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
|
||||
|
||||
exit 0
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- improved log cleaning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 09:30:18 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- adjust for new helm version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 09:56:19 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -14,7 +14,7 @@ https://github.com/SUSE/BCI-dockerfile-generator
|
||||
Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
You can contact the BCI team via https://github.com/SUSE/bci/discussions
|
||||
-->
|
||||
<!-- OBS-AddTag: opensuse/helm:3.15 opensuse/helm:3.15-%RELEASE% opensuse/helm:latest -->
|
||||
<!-- OBS-AddTag: opensuse/helm:3.16 opensuse/helm:3.16-%RELEASE% opensuse/helm:latest -->
|
||||
<!-- OBS-Imagerepo: obsrepositories:/ -->
|
||||
|
||||
<image schemaversion="7.4" name="helm-image" xmlns:suse_label_helper="com.suse.label_helper">
|
||||
@ -27,20 +27,20 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
|
||||
<type image="docker" derived_from="obsrepositories:/opensuse/bci/bci-micro#latest">
|
||||
<containerconfig
|
||||
name="opensuse/helm"
|
||||
tag="3.15"
|
||||
additionaltags="3.15-%RELEASE%,latest">
|
||||
tag="3.16"
|
||||
additionaltags="3.16-%RELEASE%,latest">
|
||||
<labels>
|
||||
<suse_label_helper:add_prefix prefix="org.opensuse.application.helm">
|
||||
<label name="org.opencontainers.image.authors" value="openSUSE (https://www.opensuse.org/)"/>
|
||||
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed Kubernetes Package Manager"/>
|
||||
<label name="org.opencontainers.image.description" value="Kubernetes Package Manager container based on the openSUSE Tumbleweed Base Container Image."/>
|
||||
<label name="org.opencontainers.image.version" value="3.15"/>
|
||||
<label name="org.opencontainers.image.version" value="3.16"/>
|
||||
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
|
||||
<label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
|
||||
<label name="org.opencontainers.image.source" value="%SOURCEURL%"/>
|
||||
<label name="org.opencontainers.image.url" value="https://www.opensuse.org"/>
|
||||
<label name="org.opencontainers.image.ref.name" value="3.15-%RELEASE%"/>
|
||||
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/helm:3.15-%RELEASE%"/>
|
||||
<label name="org.opencontainers.image.ref.name" value="3.16-%RELEASE%"/>
|
||||
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/helm:3.16-%RELEASE%"/>
|
||||
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
|
||||
<label name="org.opensuse.release-stage" value="released"/>
|
||||
<label name="org.opensuse.lifecycle-url" value="https://en.opensuse.org/Lifetime#openSUSE_BCI"/>
|
||||
|
Loading…
Reference in New Issue
Block a user