Skip to content

Commit d212e22

Browse files
authored
FDN-2995: Remove Travis CI config, legacy Dockerfile, add Jenkinsfile (#31)
1 parent 4f6148c commit d212e22

File tree

4 files changed

+3
-24
lines changed

4 files changed

+3
-24
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM flowdocker/postgresql:latest
1+
FROM flowdocker/postgresql15:latest
22

33
ADD . /opt/schema
44
WORKDIR /opt/schema
@@ -8,4 +8,4 @@ RUN service postgresql start && \
88
service postgresql stop
99

1010
USER "postgres"
11-
CMD ["/usr/lib/postgresql/11/bin/postgres", "-i", "-D", "/var/lib/postgresql/11/main"]
11+
CMD ["/usr/lib/postgresql/15/bin/postgres", "-i", "-D", "/var/lib/postgresql/15/main"]

Dockerfile-15

Lines changed: 0 additions & 11 deletions
This file was deleted.

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
skeletonPGPipeline(repository: 'dependency-postgresql')

0 commit comments

Comments
 (0)