Namespace
biocontainers
Image / Tag
soapdenovo2:v241dfsg-3-deb_cv1
Content Digest
sha256:af5aa50a0a7f63351e8b2a55ce4990e5f53559e2498736715255ab55b254676e
Details
Created

2019-10-21 11:14:24 UTC

Size

50.5 MB

Content Digest
Labels
  • about.copyright
    2008-2017 BGI-Shenzhen
  • about.documentation
    https://github.com/BioContainers/specs/wiki
  • about.home
    http://soap.genomics.org.cn/soapdenovo.html
  • about.license
    GPL-3+
  • about.license_file
    /usr/share/doc/soapdenovo2/copyright
  • about.summary
    short-read assembly method to build de novo draft assembly
  • about.tags
  • base.image
    debian:buster-backports
  • base_image
    biocontainers/biocontainers:vdebian-buster-backports_cv1
  • container
    soapdenovo2
  • extra.binaries
    /usr/bin/soapdenovo2-127mer,/usr/bin/soapdenovo2-63mer
  • license
    https://github.com/BioContainers/containers/blob/master/LICENSE
  • software
    soapdenovo2
  • software.version
    241dfsg-3-deb
  • upstream.version
    241
  • version
    1

Environment
DEBIAN_FRONTEND

noninteractive

HOME

/home/biodocker

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/biodocker/bin


Layers

[#000] sha256:478cd0aa93c0da2489a29b95d43a21a942cece28ecb0ba0f99770f52eb8ee3dc - 95.2% (48 MB)

[#001] sha256:94d6a239eb0e7a7fd6f6e0c75fe5c369eb7747cec3739c9972e5afa4e09b7153 - 0.0% (221 Bytes)

[#002] sha256:e8e87313e9cbe97c7a3e4d4e97c85926c49bc05f381588bd563fb1863d7003fb - 0.0% (112 Bytes)

[#003] sha256:1badce2e48be505640a9fc06db91b89e6cf4cf554717af4524a9911b9d2a74d7 - 2.69% (1.36 MB)

[#004] sha256:732b6ad56c5765ae0d3c0489d8a87f3b898e147d7c131ce401e9e866bf786e8f - 0.01% (4.21 KB)

[#005] sha256:f464fdba1cc8d4094c474cae35e93eda3481b63235eb658d37a90071a52669dc - 0.0% (143 Bytes)

[#006] sha256:aadafacb9d7beb8ed0cfe5c5180522f15cc894c981203e5731e8ccbc55f2cb0b - 2.1% (1.06 MB)


History
2019-06-10 23:21:37 UTC

/bin/sh -c #(nop) ADD file:e7b0b4ed23ac0ce3e8c4d65daa6a8896533c92b2dd167ba2c15c7181354d64b6 in /

2019-06-10 23:21:37 UTC

/bin/sh -c #(nop) CMD ["bash"]

2019-06-10 23:21:42 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list

2019-07-09 15:06:04 UTC

/bin/sh -c #(nop) LABEL base.image=debian:buster-backports

2019-07-09 15:06:04 UTC

/bin/sh -c #(nop) LABEL version=1

2019-07-09 15:06:05 UTC

/bin/sh -c #(nop) LABEL software=Biocontainers debian based image

2019-07-09 15:06:05 UTC

/bin/sh -c #(nop) LABEL software.version=debian-buster-backports

2019-07-09 15:06:06 UTC

/bin/sh -c #(nop) LABEL about.home=http://biocontainers.pro

2019-07-09 15:06:08 UTC

/bin/sh -c #(nop) LABEL about.documentation=https://github.com/BioContainers/specs/wiki

2019-07-09 15:06:09 UTC

/bin/sh -c #(nop) LABEL license=https://github.com/BioContainers/containers/blob/master/LICENSE

2019-07-09 15:06:09 UTC

/bin/sh -c #(nop) MAINTAINER Olivier Sallou <osallou@irisa.fr>

2019-07-09 15:06:09 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2019-07-09 15:06:11 UTC

/bin/sh -c mkdir /data /config

2019-07-09 15:06:22 UTC

/bin/sh -c apt-get clean all && apt-get update && apt-get upgrade -y && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

2019-07-09 15:06:24 UTC

/bin/sh -c groupadd fuse && useradd --create-home --shell /bin/bash --user-group --uid 1000 --groups sudo,fuse biodocker && echo `echo "biodocker\nbiodocker\n" | passwd biodocker` && chown biodocker:biodocker /data && chown biodocker:biodocker /config

2019-07-09 15:06:24 UTC

/bin/sh -c #(nop) USER [biodocker]

2019-07-09 15:06:25 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/biodocker/bin

2019-07-09 15:06:25 UTC

/bin/sh -c #(nop) ENV HOME=/home/biodocker

2019-07-09 15:06:26 UTC

/bin/sh -c mkdir /home/biodocker/bin

2019-07-09 15:06:27 UTC

/bin/sh -c #(nop) VOLUME [/data /config]

2019-07-09 15:06:27 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2019-07-09 15:06:27 UTC

/bin/sh -c #(nop) WORKDIR /data

2019-10-21 11:14:13 UTC

/bin/sh -c #(nop) MAINTAINER biocontainers <biodocker@gmail.com>

2019-10-21 11:14:13 UTC

/bin/sh -c #(nop) LABEL software=soapdenovo2 base_image=biocontainers/biocontainers:vdebian-buster-backports_cv1 container=soapdenovo2 about.summary=short-read assembly method to build de novo draft assembly about.home=http://soap.genomics.org.cn/soapdenovo.html software.version=241dfsg-3-deb upstream.version=241 version=1 about.copyright=2008-2017 BGI-Shenzhen about.license=GPL-3+ about.license_file=/usr/share/doc/soapdenovo2/copyright extra.binaries=/usr/bin/soapdenovo2-127mer,/usr/bin/soapdenovo2-63mer about.tags=

2019-10-21 11:14:14 UTC

/bin/sh -c #(nop) USER [root]

2019-10-21 11:14:14 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2019-10-21 11:14:23 UTC

/bin/sh -c apt-get update && (apt-get install -t buster-backports -y soapdenovo2 || apt-get install -y soapdenovo2) && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*

2019-10-21 11:14:24 UTC

/bin/sh -c #(nop) USER [biodocker]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete