Skip to content

Commit 7970932

Browse files
author
Jeff McCormick
committed
update makefile
1 parent 98d650d commit 7970932

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ release: check-go-vars
3838
rm -rf $(RELTMPDIR) $(RELFILE)
3939
mkdir $(RELTMPDIR)
4040
cp $(GOBIN)/pgo $(RELTMPDIR)
41-
cp $(COROOT)/examples/.pgo.yaml $(RELTMPDIR)
42-
cp $(COROOT)/examples/.pgo.lspvc-template.json $(RELTMPDIR)
41+
cp $(COROOT)/examples/*pgo.yaml* $(RELTMPDIR)
42+
cp $(COROOT)/examples/*pgo.lspvc-template.json $(RELTMPDIR)
4343
tar czvf $(RELFILE) -C $(RELTMPDIR) .
4444
default:
4545
all

centos7/Dockerfile.lspvc.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM centos:7
22

3-
LABEL Release="1.4" Vendor="Crunchy Data Solutions"
3+
LABEL Release="1.5" Vendor="Crunchy Data Solutions"
44

55
RUN yum -y update && yum -y clean all
66

centos7/Dockerfile.postgres-operator.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM centos:7
22

3-
LABEL Release="1.4" Vendor="Crunchy Data Solutions"
3+
LABEL Release="1.5" Vendor="Crunchy Data Solutions"
44

55
ENV PGVERSION="9.6" PGDG_REPO="pgdg-centos96-9.6-3.noarch.rpm"
66

rhel7/Dockerfile.lspvc.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/rhel7.3
22

3-
LABEL Release="1.4" Vendor="Crunchy Data Solutions"
3+
LABEL Release="1.5" Vendor="Crunchy Data Solutions"
44

55
RUN yum -y update && yum -y clean all
66

rhel7/Dockerfile.postgres-operator.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/rhel7.3
22

3-
LABEL Release="1.4" Vendor="Crunchy Data Solutions"
3+
LABEL Release="1.5" Vendor="Crunchy Data Solutions"
44

55
ENV PGVERSION="9.6" PGDG_REPO="pgdg-centos96-9.6-3.noarch.rpm"
66

0 commit comments

Comments
 (0)