-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update maintainers in Dockerfiles and helm chart yaml
- Loading branch information
1 parent
6542781
commit 350702b
Showing
20 changed files
with
25 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ LABEL name=ARG_BIN \ | |
version="${kanister_version}" \ | ||
release="${kanister_version}" \ | ||
summary="Microservice for application-specific data management" \ | ||
maintainer="Tom Manville<[email protected]>" \ | ||
maintainer="Kanister maintainers<[email protected]>" \ | ||
description="Frameworks and utilities for application-specific data management, has updated openssl-libs." | ||
|
||
RUN microdnf -y update openssl-libs cyrus-sasl-lib && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM golang:1.23-bullseye | ||
LABEL maintainer="Tom Manville<[email protected]>" | ||
LABEL maintainer="Kanister maintainers<[email protected]>" | ||
|
||
ARG TARGETPLATFORM | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ FROM ${TOOLS_IMAGE} AS TOOLS_IMAGE | |
# Actual image base | ||
FROM bitnami/cassandra:5.0.0 | ||
|
||
MAINTAINER "Tom Manville <[email protected]>" | ||
MAINTAINER "Kanister maintainers <[email protected]>" | ||
|
||
# Install restic to take backups | ||
COPY --from=TOOLS_IMAGE /usr/local/bin/restic /usr/local/bin/restic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 | ||
|
||
LABEL maintainer="Tom Manville<[email protected]>" | ||
LABEL maintainer="Kanister maintainers<[email protected]>" | ||
|
||
RUN microdnf -y update openssl-libs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM couchbase:enterprise-7.6.3 | ||
|
||
MAINTAINER "Tom Manville <[email protected]>" | ||
MAINTAINER "Kanister maintainers <[email protected]>" | ||
|
||
# Install Kanister tools | ||
RUN apt-get update && apt-get install libdigest-sha-perl -y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM foundationdb/foundationdb:6.3.22 | ||
|
||
MAINTAINER "Tom Manville <[email protected]>" | ||
MAINTAINER "Kanister maintainers <[email protected]>" | ||
|
||
# Install kando | ||
RUN curl https://raw.githubusercontent.com/kanisterio/kanister/master/scripts/get.sh | bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ LABEL name="kanister-kubectl" \ | |
vendor="Kanister" \ | ||
version="${kubectl_version}" \ | ||
summary="Kanster tools with kubectl" \ | ||
maintainer="Tom Manville<[email protected]>" | ||
maintainer="Kanister maintainers<[email protected]>" | ||
|
||
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/${kubectl_version}/bin/linux/amd64/kubectl \ | ||
&& chmod +x ./kubectl \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM mongo:3.6 | ||
LABEL maintainer="Tom Manville <[email protected]>" | ||
LABEL maintainer="Kanister maintainers <[email protected]>" | ||
|
||
USER root | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ FROM ${TOOLS_IMAGE} AS TOOLS_IMAGE | |
|
||
FROM bitnami/mongodb:7.0-debian-12 | ||
|
||
LABEL maintainer="Tom Manville <[email protected]>" | ||
LABEL maintainer="Kanister maintainers <[email protected]>" | ||
|
||
# Update gosu from recent version | ||
COPY --from=TOOLS_IMAGE /usr/local/bin/gosu /usr/local/bin/gosu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 | ||
|
||
LABEL maintainer="Tom Manville<[email protected]>" | ||
LABEL maintainer="Kanister maintainers<[email protected]>" | ||
|
||
RUN microdnf -y update openssl-libs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
FROM ARG_FROM | ||
|
||
MAINTAINER Vaibhav Kamra <[email protected]> | ||
MAINTAINER Kanister maintainers <[email protected]> | ||
|
||
ADD bin/ARG_ARCH/ARG_BIN /ARG_BIN | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM postgres:9.6-alpine | ||
LABEL maintainer="[email protected]" | ||
LABEL maintainer="[email protected]" | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,8 @@ name: kanister-operator | |
version: 0.2.3 | ||
home: https://kanister.io/ | ||
maintainers: | ||
- email: [email protected] | ||
name: depohmel | ||
- email: [email protected] | ||
name: tdmanv | ||
- email: [email protected] | ||
name: Kanister Maintainers | ||
icon: https://kasten.io/assets/img/kanister-logo.png | ||
appVersion: 0.112.0 | ||
source: https://github.com/kanisterio/kanister |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,8 @@ name: profile | |
home: https://kanister.io/ | ||
version: 0.112.0 | ||
maintainers: | ||
- email: [email protected] | ||
name: tdmanv | ||
- email: [email protected] | ||
name: depohmel | ||
- email: [email protected] | ||
name: Kanister Maintainers | ||
icon: https://kasten.io/assets/img/kanister-logo.png | ||
appVersion: 0.1.0 | ||
source: https://github.com/kanisterio/kanister |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters