mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 15:07:17 +08:00
Merge remote-tracking branch 'kubeapps-kubeops/master' into main
This commit is contained in:
41
bitnami/kubeapps-kubeops/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
41
bitnami/kubeapps-kubeops/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
name: 🐞 Bug
|
||||
description: Create a report to help us improve
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for reporting an issue. Before you open the bug report please review the README file present in the root of this repository.
|
||||
|
||||
Please fill in as much of the following form as you're able.
|
||||
- type: input
|
||||
attributes:
|
||||
label: Name and Version
|
||||
description: Name and version of the affected container image
|
||||
placeholder: bitnami/wordpress:1.2.3
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What steps will reproduce the bug?
|
||||
description: Enter details about your bug.
|
||||
placeholder: |
|
||||
1. In this environment...
|
||||
2. With this config...
|
||||
3. Run '...'
|
||||
4. See error...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What is the expected behavior?
|
||||
description: If possible please provide textual output instead of screenshots.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What do you see instead?
|
||||
description: If possible please provide textual output instead of screenshots.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Tell us anything else you think we should know.
|
||||
1
bitnami/kubeapps-kubeops/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
bitnami/kubeapps-kubeops/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
||||
29
bitnami/kubeapps-kubeops/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
29
bitnami/kubeapps-kubeops/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
name: "\U0001F680 Feature request"
|
||||
description: Suggest an idea for this project
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for suggesting an idea to improve this Bitnami container image.
|
||||
Please fill in as much of the following form as you're able.
|
||||
- type: input
|
||||
attributes:
|
||||
label: Name and Version
|
||||
description: Name and version of the affected container image
|
||||
placeholder: bitnami/wordpress:1.2.3
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What is the problem this feature will solve?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What is the feature you are proposing to solve the problem?
|
||||
description: Describe the requests. If you already have something in mind... PRs are welcome!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What alternatives have you considered?
|
||||
32
bitnami/kubeapps-kubeops/.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
32
bitnami/kubeapps-kubeops/.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
<!--
|
||||
Before you open the request please review the following guidelines and tips to help it be more easily integrated:
|
||||
|
||||
- Describe the scope of your change - i.e. what the change does.
|
||||
- Describe any known limitations with your change.
|
||||
- Please run any tests or examples that can exercise your modified code.
|
||||
|
||||
Thank you for contributing! We will try to test and integrate the change as soon as we can, but be aware we have many GitHub repositories to manage and can't immediately respond to every request. There is no need to bump or check in on a pull request (it will clutter the discussion of the request).
|
||||
|
||||
Also don't be worried if the request is closed or not integrated sometimes the priorities of Bitnami might not match the priorities of the pull request. Don't fret, the open source community thrives on forks and GitHub makes it easy to keep your changes in a forked repo.
|
||||
-->
|
||||
|
||||
**Description of the change**
|
||||
|
||||
<!-- Describe the scope of your change - i.e. what the change does. -->
|
||||
|
||||
**Benefits**
|
||||
|
||||
<!-- What benefits will be realized by the code change? -->
|
||||
|
||||
**Possible drawbacks**
|
||||
|
||||
<!-- Describe any known limitations with your change -->
|
||||
|
||||
**Applicable issues**
|
||||
|
||||
<!-- Enter any applicable Issues here (You can reference an issue using #) -->
|
||||
|
||||
**Additional information**
|
||||
|
||||
<!-- If there's anything else that's important and relevant to your pull
|
||||
request, mention that information here.-->
|
||||
20
bitnami/kubeapps-kubeops/.github/workflows/stale.yml
vendored
Normal file
20
bitnami/kubeapps-kubeops/.github/workflows/stale.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: 'Close stale issues and PRs'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.'
|
||||
stale-pr-message: 'This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.'
|
||||
close-issue-message: 'Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.'
|
||||
close-pr-message: 'Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Pull Request. Do not hesitate to reopen it later if necessary.'
|
||||
days-before-stale: 15
|
||||
days-before-close: 5
|
||||
exempt-issue-labels: 'on-hold'
|
||||
exempt-pr-labels: 'on-hold'
|
||||
9
bitnami/kubeapps-kubeops/2/scratch/Dockerfile
Normal file
9
bitnami/kubeapps-kubeops/2/scratch/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM scratch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
USER 1001
|
||||
CMD [ "/kubeops" ]
|
||||
4
bitnami/kubeapps-kubeops/2/scratch/docker-compose.yml
Normal file
4
bitnami/kubeapps-kubeops/2/scratch/docker-compose.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
version: '2'
|
||||
services:
|
||||
kubeapps-kubeops:
|
||||
image: docker.io/bitnami/kubeapps-kubeops:2
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"kubeapps-kubeops": {
|
||||
"digest": "eac1c71d4aa6a31d2dff04e2194ce5776c9889fb09bfb8fa83e1744af0e43cd0",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "2.4.4"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
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
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Addis_Ababa
|
||||
@@ -0,0 +1 @@
|
||||
Addis_Ababa
|
||||
@@ -0,0 +1 @@
|
||||
Abidjan
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Abidjan
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Bangui
|
||||
@@ -0,0 +1 @@
|
||||
Blantyre
|
||||
@@ -0,0 +1 @@
|
||||
../Egypt
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Abidjan
|
||||
@@ -0,0 +1 @@
|
||||
Abidjan
|
||||
@@ -0,0 +1 @@
|
||||
Addis_Ababa
|
||||
@@ -0,0 +1 @@
|
||||
Addis_Ababa
|
||||
@@ -0,0 +1 @@
|
||||
Bangui
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Abidjan
|
||||
@@ -0,0 +1 @@
|
||||
Blantyre
|
||||
@@ -0,0 +1 @@
|
||||
Blantyre
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Addis_Ababa
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Blantyre
|
||||
@@ -0,0 +1 @@
|
||||
Bangui
|
||||
@@ -0,0 +1 @@
|
||||
Bangui
|
||||
@@ -0,0 +1 @@
|
||||
Bangui
|
||||
@@ -0,0 +1 @@
|
||||
Abidjan
|
||||
@@ -0,0 +1 @@
|
||||
Bangui
|
||||
@@ -0,0 +1 @@
|
||||
Blantyre
|
||||
@@ -0,0 +1 @@
|
||||
Blantyre
|
||||
@@ -0,0 +1 @@
|
||||
Bangui
|
||||
@@ -0,0 +1 @@
|
||||
Blantyre
|
||||
@@ -0,0 +1 @@
|
||||
Johannesburg
|
||||
@@ -0,0 +1 @@
|
||||
Johannesburg
|
||||
@@ -0,0 +1 @@
|
||||
Addis_Ababa
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Addis_Ababa
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Bangui
|
||||
@@ -0,0 +1 @@
|
||||
Abidjan
|
||||
@@ -0,0 +1 @@
|
||||
Abidjan
|
||||
@@ -0,0 +1 @@
|
||||
Bangui
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Abidjan
|
||||
@@ -0,0 +1 @@
|
||||
../Libya
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Anguilla
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
../Buenos_Aires
|
||||
@@ -0,0 +1 @@
|
||||
../Catamarca
|
||||
@@ -0,0 +1 @@
|
||||
../Catamarca
|
||||
@@ -0,0 +1 @@
|
||||
../Cordoba
|
||||
@@ -0,0 +1 @@
|
||||
../Jujuy
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
../Mendoza
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Adak
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user