-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
24 additions
and
164 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
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 @@ LABEL org.opencontainers.image.title="Percona Backup for MongoDB" \ | |
low-impact solution for achieving consistent backups of MongoDB Sharded Clusters and Replica Sets." \ | ||
org.opencontainers.image.authors="[email protected]" | ||
|
||
ENV PBM_VERSION 2.7.0-1 | ||
ENV PBM_VERSION 2.8.0-1 | ||
ENV PBM_REPO_CH release | ||
ENV PSMDB_REPO psmdb-42 | ||
ENV PSMDB_REPO_CH release | ||
|
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 @@ LABEL org.opencontainers.image.title="Percona Backup for MongoDB" \ | |
low-impact solution for achieving consistent backups of MongoDB Sharded Clusters and Replica Sets." \ | ||
org.opencontainers.image.authors="[email protected]" | ||
|
||
ENV PBM_VERSION 2.7.0-1 | ||
ENV PBM_VERSION 2.8.0-1 | ||
ENV PBM_REPO_CH release | ||
ENV OS_VER el8 | ||
ENV FULL_PBM_VERSION "$PBM_VERSION.$OS_VER" | ||
|
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 @@ LABEL org.opencontainers.image.title="Percona Backup for MongoDB" \ | |
low-impact solution for achieving consistent backups of MongoDB Sharded Clusters and Replica Sets." \ | ||
org.opencontainers.image.authors="[email protected]" | ||
|
||
ENV PBM_VERSION 2.7.0-1 | ||
ENV PBM_VERSION 2.8.0-1 | ||
ENV PBM_REPO_CH release | ||
ENV PSMDB_REPO psmdb-42 | ||
ENV PSMDB_REPO_CH release | ||
|
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 @@ LABEL org.opencontainers.image.title="Percona Backup for MongoDB" \ | |
low-impact solution for achieving consistent backups of MongoDB Sharded Clusters and Replica Sets." \ | ||
org.opencontainers.image.authors="[email protected]" | ||
|
||
ENV PBM_VERSION 2.7.0-1 | ||
ENV PBM_VERSION 2.8.0-1 | ||
ENV PBM_REPO_CH release | ||
ENV PSMDB_REPO psmdb-60 | ||
ENV PSMDB_REPO_CH release | ||
|
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,9 +1,3 @@ | ||
FROM golang:1.23 AS go_builder | ||
|
||
RUN git clone --branch=main https://github.com/percona/percona-xtradb-cluster-operator.git /go/src/github.com/percona/percona-xtradb-cluster-operator/ | ||
WORKDIR /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list | ||
RUN go build | ||
|
||
FROM redhat/ubi9-minimal | ||
|
||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
@@ -104,7 +98,6 @@ RUN cp /usr/share/doc/percona-xtradb-cluster-galera/COPYING /licenses/LICENSE.ga | |
cp /usr/share/doc/percona-xtradb-cluster-galera/LICENSE.* /licenses/ | ||
|
||
COPY dockerdir / | ||
COPY --from=go_builder /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list /usr/bin/ | ||
|
||
RUN set -ex; \ | ||
rm -rf /etc/my.cnf.d; \ | ||
|
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,9 +1,3 @@ | ||
FROM golang:1.22 AS go_builder | ||
|
||
RUN git clone --branch=main https://github.com/percona/percona-xtradb-cluster-operator.git /go/src/github.com/percona/percona-xtradb-cluster-operator/ | ||
WORKDIR /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list | ||
RUN go build | ||
|
||
FROM redhat/ubi9-minimal | ||
|
||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
@@ -108,7 +102,6 @@ RUN cp /usr/share/doc/percona-xtradb-cluster-galera/COPYING /licenses/LICENSE.ga | |
cp /usr/share/doc/percona-xtradb-cluster-galera/LICENSE.* /licenses/ | ||
|
||
COPY dockerdir / | ||
COPY --from=go_builder /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list /usr/bin/ | ||
|
||
RUN set -ex; \ | ||
rmdir /etc/my.cnf.d; \ | ||
|
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,9 +1,3 @@ | ||
FROM golang:1.22 AS go_builder | ||
|
||
RUN git clone --branch=main https://github.com/percona/percona-xtradb-cluster-operator.git /go/src/github.com/percona/percona-xtradb-cluster-operator/ | ||
WORKDIR /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list | ||
RUN go build | ||
|
||
FROM redhat/ubi9-minimal | ||
|
||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
@@ -111,7 +105,6 @@ RUN cp /usr/share/doc/percona-xtradb-cluster-galera/COPYING /licenses/LICENSE.ga | |
cp /usr/share/doc/percona-xtradb-cluster-galera/LICENSE.* /licenses/ | ||
|
||
COPY dockerdir / | ||
COPY --from=go_builder /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list /usr/bin/ | ||
|
||
RUN set -ex; \ | ||
rmdir /etc/my.cnf.d; \ | ||
|
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 was deleted.
Oops, something went wrong.