-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from cybertec-postgresql/Readme
Readme
- Loading branch information
Showing
6 changed files
with
47 additions
and
17 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 |
---|---|---|
|
@@ -2,18 +2,13 @@ ARG BASE_IMAGE | |
ARG IMAGE_REPOSITORY | ||
ARG PATH | ||
FROM $BASE_IMAGE | ||
#FROM ${IMAGE_REPOSITORY}${PATH}${BASE_IMAGE} | ||
|
||
# Arg for distinguish between ubi and rocky and other stuff | ||
#ARG BASEOS | ||
ARG PACKAGER | ||
|
||
MAINTAINER CYBERTEC PostgreSQL International GmbH | ||
LABEL vendor="CYBERTEC PostgreSQL International GmbH" url="https://www.cybertec-postgresql.com" | ||
LABEL maintainer="Matthias Groemmer <[email protected]>" | ||
|
||
#RUN microdnf -y --nodocs --noplugins --setopt=install_weak_deps=0 install ${PACKAGER} | ||
|
||
RUN ${PACKAGER} -y install --nodocs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm vim && ${PACKAGER} -y upgrade | ||
|
||
RUN ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 \ | ||
|
@@ -28,7 +23,6 @@ RUN ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 \ | |
glibc-langpack-en \ | ||
openssh-clients \ | ||
openssh-server \ | ||
#dnf-command(config-manager) \ | ||
&& ${PACKAGER} -y clean all ; | ||
|
||
#Enable CRB-Repo (Powertools) | ||
|
@@ -37,7 +31,6 @@ RUN ${PACKAGER} -y config-manager --set-enabled crb | |
RUN ${PACKAGER} --nodocs --noplugins --setopt=install_weak_deps=0 install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-$(uname -i)/pgdg-redhat-repo-latest.noarch.rpm && ${PACKAGER} -y update && ${PACKAGER} -y clean all | ||
RUN dnf -qy module disable postgresql | ||
|
||
#Cleanup | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
CON-878[m | ||
action_check_packages[m | ||
build_workflow[m | ||
etcd3[m | ||
exporter_fix[m | ||
fixICU[m | ||
fixUpgrade[m | ||
fixUpgradeError[m | ||
fixpgbackrest[m | ||
main[m | ||
* [32mnoLeaderpgBackRest[m | ||
pgnodemx-fix-template[m | ||
post_script[m | ||
postgis-fix[m | ||
postgresql17_public_beta[m | ||
removeMergeConflicts[m | ||
stanzaUpgradeFix[m | ||
timescaledb_via_packages[m | ||
updateDockerfilepgBackRest[m | ||
updateDockerfiles[m | ||
updateExtensions[m | ||
updateReadme[m | ||
update_components[m | ||
update_dockerfiles-postgis[m | ||
upgrade_fixes[m | ||
wal_dir[m |