Skip to content

Commit

Permalink
MB-29814: Add tzdata to Server image
Browse files Browse the repository at this point in the history
  • Loading branch information
ceejatec committed Jun 5, 2018
1 parent 84ce1c2 commit 613dbe0
Show file tree
Hide file tree
Showing 35 changed files with 70 additions and 35 deletions.
3 changes: 2 additions & 1 deletion community/couchbase-server/2.2.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl librtmp0 && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion community/couchbase-server/3.0.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion community/couchbase-server/3.1.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion community/couchbase-server/4.0.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion community/couchbase-server/4.1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion community/couchbase-server/4.1.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion community/couchbase-server/4.5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion community/couchbase-server/4.5.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion community/couchbase-server/5.0.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/2.5.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl librtmp0 && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/3.0.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/3.0.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/3.1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/3.1.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/3.1.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/3.1.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/4.0.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/4.1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/4.1.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/4.1.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/4.5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/4.5.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
3 changes: 2 additions & 1 deletion enterprise/couchbase-server/4.6.0-DP/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]>
# wget: for downloading .deb
# python-httplib2: used by CLI tools
# chrpath: for fixing curl, below
# tzdata: timezone info used by some N1QL functions
# Additional dependencies for system commands used by cbcollect_info:
# lsof: lsof
# lshw: lshw
# sysstat: iostat, sar, mpstat
# net-tools: ifconfig, arp, netstat
# numactl: numactl
RUN apt-get update && \
apt-get install -yq runit wget python-httplib2 chrpath \
apt-get install -yq runit wget python-httplib2 chrpath tzdata \
lsof lshw sysstat net-tools numactl && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
Loading

0 comments on commit 613dbe0

Please sign in to comment.