mirror of
https://github.com/bitnami/containers.git
synced 2026-02-20 06:37:24 +08:00
Delete bitnami/kubeapps-assetsvc directory
This commit is contained in:
committed by
GitHub
parent
650f155ca3
commit
41ec5ecbb2
@@ -1,25 +0,0 @@
|
||||
FROM bitnami/minideb:bullseye as builder
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates gzip tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-assetsvc-2.4.5-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "39e4c9bf2dd2d68dbbd3d3632535bf76bd54457b0709030b669cc39d74afc0af /tmp/bitnami/pkg/cache/kubeapps-assetsvc-2.4.5-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-assetsvc-2.4.5-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kubeapps-assetsvc-2.4.5-150-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
FROM scratch
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY --from=builder /opt/bitnami/kubeapps-assetsvc/bin/assetsvc /assetsvc
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
USER 1001
|
||||
|
||||
CMD [ "/assetsvc" ]
|
||||
@@ -1,4 +0,0 @@
|
||||
version: '2'
|
||||
services:
|
||||
kubeapps-assetsvc:
|
||||
image: docker.io/bitnami/kubeapps-assetsvc:2
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"kubeapps-assetsvc": {
|
||||
"arch": "amd64",
|
||||
"digest": "39e4c9bf2dd2d68dbbd3d3632535bf76bd54457b0709030b669cc39d74afc0af",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.5-150"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
@@ -1,74 +0,0 @@
|
||||
# Kubeapps AssetSvc packaged by Bitnami
|
||||
|
||||
## Container Deprecation Notice
|
||||
|
||||
Kubeapps AssetSvc container is no longer maintained by upstream and is now internally tagged as to be deprecated. This image will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 07-07-2022
|
||||
|
||||
## What is Kubeapps AssetSvc?
|
||||
|
||||
> Kubeapps ChartSvc is one of the main components of Kubeapps, a Web-based application deployment and management tool for Kubernetes clusters. This service reads metadata about the repositories.
|
||||
|
||||
[Overview of Kubeapps AssetSvc](https://github.com/vmware-tanzu/kubeapps)
|
||||
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
$ docker run --name kubeapps-assetsvc bitnami/kubeapps-assetsvc:latest
|
||||
```
|
||||
|
||||
## Why use Bitnami Images?
|
||||
|
||||
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
|
||||
* With Bitnami images the latest bug fixes and features are available as soon as possible.
|
||||
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
||||
|
||||
## How to deploy Kubeapps AssetSvc in Kubernetes?
|
||||
|
||||
Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami Kubeapps Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/kubeapps).
|
||||
|
||||
## Why use a non-root container?
|
||||
|
||||
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/tutorials/work-with-non-root-containers/).
|
||||
|
||||
## Supported tags and respective `Dockerfile` links
|
||||
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-scratch`, `2.4.5`, `2.4.5-scratch-r2`, `latest` (2/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-assetsvc/blob/2.4.5-scratch-r2/2/scratch/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
For further documentation, please check [here](https://github.com/vmware-tanzu/kubeapps/tree/master/cmd/assetsvc).
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-kubeapps-assetsvc/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-kubeapps-assetsvc/pulls) with your contribution.
|
||||
|
||||
## Issues
|
||||
|
||||
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-kubeapps-assetsvc/issues/new). For us to provide better support, be sure to include the following information in your issue:
|
||||
|
||||
- Host OS and version
|
||||
- Docker version (`docker version`)
|
||||
- Output of `docker info`
|
||||
- Version of this container
|
||||
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2022 Bitnami
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -1,4 +0,0 @@
|
||||
version: '2'
|
||||
services:
|
||||
kubeapps-assetsvc:
|
||||
image: docker.io/bitnami/kubeapps-assetsvc:2
|
||||
Reference in New Issue
Block a user