Official Jenkins Docker imageを起動してみる

はじめに

 Official Jenkins Docker imageが存在しているのですが、情報が少なめです。
 よく探せばどこかに載っているのかもしれませんが、私には以下のサイトぐらいしか発見できず……。

 なので、試しに起動してみました。

環境

  • (操作に使用している端末)Windows 7
  • さくらのクラウド
    • 1コア
    • 1GB
    • CoreOS 367.1.0 (stable)
  • Official Jenkins Docker image 1.580.1, latest (1.580.1/Dockerfile)

Docker コンテナの起動まで

 内部を探るために、コンテナ内でbashが起動するようにしています。

core@core01 ~ $ docker pull jenkins:1.580.1
Pulling repository jenkins
4ab76e0a0de5: Download complete
511136ea3c5a: Download complete
848d84b4b2ab: Download complete
71d9d77ae89e: Download complete
34664741b33f: Download complete
bd8bd16075a0: Download complete
c15d04694341: Download complete
5e97c669e8ad: Download complete
b872be1ed4e2: Download complete
dc840aab2066: Download complete
adc3c45c3240: Download complete
0b1c0295bb5d: Download complete
2be80fdfe9a5: Download complete
351a04aeba54: Download complete
b59dae8526a4: Download complete
597ba455eda0: Download complete
bc49537e077a: Download complete
d855af7fb8ec: Download complete
c9c43170a527: Download complete
b0902b0e01fc: Download complete
47ba533c79b9: Download complete
core@core01 ~ $ docker run -it -p 8080:8080 jenkins:1.580.1 /bin/bash
/usr/share/jenkins/ref/init.groovy.d/tcp-slave-angent-port.groovy
 /usr/share/jenkins/ref/init.groovy.d/tcp-slave-angent-port.groovy -> init.groovy.d/tcp-slave-angent-port.groovy
copy init.groovy.d/tcp-slave-angent-port.groovy to JENKINS_HOME
jenkins@b5c821f98757:/$

環境についてわかったこと

ディストリビューション
jenkins@b5c821f98757:/$ cat /etc/issue
Debian GNU/Linux jessie/sid \n \l
Java
jenkins@b5c821f98757:/$ java -version
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.2) (7u65-2.5.2-4)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
インストールされているJenkinsのプラグイン
jenkins@c5590cb0c81b:/$ cd ./usr/share/jenkins/
jenkins@c5590cb0c81b:/usr/share/jenkins$ java -jar jenkins.war &
[1] 26
Running from: /usr/share/jenkins/jenkins.war
webroot: EnvVars.masterEnvVars.get("JENKINS_HOME")
Jan 04, 2015 2:39:46 AM winstone.Logger logInternal
INFO: Beginning extraction from war file
Jan 04, 2015 2:39:48 AM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: jetty-winstone-2.8
Jan 04, 2015 2:39:51 AM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet
Jenkins home directory: /var/jenkins_home found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
Jan 04, 2015 2:39:53 AM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Jan 04, 2015 2:39:53 AM winstone.Logger logInternal
INFO: Winstone Servlet Engine v2.0 running: controlPort=disabled
Jan 04, 2015 2:39:53 AM jenkins.InitReactorRunner$1 onAttained
INFO: Started initialization
Jan 04, 2015 2:40:08 AM jenkins.InitReactorRunner$1 onAttained
INFO: Listed all plugins
Jan 04, 2015 2:40:08 AM jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
Jan 04, 2015 2:40:08 AM jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins
Jan 04, 2015 2:40:11 AM jenkins.InitReactorRunner$1 onAttained
INFO: Augmented all extensions
Jan 04, 2015 2:40:11 AM jenkins.InitReactorRunner$1 onAttained
INFO: Loaded all jobs
Jan 04, 2015 2:40:15 AM org.jenkinsci.main.modules.sshd.SSHD start
INFO: Started SSHD at port 55622
Jan 04, 2015 2:40:15 AM jenkins.util.groovy.GroovyHookScript execute
INFO: Executing /var/jenkins_home/init.groovy.d/tcp-slave-angent-port.groovy
Jan 04, 2015 2:40:16 AM jenkins.InitReactorRunner$1 onAttained
INFO: Completed initialization
Jan 04, 2015 2:40:16 AM hudson.WebAppMain$3 run
INFO: Jenkins is fully up and running
--> setting agent port for jnlp
jenkins@c5590cb0c81b:/home$ cd /var/jenkins_home/
jenkins@c5590cb0c81b:/var/jenkins_home$  wget http://localhost:8080/jnlpJars/jenkins-cli.jar
--2015-01-04 02:44:13--  http://localhost:8080/jnlpJars/jenkins-cli.jar
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 751026 (733K) [application/java-archive]
Saving to: 'jenkins-cli.jar'

100%[========================================================================================>] 751,026     --.-K/s   in 0.02s

2015-01-04 02:44:13 (42.3 MB/s) - 'jenkins-cli.jar' saved [751026/751026]

jenkins@c5590cb0c81b:/var/jenkins_home$ java -jar jenkins-cli.jar -s http://localhost:8080 list-plugins
Jan 04, 2015 2:45:16 AM hudson.TcpSlaveAgentListener$ConnectionHandler run
INFO: Accepted connection #1 from /127.0.0.1:40834
mailer                    Mailer Plugin                        1.10
ldap                      LDAP Plugin                          1.6
junit                     JUnit Plugin                         1.0
ssh-slaves                SSH Slaves plugin                    1.8
cvs                       CVS Plug-in                          2.11
translation               Translation Assistance plugin        1.10
external-monitor-job      External Monitor Job Type Plugin     1.2
matrix-auth               Matrix Authorization Strategy Plugin 1.1
maven-plugin              Maven Integration plugin             2.5
ssh-credentials           SSH Credentials Plugin               1.10
ant                       Ant Plugin                           1.2
credentials               Credentials Plugin                   1.18
matrix-project            Matrix Project Plugin                1.3
subversion                Subversion Plug-in                   1.54
javadoc                   Javadoc Plugin                       1.1
antisamy-markup-formatter OWASP Markup Formatter Plugin        1.1
windows-slaves            Windows Slaves Plugin                1.0
pam-auth                  PAM Authentication plugin            1.1
ユーザ一覧
jenkins@b5c821f98757:/$ cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
sys:x:3:3:sys:/dev:/usr/sbin/nologin
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/usr/sbin/nologin
man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
systemd-timesync:x:100:103:systemd Time Synchronization,,,:/run/systemd:/bin/false
systemd-network:x:101:104:systemd Network Management,,,:/run/systemd/netif:/bin/false
systemd-resolve:x:102:105:systemd Resolver,,,:/run/systemd/resolve:/bin/false
systemd-bus-proxy:x:103:106:systemd Bus Proxy,,,:/run/systemd:/bin/false
messagebus:x:104:107::/var/run/dbus:/bin/false
jenkins:x:1000:1000::/var/jenkins_home:/bin/bash
インストールされているパッケージ
jenkins@b5c821f98757:/$ dpkg --list
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                             Version                       Architecture                  Description
+++-================================================-=============================-=============================-======================================================================================================
ii  acl                                              2.2.52-2                      amd64                         Access control list utilities
ii  adduser                                          3.113+nmu3                    all                           add and remove users and groups
ii  apt                                              1.0.9.3                       amd64                         commandline package manager
ii  base-files                                       7.6                           amd64                         Debian base system miscellaneous files
ii  base-passwd                                      3.5.36                        amd64                         Debian base system master password and group files
ii  bash                                             4.3-11                        amd64                         GNU Bourne Again SHell
ii  bsdutils                                         1:2.25.1-5                    amd64                         basic utilities from 4.4BSD-Lite
ii  ca-certificates                                  20140927                      all                           Common CA certificates
ii  ca-certificates-java                             20140324                      all                           Common CA certificates (JKS keystore)
ii  coreutils                                        8.23-2                        amd64                         GNU core utilities
ii  curl                                             7.38.0-2                      amd64                         command line tool for transferring data with URL syntax
ii  dash                                             0.5.7-4                       amd64                         POSIX-compliant shell
ii  dbus                                             1.8.8-2                       amd64                         simple interprocess messaging system (daemon and utilities)
ii  dbus-x11                                         1.8.8-2                       amd64                         simple interprocess messaging system (X11 deps)
ii  debconf                                          1.5.53                        all                           Debian configuration management system
ii  debconf-i18n                                     1.5.53                        all                           full internationalization support for debconf
ii  debian-archive-keyring                           2014.1                        all                           GnuPG archive keys of the Debian archive
ii  debianutils                                      4.4                           amd64                         Miscellaneous utilities specific to Debian
ii  diffutils                                        1:3.3-1                       amd64                         File comparison utilities
ii  dmsetup                                          2:1.02.90-2                   amd64                         Linux Kernel Device Mapper userspace library
ii  dpkg                                             1.17.13                       amd64                         Debian package management system
ii  e2fslibs:amd64                                   1.42.12-1                     amd64                         ext2/ext3/ext4 file system libraries
ii  e2fsprogs                                        1.42.12-1                     amd64                         ext2/ext3/ext4 file system utilities
ii  file                                             1:5.19-2                      amd64                         Determines file type using "magic" numbers
ii  findutils                                        4.4.2-9                       amd64                         utilities for finding files--find, xargs
ii  fontconfig                                       2.11.0-6.1                    amd64                         generic font configuration library - support binaries
ii  fontconfig-config                                2.11.0-6.1                    all                           generic font configuration library - configuration
ii  fonts-dejavu-core                                2.34-1                        all                           Vera font family derivate with additional characters
ii  fonts-dejavu-extra                               2.34-1                        all                           Vera font family derivate with additional characters (extra variants)
ii  gcc-4.7-base:amd64                               4.7.4-3                       amd64                         GCC, the GNU Compiler Collection (base package)
ii  gcc-4.8-base:amd64                               4.8.3-11                      amd64                         GCC, the GNU Compiler Collection (base package)
ii  gcc-4.9-base:amd64                               4.9.1-16                      amd64                         GCC, the GNU Compiler Collection (base package)
ii  gconf-service                                    3.2.6-3                       amd64                         GNOME configuration database system (D-Bus service)
ii  gconf2                                           3.2.6-3                       amd64                         GNOME configuration database system (support tools)
ii  gconf2-common                                    3.2.6-3                       all                           GNOME configuration database system (common files)
ii  git                                              1:2.1.1-1                     amd64                         fast, scalable, distributed revision control system
ii  git-man                                          1:2.1.1-1                     all                           fast, scalable, distributed revision control system (manual pages)
ii  gnome-mime-data                                  2.18.0-1                      all                           base MIME and Application database for GNOME.
ii  gnupg                                            1.4.18-4                      amd64                         GNU privacy guard - a free PGP replacement
ii  gpgv                                             1.4.18-4                      amd64                         GNU privacy guard - signature verification tool
ii  grep                                             2.20-4                        amd64                         GNU grep, egrep and fgrep
ii  gzip                                             1.6-4                         amd64                         GNU compression utilities
ii  hicolor-icon-theme                               0.13-1                        all                           default fallback theme for FreeDesktop.org icon themes
ii  hostname                                         3.15                          amd64                         utility to set/show the host name or domain name
ii  inetutils-ping                                   2:1.9.2-1                     amd64                         ICMP echo tool
ii  init                                             1.21                          amd64                         System-V-like init utilities - metapackage
ii  initscripts                                      2.88dsf-53.4                  amd64                         scripts for initializing and shutting down the system
ii  insserv                                          1.14.0-5                      amd64                         boot sequence organizer using LSB init.d script dependency information
ii  iproute2                                         3.16.0-2                      amd64                         networking and traffic control tools
ii  java-common                                      0.52                          all                           Base of all Java packages
ii  krb5-locales                                     1.12.1+dfsg-10                all                           Internationalization support for MIT Kerberos
ii  less                                             458-3                         amd64                         pager program similar to more
ii  libacl1:amd64                                    2.2.52-2                      amd64                         Access control list shared library
ii  libalgorithm-c3-perl                             0.09-1                        all                           Perl module for merging hierarchies using the C3 algorithm
ii  libapt-pkg4.12:amd64                             1.0.9.3                       amd64                         package management runtime library
ii  libarchive-extract-perl                          0.72-1                        all                           generic archive extracting module
ii  libasound2:amd64                                 1.0.28-1                      amd64                         shared library for ALSA applications
ii  libasound2-data                                  1.0.28-1                      all                           Configuration files and profiles for ALSA drivers
ii  libasyncns0:amd64                                0.8-5                         amd64                         Asynchronous name service query library
ii  libatk-wrapper-java                              0.30.5-1                      all                           ATK implementation for Java using JNI
ii  libatk-wrapper-java-jni:amd64                    0.30.5-1                      amd64                         ATK implementation for Java using JNI (JNI bindings)
ii  libatk1.0-0:amd64                                2.14.0-1                      amd64                         ATK accessibility toolkit
ii  libatk1.0-data                                   2.14.0-1                      all                           Common files for the ATK accessibility toolkit
ii  libattr1:amd64                                   1:2.4.47-2                    amd64                         Extended attribute shared library
ii  libaudit-common                                  1:2.4-1                       all                           Dynamic library for security auditing - common files
ii  libaudit1:amd64                                  1:2.4-1                       amd64                         Dynamic library for security auditing
ii  libavahi-client3:amd64                           0.6.31-4                      amd64                         Avahi client library
ii  libavahi-common-data:amd64                       0.6.31-4                      amd64                         Avahi common data files
ii  libavahi-common3:amd64                           0.6.31-4                      amd64                         Avahi common library
ii  libavahi-glib1:amd64                             0.6.31-4                      amd64                         Avahi GLib integration library
ii  libblkid1:amd64                                  2.25.1-5                      amd64                         block device id library
ii  libbonobo2-0:amd64                               2.32.1-3                      amd64                         Bonobo CORBA interfaces library
ii  libbonobo2-common                                2.32.1-3                      all                           Bonobo CORBA interfaces library -- support files
ii  libbsd0:amd64                                    0.7.0-2                       amd64                         utility functions from BSD systems - shared library
ii  libbz2-1.0:amd64                                 1.0.6-7                       amd64                         high-quality block-sorting file compressor library - runtime
ii  libc-bin                                         2.19-11                       amd64                         GNU C Library: Binaries
ii  libc6:amd64                                      2.19-11                       amd64                         GNU C Library: Shared libraries
ii  libcairo2:amd64                                  1.12.16-5                     amd64                         The Cairo 2D vector graphics library
ii  libcanberra0:amd64                               0.30-2.1                      amd64                         simple abstract interface for playing event sounds
ii  libcap-ng0:amd64                                 0.7.4-2                       amd64                         An alternate POSIX capabilities library
ii  libcap2:amd64                                    1:2.24-6                      amd64                         POSIX 1003.1e capabilities (library)
ii  libcap2-bin                                      1:2.24-6                      amd64                         POSIX 1003.1e capabilities (utilities)
ii  libcgi-fast-perl                                 1:2.04-1                      all                           CGI subclass for work with FCGI
ii  libcgi-pm-perl                                   4.03-1                        all                           module for Common Gateway Interface applications
ii  libclass-c3-perl                                 0.26-1                        all                           pragma for using the C3 method resolution order
ii  libclass-c3-xs-perl                              0.13-2+b1                     amd64                         Perl module to accelerate Class::C3
ii  libcomerr2:amd64                                 1.42.12-1                     amd64                         common error description library
ii  libcpan-meta-perl                                2.142690-1                    all                           Perl module to access CPAN distributions metadata
ii  libcryptsetup4:amd64                             2:1.6.6-2                     amd64                         disk encryption support - shared library
ii  libcups2:amd64                                   1.7.5-5                       amd64                         Common UNIX Printing System(tm) - Core library
ii  libcurl3:amd64                                   7.38.0-2                      amd64                         easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libcurl3-gnutls:amd64                            7.38.0-2                      amd64                         easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libdata-optlist-perl                             0.109-1                       all                           module to parse and validate simple name/value option pairs
ii  libdata-section-perl                             0.200006-1                    all                           module to read chunks of data from a module's DATA section
ii  libdatrie1:amd64                                 0.2.8-1                       amd64                         Double-array trie library
ii  libdb5.3:amd64                                   5.3.28-6                      amd64                         Berkeley v5.3 Database Libraries [runtime]
ii  libdbus-1-3:amd64                                1.8.8-2                       amd64                         simple interprocess messaging system (library)
ii  libdbus-glib-1-2:amd64                           0.102-1                       amd64                         simple interprocess messaging system (GLib-based shared library)
ii  libdebconfclient0:amd64                          0.192                         amd64                         Debian Configuration Management System (C-implementation library)
ii  libdevmapper1.02.1:amd64                         2:1.02.90-2                   amd64                         Linux Kernel Device Mapper userspace library
ii  libdrm-intel1:amd64                              2.4.58-2                      amd64                         Userspace interface to intel-specific kernel DRM services -- runtime
ii  libdrm-nouveau2:amd64                            2.4.58-2                      amd64                         Userspace interface to nouveau-specific kernel DRM services -- runtime
ii  libdrm-radeon1:amd64                             2.4.58-2                      amd64                         Userspace interface to radeon-specific kernel DRM services -- runtime
ii  libdrm2:amd64                                    2.4.58-2                      amd64                         Userspace interface to kernel DRM services -- runtime
ii  libedit2:amd64                                   3.1-20140620-2                amd64                         BSD editline and history libraries
ii  libelf1:amd64                                    0.159-4                       amd64                         library to read and write ELF files
ii  liberror-perl                                    0.17-1.1                      all                           Perl module for error/exception handling in an OO-ish way
ii  libexpat1:amd64                                  2.1.0-6                       amd64                         XML parsing C library - runtime library
ii  libfcgi-perl                                     0.77-1+b1                     amd64                         helper module for FastCGI
ii  libffi6:amd64                                    3.1-2                         amd64                         Foreign Function Interface library runtime
ii  libflac8:amd64                                   1.3.0-2                       amd64                         Free Lossless Audio Codec - runtime C library
ii  libfontconfig1:amd64                             2.11.0-6.1                    amd64                         generic font configuration library - runtime
ii  libfreetype6:amd64                               2.5.2-2                       amd64                         FreeType 2 font engine, shared library files
ii  libgcc1:amd64                                    1:4.9.1-16                    amd64                         GCC support library
ii  libgconf-2-4:amd64                               3.2.6-3                       amd64                         GNOME configuration database system (shared libraries)
ii  libgconf2-4:amd64                                3.2.6-3                       amd64                         GNOME configuration database system (dummy package)
ii  libgcrypt11:amd64                                1.5.4-3                       amd64                         LGPL Crypto library - runtime library
ii  libgcrypt20:amd64                                1.6.2-3                       amd64                         LGPL Crypto library - runtime library
ii  libgdbm3:amd64                                   1.8.3-13                      amd64                         GNU dbm database routines (runtime version)
ii  libgdk-pixbuf2.0-0:amd64                         2.31.1-2+b1                   amd64                         GDK Pixbuf library
ii  libgdk-pixbuf2.0-common                          2.31.1-2                      all                           GDK Pixbuf library - data files
ii  libgif4:amd64                                    4.1.6-11                      amd64                         library for GIF images (library)
ii  libgl1-mesa-dri:amd64                            10.2.8-1                      amd64                         free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx:amd64                            10.2.8-1                      amd64                         free implementation of the OpenGL API -- GLX runtime
ii  libglapi-mesa:amd64                              10.2.8-1                      amd64                         free implementation of the GL API -- shared library
ii  libglib2.0-0:amd64                               2.42.0-2                      amd64                         GLib library of C routines
ii  libglib2.0-data                                  2.42.0-2                      all                           Common files for GLib library
ii  libgmp10:amd64                                   2:6.0.0+dfsg-6                amd64                         Multiprecision arithmetic library
ii  libgnome-2-0:amd64                               2.32.1-5                      amd64                         The GNOME library - runtime files
ii  libgnome2-0:amd64                                2.32.1-5                      amd64                         The GNOME library - transition package
ii  libgnome2-bin                                    2.32.1-5                      amd64                         The GNOME library - binary files
ii  libgnome2-common                                 2.32.1-5                      all                           The GNOME library - common files
ii  libgnomevfs2-0:amd64                             1:2.24.4-6                    amd64                         GNOME Virtual File System (runtime libraries)
ii  libgnomevfs2-common                              1:2.24.4-6                    all                           GNOME Virtual File System (common files)
ii  libgnomevfs2-extra:amd64                         1:2.24.4-6                    amd64                         GNOME Virtual File System (extra modules)
ii  libgnutls-deb0-28:amd64                          3.3.8-3                       amd64                         GNU TLS library - main runtime library
ii  libgnutls26:amd64                                2.12.23-17                    amd64                         GNU TLS library - runtime library
ii  libgpg-error0:amd64                              1.16-2                        amd64                         library for common error values and messages in GnuPG components
ii  libgraphite2-3:amd64                             1.2.4-3                       amd64                         Font rendering engine for Complex Scripts -- library
ii  libgssapi-krb5-2:amd64                           1.12.1+dfsg-10                amd64                         MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libgtk2.0-0:amd64                                2.24.25-1                     amd64                         GTK+ graphical user interface library
ii  libgtk2.0-bin                                    2.24.25-1                     amd64                         programs for the GTK+ graphical user interface library
ii  libgtk2.0-common                                 2.24.25-1                     all                           common files for the GTK+ graphical user interface library
ii  libharfbuzz0b:amd64                              0.9.35-1                      amd64                         OpenType text shaping engine (shared library)
ii  libhogweed2:amd64                                2.7.1-3                       amd64                         low level cryptographic library (public-key cryptos)
ii  libice-dev:amd64                                 2:1.0.9-1                     amd64                         X11 Inter-Client Exchange library (development headers)
ii  libice6:amd64                                    2:1.0.9-1                     amd64                         X11 Inter-Client Exchange library
ii  libidn11:amd64                                   1.29-1                        amd64                         GNU Libidn library, implementation of IETF IDN specifications
ii  libjasper1:amd64                                 1.900.1-debian1-2.1+b1        amd64                         JasPer JPEG-2000 runtime library
ii  libjbig0:amd64                                   2.1-3.1                       amd64                         JBIGkit libraries
ii  libjpeg62-turbo:amd64                            1:1.3.1-8                     amd64                         libjpeg-turbo JPEG runtime library
ii  libjpeg8:amd64                                   8d1-2                         amd64                         Independent JPEG Group's JPEG runtime library
ii  libjson-c2:amd64                                 0.11-4                        amd64                         JSON manipulation library - shared library
ii  libk5crypto3:amd64                               1.12.1+dfsg-10                amd64                         MIT Kerberos runtime libraries - Crypto Library
ii  libkeyutils1:amd64                               1.5.9-5                       amd64                         Linux Key Management Utilities (library)
ii  libkmod2:amd64                                   18-3                          amd64                         libkmod shared library
ii  libkrb5-3:amd64                                  1.12.1+dfsg-10                amd64                         MIT Kerberos runtime libraries
ii  libkrb5support0:amd64                            1.12.1+dfsg-10                amd64                         MIT Kerberos runtime libraries - Support library
ii  liblcms2-2:amd64                                 2.6-3+b2                      amd64                         Little CMS 2 color management library
ii  libldap-2.4-2:amd64                              2.4.39-1.1+b1                 amd64                         OpenLDAP libraries
ii  libllvm3.4:amd64                                 1:3.4.2-10                    amd64                         Modular compiler and toolchain technologies, runtime library
ii  liblocale-gettext-perl                           1.05-8+b1                     amd64                         module using libc functions for internationalization in Perl
ii  liblog-message-perl                              0.8-1                         all                           powerful and flexible message logging mechanism
ii  liblog-message-simple-perl                       0.10-2                        all                           simplified interface to Log::Message
ii  libltdl7:amd64                                   2.4.2-1.10+b1                 amd64                         System independent dlopen wrapper for GNU libtool
ii  liblzma5:amd64                                   5.1.1alpha+20120614-2         amd64                         XZ-format compression library
ii  libmagic1:amd64                                  1:5.19-2                      amd64                         File type determination library using "magic" numbers
ii  libmodule-build-perl                             0.421000-2                    all                           framework for building and installing Perl modules
ii  libmodule-pluggable-perl                         5.1-1                         all                           module for giving  modules the ability to have plugins
ii  libmodule-signature-perl                         0.73-1                        all                           module to manipulate CPAN SIGNATURE files
ii  libmount1:amd64                                  2.25.1-5                      amd64                         device mounting library
ii  libmro-compat-perl                               0.12-1                        all                           mro::* interface compatibility for Perls < 5.9.5
ii  libncurses5:amd64                                5.9+20140913-1                amd64                         shared libraries for terminal handling
ii  libncursesw5:amd64                               5.9+20140913-1                amd64                         shared libraries for terminal handling (wide character support)
ii  libnettle4:amd64                                 2.7.1-3                       amd64                         low level cryptographic library (symmetric and one-way cryptos)
ii  libnspr4:amd64                                   2:4.10.7-1                    amd64                         NetScape Portable Runtime Library
ii  libnss3:amd64                                    2:3.17.1-1                    amd64                         Network Security Service libraries
ii  libogg0:amd64                                    1.3.2-1                       amd64                         Ogg bitstream library
ii  liborbit-2-0:amd64                               1:2.14.19-0.3                 amd64                         high-performance CORBA implementation - common libraries
ii  libp11-kit0:amd64                                0.20.7-1                      amd64                         Library for loading and coordinating access to PKCS#11 modules - runtime
ii  libpackage-constants-perl                        0.04-1                        all                           List constants defined in a package
ii  libpam-modules:amd64                             1.1.8-3.1                     amd64                         Pluggable Authentication Modules for PAM
ii  libpam-modules-bin                               1.1.8-3.1                     amd64                         Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                                   1.1.8-3.1                     all                           Runtime support for the PAM library
ii  libpam0g:amd64                                   1.1.8-3.1                     amd64                         Pluggable Authentication Modules library
ii  libpango-1.0-0:amd64                             1.36.8-2                      amd64                         Layout and rendering of internationalized text
ii  libpangocairo-1.0-0:amd64                        1.36.8-2                      amd64                         Layout and rendering of internationalized text
ii  libpangoft2-1.0-0:amd64                          1.36.8-2                      amd64                         Layout and rendering of internationalized text
ii  libparams-util-perl                              1.07-2+b1                     amd64                         Perl extension for simple stand-alone param checking functions
ii  libpciaccess0:amd64                              0.13.2-3                      amd64                         Generic PCI access library for X
ii  libpcre3:amd64                                   1:8.35-3.1                    amd64                         Perl 5 Compatible Regular Expression Library - runtime files
ii  libpcsclite1:amd64                               1.8.12-1                      amd64                         Middleware to access a smart card using PC/SC (library)
ii  libpixman-1-0:amd64                              0.32.6-3                      amd64                         pixel-manipulation library for X and cairo
ii  libpng12-0:amd64                                 1.2.50-2                      amd64                         PNG library - runtime
ii  libpod-latex-perl                                0.61-1                        all                           module to convert Pod data to formatted LaTeX
ii  libpod-readme-perl                               0.11-1                        all                           Perl module to convert POD to README file
ii  libpopt0:amd64                                   1.16-10                       amd64                         lib for parsing cmdline parameters
ii  libprocps3:amd64                                 2:3.3.9-8                     amd64                         library for accessing process information from /proc
ii  libpthread-stubs0-dev:amd64                      0.3-4                         amd64                         pthread stubs not provided by native libc, development files
ii  libpulse0:amd64                                  5.0-13                        amd64                         PulseAudio client libraries
ii  libpython-stdlib:amd64                           2.7.8-1                       amd64                         interactive high-level object-oriented language (default python version)
ii  libpython2.7-minimal:amd64                       2.7.8-10                      amd64                         Minimal subset of the Python language (version 2.7)
ii  libpython2.7-stdlib:amd64                        2.7.8-10                      amd64                         Interactive high-level object-oriented language (standard library, version 2.7)
ii  libreadline6:amd64                               6.3-8                         amd64                         GNU readline and history libraries, run-time libraries
ii  libregexp-common-perl                            2013031301-1                  all                           module with common regular expressions
ii  librtmp1:amd64                                   2.4+20131018.git79459a2-4     amd64                         toolkit for RTMP streams (shared library)
ii  libsasl2-2:amd64                                 2.1.26.dfsg1-11               amd64                         Cyrus SASL - authentication abstraction library
ii  libsasl2-modules:amd64                           2.1.26.dfsg1-11               amd64                         Cyrus SASL - pluggable authentication modules
ii  libsasl2-modules-db:amd64                        2.1.26.dfsg1-11               amd64                         Cyrus SASL - pluggable authentication modules (DB)
ii  libselinux1:amd64                                2.3-2                         amd64                         SELinux runtime shared libraries
ii  libsemanage-common                               2.3-1                         all                           Common files for SELinux policy management libraries
ii  libsemanage1:amd64                               2.3-1                         amd64                         SELinux policy management library
ii  libsepol1:amd64                                  2.3-2                         amd64                         SELinux library for manipulating binary security policies
ii  libslang2:amd64                                  2.3.0-1                       amd64                         S-Lang programming library - runtime version
ii  libsm-dev:amd64                                  2:1.2.2-1                     amd64                         X11 Session Management library (development headers)
ii  libsm6:amd64                                     2:1.2.2-1                     amd64                         X11 Session Management library
ii  libsmartcols1:amd64                              2.25.1-5                      amd64                         smart column output alignment library
ii  libsndfile1:amd64                                1.0.25-9                      amd64                         Library for reading/writing audio files
ii  libsoftware-license-perl                         0.103010-3                    all                           module providing templated software licenses
ii  libsqlite3-0:amd64                               3.8.6-1                       amd64                         SQLite 3 shared library
ii  libss2:amd64                                     1.42.12-1                     amd64                         command-line interface parsing library
ii  libssh2-1:amd64                                  1.4.3-4                       amd64                         SSH2 client-side library
ii  libssl1.0.0:amd64                                1.0.1j-1                      amd64                         Secure Sockets Layer toolkit - shared libraries
ii  libstdc++6:amd64                                 4.9.1-16                      amd64                         GNU Standard C++ Library v3
ii  libsub-exporter-perl                             0.986-1                       all                           sophisticated exporter for custom-built routines
ii  libsub-install-perl                              0.928-1                       all                           module for installing subroutines into packages easily
ii  libsystemd0:amd64                                215-5+b1                      amd64                         systemd utility library
ii  libtasn1-6:amd64                                 4.2-2                         amd64                         Manage ASN.1 structures (runtime)
ii  libtdb1:amd64                                    1.3.1-1                       amd64                         Trivial Database - shared library
ii  libterm-ui-perl                                  0.42-1                        all                           Term::ReadLine UI made easy
ii  libtext-charwidth-perl                           0.04-7+b3                     amd64                         get display widths of characters on the terminal
ii  libtext-iconv-perl                               1.7-5+b2                      amd64                         converts between character sets in Perl
ii  libtext-soundex-perl                             3.4-1+b2                      amd64                         implementation of the soundex algorithm
ii  libtext-template-perl                            1.46-1                        all                           perl module to process text templates
ii  libtext-wrapi18n-perl                            0.06-7                        all                           internationalized substitute of Text::Wrap
ii  libthai-data                                     0.1.21-1                      all                           Data files for Thai language support library
ii  libthai0:amd64                                   0.1.21-1                      amd64                         Thai language support library
ii  libtiff5:amd64                                   4.0.3-10+b2                   amd64                         Tag Image File Format (TIFF) library
ii  libtinfo5:amd64                                  5.9+20140913-1                amd64                         shared low-level terminfo library for terminal handling
ii  libtxc-dxtn-s2tc0:amd64                          0~git20131104-1.1             amd64                         Texture compression library for Mesa
ii  libudev1:amd64                                   215-5+b1                      amd64                         libudev shared library
ii  libusb-0.1-4:amd64                               2:0.1.12-24                   amd64                         userspace USB programming library
ii  libustr-1.0-1:amd64                              1.0.4-3                       amd64                         Micro string library: shared library
ii  libuuid1:amd64                                   2.25.1-5                      amd64                         Universally Unique ID library
ii  libvorbis0a:amd64                                1.3.2-1.4                     amd64                         The Vorbis General Audio Compression Codec (Decoder library)
ii  libvorbisenc2:amd64                              1.3.2-1.4                     amd64                         The Vorbis General Audio Compression Codec (Encoder library)
ii  libvorbisfile3:amd64                             1.3.2-1.4                     amd64                         The Vorbis General Audio Compression Codec (High Level API)
ii  libwrap0:amd64                                   7.6.q-25                      amd64                         Wietse Venema's TCP wrappers library
ii  libx11-6:amd64                                   2:1.6.2-3                     amd64                         X11 client-side library
ii  libx11-data                                      2:1.6.2-3                     all                           X11 client-side library
ii  libx11-dev:amd64                                 2:1.6.2-3                     amd64                         X11 client-side library (development headers)
ii  libx11-doc                                       2:1.6.2-3                     all                           X11 client-side library (development documentation)
ii  libx11-xcb1:amd64                                2:1.6.2-3                     amd64                         Xlib/XCB interface library
ii  libxau-dev:amd64                                 1:1.0.8-1                     amd64                         X11 authorisation library (development headers)
ii  libxau6:amd64                                    1:1.0.8-1                     amd64                         X11 authorisation library
ii  libxcb-dri2-0:amd64                              1.10-3                        amd64                         X C Binding, dri2 extension
ii  libxcb-dri3-0:amd64                              1.10-3                        amd64                         X C Binding, dri3 extension
ii  libxcb-glx0:amd64                                1.10-3                        amd64                         X C Binding, glx extension
ii  libxcb-present0:amd64                            1.10-3                        amd64                         X C Binding, present extension
ii  libxcb-render0:amd64                             1.10-3                        amd64                         X C Binding, render extension
ii  libxcb-shm0:amd64                                1.10-3                        amd64                         X C Binding, shm extension
ii  libxcb-sync1:amd64                               1.10-3                        amd64                         X C Binding, sync extension
ii  libxcb1:amd64                                    1.10-3                        amd64                         X C Binding
ii  libxcb1-dev:amd64                                1.10-3                        amd64                         X C Binding, development files
ii  libxcomposite1:amd64                             1:0.4.4-1                     amd64                         X11 Composite extension library
ii  libxcursor1:amd64                                1:1.1.14-1                    amd64                         X cursor management library
ii  libxdamage1:amd64                                1:1.1.4-2                     amd64                         X11 damaged region extension library
ii  libxdmcp-dev:amd64                               1:1.1.1-1                     amd64                         X11 authorisation library (development headers)
ii  libxdmcp6:amd64                                  1:1.1.1-1                     amd64                         X11 Display Manager Control Protocol library
ii  libxext6:amd64                                   2:1.3.3-1                     amd64                         X11 miscellaneous extension library
ii  libxfixes3:amd64                                 1:5.0.1-2                     amd64                         X11 miscellaneous 'fixes' extension library
ii  libxi6:amd64                                     2:1.7.4-1                     amd64                         X11 Input extension library
ii  libxinerama1:amd64                               2:1.1.3-1                     amd64                         X11 Xinerama extension library
ii  libxml2:amd64                                    2.9.1+dfsg1-4                 amd64                         GNOME XML library
ii  libxmuu1:amd64                                   2:1.1.2-1                     amd64                         X11 miscellaneous micro-utility library
ii  libxrandr2:amd64                                 2:1.4.2-1                     amd64                         X11 RandR extension library
ii  libxrender1:amd64                                1:0.9.8-1                     amd64                         X Rendering Extension client library
ii  libxshmfence1:amd64                              1.1-4                         amd64                         X shared memory fences - shared library
ii  libxt-dev:amd64                                  1:1.1.4-1                     amd64                         X11 toolkit intrinsics library (development headers)
ii  libxt6:amd64                                     1:1.1.4-1                     amd64                         X11 toolkit intrinsics library
ii  libxtst6:amd64                                   2:1.2.2-1                     amd64                         X11 Testing -- Record extension library
ii  libxxf86vm1:amd64                                1:1.1.3-1                     amd64                         X11 XFree86 video mode extension library
ii  login                                            1:4.2-2+b1                    amd64                         system login tools
ii  lsb-base                                         4.1+Debian13                  all                           Linux Standard Base 4.1 init script functionality
ii  mawk                                             1.3.3-17                      amd64                         a pattern scanning and text processing language
ii  mime-support                                     3.57                          all                           MIME files 'mime.types' & 'mailcap', and support programs
ii  mount                                            2.25.1-5                      amd64                         Tools for mounting and manipulating filesystems
ii  multiarch-support                                2.19-11                       amd64                         Transitional package to ensure multiarch compatibility
ii  ncurses-base                                     5.9+20140913-1                all                           basic terminal type definitions
ii  ncurses-bin                                      5.9+20140913-1                amd64                         terminal-related programs and man pages
ii  netbase                                          5.2                           all                           Basic TCP/IP networking system
ii  openjdk-7-jdk:amd64                              7u65-2.5.2-4                  amd64                         OpenJDK Development Kit (JDK)
ii  openjdk-7-jre:amd64                              7u65-2.5.2-4                  amd64                         OpenJDK Java runtime, using Hotspot JIT
ii  openjdk-7-jre-headless:amd64                     7u65-2.5.2-4                  amd64                         OpenJDK Java runtime, using Hotspot JIT (headless)
ii  openssh-client                                   1:6.7p1-2                     amd64                         secure shell (SSH) client, for secure access to remote machines
ii  openssl                                          1.0.1j-1                      amd64                         Secure Sockets Layer toolkit - cryptographic utility
ii  passwd                                           1:4.2-2+b1                    amd64                         change and administer password and group data
ii  patch                                            2.7.1-6                       amd64                         Apply a diff file to an original
ii  perl                                             5.20.1-1                      amd64                         Larry Wall's Practical Extraction and Report Language
ii  perl-base                                        5.20.1-1                      amd64                         minimal Perl system
ii  perl-modules                                     5.20.1-1                      all                           Core Perl modules
ii  procps                                           2:3.3.9-8                     amd64                         /proc file system utilities
ii  psmisc                                           22.21-2                       amd64                         utilities that use the proc file system
ii  python                                           2.7.8-1                       amd64                         interactive high-level object-oriented language (default version)
ii  python-minimal                                   2.7.8-1                       amd64                         minimal subset of the Python language (default version)
ii  python2.7                                        2.7.8-10                      amd64                         Interactive high-level object-oriented language (version 2.7)
ii  python2.7-minimal                                2.7.8-10                      amd64                         Minimal subset of the Python language (version 2.7)
ii  readline-common                                  6.3-8                         all                           GNU readline and history libraries, common files
ii  rename                                           0.20-3                        all                           Perl extension for renaming multiple files
ii  rsync                                            3.1.1-2                       amd64                         fast, versatile, remote (and local) file-copying tool
ii  sed                                              4.2.2-4                       amd64                         The GNU sed stream editor
ii  sensible-utils                                   0.0.9                         all                           Utilities for sensible alternative selection
ii  sgml-base                                        1.26+nmu4                     all                           SGML infrastructure and SGML catalog file support
ii  shared-mime-info                                 1.3-1                         amd64                         FreeDesktop.org shared MIME database and spec
ii  startpar                                         0.59-3                        amd64                         run processes in parallel and multiplex their output
ii  systemd                                          215-5+b1                      amd64                         system and service manager
ii  systemd-sysv                                     215-5+b1                      amd64                         system and service manager - SysV links
ii  sysv-rc                                          2.88dsf-53.4                  all                           System-V-like runlevel change mechanism
ii  sysvinit-utils                                   2.88dsf-53.4                  amd64                         System-V-like utilities
ii  tar                                              1.27.1-2                      amd64                         GNU version of the tar archiving utility
ii  tcpd                                             7.6.q-25                      amd64                         Wietse Venema's TCP wrapper utilities
ii  tzdata                                           2014h-2                       all                           time zone and daylight-saving time data
ii  tzdata-java                                      2014h-2                       all                           time zone and daylight-saving time data for use by java runtimes
ii  ucf                                              3.0030                        all                           Update Configuration File(s): preserve user changes to config files
ii  udev                                             215-5+b1                      amd64                         /dev/ and hotplug management daemon
ii  unzip                                            6.0-12                        amd64                         De-archiver for .zip files
ii  util-linux                                       2.25.1-5                      amd64                         Miscellaneous system utilities
ii  wget                                             1.15-1+b1                     amd64                         retrieves files from the web
ii  x11-common                                       1:7.7+7                       all                           X Window System (X.Org) infrastructure
ii  x11proto-core-dev                                7.0.26-1                      all                           X11 core wire protocol and auxiliary headers
ii  x11proto-input-dev                               2.3.1-1                       all                           X11 Input extension wire protocol
ii  x11proto-kb-dev                                  1.0.6-2                       all                           X11 XKB extension wire protocol
ii  xauth                                            1:1.0.9-1                     amd64                         X authentication utility
ii  xdg-user-dirs                                    0.15-2                        amd64                         tool to manage well known user directories
ii  xml-core                                         0.13+nmu2                     all                           XML infrastructure and XML catalog file support
ii  xorg-sgml-doctools                               1:1.11-1                      all                           Common tools for building X.Org SGML documentation
ii  xtrans-dev                                       1.3.4-1                       all                           X transport library (development files)
ii  zip                                              3.0-8                         amd64                         Archiver for .zip files
ii  zlib1g:amd64                                     1:1.2.8.dfsg-2                amd64                         compression library - runtime