From b08b658f332715dc22ff9eabaa42b1ddf461a5a2 Mon Sep 17 00:00:00 2001 From: Gilles Darold <gilles@darold.net> Date: Tue, 28 Aug 2018 22:44:26 +0200 Subject: [PATCH] Remove Dockerfile and documentation about docker run. pgBadger comes as a single Perl script without any dependence and it can be used on any plateform. It is a non sens to use docker to run pgbadger, if you don't want to install anything, just copy the file pgbadger where you want and execute it. --- Dockerfile | 8 -------- README | 6 ------ doc/pgBadger.pod | 6 ------ 3 files changed, 20 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 427b68f..0000000 --- a/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM alpine:latest - -# Since Alpine linux 3.3 we can install on-the-fly -RUN apk add --no-cache bzip2 gzip openssh-client perl unzip xz - -COPY pgbadger /usr/local/bin - -ENTRYPOINT ["pgbadger"] diff --git a/README b/README index b2b3afa..62f2018 100644 --- a/README +++ b/README @@ -416,12 +416,6 @@ INSTALLATION By default INSTALLDIRS is set to site. -DOCKER USAGE - pgBadger is available as Docker image. Remember to mount logs and - outdir. - - docker run -v /var/log/postgresql:/logs -v ${PWD}:/outdir dalibo/pgbadger -O /outdir /logs/postgresql.log - POSTGRESQL CONFIGURATION You must enable and set some configuration directives in your postgresql.conf before starting. diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 58e9312..88138f9 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -410,12 +410,6 @@ For example, to install everything just like Debian does, proceed as follows: By default INSTALLDIRS is set to site. -=head1 DOCKER USAGE - -pgBadger is available as Docker image. Remember to mount logs and outdir. - - docker run -v /var/log/postgresql:/logs -v ${PWD}:/outdir dalibo/pgbadger -O /outdir /logs/postgresql.log - =head1 POSTGRESQL CONFIGURATION You must enable and set some configuration directives in your postgresql.conf -- 2.40.0