entities list | max_stars_repo_path stringlengths 10 153 | max_stars_repo_name stringlengths 5 112 | max_stars_count int64 0 84.9k | content stringlengths 24 130k | id stringlengths 1 6 | new_content stringlengths 13 130k | modified bool 1 class | references stringlengths 28 130k |
|---|---|---|---|---|---|---|---|---|
[
{
"context": "/biocontainers:debian-stretch-backports\nMAINTAINER biocontainers <biodocker@gmail.com>\nLABEL software=\"clearcut",
"end": 82,
"score": 0.9992810487747192,
"start": 69,
"tag": "USERNAME",
"value": "biocontainers"
},
{
"context": "ebian-stretch-backports\nMAINTAINER biocontainers <biodocker@gmail.com>\nLABEL software=\"clearcut\" \\ \n container=\"c",
"end": 103,
"score": 0.9999294281005859,
"start": 84,
"tag": "EMAIL",
"value": "biodocker@gmail.com"
},
{
"context": "t purge && rm -rf /var/lib/apt/lists/* /tmp/*\nUSER biodocker\n",
"end": 657,
"score": 0.9985802173614502,
"start": 648,
"tag": "USERNAME",
"value": "biodocker"
}
] | clearcut/1.0.9-1b1-deb/Dockerfile | osallou/containers | 1 | FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="clearcut" \
container="clearcut" \
about.summary="extremely efficient phylogenetic tree reconstruction" \
about.home="http://bioinformatics.hungry.com/clearcut/" \
software.version="1.0.9-1b1-deb" \
version="1" \
about.license_file="/usr/share/doc/clearcut/copyright" \
extra.binaries="/usr/bin/clearcut" \
about.tags=""
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y clearcut && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker
| 458084 | FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <<EMAIL>>
LABEL software="clearcut" \
container="clearcut" \
about.summary="extremely efficient phylogenetic tree reconstruction" \
about.home="http://bioinformatics.hungry.com/clearcut/" \
software.version="1.0.9-1b1-deb" \
version="1" \
about.license_file="/usr/share/doc/clearcut/copyright" \
extra.binaries="/usr/bin/clearcut" \
about.tags=""
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y clearcut && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker
| true | FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <PI:EMAIL:<EMAIL>END_PI>
LABEL software="clearcut" \
container="clearcut" \
about.summary="extremely efficient phylogenetic tree reconstruction" \
about.home="http://bioinformatics.hungry.com/clearcut/" \
software.version="1.0.9-1b1-deb" \
version="1" \
about.license_file="/usr/share/doc/clearcut/copyright" \
extra.binaries="/usr/bin/clearcut" \
about.tags=""
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y clearcut && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker
|
[
{
"context": "=\"orange\"\n\nLABEL \"repository\"=\"https://github.com/JamesIves/gh-pages-github-action\"\nLABEL \"homepage\"=\"https:/",
"end": 340,
"score": 0.9952285885810852,
"start": 331,
"tag": "USERNAME",
"value": "JamesIves"
},
{
"context": "thub-action\"\nLABEL \"homepage\"=\"https://github.com/JamesIves/gh-pages-gh-action\"\nLABEL \"maintainer\"=\"James Ive",
"end": 411,
"score": 0.9947559833526611,
"start": 402,
"tag": "USERNAME",
"value": "JamesIves"
},
{
"context": "JamesIves/gh-pages-gh-action\"\nLABEL \"maintainer\"=\"James Ives <iam@jamesiv.es>\"\n\nADD entrypoint.sh /entrypoint.",
"end": 462,
"score": 0.9997574687004089,
"start": 452,
"tag": "NAME",
"value": "James Ives"
},
{
"context": "-pages-gh-action\"\nLABEL \"maintainer\"=\"James Ives <iam@jamesiv.es>\"\n\nADD entrypoint.sh /entrypoint.sh\nENTRYPOINT [\"",
"end": 478,
"score": 0.9999303221702576,
"start": 464,
"tag": "EMAIL",
"value": "iam@jamesiv.es"
}
] | .github/actions/github-pages-deploy-action/Dockerfile | grails/elasticsearch-grails-plugin | 0 | FROM node:18
LABEL "com.github.actions.name"="Deploy to GitHub Pages"
LABEL "com.github.actions.description"="This action will handle the building and deploying process of your project to GitHub Pages."
LABEL "com.github.actions.icon"="git-commit"
LABEL "com.github.actions.color"="orange"
LABEL "repository"="https://github.com/JamesIves/gh-pages-github-action"
LABEL "homepage"="https://github.com/JamesIves/gh-pages-gh-action"
LABEL "maintainer"="James Ives <iam@jamesiv.es>"
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] | 226224 | FROM node:18
LABEL "com.github.actions.name"="Deploy to GitHub Pages"
LABEL "com.github.actions.description"="This action will handle the building and deploying process of your project to GitHub Pages."
LABEL "com.github.actions.icon"="git-commit"
LABEL "com.github.actions.color"="orange"
LABEL "repository"="https://github.com/JamesIves/gh-pages-github-action"
LABEL "homepage"="https://github.com/JamesIves/gh-pages-gh-action"
LABEL "maintainer"="<NAME> <<EMAIL>>"
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] | true | FROM node:18
LABEL "com.github.actions.name"="Deploy to GitHub Pages"
LABEL "com.github.actions.description"="This action will handle the building and deploying process of your project to GitHub Pages."
LABEL "com.github.actions.icon"="git-commit"
LABEL "com.github.actions.color"="orange"
LABEL "repository"="https://github.com/JamesIves/gh-pages-github-action"
LABEL "homepage"="https://github.com/JamesIves/gh-pages-gh-action"
LABEL "maintainer"="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] |
[
{
"context": "FROM opensuse:leap\n\nMAINTAINER Egor Puzanov\n\nRUN mkdir -p /usr/lib/locale /var/www/html /usr/",
"end": 43,
"score": 0.99985271692276,
"start": 31,
"tag": "NAME",
"value": "Egor Puzanov"
}
] | 7.0/opensuse/Dockerfile | epuzanov/php-docker | 0 | FROM opensuse:leap
MAINTAINER Egor Puzanov
RUN mkdir -p /usr/lib/locale /var/www/html /usr/lib/cgi-bin && \
zypper --no-gpg-checks --gpg-auto-import-keys addrepo -f https://download.opensuse.org/repositories/server:php:extensions:php7/openSUSE_Leap_42.3/server:php:extensions:php7.repo && \
zypper --gpg-auto-import-keys --non-interactive ref && \
zypper -n in apache2 apache2-mod_php7 curl git glibc-i18ndata libldap-data \
ncat php7 php7-APCu php7-calendar php7-ctype php7-curl php7-exif \
php7-fileinfo php7-fpm php7-gd php7-iconv php7-intl php7-ldap \
php7-mbstring php7-memcached php7-mysql php7-opcache php7-pcntl \
php7-pgsql php7-phar php7-posix php7-readline php7-sockets php7-sqlite \
php7-sysvmsg php7-sysvsem php7-sysvshm php7-tokenizer php7-wddx \
php7-xmlreader php7-xmlwriter php7-xsl php7-zlib rsvg-view unixODBC && \
zypper clean -a && \
localedef -i en_US -f UTF-8 en_US.UTF-8 && \
sed -i "s/RC_LANG=\".*\"/RC_LANG=\"en_US.UTF-8\"/g" /etc/sysconfig/language && \
sed -i "s/APACHE_MODULES=\"/APACHE_MODULES=\"php7 macro rewrite proxy proxy_fcgi /g" /etc/sysconfig/apache2 && \
sed -i "s/APACHE_SERVER_FLAGS=\"/APACHE_SERVER_FLAGS=\"SSL /g" /etc/sysconfig/apache2 && \
sed -i "s/\/srv\/www\/htdocs/\/var\/www\/html/g" /etc/apache2/default-server.conf && \
sed -i "s/\/srv\/www\/cgi-bin/\/usr\/lib\/cgi-bin/g" /etc/apache2/default-server.conf && \
ln -sfT /dev/stderr /var/log/apache2/error_log && \
ln -sfT /dev/stdout /var/log/apache2/access_log && \
ln -s /etc/apache2/vhosts.d /etc/apache2/sites-enabled && \
mv /etc/php7/fpm/php-fpm.conf.default /etc/php7/fpm/php-fpm.conf && \
mv /etc/php7/fpm/php-fpm.d/www.conf.default /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;error_log = .*/error_log = \/proc\/self\/fd\/2/g" /etc/php7/fpm/php-fpm.conf && \
sed -i "s/;daemonize = yes/daemonize = no/g" /etc/php7/fpm/php-fpm.conf && \
sed -i "s/user = .*/user = wwwrun/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/group = .*/group = www/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/listen = .*/listen = 80/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;clear_env = no/clear_env = no/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;access.log = .*/access.log = \/proc\/self\/fd\/2/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;catch_workers_output = yes/catch_workers_output = yes/g" /etc/php7/fpm/php-fpm.d/www.conf && \
echo "TLS_REQCERT never" >> /etc/openldap/ldap.conf
COPY opcache.ini /etc/php7/conf.d/opcache.ini
COPY httpd-foreground /usr/sbin/httpd-foreground
WORKDIR /var/www/html
EXPOSE 80 443
CMD ["httpd-foreground", "-DFOREGROUND"]
| 324039 | FROM opensuse:leap
MAINTAINER <NAME>
RUN mkdir -p /usr/lib/locale /var/www/html /usr/lib/cgi-bin && \
zypper --no-gpg-checks --gpg-auto-import-keys addrepo -f https://download.opensuse.org/repositories/server:php:extensions:php7/openSUSE_Leap_42.3/server:php:extensions:php7.repo && \
zypper --gpg-auto-import-keys --non-interactive ref && \
zypper -n in apache2 apache2-mod_php7 curl git glibc-i18ndata libldap-data \
ncat php7 php7-APCu php7-calendar php7-ctype php7-curl php7-exif \
php7-fileinfo php7-fpm php7-gd php7-iconv php7-intl php7-ldap \
php7-mbstring php7-memcached php7-mysql php7-opcache php7-pcntl \
php7-pgsql php7-phar php7-posix php7-readline php7-sockets php7-sqlite \
php7-sysvmsg php7-sysvsem php7-sysvshm php7-tokenizer php7-wddx \
php7-xmlreader php7-xmlwriter php7-xsl php7-zlib rsvg-view unixODBC && \
zypper clean -a && \
localedef -i en_US -f UTF-8 en_US.UTF-8 && \
sed -i "s/RC_LANG=\".*\"/RC_LANG=\"en_US.UTF-8\"/g" /etc/sysconfig/language && \
sed -i "s/APACHE_MODULES=\"/APACHE_MODULES=\"php7 macro rewrite proxy proxy_fcgi /g" /etc/sysconfig/apache2 && \
sed -i "s/APACHE_SERVER_FLAGS=\"/APACHE_SERVER_FLAGS=\"SSL /g" /etc/sysconfig/apache2 && \
sed -i "s/\/srv\/www\/htdocs/\/var\/www\/html/g" /etc/apache2/default-server.conf && \
sed -i "s/\/srv\/www\/cgi-bin/\/usr\/lib\/cgi-bin/g" /etc/apache2/default-server.conf && \
ln -sfT /dev/stderr /var/log/apache2/error_log && \
ln -sfT /dev/stdout /var/log/apache2/access_log && \
ln -s /etc/apache2/vhosts.d /etc/apache2/sites-enabled && \
mv /etc/php7/fpm/php-fpm.conf.default /etc/php7/fpm/php-fpm.conf && \
mv /etc/php7/fpm/php-fpm.d/www.conf.default /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;error_log = .*/error_log = \/proc\/self\/fd\/2/g" /etc/php7/fpm/php-fpm.conf && \
sed -i "s/;daemonize = yes/daemonize = no/g" /etc/php7/fpm/php-fpm.conf && \
sed -i "s/user = .*/user = wwwrun/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/group = .*/group = www/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/listen = .*/listen = 80/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;clear_env = no/clear_env = no/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;access.log = .*/access.log = \/proc\/self\/fd\/2/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;catch_workers_output = yes/catch_workers_output = yes/g" /etc/php7/fpm/php-fpm.d/www.conf && \
echo "TLS_REQCERT never" >> /etc/openldap/ldap.conf
COPY opcache.ini /etc/php7/conf.d/opcache.ini
COPY httpd-foreground /usr/sbin/httpd-foreground
WORKDIR /var/www/html
EXPOSE 80 443
CMD ["httpd-foreground", "-DFOREGROUND"]
| true | FROM opensuse:leap
MAINTAINER PI:NAME:<NAME>END_PI
RUN mkdir -p /usr/lib/locale /var/www/html /usr/lib/cgi-bin && \
zypper --no-gpg-checks --gpg-auto-import-keys addrepo -f https://download.opensuse.org/repositories/server:php:extensions:php7/openSUSE_Leap_42.3/server:php:extensions:php7.repo && \
zypper --gpg-auto-import-keys --non-interactive ref && \
zypper -n in apache2 apache2-mod_php7 curl git glibc-i18ndata libldap-data \
ncat php7 php7-APCu php7-calendar php7-ctype php7-curl php7-exif \
php7-fileinfo php7-fpm php7-gd php7-iconv php7-intl php7-ldap \
php7-mbstring php7-memcached php7-mysql php7-opcache php7-pcntl \
php7-pgsql php7-phar php7-posix php7-readline php7-sockets php7-sqlite \
php7-sysvmsg php7-sysvsem php7-sysvshm php7-tokenizer php7-wddx \
php7-xmlreader php7-xmlwriter php7-xsl php7-zlib rsvg-view unixODBC && \
zypper clean -a && \
localedef -i en_US -f UTF-8 en_US.UTF-8 && \
sed -i "s/RC_LANG=\".*\"/RC_LANG=\"en_US.UTF-8\"/g" /etc/sysconfig/language && \
sed -i "s/APACHE_MODULES=\"/APACHE_MODULES=\"php7 macro rewrite proxy proxy_fcgi /g" /etc/sysconfig/apache2 && \
sed -i "s/APACHE_SERVER_FLAGS=\"/APACHE_SERVER_FLAGS=\"SSL /g" /etc/sysconfig/apache2 && \
sed -i "s/\/srv\/www\/htdocs/\/var\/www\/html/g" /etc/apache2/default-server.conf && \
sed -i "s/\/srv\/www\/cgi-bin/\/usr\/lib\/cgi-bin/g" /etc/apache2/default-server.conf && \
ln -sfT /dev/stderr /var/log/apache2/error_log && \
ln -sfT /dev/stdout /var/log/apache2/access_log && \
ln -s /etc/apache2/vhosts.d /etc/apache2/sites-enabled && \
mv /etc/php7/fpm/php-fpm.conf.default /etc/php7/fpm/php-fpm.conf && \
mv /etc/php7/fpm/php-fpm.d/www.conf.default /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;error_log = .*/error_log = \/proc\/self\/fd\/2/g" /etc/php7/fpm/php-fpm.conf && \
sed -i "s/;daemonize = yes/daemonize = no/g" /etc/php7/fpm/php-fpm.conf && \
sed -i "s/user = .*/user = wwwrun/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/group = .*/group = www/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/listen = .*/listen = 80/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;clear_env = no/clear_env = no/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;access.log = .*/access.log = \/proc\/self\/fd\/2/g" /etc/php7/fpm/php-fpm.d/www.conf && \
sed -i "s/;catch_workers_output = yes/catch_workers_output = yes/g" /etc/php7/fpm/php-fpm.d/www.conf && \
echo "TLS_REQCERT never" >> /etc/openldap/ldap.conf
COPY opcache.ini /etc/php7/conf.d/opcache.ini
COPY httpd-foreground /usr/sbin/httpd-foreground
WORKDIR /var/www/html
EXPOSE 80 443
CMD ["httpd-foreground", "-DFOREGROUND"]
|
[
{
"context": "containers:vdebian-buster-backports_cv1\nMAINTAINER biocontainers <biodocker@gmail.com>\nLABEL software=\"pbh5tool",
"end": 86,
"score": 0.998487114906311,
"start": 73,
"tag": "USERNAME",
"value": "biocontainers"
},
{
"context": "an-buster-backports_cv1\nMAINTAINER biocontainers <biodocker@gmail.com>\nLABEL software=\"pbh5tools\" \\ \n base_image=",
"end": 107,
"score": 0.9999242424964905,
"start": 88,
"tag": "EMAIL",
"value": "biodocker@gmail.com"
},
{
"context": "t purge && rm -rf /var/lib/apt/lists/* /tmp/*\nUSER biodocker\n",
"end": 1051,
"score": 0.9928662180900574,
"start": 1042,
"tag": "USERNAME",
"value": "biodocker"
}
] | pbh5tools/0.8.0git20170929.58d54ffdfsg-1-deb/Dockerfile | priyanka-surana/containers | 0 | FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="pbh5tools" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="pbh5tools" \
about.summary="tools for manipulating Pacific Biosciences HDF5 files" \
about.home="https://github.com/PacificBiosciences/pbh5tools" \
software.version="0.8.0git20170929.58d54ffdfsg-1-deb" \
upstream.version="0.8.0" \
version="1" \
about.copyright="2011-2013 Pacific Biosciences of California, Inc." \
about.license="PacBio-BSD-3-Clause" \
about.license_file="/usr/share/doc/pbh5tools/copyright" \
extra.binaries="/usr/bin/bash5tools,/usr/bin/bash5tools.py,/usr/bin/cmph5tools,/usr/bin/cmph5tools.py" \
about.tags=""
USER root
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && (apt-get install -t buster-backports -y pbh5tools || apt-get install -y pbh5tools) && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker
| 510620 | FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <<EMAIL>>
LABEL software="pbh5tools" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="pbh5tools" \
about.summary="tools for manipulating Pacific Biosciences HDF5 files" \
about.home="https://github.com/PacificBiosciences/pbh5tools" \
software.version="0.8.0git20170929.58d54ffdfsg-1-deb" \
upstream.version="0.8.0" \
version="1" \
about.copyright="2011-2013 Pacific Biosciences of California, Inc." \
about.license="PacBio-BSD-3-Clause" \
about.license_file="/usr/share/doc/pbh5tools/copyright" \
extra.binaries="/usr/bin/bash5tools,/usr/bin/bash5tools.py,/usr/bin/cmph5tools,/usr/bin/cmph5tools.py" \
about.tags=""
USER root
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && (apt-get install -t buster-backports -y pbh5tools || apt-get install -y pbh5tools) && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker
| true | FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <PI:EMAIL:<EMAIL>END_PI>
LABEL software="pbh5tools" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="pbh5tools" \
about.summary="tools for manipulating Pacific Biosciences HDF5 files" \
about.home="https://github.com/PacificBiosciences/pbh5tools" \
software.version="0.8.0git20170929.58d54ffdfsg-1-deb" \
upstream.version="0.8.0" \
version="1" \
about.copyright="2011-2013 Pacific Biosciences of California, Inc." \
about.license="PacBio-BSD-3-Clause" \
about.license_file="/usr/share/doc/pbh5tools/copyright" \
extra.binaries="/usr/bin/bash5tools,/usr/bin/bash5tools.py,/usr/bin/cmph5tools,/usr/bin/cmph5tools.py" \
about.tags=""
USER root
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && (apt-get install -t buster-backports -y pbh5tools || apt-get install -y pbh5tools) && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker
|
[
{
"context": "FROM jupyter/all-spark-notebook\nMAINTAINER Timothy Hnat twhnat@memphis.edu\n\n# Reference: https://github.c",
"end": 55,
"score": 0.9998833537101746,
"start": 43,
"tag": "NAME",
"value": "Timothy Hnat"
},
{
"context": "jupyter/all-spark-notebook\nMAINTAINER Timothy Hnat twhnat@memphis.edu\n\n# Reference: https://github.com/jupyter/docker-s",
"end": 74,
"score": 0.9999016523361206,
"start": 56,
"tag": "EMAIL",
"value": "twhnat@memphis.edu"
}
] | md2k-spark-notebook/Dockerfile | MD2Korg/CerebralCortex-DockerCompose | 3 | FROM jupyter/all-spark-notebook
MAINTAINER Timothy Hnat twhnat@memphis.edu
# Reference: https://github.com/jupyter/docker-stacks/wiki/Docker-Recipes
# Python3 installs
# RUN pip install 'ggplot==0.6.8'
# Add Live slideshows with RISE
RUN wget https://github.com/pdonorio/RISE/archive/master.tar.gz \
&& tar xvzf *.gz && cd RISE-master && python3 setup.py install \
&& cd .. && rm -rf RISE-master master.tar.gz
# Install Cerebral Cortex libraries for use in the notebook environment
RUN git clone https://github.com/MD2Korg/CerebralCortex \
&& cd CerebralCortex && python3 setup.py install \
&& cd .. && rm -rf CerebralCortex
| 475082 | FROM jupyter/all-spark-notebook
MAINTAINER <NAME> <EMAIL>
# Reference: https://github.com/jupyter/docker-stacks/wiki/Docker-Recipes
# Python3 installs
# RUN pip install 'ggplot==0.6.8'
# Add Live slideshows with RISE
RUN wget https://github.com/pdonorio/RISE/archive/master.tar.gz \
&& tar xvzf *.gz && cd RISE-master && python3 setup.py install \
&& cd .. && rm -rf RISE-master master.tar.gz
# Install Cerebral Cortex libraries for use in the notebook environment
RUN git clone https://github.com/MD2Korg/CerebralCortex \
&& cd CerebralCortex && python3 setup.py install \
&& cd .. && rm -rf CerebralCortex
| true | FROM jupyter/all-spark-notebook
MAINTAINER PI:NAME:<NAME>END_PI PI:EMAIL:<EMAIL>END_PI
# Reference: https://github.com/jupyter/docker-stacks/wiki/Docker-Recipes
# Python3 installs
# RUN pip install 'ggplot==0.6.8'
# Add Live slideshows with RISE
RUN wget https://github.com/pdonorio/RISE/archive/master.tar.gz \
&& tar xvzf *.gz && cd RISE-master && python3 setup.py install \
&& cd .. && rm -rf RISE-master master.tar.gz
# Install Cerebral Cortex libraries for use in the notebook environment
RUN git clone https://github.com/MD2Korg/CerebralCortex \
&& cd CerebralCortex && python3 setup.py install \
&& cd .. && rm -rf CerebralCortex
|
[
{
"context": "FROM alpine:3.5\n\nMAINTAINER Justin <justin.le.1105@gmail.com>\n\nENV RCLONE_VERSION=\"c",
"end": 34,
"score": 0.9997859597206116,
"start": 28,
"tag": "NAME",
"value": "Justin"
},
{
"context": "FROM alpine:3.5\n\nMAINTAINER Justin <justin.le.1105@gmail.com>\n\nENV RCLONE_VERSION=\"current\"\nENV ARCH=\"amd64\"\nE",
"end": 60,
"score": 0.9999229907989502,
"start": 36,
"tag": "EMAIL",
"value": "justin.le.1105@gmail.com"
}
] | Dockerfile | leanhtuan1996/rclone | 0 | FROM alpine:3.5
MAINTAINER Justin <justin.le.1105@gmail.com>
ENV RCLONE_VERSION="current"
ENV ARCH="amd64"
ENV SYNC_SRC_TO_ZIP=
ENV SYNC_SRC=
ENV SYNC_DEST=
ENV SYNC_OPTS=-v
ENV RCLONE_OPTS="--config /config/rclone.conf"
ENV CRON="0 0 * * *"
ENV CRON_ABORT="0 6 * * *"
ENV FORCE_SYNC=
ENV CHECK_URL=
ENV TZ="Asia/Ho_Chi_Minh"
RUN apk -U add ca-certificates fuse wget zip vim dcron tzdata \
&& rm -rf /var/cache/apk/* \
&& cd /tmp \
&& wget -q http://downloads.rclone.org/rclone-${RCLONE_VERSION}-linux-${ARCH}.zip \
&& unzip /tmp/rclone-${RCLONE_VERSION}-linux-${ARCH}.zip \
&& mv /tmp/rclone-*-linux-${ARCH}/rclone /usr/bin \
&& rm -r /tmp/rclone*
COPY entrypoint.sh /
COPY sync.sh /
COPY sync-abort.sh /
RUN chmod 777 /entrypoint.sh
RUN chmod 777 /sync.sh
RUN chmod 777 /sync-abort.sh
VOLUME ["/config"]
ENTRYPOINT ["/entrypoint.sh"]
CMD [""]
| 237310 | FROM alpine:3.5
MAINTAINER <NAME> <<EMAIL>>
ENV RCLONE_VERSION="current"
ENV ARCH="amd64"
ENV SYNC_SRC_TO_ZIP=
ENV SYNC_SRC=
ENV SYNC_DEST=
ENV SYNC_OPTS=-v
ENV RCLONE_OPTS="--config /config/rclone.conf"
ENV CRON="0 0 * * *"
ENV CRON_ABORT="0 6 * * *"
ENV FORCE_SYNC=
ENV CHECK_URL=
ENV TZ="Asia/Ho_Chi_Minh"
RUN apk -U add ca-certificates fuse wget zip vim dcron tzdata \
&& rm -rf /var/cache/apk/* \
&& cd /tmp \
&& wget -q http://downloads.rclone.org/rclone-${RCLONE_VERSION}-linux-${ARCH}.zip \
&& unzip /tmp/rclone-${RCLONE_VERSION}-linux-${ARCH}.zip \
&& mv /tmp/rclone-*-linux-${ARCH}/rclone /usr/bin \
&& rm -r /tmp/rclone*
COPY entrypoint.sh /
COPY sync.sh /
COPY sync-abort.sh /
RUN chmod 777 /entrypoint.sh
RUN chmod 777 /sync.sh
RUN chmod 777 /sync-abort.sh
VOLUME ["/config"]
ENTRYPOINT ["/entrypoint.sh"]
CMD [""]
| true | FROM alpine:3.5
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
ENV RCLONE_VERSION="current"
ENV ARCH="amd64"
ENV SYNC_SRC_TO_ZIP=
ENV SYNC_SRC=
ENV SYNC_DEST=
ENV SYNC_OPTS=-v
ENV RCLONE_OPTS="--config /config/rclone.conf"
ENV CRON="0 0 * * *"
ENV CRON_ABORT="0 6 * * *"
ENV FORCE_SYNC=
ENV CHECK_URL=
ENV TZ="Asia/Ho_Chi_Minh"
RUN apk -U add ca-certificates fuse wget zip vim dcron tzdata \
&& rm -rf /var/cache/apk/* \
&& cd /tmp \
&& wget -q http://downloads.rclone.org/rclone-${RCLONE_VERSION}-linux-${ARCH}.zip \
&& unzip /tmp/rclone-${RCLONE_VERSION}-linux-${ARCH}.zip \
&& mv /tmp/rclone-*-linux-${ARCH}/rclone /usr/bin \
&& rm -r /tmp/rclone*
COPY entrypoint.sh /
COPY sync.sh /
COPY sync-abort.sh /
RUN chmod 777 /entrypoint.sh
RUN chmod 777 /sync.sh
RUN chmod 777 /sync-abort.sh
VOLUME ["/config"]
ENTRYPOINT ["/entrypoint.sh"]
CMD [""]
|
[
{
"context": "FROM blacklabelops/jenkins-swarm\nMAINTAINER Steffen Bleul <sbl@blacklabelops.com>\n\n# Need root to build ima",
"end": 57,
"score": 0.9998713135719299,
"start": 44,
"tag": "NAME",
"value": "Steffen Bleul"
},
{
"context": "klabelops/jenkins-swarm\nMAINTAINER Steffen Bleul <sbl@blacklabelops.com>\n\n# Need root to build image\nUSER root\n\n# install",
"end": 80,
"score": 0.9999321699142456,
"start": 59,
"tag": "EMAIL",
"value": "sbl@blacklabelops.com"
}
] | hashicorp-virtualbox/Dockerfile | haoling/jenkins-swarm-docker | 16 | FROM blacklabelops/jenkins-swarm
MAINTAINER Steffen Bleul <sbl@blacklabelops.com>
# Need root to build image
USER root
# install dev tools
RUN yum install -y \
unzip \
tar \
gzip \
wget && \
yum clean all && rm -rf /var/cache/yum/*
ENV VAGRANT_HOME=/opt/vagrant
# install Hashicorp tools
RUN export PACKER_VERSION=0.10.2 && \
export VAGRANT_VERSION=1.8.6 && \
export OTTO_VERSION=0.2.0 && \
export TERRAFORM_VERSION=0.7.4 && \
export ATLAS_CLI_VERSION=0.2.0 && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip && \
unzip /tmp/packer_${PACKER_VERSION}_linux_amd64.zip -d /usr/local/bin && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.rpm && \
rpm -i /tmp/vagrant_${VAGRANT_VERSION}_x86_64.rpm && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/otto/${OTTO_VERSION}/otto_${OTTO_VERSION}_linux_amd64.zip && \
unzip /tmp/otto_${OTTO_VERSION}_linux_amd64.zip -d /usr/local/bin && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
unzip /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /usr/local/bin && \
wget --directory-prefix=/tmp https://github.com/hashicorp/atlas-upload-cli/releases/download/v${ATLAS_CLI_VERSION}/atlas-upload-cli_${ATLAS_CLI_VERSION}_linux_amd64.tar.gz && \
ls -All /tmp && \
tar xzf /tmp/atlas-upload-cli_${ATLAS_CLI_VERSION}_linux_amd64.tar.gz -C /usr/local/bin && \
mkdir -p $VAGRANT_HOME && \
chown -R ${CONTAINER_USER}:${CONTAINER_GROUP} $VAGRANT_HOME && \
rm -rf /tmp/*
# install Virtualbox (Example version: 5.0.14_105127_el7-1)
RUN export VIRTUALBOX_VERSION=latest && \
mkdir -p /opt/virtualbox && \
cd /etc/yum.repos.d/ && \
wget http://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo && \
yum install -y \
dkms \
kernel-devel && \
yum -y groupinstall "Development Tools" && \
if [ "${VIRTUALBOX_VERSION}" = "latest" ]; \
then yum install -y VirtualBox-5.0 ; \
else yum install -y VirtualBox-5.0-${VIRTUALBOX_VERSION} ; \
fi && \
yum autoremove -y \
tar \
unzip \
wget && \
yum clean all && rm -rf /var/cache/yum/*
# Switch back to user jenkins
USER $CONTAINER_UID
VOLUME $VAGRANT_HOME
| 69757 | FROM blacklabelops/jenkins-swarm
MAINTAINER <NAME> <<EMAIL>>
# Need root to build image
USER root
# install dev tools
RUN yum install -y \
unzip \
tar \
gzip \
wget && \
yum clean all && rm -rf /var/cache/yum/*
ENV VAGRANT_HOME=/opt/vagrant
# install Hashicorp tools
RUN export PACKER_VERSION=0.10.2 && \
export VAGRANT_VERSION=1.8.6 && \
export OTTO_VERSION=0.2.0 && \
export TERRAFORM_VERSION=0.7.4 && \
export ATLAS_CLI_VERSION=0.2.0 && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip && \
unzip /tmp/packer_${PACKER_VERSION}_linux_amd64.zip -d /usr/local/bin && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.rpm && \
rpm -i /tmp/vagrant_${VAGRANT_VERSION}_x86_64.rpm && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/otto/${OTTO_VERSION}/otto_${OTTO_VERSION}_linux_amd64.zip && \
unzip /tmp/otto_${OTTO_VERSION}_linux_amd64.zip -d /usr/local/bin && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
unzip /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /usr/local/bin && \
wget --directory-prefix=/tmp https://github.com/hashicorp/atlas-upload-cli/releases/download/v${ATLAS_CLI_VERSION}/atlas-upload-cli_${ATLAS_CLI_VERSION}_linux_amd64.tar.gz && \
ls -All /tmp && \
tar xzf /tmp/atlas-upload-cli_${ATLAS_CLI_VERSION}_linux_amd64.tar.gz -C /usr/local/bin && \
mkdir -p $VAGRANT_HOME && \
chown -R ${CONTAINER_USER}:${CONTAINER_GROUP} $VAGRANT_HOME && \
rm -rf /tmp/*
# install Virtualbox (Example version: 5.0.14_105127_el7-1)
RUN export VIRTUALBOX_VERSION=latest && \
mkdir -p /opt/virtualbox && \
cd /etc/yum.repos.d/ && \
wget http://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo && \
yum install -y \
dkms \
kernel-devel && \
yum -y groupinstall "Development Tools" && \
if [ "${VIRTUALBOX_VERSION}" = "latest" ]; \
then yum install -y VirtualBox-5.0 ; \
else yum install -y VirtualBox-5.0-${VIRTUALBOX_VERSION} ; \
fi && \
yum autoremove -y \
tar \
unzip \
wget && \
yum clean all && rm -rf /var/cache/yum/*
# Switch back to user jenkins
USER $CONTAINER_UID
VOLUME $VAGRANT_HOME
| true | FROM blacklabelops/jenkins-swarm
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# Need root to build image
USER root
# install dev tools
RUN yum install -y \
unzip \
tar \
gzip \
wget && \
yum clean all && rm -rf /var/cache/yum/*
ENV VAGRANT_HOME=/opt/vagrant
# install Hashicorp tools
RUN export PACKER_VERSION=0.10.2 && \
export VAGRANT_VERSION=1.8.6 && \
export OTTO_VERSION=0.2.0 && \
export TERRAFORM_VERSION=0.7.4 && \
export ATLAS_CLI_VERSION=0.2.0 && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip && \
unzip /tmp/packer_${PACKER_VERSION}_linux_amd64.zip -d /usr/local/bin && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.rpm && \
rpm -i /tmp/vagrant_${VAGRANT_VERSION}_x86_64.rpm && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/otto/${OTTO_VERSION}/otto_${OTTO_VERSION}_linux_amd64.zip && \
unzip /tmp/otto_${OTTO_VERSION}_linux_amd64.zip -d /usr/local/bin && \
wget --directory-prefix=/tmp https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
unzip /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /usr/local/bin && \
wget --directory-prefix=/tmp https://github.com/hashicorp/atlas-upload-cli/releases/download/v${ATLAS_CLI_VERSION}/atlas-upload-cli_${ATLAS_CLI_VERSION}_linux_amd64.tar.gz && \
ls -All /tmp && \
tar xzf /tmp/atlas-upload-cli_${ATLAS_CLI_VERSION}_linux_amd64.tar.gz -C /usr/local/bin && \
mkdir -p $VAGRANT_HOME && \
chown -R ${CONTAINER_USER}:${CONTAINER_GROUP} $VAGRANT_HOME && \
rm -rf /tmp/*
# install Virtualbox (Example version: 5.0.14_105127_el7-1)
RUN export VIRTUALBOX_VERSION=latest && \
mkdir -p /opt/virtualbox && \
cd /etc/yum.repos.d/ && \
wget http://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo && \
yum install -y \
dkms \
kernel-devel && \
yum -y groupinstall "Development Tools" && \
if [ "${VIRTUALBOX_VERSION}" = "latest" ]; \
then yum install -y VirtualBox-5.0 ; \
else yum install -y VirtualBox-5.0-${VIRTUALBOX_VERSION} ; \
fi && \
yum autoremove -y \
tar \
unzip \
wget && \
yum clean all && rm -rf /var/cache/yum/*
# Switch back to user jenkins
USER $CONTAINER_UID
VOLUME $VAGRANT_HOME
|
[
{
"context": " python:3.8-slim AS build-image\n\nLABEL maintainer=hello@purplship.com\nLABEL org.opencontainers.image.title=\"Purplship S",
"end": 326,
"score": 0.9999318718910217,
"start": 307,
"tag": "EMAIL",
"value": "hello@purplship.com"
},
{
"context": "pencontainers.image.source=\"https://github.com/purplship/purplship-server\"\nLABEL org.opencontainers.image.",
"end": 659,
"score": 0.7392852902412415,
"start": 653,
"tag": "USERNAME",
"value": "plship"
},
{
"context": "ip Team.\"\nLABEL org.opencontainers.image.authors=\"hello@purplship.com\"\n\nENV DEBUG_MODE False\nENV USE_HTTPS False\nENV AL",
"end": 793,
"score": 0.9999300241470337,
"start": 774,
"tag": "EMAIL",
"value": "hello@purplship.com"
},
{
"context": "ORKERS 2\nENV DETACHED_WORKER False\nENV ADMIN_EMAIL admin@example.com\nENV ADMIN_PASSWORD demo\nENV SECRET_KEY \"w;l5kj65l",
"end": 965,
"score": 0.9999187588691711,
"start": 948,
"tag": "EMAIL",
"value": "admin@example.com"
},
{
"context": "V ADMIN_EMAIL admin@example.com\nENV ADMIN_PASSWORD demo\nENV SECRET_KEY \"w;l5kj65lk6j;lj56kl56jk5l656j5k6j",
"end": 989,
"score": 0.9726778864860535,
"start": 985,
"tag": "PASSWORD",
"value": "demo"
},
{
"context": "ample.com\nENV ADMIN_PASSWORD demo\nENV SECRET_KEY \"w;l5kj65lk6j;lj56kl56jk5l656j5k6jl5\"\nENV WORK_DIR /pship/app\nENV LOG_DIR /pship/log\nE",
"end": 1041,
"score": 0.9979827404022217,
"start": 1006,
"tag": "KEY",
"value": "w;l5kj65lk6j;lj56kl56jk5l656j5k6jl5"
}
] | .docker/Dockerfile | rcknr/purplship-server | 12 | # The base image compilation
FROM python:3.8-slim AS compile-image
RUN python -m venv /pship/venv
ENV PATH="/pship/venv/bin:$PATH"
COPY requirements.txt /temp/
RUN pip install --upgrade pip && pip install -r /temp/requirements.txt
# The runtime image
FROM python:3.8-slim AS build-image
LABEL maintainer=hello@purplship.com
LABEL org.opencontainers.image.title="Purplship Server"
LABEL org.opencontainers.image.description="Purplship Server runtime image"
LABEL org.opencontainers.image.url="https://purplship.com"
LABEL org.opencontainers.image.documentation="https://docs.purplship.com"
LABEL org.opencontainers.image.source="https://github.com/purplship/purplship-server"
LABEL org.opencontainers.image.vendor="Purplship Team."
LABEL org.opencontainers.image.authors="hello@purplship.com"
ENV DEBUG_MODE False
ENV USE_HTTPS False
ENV ALLOWED_HOSTS *
ENV PURPLSHIP_WORKERS 2
ENV BACKGROUND_WORKERS 2
ENV DETACHED_WORKER False
ENV ADMIN_EMAIL admin@example.com
ENV ADMIN_PASSWORD demo
ENV SECRET_KEY "w;l5kj65lk6j;lj56kl56jk5l656j5k6jl5"
ENV WORK_DIR /pship/app
ENV LOG_DIR /pship/log
ENV WORKER_DB_DIR /pship/data
ENV STATIC_ROOT_DIR /pship/static
RUN useradd -m pship -d /pship
USER pship
COPY --chown=pship:pship --from=compile-image /pship/ /pship/
RUN mkdir -p $WORK_DIR $LOG_DIR $WORKER_DB_DIR $STATIC_ROOT_DIR
COPY gunicorn-cfg.py .docker/entrypoint.sh .docker/worker.sh $WORK_DIR/
WORKDIR $WORK_DIR
# Make sure we use the virtualenv:
ENV PATH="/pship/venv/bin:$PATH"
ENTRYPOINT ["/bin/bash", "./entrypoint.sh"] | 289155 | # The base image compilation
FROM python:3.8-slim AS compile-image
RUN python -m venv /pship/venv
ENV PATH="/pship/venv/bin:$PATH"
COPY requirements.txt /temp/
RUN pip install --upgrade pip && pip install -r /temp/requirements.txt
# The runtime image
FROM python:3.8-slim AS build-image
LABEL maintainer=<EMAIL>
LABEL org.opencontainers.image.title="Purplship Server"
LABEL org.opencontainers.image.description="Purplship Server runtime image"
LABEL org.opencontainers.image.url="https://purplship.com"
LABEL org.opencontainers.image.documentation="https://docs.purplship.com"
LABEL org.opencontainers.image.source="https://github.com/purplship/purplship-server"
LABEL org.opencontainers.image.vendor="Purplship Team."
LABEL org.opencontainers.image.authors="<EMAIL>"
ENV DEBUG_MODE False
ENV USE_HTTPS False
ENV ALLOWED_HOSTS *
ENV PURPLSHIP_WORKERS 2
ENV BACKGROUND_WORKERS 2
ENV DETACHED_WORKER False
ENV ADMIN_EMAIL <EMAIL>
ENV ADMIN_PASSWORD <PASSWORD>
ENV SECRET_KEY "<KEY>"
ENV WORK_DIR /pship/app
ENV LOG_DIR /pship/log
ENV WORKER_DB_DIR /pship/data
ENV STATIC_ROOT_DIR /pship/static
RUN useradd -m pship -d /pship
USER pship
COPY --chown=pship:pship --from=compile-image /pship/ /pship/
RUN mkdir -p $WORK_DIR $LOG_DIR $WORKER_DB_DIR $STATIC_ROOT_DIR
COPY gunicorn-cfg.py .docker/entrypoint.sh .docker/worker.sh $WORK_DIR/
WORKDIR $WORK_DIR
# Make sure we use the virtualenv:
ENV PATH="/pship/venv/bin:$PATH"
ENTRYPOINT ["/bin/bash", "./entrypoint.sh"] | true | # The base image compilation
FROM python:3.8-slim AS compile-image
RUN python -m venv /pship/venv
ENV PATH="/pship/venv/bin:$PATH"
COPY requirements.txt /temp/
RUN pip install --upgrade pip && pip install -r /temp/requirements.txt
# The runtime image
FROM python:3.8-slim AS build-image
LABEL maintainer=PI:EMAIL:<EMAIL>END_PI
LABEL org.opencontainers.image.title="Purplship Server"
LABEL org.opencontainers.image.description="Purplship Server runtime image"
LABEL org.opencontainers.image.url="https://purplship.com"
LABEL org.opencontainers.image.documentation="https://docs.purplship.com"
LABEL org.opencontainers.image.source="https://github.com/purplship/purplship-server"
LABEL org.opencontainers.image.vendor="Purplship Team."
LABEL org.opencontainers.image.authors="PI:EMAIL:<EMAIL>END_PI"
ENV DEBUG_MODE False
ENV USE_HTTPS False
ENV ALLOWED_HOSTS *
ENV PURPLSHIP_WORKERS 2
ENV BACKGROUND_WORKERS 2
ENV DETACHED_WORKER False
ENV ADMIN_EMAIL PI:EMAIL:<EMAIL>END_PI
ENV ADMIN_PASSWORD PI:PASSWORD:<PASSWORD>END_PI
ENV SECRET_KEY "PI:KEY:<KEY>END_PI"
ENV WORK_DIR /pship/app
ENV LOG_DIR /pship/log
ENV WORKER_DB_DIR /pship/data
ENV STATIC_ROOT_DIR /pship/static
RUN useradd -m pship -d /pship
USER pship
COPY --chown=pship:pship --from=compile-image /pship/ /pship/
RUN mkdir -p $WORK_DIR $LOG_DIR $WORKER_DB_DIR $STATIC_ROOT_DIR
COPY gunicorn-cfg.py .docker/entrypoint.sh .docker/worker.sh $WORK_DIR/
WORKDIR $WORK_DIR
# Make sure we use the virtualenv:
ENV PATH="/pship/venv/bin:$PATH"
ENTRYPOINT ["/bin/bash", "./entrypoint.sh"] |
[
{
"context": "FROM scratch\nLABEL MAINTAINER=\"Michael Gasch <embano1@live.com>\"\nADD ws /\nENV PORT 8000\nEXPOSE",
"end": 44,
"score": 0.9998718500137329,
"start": 31,
"tag": "NAME",
"value": "Michael Gasch"
},
{
"context": "FROM scratch\nLABEL MAINTAINER=\"Michael Gasch <embano1@live.com>\"\nADD ws /\nENV PORT 8000\nEXPOSE 8000\nENTRYPOINT [",
"end": 62,
"score": 0.9999275207519531,
"start": 46,
"tag": "EMAIL",
"value": "embano1@live.com"
}
] | ws2/Dockerfile | embano1/golang_training | 0 | FROM scratch
LABEL MAINTAINER="Michael Gasch <embano1@live.com>"
ADD ws /
ENV PORT 8000
EXPOSE 8000
ENTRYPOINT ["/ws"]
| 157158 | FROM scratch
LABEL MAINTAINER="<NAME> <<EMAIL>>"
ADD ws /
ENV PORT 8000
EXPOSE 8000
ENTRYPOINT ["/ws"]
| true | FROM scratch
LABEL MAINTAINER="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
ADD ws /
ENV PORT 8000
EXPOSE 8000
ENTRYPOINT ["/ws"]
|
[
{
"context": "=Host=postgres;Port=5432;Database=todont;Username=todont;Password=todont;\nENTRYPOINT [\"./Merchant.Todont.W",
"end": 1126,
"score": 0.9991152286529541,
"start": 1120,
"tag": "USERNAME",
"value": "todont"
},
{
"context": "ort=5432;Database=todont;Username=todont;Password=todont;\nENTRYPOINT [\"./Merchant.Todont.Web\"]",
"end": 1142,
"score": 0.9991071820259094,
"start": 1136,
"tag": "PASSWORD",
"value": "todont"
}
] | src/Merchant.Todont.Web/Dockerfile | jmercha/Todont | 2 | FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS publish
WORKDIR /app
COPY src/Merchant.Todont.Api/*.csproj ./src/Merchant.Todont.Api/
COPY src/Merchant.Todont.Domain/*.csproj ./src/Merchant.Todont.Domain/
COPY src/Merchant.Todont.Enums/*.csproj ./src/Merchant.Todont.Enums/
COPY src/Merchant.Todont.Infrastructure/*.csproj ./src/Merchant.Todont.Infrastructure/
COPY src/Merchant.Todont.Tests/*.csproj ./src/Merchant.Todont.Tests/
COPY src/Merchant.Todont.Web/*.csproj ./src/Merchant.Todont.Web/
COPY src/Merchant.Todont.sln ./src/
RUN dotnet restore src/Merchant.Todont.sln --runtime alpine-x64
COPY ./ ./
RUN dotnet publish src/Merchant.Todont.Web/Merchant.Todont.Web.csproj \
-c Release \
-o /app/publish \
--no-restore \
--runtime alpine-x64 \
--self-contained true \
/p:PublishTrimmed=true \
/p:PublishSingleFile=true
FROM mcr.microsoft.com/dotnet/runtime-deps:5.0-alpine AS final
WORKDIR /app
EXPOSE 80
COPY --from=publish /app/publish ./
ENV Jwt__Key=/var/run/secrets/jwt_key.txt
ENV ConnectionStrings__TodontContext=ConnectionStrings__TodontContext=Host=postgres;Port=5432;Database=todont;Username=todont;Password=todont;
ENTRYPOINT ["./Merchant.Todont.Web"] | 218461 | FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS publish
WORKDIR /app
COPY src/Merchant.Todont.Api/*.csproj ./src/Merchant.Todont.Api/
COPY src/Merchant.Todont.Domain/*.csproj ./src/Merchant.Todont.Domain/
COPY src/Merchant.Todont.Enums/*.csproj ./src/Merchant.Todont.Enums/
COPY src/Merchant.Todont.Infrastructure/*.csproj ./src/Merchant.Todont.Infrastructure/
COPY src/Merchant.Todont.Tests/*.csproj ./src/Merchant.Todont.Tests/
COPY src/Merchant.Todont.Web/*.csproj ./src/Merchant.Todont.Web/
COPY src/Merchant.Todont.sln ./src/
RUN dotnet restore src/Merchant.Todont.sln --runtime alpine-x64
COPY ./ ./
RUN dotnet publish src/Merchant.Todont.Web/Merchant.Todont.Web.csproj \
-c Release \
-o /app/publish \
--no-restore \
--runtime alpine-x64 \
--self-contained true \
/p:PublishTrimmed=true \
/p:PublishSingleFile=true
FROM mcr.microsoft.com/dotnet/runtime-deps:5.0-alpine AS final
WORKDIR /app
EXPOSE 80
COPY --from=publish /app/publish ./
ENV Jwt__Key=/var/run/secrets/jwt_key.txt
ENV ConnectionStrings__TodontContext=ConnectionStrings__TodontContext=Host=postgres;Port=5432;Database=todont;Username=todont;Password=<PASSWORD>;
ENTRYPOINT ["./Merchant.Todont.Web"] | true | FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS publish
WORKDIR /app
COPY src/Merchant.Todont.Api/*.csproj ./src/Merchant.Todont.Api/
COPY src/Merchant.Todont.Domain/*.csproj ./src/Merchant.Todont.Domain/
COPY src/Merchant.Todont.Enums/*.csproj ./src/Merchant.Todont.Enums/
COPY src/Merchant.Todont.Infrastructure/*.csproj ./src/Merchant.Todont.Infrastructure/
COPY src/Merchant.Todont.Tests/*.csproj ./src/Merchant.Todont.Tests/
COPY src/Merchant.Todont.Web/*.csproj ./src/Merchant.Todont.Web/
COPY src/Merchant.Todont.sln ./src/
RUN dotnet restore src/Merchant.Todont.sln --runtime alpine-x64
COPY ./ ./
RUN dotnet publish src/Merchant.Todont.Web/Merchant.Todont.Web.csproj \
-c Release \
-o /app/publish \
--no-restore \
--runtime alpine-x64 \
--self-contained true \
/p:PublishTrimmed=true \
/p:PublishSingleFile=true
FROM mcr.microsoft.com/dotnet/runtime-deps:5.0-alpine AS final
WORKDIR /app
EXPOSE 80
COPY --from=publish /app/publish ./
ENV Jwt__Key=/var/run/secrets/jwt_key.txt
ENV ConnectionStrings__TodontContext=ConnectionStrings__TodontContext=Host=postgres;Port=5432;Database=todont;Username=todont;Password=PI:PASSWORD:<PASSWORD>END_PI;
ENTRYPOINT ["./Merchant.Todont.Web"] |
[
{
"context": "## base image\nFROM golang:1.12.8\n\nMAINTAINER Craig Tomkow \"ctomkow@gmail.com\"\n\nARG UID\nARG GID\nARG NAME\n\n# ",
"end": 57,
"score": 0.9998569488525391,
"start": 45,
"tag": "NAME",
"value": "Craig Tomkow"
},
{
"context": "mage\nFROM golang:1.12.8\n\nMAINTAINER Craig Tomkow \"ctomkow@gmail.com\"\n\nARG UID\nARG GID\nARG NAME\n\n# system app dependen",
"end": 76,
"score": 0.9999296069145203,
"start": 59,
"tag": "EMAIL",
"value": "ctomkow@gmail.com"
},
{
"context": "om/ctomkow/tto/cmd/tto\n\nRUN go get \"github.com/takama/daemon\" && \\\n go get \"github.com/golang/",
"end": 413,
"score": 0.7973915338516235,
"start": 410,
"tag": "USERNAME",
"value": "ama"
},
{
"context": "/takama/daemon\" && \\\n go get \"github.com/golang/glog\" && \\\n go get \"github.com/robfig/",
"end": 462,
"score": 0.9244130253791809,
"start": 456,
"tag": "USERNAME",
"value": "golang"
},
{
"context": "/golang/glog\" && \\\n go get \"github.com/robfig/cron\" && \\\n go get \"github.com/fsnotif",
"end": 511,
"score": 0.9964305758476257,
"start": 505,
"tag": "USERNAME",
"value": "robfig"
},
{
"context": "/robfig/cron\" && \\\n go get \"github.com/fsnotify/fsnotify\" && \\\n go get \"github.com/go-sql-dr",
"end": 562,
"score": 0.991396427154541,
"start": 554,
"tag": "USERNAME",
"value": "fsnotify"
},
{
"context": "/fsnotify/fsnotify\" && \\\n go get \"github.com/go-sql-driver/mysql\" && \\\n go get \"golang.org/x/crypto/ssh\"\n",
"end": 616,
"score": 0.8885561227798462,
"start": 603,
"tag": "USERNAME",
"value": "go-sql-driver"
}
] | build/docker/Dockerfile | ctomkow/tto | 8 | ## base image
FROM golang:1.12.8
MAINTAINER Craig Tomkow "ctomkow@gmail.com"
ARG UID
ARG GID
ARG NAME
# system app dependency
RUN apt-get update && apt-get install -y \
mariadb-client
# app user
RUN groupadd -g ${GID} ${NAME} && useradd -s /bin/bash -u ${UID} -g ${GID} ${NAME}
RUN mkdir -p /go/src/github.com/ctomkow/tto/cmd/tto
WORKDIR /go/src/github.com/ctomkow/tto/cmd/tto
RUN go get "github.com/takama/daemon" && \
go get "github.com/golang/glog" && \
go get "github.com/robfig/cron" && \
go get "github.com/fsnotify/fsnotify" && \
go get "github.com/go-sql-driver/mysql" && \
go get "golang.org/x/crypto/ssh"
# compile
COPY ./ /go/src/github.com/ctomkow/tto/cmd/tto/
RUN go install
# install app
RUN mkdir -p /etc/tto && \
mkdir -p /opt/tto
RUN /go/bin/tto install
CMD ["/go/bin/tto", "fg"]
| 116654 | ## base image
FROM golang:1.12.8
MAINTAINER <NAME> "<EMAIL>"
ARG UID
ARG GID
ARG NAME
# system app dependency
RUN apt-get update && apt-get install -y \
mariadb-client
# app user
RUN groupadd -g ${GID} ${NAME} && useradd -s /bin/bash -u ${UID} -g ${GID} ${NAME}
RUN mkdir -p /go/src/github.com/ctomkow/tto/cmd/tto
WORKDIR /go/src/github.com/ctomkow/tto/cmd/tto
RUN go get "github.com/takama/daemon" && \
go get "github.com/golang/glog" && \
go get "github.com/robfig/cron" && \
go get "github.com/fsnotify/fsnotify" && \
go get "github.com/go-sql-driver/mysql" && \
go get "golang.org/x/crypto/ssh"
# compile
COPY ./ /go/src/github.com/ctomkow/tto/cmd/tto/
RUN go install
# install app
RUN mkdir -p /etc/tto && \
mkdir -p /opt/tto
RUN /go/bin/tto install
CMD ["/go/bin/tto", "fg"]
| true | ## base image
FROM golang:1.12.8
MAINTAINER PI:NAME:<NAME>END_PI "PI:EMAIL:<EMAIL>END_PI"
ARG UID
ARG GID
ARG NAME
# system app dependency
RUN apt-get update && apt-get install -y \
mariadb-client
# app user
RUN groupadd -g ${GID} ${NAME} && useradd -s /bin/bash -u ${UID} -g ${GID} ${NAME}
RUN mkdir -p /go/src/github.com/ctomkow/tto/cmd/tto
WORKDIR /go/src/github.com/ctomkow/tto/cmd/tto
RUN go get "github.com/takama/daemon" && \
go get "github.com/golang/glog" && \
go get "github.com/robfig/cron" && \
go get "github.com/fsnotify/fsnotify" && \
go get "github.com/go-sql-driver/mysql" && \
go get "golang.org/x/crypto/ssh"
# compile
COPY ./ /go/src/github.com/ctomkow/tto/cmd/tto/
RUN go install
# install app
RUN mkdir -p /etc/tto && \
mkdir -p /opt/tto
RUN /go/bin/tto install
CMD ["/go/bin/tto", "fg"]
|
[
{
"context": "FROM alpine:3.4\nMAINTAINER h-mineta <h-mineta@0nyx.net>\n\nRUN set -x \\\n\t&& apk upgrade",
"end": 35,
"score": 0.8768781423568726,
"start": 27,
"tag": "USERNAME",
"value": "h-mineta"
},
{
"context": "FROM alpine:3.4\nMAINTAINER h-mineta <h-mineta@0nyx.net>\n\nRUN set -x \\\n\t&& apk upgrade --update \\\n\t&& apk",
"end": 54,
"score": 0.9999253153800964,
"start": 37,
"tag": "EMAIL",
"value": "h-mineta@0nyx.net"
}
] | fluent/Dockerfile | h-mineta/docker-efk | 1 | FROM alpine:3.4
MAINTAINER h-mineta <h-mineta@0nyx.net>
RUN set -x \
&& apk upgrade --update \
&& apk add \
bash \
ca-certificates \
'ruby=2.3.1-r0' \
ruby-irb \
geoip \
\
&& apk add --virtual .build-deps \
ruby-dev \
build-base \
geoip-dev \
\
&& echo 'gem: --no-document' >> /etc/gemrc \
&& gem install fluentd \
&& adduser -D -g '' -u 1000 -h /usr/local/fluent fluent \
&& chown -R fluent:fluent /usr/local/fluent
USER fluent
WORKDIR /usr/local/fluent
ENV PATH /usr/local/fluent/.gem/ruby/2.3.0/bin:$PATH
ENV GEM_PATH /usr/local/fluent/.gem/ruby/2.3.0:$GEM_PATH
RUN set -x \
&& mkdir -p etc log plugins \
&& echo 'gem: --user-install --no-document' >> ~/.gemrc \
&& fluent-gem install \
fluent-plugin-elasticsearch \
fluent-plugin-multiprocess \
fluent-plugin-netflow \
fluent-plugin-netflow-multiplier \
fluent-plugin-geoip \
fluent-plugin-flowcounter
USER root
RUN set -x \
# cleaning
&& cd / \
&& apk del --purge .build-deps \
&& rm -rf /tmp/* \
&& rm -rf /var/cache/apk/*
USER fluent
ENV SSL_CERT_FILE /etc/ssl/certs/ca-certificates.crt
ENV FLUENTD_OPT=""
ENV FLUENTD_CONF="/usr/local/fluent/etc/fluent.conf"
CMD exec fluentd -c $FLUENTD_CONF $FLUENTD_OPT
EXPOSE 24220 24224 5141 5142 5143 5144
| 397783 | FROM alpine:3.4
MAINTAINER h-mineta <<EMAIL>>
RUN set -x \
&& apk upgrade --update \
&& apk add \
bash \
ca-certificates \
'ruby=2.3.1-r0' \
ruby-irb \
geoip \
\
&& apk add --virtual .build-deps \
ruby-dev \
build-base \
geoip-dev \
\
&& echo 'gem: --no-document' >> /etc/gemrc \
&& gem install fluentd \
&& adduser -D -g '' -u 1000 -h /usr/local/fluent fluent \
&& chown -R fluent:fluent /usr/local/fluent
USER fluent
WORKDIR /usr/local/fluent
ENV PATH /usr/local/fluent/.gem/ruby/2.3.0/bin:$PATH
ENV GEM_PATH /usr/local/fluent/.gem/ruby/2.3.0:$GEM_PATH
RUN set -x \
&& mkdir -p etc log plugins \
&& echo 'gem: --user-install --no-document' >> ~/.gemrc \
&& fluent-gem install \
fluent-plugin-elasticsearch \
fluent-plugin-multiprocess \
fluent-plugin-netflow \
fluent-plugin-netflow-multiplier \
fluent-plugin-geoip \
fluent-plugin-flowcounter
USER root
RUN set -x \
# cleaning
&& cd / \
&& apk del --purge .build-deps \
&& rm -rf /tmp/* \
&& rm -rf /var/cache/apk/*
USER fluent
ENV SSL_CERT_FILE /etc/ssl/certs/ca-certificates.crt
ENV FLUENTD_OPT=""
ENV FLUENTD_CONF="/usr/local/fluent/etc/fluent.conf"
CMD exec fluentd -c $FLUENTD_CONF $FLUENTD_OPT
EXPOSE 24220 24224 5141 5142 5143 5144
| true | FROM alpine:3.4
MAINTAINER h-mineta <PI:EMAIL:<EMAIL>END_PI>
RUN set -x \
&& apk upgrade --update \
&& apk add \
bash \
ca-certificates \
'ruby=2.3.1-r0' \
ruby-irb \
geoip \
\
&& apk add --virtual .build-deps \
ruby-dev \
build-base \
geoip-dev \
\
&& echo 'gem: --no-document' >> /etc/gemrc \
&& gem install fluentd \
&& adduser -D -g '' -u 1000 -h /usr/local/fluent fluent \
&& chown -R fluent:fluent /usr/local/fluent
USER fluent
WORKDIR /usr/local/fluent
ENV PATH /usr/local/fluent/.gem/ruby/2.3.0/bin:$PATH
ENV GEM_PATH /usr/local/fluent/.gem/ruby/2.3.0:$GEM_PATH
RUN set -x \
&& mkdir -p etc log plugins \
&& echo 'gem: --user-install --no-document' >> ~/.gemrc \
&& fluent-gem install \
fluent-plugin-elasticsearch \
fluent-plugin-multiprocess \
fluent-plugin-netflow \
fluent-plugin-netflow-multiplier \
fluent-plugin-geoip \
fluent-plugin-flowcounter
USER root
RUN set -x \
# cleaning
&& cd / \
&& apk del --purge .build-deps \
&& rm -rf /tmp/* \
&& rm -rf /var/cache/apk/*
USER fluent
ENV SSL_CERT_FILE /etc/ssl/certs/ca-certificates.crt
ENV FLUENTD_OPT=""
ENV FLUENTD_CONF="/usr/local/fluent/etc/fluent.conf"
CMD exec fluentd -c $FLUENTD_CONF $FLUENTD_OPT
EXPOSE 24220 24224 5141 5142 5143 5144
|
[
{
"context": "FROM tomcat:8-jre8\n\nMAINTAINER Ivan Subotic \"ivan.subotic@unibas.ch\"\n\n# Update base installat",
"end": 43,
"score": 0.9998842477798462,
"start": 31,
"tag": "NAME",
"value": "Ivan Subotic"
},
{
"context": "FROM tomcat:8-jre8\n\nMAINTAINER Ivan Subotic \"ivan.subotic@unibas.ch\"\n\n# Update base installation\nRUN apt-get update &",
"end": 67,
"score": 0.9999297857284546,
"start": 45,
"tag": "EMAIL",
"value": "ivan.subotic@unibas.ch"
}
] | 8-jdk8/Dockerfile | subotic/docker-tomcat | 0 | FROM tomcat:8-jre8
MAINTAINER Ivan Subotic "ivan.subotic@unibas.ch"
# Update base installation
RUN apt-get update && \
apt-get install -y --no-install-recommends && \
apt-get install -y openjdk-8-jdk
EXPOSE 8080
CMD ["catalina.sh", "run"]
| 20647 | FROM tomcat:8-jre8
MAINTAINER <NAME> "<EMAIL>"
# Update base installation
RUN apt-get update && \
apt-get install -y --no-install-recommends && \
apt-get install -y openjdk-8-jdk
EXPOSE 8080
CMD ["catalina.sh", "run"]
| true | FROM tomcat:8-jre8
MAINTAINER PI:NAME:<NAME>END_PI "PI:EMAIL:<EMAIL>END_PI"
# Update base installation
RUN apt-get update && \
apt-get install -y --no-install-recommends && \
apt-get install -y openjdk-8-jdk
EXPOSE 8080
CMD ["catalina.sh", "run"]
|
[
{
"context": "FROM node:14-alpine\nLABEL maintainer=\"dotkom@online.ntnu.no\"\n\nENV NODE_ENV=production\nWORKDIR /app\n\n# RUN apk",
"end": 59,
"score": 0.9999280571937561,
"start": 38,
"tag": "EMAIL",
"value": "dotkom@online.ntnu.no"
}
] | Dockerfile | dotKom/glowing-fortnight | 3 | FROM node:14-alpine
LABEL maintainer="dotkom@online.ntnu.no"
ENV NODE_ENV=production
WORKDIR /app
# RUN apk add --no-cache libc6-compat
COPY . .
RUN yarn set version berry && \
yarn install --immutable --immutable-cache --check-cache --inline-builds && \
yarn build
RUN addgroup -g 1001 -S nodejs
RUN adduser -S nextjs -u 1001
EXPOSE 3000
ENV NEXT_TELEMETRY_DISABLED=1
CMD ["yarn", "start", "--hostname", "0.0.0.0"]
| 125539 | FROM node:14-alpine
LABEL maintainer="<EMAIL>"
ENV NODE_ENV=production
WORKDIR /app
# RUN apk add --no-cache libc6-compat
COPY . .
RUN yarn set version berry && \
yarn install --immutable --immutable-cache --check-cache --inline-builds && \
yarn build
RUN addgroup -g 1001 -S nodejs
RUN adduser -S nextjs -u 1001
EXPOSE 3000
ENV NEXT_TELEMETRY_DISABLED=1
CMD ["yarn", "start", "--hostname", "0.0.0.0"]
| true | FROM node:14-alpine
LABEL maintainer="PI:EMAIL:<EMAIL>END_PI"
ENV NODE_ENV=production
WORKDIR /app
# RUN apk add --no-cache libc6-compat
COPY . .
RUN yarn set version berry && \
yarn install --immutable --immutable-cache --check-cache --inline-builds && \
yarn build
RUN addgroup -g 1001 -S nodejs
RUN adduser -S nextjs -u 1001
EXPOSE 3000
ENV NEXT_TELEMETRY_DISABLED=1
CMD ["yarn", "start", "--hostname", "0.0.0.0"]
|
[
{
"context": "FROM node:10\nMAINTAINER Rajiv Ramdhany \"rajiv.ramdhany@bbc.co.uk\"\n\nLABEL version=\"2.0.0\"",
"end": 38,
"score": 0.9998725056648254,
"start": 24,
"tag": "NAME",
"value": "Rajiv Ramdhany"
},
{
"context": "FROM node:10\nMAINTAINER Rajiv Ramdhany \"rajiv.ramdhany@bbc.co.uk\"\n\nLABEL version=\"2.0.0\"\nLABEL description=\"This s",
"end": 64,
"score": 0.9999275803565979,
"start": 40,
"tag": "EMAIL",
"value": "rajiv.ramdhany@bbc.co.uk"
}
] | src/synccontroller/Dockerfile | bbc/cloud-sync | 5 | FROM node:10
MAINTAINER Rajiv Ramdhany "rajiv.ramdhany@bbc.co.uk"
LABEL version="2.0.0"
LABEL description="This service provides monitors timeline membership change events in a session and generates a synchronisation \
timeline for each timeline source-type pair. It dynamically runs a reduction function over the state of similar timelines to \
synthesise the state for the synchronisation timeline. The asynchrony reduction algorithm supports "
# update npm to v5.3.0
RUN rm -rf /usr/local/lib/node_modules/npm \
&& mkdir /usr/local/lib/node_modules/npm \
&& curl -sL https://github.com/npm/npm/archive/v6.0.0.tar.gz | tar xz -C /usr/local/lib/node_modules/npm --strip-components=1 \
&& npm --version
# Create service directory
RUN mkdir -p /usr/src/common
WORKDIR /usr/src/common
ADD common/ /usr/src/common
COPY package.json /usr/src/common
RUN npm install
WORKDIR /usr/src
RUN mkdir -p /usr/src/synccontroller
RUN npm install grunt-cli -g
RUN mkdir -p /usr/src/synccontroller/src
WORKDIR /usr/src/synccontroller/src
ADD synccontroller/src /usr/src/synccontroller/src
WORKDIR /usr/src/synccontroller
COPY synccontroller/Gruntfile.js /usr/src/synccontroller/
# Install service dependencies
COPY synccontroller/package.json /usr/src/synccontroller/
RUN npm install
RUN grunt build_lib
EXPOSE 3002
CMD [ "npm", "start" ]
| 21159 | FROM node:10
MAINTAINER <NAME> "<EMAIL>"
LABEL version="2.0.0"
LABEL description="This service provides monitors timeline membership change events in a session and generates a synchronisation \
timeline for each timeline source-type pair. It dynamically runs a reduction function over the state of similar timelines to \
synthesise the state for the synchronisation timeline. The asynchrony reduction algorithm supports "
# update npm to v5.3.0
RUN rm -rf /usr/local/lib/node_modules/npm \
&& mkdir /usr/local/lib/node_modules/npm \
&& curl -sL https://github.com/npm/npm/archive/v6.0.0.tar.gz | tar xz -C /usr/local/lib/node_modules/npm --strip-components=1 \
&& npm --version
# Create service directory
RUN mkdir -p /usr/src/common
WORKDIR /usr/src/common
ADD common/ /usr/src/common
COPY package.json /usr/src/common
RUN npm install
WORKDIR /usr/src
RUN mkdir -p /usr/src/synccontroller
RUN npm install grunt-cli -g
RUN mkdir -p /usr/src/synccontroller/src
WORKDIR /usr/src/synccontroller/src
ADD synccontroller/src /usr/src/synccontroller/src
WORKDIR /usr/src/synccontroller
COPY synccontroller/Gruntfile.js /usr/src/synccontroller/
# Install service dependencies
COPY synccontroller/package.json /usr/src/synccontroller/
RUN npm install
RUN grunt build_lib
EXPOSE 3002
CMD [ "npm", "start" ]
| true | FROM node:10
MAINTAINER PI:NAME:<NAME>END_PI "PI:EMAIL:<EMAIL>END_PI"
LABEL version="2.0.0"
LABEL description="This service provides monitors timeline membership change events in a session and generates a synchronisation \
timeline for each timeline source-type pair. It dynamically runs a reduction function over the state of similar timelines to \
synthesise the state for the synchronisation timeline. The asynchrony reduction algorithm supports "
# update npm to v5.3.0
RUN rm -rf /usr/local/lib/node_modules/npm \
&& mkdir /usr/local/lib/node_modules/npm \
&& curl -sL https://github.com/npm/npm/archive/v6.0.0.tar.gz | tar xz -C /usr/local/lib/node_modules/npm --strip-components=1 \
&& npm --version
# Create service directory
RUN mkdir -p /usr/src/common
WORKDIR /usr/src/common
ADD common/ /usr/src/common
COPY package.json /usr/src/common
RUN npm install
WORKDIR /usr/src
RUN mkdir -p /usr/src/synccontroller
RUN npm install grunt-cli -g
RUN mkdir -p /usr/src/synccontroller/src
WORKDIR /usr/src/synccontroller/src
ADD synccontroller/src /usr/src/synccontroller/src
WORKDIR /usr/src/synccontroller
COPY synccontroller/Gruntfile.js /usr/src/synccontroller/
# Install service dependencies
COPY synccontroller/package.json /usr/src/synccontroller/
RUN npm install
RUN grunt build_lib
EXPOSE 3002
CMD [ "npm", "start" ]
|
[
{
"context": "FROM confluentinc/cp-server-connect-operator:5.4.0.0\nENV CONNECT_PL",
"end": 17,
"score": 0.7289988994598389,
"start": 5,
"tag": "USERNAME",
"value": "confluentinc"
},
{
"context": "FROM confluentinc/cp-server-connect-operator:5.4.0.0\nENV CONNECT_PLUGIN_PATH=\"/usr/share/java,/usr/sha",
"end": 52,
"score": 0.9973074793815613,
"start": 45,
"tag": "IP_ADDRESS",
"value": "5.4.0.0"
},
{
"context": "install --no-prompt mongodb/kafka-connect-mongodb:1.0.1",
"end": 204,
"score": 0.7899441719055176,
"start": 199,
"tag": "IP_ADDRESS",
"value": "1.0.1"
}
] | infrastructure/kafka-connect/mongodb/Dockerfile | ora0600/hivemq-mqtt-tensorflow-kafka-realtime-iot-machine-learning-training-inference | 294 | FROM confluentinc/cp-server-connect-operator:5.4.0.0
ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components"
RUN confluent-hub install --no-prompt mongodb/kafka-connect-mongodb:1.0.1 | 173105 | FROM confluentinc/cp-server-connect-operator:192.168.3.11
ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components"
RUN confluent-hub install --no-prompt mongodb/kafka-connect-mongodb:1.0.1 | true | FROM confluentinc/cp-server-connect-operator:PI:IP_ADDRESS:192.168.3.11END_PI
ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components"
RUN confluent-hub install --no-prompt mongodb/kafka-connect-mongodb:1.0.1 |
[
{
"context": "ons::=\"--force-confold\" --fix-missing\nENV DBPASS=$DBPASS\n\n#Install other packages\nRUN apt-get install -y -",
"end": 603,
"score": 0.9290609955787659,
"start": 597,
"tag": "PASSWORD",
"value": "DBPASS"
},
{
"context": " && cd /tmp \\\n && git clone https://github.com/php/php-src \\\n && cd php-src \\\n && git checkout",
"end": 2674,
"score": 0.8065295219421387,
"start": 2671,
"tag": "USERNAME",
"value": "php"
}
] | owncloud-nginx/Dockerfile | javier-ruiz-b/docker-rasppi-images | 0 | FROM debian:stretch-slim
#Install MariaDB
ARG DBPASS
RUN export DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qq \
&& apt-get upgrade -yq \
&& apt-get install -y --no-install-recommends \
debconf-utils \
&& echo mariadb-server-10.0 mysql-server/root_password password $DBPASS | debconf-set-selections \
&& echo mariadb-server-10.0 mysql-server/root_password_again password $DBPASS | debconf-set-selections \
&& apt-get install -y --no-install-recommends mariadb-server -o pkg::Options::="--force-confdef" -o pkg::Options::="--force-confold" --fix-missing
ENV DBPASS=$DBPASS
#Install other packages
RUN apt-get install -y --no-install-recommends \
bash \
bzip2 \
ca-certificates \
cron \
curl \
nginx \
nginx-full \
openssl \
smbclient \
sudo \
wget
WORKDIR /tmp
# Get owncloud
ENV OWNCLOUD_FILE=owncloud-10.0.2.tar.bz2
RUN wget --no-check-certificate https://download.owncloud.org/community/${OWNCLOUD_FILE} 2> /dev/null \
&& wget --no-check-certificate https://download.owncloud.org/community/${OWNCLOUD_FILE}.sha256 2> /dev/null \
&& shasum -a 256 - < ${OWNCLOUD_FILE}.sha256 < ${OWNCLOUD_FILE} \
&& mkdir -p /var/www \
&& rm -rf /var/www/owncloud* \
&& tar xfj ${OWNCLOUD_FILE} -C /var/www \
&& rm ${OWNCLOUD_FILE}* \
&& echo "*/5 * * * * sudo -u www-data php -f /var/www/owncloud/cron.php" | crontab -u www-data -
COPY php-apc.ini /tmp/php-apc.ini
# Compile and install PHP7.1 from source
RUN apt-get update -qq && apt-get install -y --no-install-recommends \
autoconf \
bison \
build-essential \
git \
libcurl4-openssl-dev \
libfcgi-dev \
libfcgi0ldbl \
libjpeg62-turbo-dev \
libmcrypt4 \
libmcrypt-dev \
libc-client2007e \
libc-client2007e-dev \
libxml2-dev \
libbz2-dev \
libiconv-hook1 \
libiconv-hook-dev \
libgmp10 \
libgmp-dev \
libicu57 \
libicu-dev \
libldb1 \
libldb-dev \
libldap-2.4-2 \
libldap2-dev \
libjpeg-dev \
libpng-dev \
libmemcached-dev \
libfreetype6-dev \
libkrb5-dev \
libpq5 \
libpq-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
mlocate \
zlib1g-dev \
pkg-config \
redis-server \
re2c \
&& ln -s /usr/include/x86_64-linux-gnu/curl /usr/include/curl \
&& cd /usr/lib \
&& updatedb --prunepaths=/mnt \
&& for lib in liblber-2.4.so.2 liblber-2.4.so.2.8.3 liblber.so libldap.so libldap_r.so; do \
if [ ! -L $lib ]; then \
ln -s "$(locate $lib)"; \
fi \
done \
&& cd /tmp \
&& git clone https://github.com/php/php-src \
&& cd php-src \
&& git checkout PHP-7.1 \
&& chmod +x ./buildconf \
&& ./buildconf && ./configure CFLAGS='-O2' CXXFLAGS='-O2' --with-config-file-path=/etc/php --prefix=/ --with-zlib-dir --with-freetype-dir --enable-mbstring --with-libxml-dir=/usr --enable-soap --enable-calendar --with-curl --with-mcrypt --with-zlib --with-gd --disable-rpath --enable-inline-optimization --with-bz2 --with-zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --enable-exif --enable-bcmath --with-mhash --enable-zip --enable-intl --with-pcre-regex --with-mysqli --with-pdo-mysql --with-jpeg-dir=/usr --with-png-dir=/usr --enable-gd-native-ttf --with-openssl --with-fpm-user=www-data --with-fpm-group=www-data --enable-ftp --with-imap --with-imap-ssl --with-kerberos --with-gettext --with-xmlrpc --with-xsl --with-iconv --with-ldap=/usr --with-imap --with-gmp --enable-opcache --enable-ftp --enable-posix --enable-fpm \
&& make -j4 \
&& make install \
&& mkdir -p /etc/php \
&& cp php.ini-production /etc/php/php.ini \
&& pecl config-set php_ini /etc/php/php.ini \
&& printf "\n" | pecl install apcu \
&& printf "\n" | pecl install redis \
&& cat /tmp/php-apc.ini >> /etc/php/php.ini \
&& apt-get purge -y \
autoconf \
bison \
build-essential \
git \
libcurl4-openssl-dev \
libfcgi-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libc-client2007e-dev \
libxml2-dev \
libbz2-dev \
libiconv-hook-dev \
libjpeg-dev \
libgmp-dev \
libicu-dev \
libldap2-dev \
libldb-dev \
libpng-dev \
libmemcached-dev \
libfreetype6-dev \
libkrb5-dev \
libpq-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
mlocate \
zlib1g-dev \
pkg-config \
re2c \
&& cd /tmp \
&& rm -rf /tmp/* \
&& mv /etc/php-fpm.d/www.conf.default /etc/php-fpm.d/www.conf \
&& echo 'env[HOSTNAME] = $HOSTNAME' >> /etc/php-fpm.d/www.conf \
&& echo 'env[PATH] = /usr/local/bin:/usr/bin:/bin' >> /etc/php-fpm.d/www.conf \
&& echo 'env[TMP] = /tmp' >> /etc/php-fpm.d/www.conf \
&& echo 'env[TMPDIR] = /tmp' >> /etc/php-fpm.d/www.conf \
&& echo 'env[TEMP] = /tmp' >> /etc/php-fpm.d/www.conf \
&& mkdir -p /var/lib/php/session \
&& chown www-data:www-data -R /var/lib/php/session/ \
&& apt-get autoremove -y \
&& apt-get autoclean -y
ENV PATH=$PATH:/opt/php-7.1/bin
COPY init.d-php-7.1-fpm /etc/init.d/php-7.1-fpm
RUN chmod 755 /etc/init.d/php-7.1-fpm
COPY owncloud-config.php /var/www/owncloud/config/config.php
COPY owncloud-nginx.conf /etc/nginx/sites-enabled/owncloud
RUN rm /etc/nginx/sites-enabled/default
COPY install.sh /tmp/
RUN bash -x /tmp/install.sh
#COPY owncloud-user.ini /var/www/owncloud/.user.ini
COPY createdb.sh /root/
COPY entrypoint.sh /root/
RUN rm -rf && \
cp -rf /var/lib/mysql /tmp
RUN mkdir /var/run/redis && \
rm /etc/redis/redis.conf && \
usermod -a -G redis www-data
COPY redis.conf /etc/redis/redis.conf
RUN chmod 755 /etc/redis/redis.conf
ENV DBPASS=""
EXPOSE 80 443
CMD ["/bin/bash", "-x", "/root/entrypoint.sh"]
| 431357 | FROM debian:stretch-slim
#Install MariaDB
ARG DBPASS
RUN export DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qq \
&& apt-get upgrade -yq \
&& apt-get install -y --no-install-recommends \
debconf-utils \
&& echo mariadb-server-10.0 mysql-server/root_password password $DBPASS | debconf-set-selections \
&& echo mariadb-server-10.0 mysql-server/root_password_again password $DBPASS | debconf-set-selections \
&& apt-get install -y --no-install-recommends mariadb-server -o pkg::Options::="--force-confdef" -o pkg::Options::="--force-confold" --fix-missing
ENV DBPASS=$<PASSWORD>
#Install other packages
RUN apt-get install -y --no-install-recommends \
bash \
bzip2 \
ca-certificates \
cron \
curl \
nginx \
nginx-full \
openssl \
smbclient \
sudo \
wget
WORKDIR /tmp
# Get owncloud
ENV OWNCLOUD_FILE=owncloud-10.0.2.tar.bz2
RUN wget --no-check-certificate https://download.owncloud.org/community/${OWNCLOUD_FILE} 2> /dev/null \
&& wget --no-check-certificate https://download.owncloud.org/community/${OWNCLOUD_FILE}.sha256 2> /dev/null \
&& shasum -a 256 - < ${OWNCLOUD_FILE}.sha256 < ${OWNCLOUD_FILE} \
&& mkdir -p /var/www \
&& rm -rf /var/www/owncloud* \
&& tar xfj ${OWNCLOUD_FILE} -C /var/www \
&& rm ${OWNCLOUD_FILE}* \
&& echo "*/5 * * * * sudo -u www-data php -f /var/www/owncloud/cron.php" | crontab -u www-data -
COPY php-apc.ini /tmp/php-apc.ini
# Compile and install PHP7.1 from source
RUN apt-get update -qq && apt-get install -y --no-install-recommends \
autoconf \
bison \
build-essential \
git \
libcurl4-openssl-dev \
libfcgi-dev \
libfcgi0ldbl \
libjpeg62-turbo-dev \
libmcrypt4 \
libmcrypt-dev \
libc-client2007e \
libc-client2007e-dev \
libxml2-dev \
libbz2-dev \
libiconv-hook1 \
libiconv-hook-dev \
libgmp10 \
libgmp-dev \
libicu57 \
libicu-dev \
libldb1 \
libldb-dev \
libldap-2.4-2 \
libldap2-dev \
libjpeg-dev \
libpng-dev \
libmemcached-dev \
libfreetype6-dev \
libkrb5-dev \
libpq5 \
libpq-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
mlocate \
zlib1g-dev \
pkg-config \
redis-server \
re2c \
&& ln -s /usr/include/x86_64-linux-gnu/curl /usr/include/curl \
&& cd /usr/lib \
&& updatedb --prunepaths=/mnt \
&& for lib in liblber-2.4.so.2 liblber-2.4.so.2.8.3 liblber.so libldap.so libldap_r.so; do \
if [ ! -L $lib ]; then \
ln -s "$(locate $lib)"; \
fi \
done \
&& cd /tmp \
&& git clone https://github.com/php/php-src \
&& cd php-src \
&& git checkout PHP-7.1 \
&& chmod +x ./buildconf \
&& ./buildconf && ./configure CFLAGS='-O2' CXXFLAGS='-O2' --with-config-file-path=/etc/php --prefix=/ --with-zlib-dir --with-freetype-dir --enable-mbstring --with-libxml-dir=/usr --enable-soap --enable-calendar --with-curl --with-mcrypt --with-zlib --with-gd --disable-rpath --enable-inline-optimization --with-bz2 --with-zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --enable-exif --enable-bcmath --with-mhash --enable-zip --enable-intl --with-pcre-regex --with-mysqli --with-pdo-mysql --with-jpeg-dir=/usr --with-png-dir=/usr --enable-gd-native-ttf --with-openssl --with-fpm-user=www-data --with-fpm-group=www-data --enable-ftp --with-imap --with-imap-ssl --with-kerberos --with-gettext --with-xmlrpc --with-xsl --with-iconv --with-ldap=/usr --with-imap --with-gmp --enable-opcache --enable-ftp --enable-posix --enable-fpm \
&& make -j4 \
&& make install \
&& mkdir -p /etc/php \
&& cp php.ini-production /etc/php/php.ini \
&& pecl config-set php_ini /etc/php/php.ini \
&& printf "\n" | pecl install apcu \
&& printf "\n" | pecl install redis \
&& cat /tmp/php-apc.ini >> /etc/php/php.ini \
&& apt-get purge -y \
autoconf \
bison \
build-essential \
git \
libcurl4-openssl-dev \
libfcgi-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libc-client2007e-dev \
libxml2-dev \
libbz2-dev \
libiconv-hook-dev \
libjpeg-dev \
libgmp-dev \
libicu-dev \
libldap2-dev \
libldb-dev \
libpng-dev \
libmemcached-dev \
libfreetype6-dev \
libkrb5-dev \
libpq-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
mlocate \
zlib1g-dev \
pkg-config \
re2c \
&& cd /tmp \
&& rm -rf /tmp/* \
&& mv /etc/php-fpm.d/www.conf.default /etc/php-fpm.d/www.conf \
&& echo 'env[HOSTNAME] = $HOSTNAME' >> /etc/php-fpm.d/www.conf \
&& echo 'env[PATH] = /usr/local/bin:/usr/bin:/bin' >> /etc/php-fpm.d/www.conf \
&& echo 'env[TMP] = /tmp' >> /etc/php-fpm.d/www.conf \
&& echo 'env[TMPDIR] = /tmp' >> /etc/php-fpm.d/www.conf \
&& echo 'env[TEMP] = /tmp' >> /etc/php-fpm.d/www.conf \
&& mkdir -p /var/lib/php/session \
&& chown www-data:www-data -R /var/lib/php/session/ \
&& apt-get autoremove -y \
&& apt-get autoclean -y
ENV PATH=$PATH:/opt/php-7.1/bin
COPY init.d-php-7.1-fpm /etc/init.d/php-7.1-fpm
RUN chmod 755 /etc/init.d/php-7.1-fpm
COPY owncloud-config.php /var/www/owncloud/config/config.php
COPY owncloud-nginx.conf /etc/nginx/sites-enabled/owncloud
RUN rm /etc/nginx/sites-enabled/default
COPY install.sh /tmp/
RUN bash -x /tmp/install.sh
#COPY owncloud-user.ini /var/www/owncloud/.user.ini
COPY createdb.sh /root/
COPY entrypoint.sh /root/
RUN rm -rf && \
cp -rf /var/lib/mysql /tmp
RUN mkdir /var/run/redis && \
rm /etc/redis/redis.conf && \
usermod -a -G redis www-data
COPY redis.conf /etc/redis/redis.conf
RUN chmod 755 /etc/redis/redis.conf
ENV DBPASS=""
EXPOSE 80 443
CMD ["/bin/bash", "-x", "/root/entrypoint.sh"]
| true | FROM debian:stretch-slim
#Install MariaDB
ARG DBPASS
RUN export DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qq \
&& apt-get upgrade -yq \
&& apt-get install -y --no-install-recommends \
debconf-utils \
&& echo mariadb-server-10.0 mysql-server/root_password password $DBPASS | debconf-set-selections \
&& echo mariadb-server-10.0 mysql-server/root_password_again password $DBPASS | debconf-set-selections \
&& apt-get install -y --no-install-recommends mariadb-server -o pkg::Options::="--force-confdef" -o pkg::Options::="--force-confold" --fix-missing
ENV DBPASS=$PI:PASSWORD:<PASSWORD>END_PI
#Install other packages
RUN apt-get install -y --no-install-recommends \
bash \
bzip2 \
ca-certificates \
cron \
curl \
nginx \
nginx-full \
openssl \
smbclient \
sudo \
wget
WORKDIR /tmp
# Get owncloud
ENV OWNCLOUD_FILE=owncloud-10.0.2.tar.bz2
RUN wget --no-check-certificate https://download.owncloud.org/community/${OWNCLOUD_FILE} 2> /dev/null \
&& wget --no-check-certificate https://download.owncloud.org/community/${OWNCLOUD_FILE}.sha256 2> /dev/null \
&& shasum -a 256 - < ${OWNCLOUD_FILE}.sha256 < ${OWNCLOUD_FILE} \
&& mkdir -p /var/www \
&& rm -rf /var/www/owncloud* \
&& tar xfj ${OWNCLOUD_FILE} -C /var/www \
&& rm ${OWNCLOUD_FILE}* \
&& echo "*/5 * * * * sudo -u www-data php -f /var/www/owncloud/cron.php" | crontab -u www-data -
COPY php-apc.ini /tmp/php-apc.ini
# Compile and install PHP7.1 from source
RUN apt-get update -qq && apt-get install -y --no-install-recommends \
autoconf \
bison \
build-essential \
git \
libcurl4-openssl-dev \
libfcgi-dev \
libfcgi0ldbl \
libjpeg62-turbo-dev \
libmcrypt4 \
libmcrypt-dev \
libc-client2007e \
libc-client2007e-dev \
libxml2-dev \
libbz2-dev \
libiconv-hook1 \
libiconv-hook-dev \
libgmp10 \
libgmp-dev \
libicu57 \
libicu-dev \
libldb1 \
libldb-dev \
libldap-2.4-2 \
libldap2-dev \
libjpeg-dev \
libpng-dev \
libmemcached-dev \
libfreetype6-dev \
libkrb5-dev \
libpq5 \
libpq-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
mlocate \
zlib1g-dev \
pkg-config \
redis-server \
re2c \
&& ln -s /usr/include/x86_64-linux-gnu/curl /usr/include/curl \
&& cd /usr/lib \
&& updatedb --prunepaths=/mnt \
&& for lib in liblber-2.4.so.2 liblber-2.4.so.2.8.3 liblber.so libldap.so libldap_r.so; do \
if [ ! -L $lib ]; then \
ln -s "$(locate $lib)"; \
fi \
done \
&& cd /tmp \
&& git clone https://github.com/php/php-src \
&& cd php-src \
&& git checkout PHP-7.1 \
&& chmod +x ./buildconf \
&& ./buildconf && ./configure CFLAGS='-O2' CXXFLAGS='-O2' --with-config-file-path=/etc/php --prefix=/ --with-zlib-dir --with-freetype-dir --enable-mbstring --with-libxml-dir=/usr --enable-soap --enable-calendar --with-curl --with-mcrypt --with-zlib --with-gd --disable-rpath --enable-inline-optimization --with-bz2 --with-zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --enable-exif --enable-bcmath --with-mhash --enable-zip --enable-intl --with-pcre-regex --with-mysqli --with-pdo-mysql --with-jpeg-dir=/usr --with-png-dir=/usr --enable-gd-native-ttf --with-openssl --with-fpm-user=www-data --with-fpm-group=www-data --enable-ftp --with-imap --with-imap-ssl --with-kerberos --with-gettext --with-xmlrpc --with-xsl --with-iconv --with-ldap=/usr --with-imap --with-gmp --enable-opcache --enable-ftp --enable-posix --enable-fpm \
&& make -j4 \
&& make install \
&& mkdir -p /etc/php \
&& cp php.ini-production /etc/php/php.ini \
&& pecl config-set php_ini /etc/php/php.ini \
&& printf "\n" | pecl install apcu \
&& printf "\n" | pecl install redis \
&& cat /tmp/php-apc.ini >> /etc/php/php.ini \
&& apt-get purge -y \
autoconf \
bison \
build-essential \
git \
libcurl4-openssl-dev \
libfcgi-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libc-client2007e-dev \
libxml2-dev \
libbz2-dev \
libiconv-hook-dev \
libjpeg-dev \
libgmp-dev \
libicu-dev \
libldap2-dev \
libldb-dev \
libpng-dev \
libmemcached-dev \
libfreetype6-dev \
libkrb5-dev \
libpq-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
mlocate \
zlib1g-dev \
pkg-config \
re2c \
&& cd /tmp \
&& rm -rf /tmp/* \
&& mv /etc/php-fpm.d/www.conf.default /etc/php-fpm.d/www.conf \
&& echo 'env[HOSTNAME] = $HOSTNAME' >> /etc/php-fpm.d/www.conf \
&& echo 'env[PATH] = /usr/local/bin:/usr/bin:/bin' >> /etc/php-fpm.d/www.conf \
&& echo 'env[TMP] = /tmp' >> /etc/php-fpm.d/www.conf \
&& echo 'env[TMPDIR] = /tmp' >> /etc/php-fpm.d/www.conf \
&& echo 'env[TEMP] = /tmp' >> /etc/php-fpm.d/www.conf \
&& mkdir -p /var/lib/php/session \
&& chown www-data:www-data -R /var/lib/php/session/ \
&& apt-get autoremove -y \
&& apt-get autoclean -y
ENV PATH=$PATH:/opt/php-7.1/bin
COPY init.d-php-7.1-fpm /etc/init.d/php-7.1-fpm
RUN chmod 755 /etc/init.d/php-7.1-fpm
COPY owncloud-config.php /var/www/owncloud/config/config.php
COPY owncloud-nginx.conf /etc/nginx/sites-enabled/owncloud
RUN rm /etc/nginx/sites-enabled/default
COPY install.sh /tmp/
RUN bash -x /tmp/install.sh
#COPY owncloud-user.ini /var/www/owncloud/.user.ini
COPY createdb.sh /root/
COPY entrypoint.sh /root/
RUN rm -rf && \
cp -rf /var/lib/mysql /tmp
RUN mkdir /var/run/redis && \
rm /etc/redis/redis.conf && \
usermod -a -G redis www-data
COPY redis.conf /etc/redis/redis.conf
RUN chmod 755 /etc/redis/redis.conf
ENV DBPASS=""
EXPOSE 80 443
CMD ["/bin/bash", "-x", "/root/entrypoint.sh"]
|
[
{
"context": "FROM mysql:5.7\nMAINTAINER Azuki <support@azukiapp.com>\n\nCOPY azk-entrypoint.sh /\n",
"end": 31,
"score": 0.9785046577453613,
"start": 26,
"tag": "NAME",
"value": "Azuki"
},
{
"context": "FROM mysql:5.7\nMAINTAINER Azuki <support@azukiapp.com>\n\nCOPY azk-entrypoint.sh /\n\nENTRYPOINT [\"/azk-ent",
"end": 53,
"score": 0.999930202960968,
"start": 33,
"tag": "EMAIL",
"value": "support@azukiapp.com"
}
] | 5.7/Dockerfile | azukiapp/docker-mysql | 4 | FROM mysql:5.7
MAINTAINER Azuki <support@azukiapp.com>
COPY azk-entrypoint.sh /
ENTRYPOINT ["/azk-entrypoint.sh"]
CMD ["mysqld"]
| 29185 | FROM mysql:5.7
MAINTAINER <NAME> <<EMAIL>>
COPY azk-entrypoint.sh /
ENTRYPOINT ["/azk-entrypoint.sh"]
CMD ["mysqld"]
| true | FROM mysql:5.7
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
COPY azk-entrypoint.sh /
ENTRYPOINT ["/azk-entrypoint.sh"]
CMD ["mysqld"]
|
[
{
"context": "FROM ubuntu:16.04\nMAINTAINER Stefano Fioravanzo <stefano.fioravanzo@gmail.com>\n\nRUN sed -i 's/# \\",
"end": 47,
"score": 0.9998793005943298,
"start": 29,
"tag": "NAME",
"value": "Stefano Fioravanzo"
},
{
"context": "FROM ubuntu:16.04\nMAINTAINER Stefano Fioravanzo <stefano.fioravanzo@gmail.com>\n\nRUN sed -i 's/# \\(.*multiverse$\\)/\\1/g' /etc/ap",
"end": 77,
"score": 0.9999313950538635,
"start": 49,
"tag": "EMAIL",
"value": "stefano.fioravanzo@gmail.com"
}
] | Dockerfile | StefanoFioravanzo/SRDCP | 0 | FROM ubuntu:16.04
MAINTAINER Stefano Fioravanzo <stefano.fioravanzo@gmail.com>
RUN sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
software-properties-common \
build-essential doxygen git wget unzip python-serial \
bc vim byobu curl htop man \
default-jdk ant srecord iputils-tracepath && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean
RUN apt-get update && \
apt-get -y install build-essential autoconf automake srecord picocom python-serial && \
apt-get -y install gcc-msp430 msp430-libc msp430mcu binutils-msp430 && \
apt-get -y install gcc-arm-none-eabi libnewlib-arm-none-eabi
# RUN apt-get -y install openjdk-8-jre ant
COPY ./contiki/contiki.tgz /home/
# extract to /contiki dir
RUN tar zxvf /home/contiki.tgz -C / && \
rm /home/contiki.tgz
# Environment variables
ENV HOME /code
ENV CONTIKI /contiki
ENV PATH "${PATH}:${CONTIKI}/bin"
ENV COOJA ${CONTIKI}/tools/cooja
# Add project code
ADD . /code
WORKDIR /code
| 366542 | FROM ubuntu:16.04
MAINTAINER <NAME> <<EMAIL>>
RUN sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
software-properties-common \
build-essential doxygen git wget unzip python-serial \
bc vim byobu curl htop man \
default-jdk ant srecord iputils-tracepath && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean
RUN apt-get update && \
apt-get -y install build-essential autoconf automake srecord picocom python-serial && \
apt-get -y install gcc-msp430 msp430-libc msp430mcu binutils-msp430 && \
apt-get -y install gcc-arm-none-eabi libnewlib-arm-none-eabi
# RUN apt-get -y install openjdk-8-jre ant
COPY ./contiki/contiki.tgz /home/
# extract to /contiki dir
RUN tar zxvf /home/contiki.tgz -C / && \
rm /home/contiki.tgz
# Environment variables
ENV HOME /code
ENV CONTIKI /contiki
ENV PATH "${PATH}:${CONTIKI}/bin"
ENV COOJA ${CONTIKI}/tools/cooja
# Add project code
ADD . /code
WORKDIR /code
| true | FROM ubuntu:16.04
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
RUN sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
software-properties-common \
build-essential doxygen git wget unzip python-serial \
bc vim byobu curl htop man \
default-jdk ant srecord iputils-tracepath && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean
RUN apt-get update && \
apt-get -y install build-essential autoconf automake srecord picocom python-serial && \
apt-get -y install gcc-msp430 msp430-libc msp430mcu binutils-msp430 && \
apt-get -y install gcc-arm-none-eabi libnewlib-arm-none-eabi
# RUN apt-get -y install openjdk-8-jre ant
COPY ./contiki/contiki.tgz /home/
# extract to /contiki dir
RUN tar zxvf /home/contiki.tgz -C / && \
rm /home/contiki.tgz
# Environment variables
ENV HOME /code
ENV CONTIKI /contiki
ENV PATH "${PATH}:${CONTIKI}/bin"
ENV COOJA ${CONTIKI}/tools/cooja
# Add project code
ADD . /code
WORKDIR /code
|
[
{
"context": "FROM graemeastewart/c8-vecgeom\nLABEL maintainer=\"Graeme A Stewart <graeme.andrew.stewart@cern.ch>\"\n\n# From the VecG",
"end": 65,
"score": 0.9998740553855896,
"start": 49,
"tag": "NAME",
"value": "Graeme A Stewart"
},
{
"context": "rt/c8-vecgeom\nLABEL maintainer=\"Graeme A Stewart <graeme.andrew.stewart@cern.ch>\"\n\n# From the VecGeom specialised docker containe",
"end": 96,
"score": 0.9999276995658875,
"start": 67,
"tag": "EMAIL",
"value": "graeme.andrew.stewart@cern.ch"
}
] | c8-cuda/Dockerfile | graeme-a-stewart/hithe | 0 | FROM graemeastewart/c8-vecgeom
LABEL maintainer="Graeme A Stewart <graeme.andrew.stewart@cern.ch>"
# From the VecGeom specialised docker container, now add CUDA
#
# Yes, it's layers upon layers...
USER root
WORKDIR /tmp
COPY cuda-repo-rhel8-10-2-local-10.2.89-440.33.01-1.0-1.x86_64.rpm .
RUN rpm -i cuda-repo-rhel8-10-2-local-10.2.89-440.33.01-1.0-1.x86_64.rpm
RUN dnf clean all
RUN dnf -y module install nvidia-driver:latest-dkms
RUN dnf -y install cuda
RUN rm -f cuda-repo-rhel8-10-2-local-10.2.89-440.33.01-1.0-1.x86_64.rpm
# EMCuda needs a newer version of CMake
COPY cmake-3.17.3-Linux-x86_64.tar.gz .
WORKDIR /opt
RUN tar -xvzf /tmp/cmake-3.17.3-Linux-x86_64.tar.gz
RUN rm /tmp/cmake-3.17.3-Linux-x86_64.tar.gz
USER hsf
WORKDIR /home/hsf
COPY bashrc .bashrc
CMD ["/bin/bash", "-l"]
| 177437 | FROM graemeastewart/c8-vecgeom
LABEL maintainer="<NAME> <<EMAIL>>"
# From the VecGeom specialised docker container, now add CUDA
#
# Yes, it's layers upon layers...
USER root
WORKDIR /tmp
COPY cuda-repo-rhel8-10-2-local-10.2.89-440.33.01-1.0-1.x86_64.rpm .
RUN rpm -i cuda-repo-rhel8-10-2-local-10.2.89-440.33.01-1.0-1.x86_64.rpm
RUN dnf clean all
RUN dnf -y module install nvidia-driver:latest-dkms
RUN dnf -y install cuda
RUN rm -f cuda-repo-rhel8-10-2-local-10.2.89-440.33.01-1.0-1.x86_64.rpm
# EMCuda needs a newer version of CMake
COPY cmake-3.17.3-Linux-x86_64.tar.gz .
WORKDIR /opt
RUN tar -xvzf /tmp/cmake-3.17.3-Linux-x86_64.tar.gz
RUN rm /tmp/cmake-3.17.3-Linux-x86_64.tar.gz
USER hsf
WORKDIR /home/hsf
COPY bashrc .bashrc
CMD ["/bin/bash", "-l"]
| true | FROM graemeastewart/c8-vecgeom
LABEL maintainer="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
# From the VecGeom specialised docker container, now add CUDA
#
# Yes, it's layers upon layers...
USER root
WORKDIR /tmp
COPY cuda-repo-rhel8-10-2-local-10.2.89-440.33.01-1.0-1.x86_64.rpm .
RUN rpm -i cuda-repo-rhel8-10-2-local-10.2.89-440.33.01-1.0-1.x86_64.rpm
RUN dnf clean all
RUN dnf -y module install nvidia-driver:latest-dkms
RUN dnf -y install cuda
RUN rm -f cuda-repo-rhel8-10-2-local-10.2.89-440.33.01-1.0-1.x86_64.rpm
# EMCuda needs a newer version of CMake
COPY cmake-3.17.3-Linux-x86_64.tar.gz .
WORKDIR /opt
RUN tar -xvzf /tmp/cmake-3.17.3-Linux-x86_64.tar.gz
RUN rm /tmp/cmake-3.17.3-Linux-x86_64.tar.gz
USER hsf
WORKDIR /home/hsf
COPY bashrc .bashrc
CMD ["/bin/bash", "-l"]
|
[
{
"context": "FROM microsoft/dotnet:1.0.3-core\nMAINTAINER Frank Pommerening \"frank@pommerening-online.de\"\nENV REFRESHED_AT 20",
"end": 61,
"score": 0.9998822212219238,
"start": 44,
"tag": "NAME",
"value": "Frank Pommerening"
},
{
"context": "t/dotnet:1.0.3-core\nMAINTAINER Frank Pommerening \"frank@pommerening-online.de\"\nENV REFRESHED_AT 2017-01-25\n\nRUN set -x \\\n\t&& ap",
"end": 90,
"score": 0.9999335408210754,
"start": 63,
"tag": "EMAIL",
"value": "frank@pommerening-online.de"
}
] | Dockerfiles/core-base/Dockerfile | fpommerening/Spartakiade2017-RabbitMQ | 0 | FROM microsoft/dotnet:1.0.3-core
MAINTAINER Frank Pommerening "frank@pommerening-online.de"
ENV REFRESHED_AT 2017-01-25
RUN set -x \
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget p7zip && rm -rf /var/lib/apt/lists/* \
&& apt-get purge -y --auto-remove
| 10103 | FROM microsoft/dotnet:1.0.3-core
MAINTAINER <NAME> "<EMAIL>"
ENV REFRESHED_AT 2017-01-25
RUN set -x \
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget p7zip && rm -rf /var/lib/apt/lists/* \
&& apt-get purge -y --auto-remove
| true | FROM microsoft/dotnet:1.0.3-core
MAINTAINER PI:NAME:<NAME>END_PI "PI:EMAIL:<EMAIL>END_PI"
ENV REFRESHED_AT 2017-01-25
RUN set -x \
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget p7zip && rm -rf /var/lib/apt/lists/* \
&& apt-get purge -y --auto-remove
|
[
{
"context": "sticsearch/elasticsearch:6.8.8\n\nLABEL maintainer=\"Matthieu CONTET <matt.contet@icloud.com>\"\n\nRUN \\\n bin/elastics",
"end": 91,
"score": 0.9998590350151062,
"start": 76,
"tag": "NAME",
"value": "Matthieu CONTET"
},
{
"context": "csearch:6.8.8\n\nLABEL maintainer=\"Matthieu CONTET <matt.contet@icloud.com>\"\n\nRUN \\\n bin/elasticsearch-plugin install ana",
"end": 115,
"score": 0.9999357461929321,
"start": 93,
"tag": "EMAIL",
"value": "matt.contet@icloud.com"
}
] | elasticsearch/Dockerfile | mattcontet/ecosystem | 1 | FROM docker.elastic.co/elasticsearch/elasticsearch:6.8.8
LABEL maintainer="Matthieu CONTET <matt.contet@icloud.com>"
RUN \
bin/elasticsearch-plugin install analysis-icu | 528364 | FROM docker.elastic.co/elasticsearch/elasticsearch:6.8.8
LABEL maintainer="<NAME> <<EMAIL>>"
RUN \
bin/elasticsearch-plugin install analysis-icu | true | FROM docker.elastic.co/elasticsearch/elasticsearch:6.8.8
LABEL maintainer="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
RUN \
bin/elasticsearch-plugin install analysis-icu |
[
{
"context": "N echo '{\"redis\": { \"host\": \"redis\", \"password\": \"testpass\" } }' > /etc/sensu/conf.d/redis.json\nRUN echo '{\"",
"end": 369,
"score": 0.9994596242904663,
"start": 361,
"tag": "PASSWORD",
"value": "testpass"
}
] | test/sensu-legacy/sensu/Dockerfile | jbaublitz/shush | 4 | FROM ubuntu
RUN apt-get update && apt-get install -y curl gnupg2 build-essential
RUN curl -s https://sensu.global.ssl.fastly.net/apt/pubkey.gpg | apt-key add -
RUN echo "deb https://sensu.global.ssl.fastly.net/apt bionic main" > /etc/apt/sources.list.d/sensu.list
RUN apt-get update
RUN apt-get install sensu
RUN echo '{"redis": { "host": "redis", "password": "testpass" } }' > /etc/sensu/conf.d/redis.json
RUN echo '{"transport": { "name": "redis", "reconnect_on_error": true } }' > /etc/sensu/conf.d/transport.json
| 152366 | FROM ubuntu
RUN apt-get update && apt-get install -y curl gnupg2 build-essential
RUN curl -s https://sensu.global.ssl.fastly.net/apt/pubkey.gpg | apt-key add -
RUN echo "deb https://sensu.global.ssl.fastly.net/apt bionic main" > /etc/apt/sources.list.d/sensu.list
RUN apt-get update
RUN apt-get install sensu
RUN echo '{"redis": { "host": "redis", "password": "<PASSWORD>" } }' > /etc/sensu/conf.d/redis.json
RUN echo '{"transport": { "name": "redis", "reconnect_on_error": true } }' > /etc/sensu/conf.d/transport.json
| true | FROM ubuntu
RUN apt-get update && apt-get install -y curl gnupg2 build-essential
RUN curl -s https://sensu.global.ssl.fastly.net/apt/pubkey.gpg | apt-key add -
RUN echo "deb https://sensu.global.ssl.fastly.net/apt bionic main" > /etc/apt/sources.list.d/sensu.list
RUN apt-get update
RUN apt-get install sensu
RUN echo '{"redis": { "host": "redis", "password": "PI:PASSWORD:<PASSWORD>END_PI" } }' > /etc/sensu/conf.d/redis.json
RUN echo '{"transport": { "name": "redis", "reconnect_on_error": true } }' > /etc/sensu/conf.d/transport.json
|
[
{
"context": "FROM php:7.2-fpm\n\n# Propriedade\nMAINTAINER Danilo D. de Godoy <danilo.doring@gmail.com>\n\n# Variaveis de Ambient",
"end": 61,
"score": 0.9998866319656372,
"start": 43,
"tag": "NAME",
"value": "Danilo D. de Godoy"
},
{
"context": "fpm\n\n# Propriedade\nMAINTAINER Danilo D. de Godoy <danilo.doring@gmail.com>\n\n# Variaveis de Ambiente\nENV PHP_MODS=/usr/local",
"end": 86,
"score": 0.9999319911003113,
"start": 63,
"tag": "EMAIL",
"value": "danilo.doring@gmail.com"
},
{
"context": "hp-ext-xdebug.ini \\\n && echo \"xdebug.idekey = 'xDOCKERx'\" >> $PHP_MODS/docker-php-ext-xdebug.ini\n\n# Insta",
"end": 1500,
"score": 0.9614401459693909,
"start": 1492,
"tag": "KEY",
"value": "xDOCKERx"
}
] | docker-nginx/php7.2/config/php-fpm/Dockerfile | GoDoY-SP-/lumen57-skeleton | 2 | FROM php:7.2-fpm
# Propriedade
MAINTAINER Danilo D. de Godoy <danilo.doring@gmail.com>
# Variaveis de Ambiente
ENV PHP_MODS=/usr/local/etc/php/conf.d
# Extensions
RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
zlib1g-dev \
libpng-dev \
libpq-dev \
libssl-dev \
libxml2-dev \
libmemcached-dev \
wget \
git
RUN pecl install \
mongodb \
redis \
xdebug-2.6.0 \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) \
gd \
iconv \
bcmath \
mysqli \
pcntl \
pdo_mysql \
pdo_pgsql \
zip \
sockets \
soap \
&& docker-php-ext-enable \
opcache \
mongodb \
redis \
xdebug
# Composer
RUN php -r "readfile('https://getcomposer.org/installer');" > composer-setup.php \
&& php composer-setup.php \
&& php -r "unlink('composer-setup.php');" \
&& chmod +x composer.phar \
&& mv composer.phar /usr/bin/composer
# Add global composer bin dir to PATH
ENV PATH /root/.composer/vendor/bin:$PATH
# Configurar xDebug
RUN echo "xdebug.remote_enable=1" >> $PHP_MODS/docker-php-ext-xdebug.ini \
&& echo "xdebug.remote_autostart=1" >> $PHP_MODS/docker-php-ext-xdebug.ini \
&& echo "xdebug.remote_connect_back=1" >> $PHP_MODS/docker-php-ext-xdebug.ini \
&& echo "xdebug.idekey = 'xDOCKERx'" >> $PHP_MODS/docker-php-ext-xdebug.ini
# Install phpcs, phpcbf and phpcdp
RUN DEBIAN_FRONTEND=noninteractive && curl -L https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar -o /usr/local/bin/phpcs \
&& chmod 755 /usr/local/bin/phpcs \
&& curl -L https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar -o /usr/local/bin/phpcbf \
&& chmod 755 /usr/local/bin/phpcbf \
&& curl -L https://phar.phpunit.de/phpcpd.phar -o /usr/local/bin/phpcdp \
&& chmod 755 /usr/local/bin/phpcdp
WORKDIR "/var/www/lumen57" | 179369 | FROM php:7.2-fpm
# Propriedade
MAINTAINER <NAME> <<EMAIL>>
# Variaveis de Ambiente
ENV PHP_MODS=/usr/local/etc/php/conf.d
# Extensions
RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
zlib1g-dev \
libpng-dev \
libpq-dev \
libssl-dev \
libxml2-dev \
libmemcached-dev \
wget \
git
RUN pecl install \
mongodb \
redis \
xdebug-2.6.0 \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) \
gd \
iconv \
bcmath \
mysqli \
pcntl \
pdo_mysql \
pdo_pgsql \
zip \
sockets \
soap \
&& docker-php-ext-enable \
opcache \
mongodb \
redis \
xdebug
# Composer
RUN php -r "readfile('https://getcomposer.org/installer');" > composer-setup.php \
&& php composer-setup.php \
&& php -r "unlink('composer-setup.php');" \
&& chmod +x composer.phar \
&& mv composer.phar /usr/bin/composer
# Add global composer bin dir to PATH
ENV PATH /root/.composer/vendor/bin:$PATH
# Configurar xDebug
RUN echo "xdebug.remote_enable=1" >> $PHP_MODS/docker-php-ext-xdebug.ini \
&& echo "xdebug.remote_autostart=1" >> $PHP_MODS/docker-php-ext-xdebug.ini \
&& echo "xdebug.remote_connect_back=1" >> $PHP_MODS/docker-php-ext-xdebug.ini \
&& echo "xdebug.idekey = '<KEY>'" >> $PHP_MODS/docker-php-ext-xdebug.ini
# Install phpcs, phpcbf and phpcdp
RUN DEBIAN_FRONTEND=noninteractive && curl -L https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar -o /usr/local/bin/phpcs \
&& chmod 755 /usr/local/bin/phpcs \
&& curl -L https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar -o /usr/local/bin/phpcbf \
&& chmod 755 /usr/local/bin/phpcbf \
&& curl -L https://phar.phpunit.de/phpcpd.phar -o /usr/local/bin/phpcdp \
&& chmod 755 /usr/local/bin/phpcdp
WORKDIR "/var/www/lumen57" | true | FROM php:7.2-fpm
# Propriedade
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# Variaveis de Ambiente
ENV PHP_MODS=/usr/local/etc/php/conf.d
# Extensions
RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
zlib1g-dev \
libpng-dev \
libpq-dev \
libssl-dev \
libxml2-dev \
libmemcached-dev \
wget \
git
RUN pecl install \
mongodb \
redis \
xdebug-2.6.0 \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) \
gd \
iconv \
bcmath \
mysqli \
pcntl \
pdo_mysql \
pdo_pgsql \
zip \
sockets \
soap \
&& docker-php-ext-enable \
opcache \
mongodb \
redis \
xdebug
# Composer
RUN php -r "readfile('https://getcomposer.org/installer');" > composer-setup.php \
&& php composer-setup.php \
&& php -r "unlink('composer-setup.php');" \
&& chmod +x composer.phar \
&& mv composer.phar /usr/bin/composer
# Add global composer bin dir to PATH
ENV PATH /root/.composer/vendor/bin:$PATH
# Configurar xDebug
RUN echo "xdebug.remote_enable=1" >> $PHP_MODS/docker-php-ext-xdebug.ini \
&& echo "xdebug.remote_autostart=1" >> $PHP_MODS/docker-php-ext-xdebug.ini \
&& echo "xdebug.remote_connect_back=1" >> $PHP_MODS/docker-php-ext-xdebug.ini \
&& echo "xdebug.idekey = 'PI:KEY:<KEY>END_PI'" >> $PHP_MODS/docker-php-ext-xdebug.ini
# Install phpcs, phpcbf and phpcdp
RUN DEBIAN_FRONTEND=noninteractive && curl -L https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar -o /usr/local/bin/phpcs \
&& chmod 755 /usr/local/bin/phpcs \
&& curl -L https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar -o /usr/local/bin/phpcbf \
&& chmod 755 /usr/local/bin/phpcbf \
&& curl -L https://phar.phpunit.de/phpcpd.phar -o /usr/local/bin/phpcdp \
&& chmod 755 /usr/local/bin/phpcdp
WORKDIR "/var/www/lumen57" |
[
{
"context": "mpose.yml\n\nFROM minimal-centos\n\n# user\nRUN useradd bob\nRUN echo \"bob:pwd\" | chpasswd\n\n# kerberos client\n",
"end": 195,
"score": 0.9903749823570251,
"start": 192,
"tag": "USERNAME",
"value": "bob"
},
{
"context": "imal-centos\n\n# user\nRUN useradd bob\nRUN echo \"bob:pwd\" | chpasswd\n\n# kerberos client\nRUN yum -y install",
"end": 213,
"score": 0.8888760805130005,
"start": 210,
"tag": "PASSWORD",
"value": "pwd"
}
] | build/krb5-centos/service/Dockerfile | vnguyen3950/kerberos-docker | 0 | # Generated from Jinja template
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# Dockerfile - service
#
# see docker-compose.yml
FROM minimal-centos
# user
RUN useradd bob
RUN echo "bob:pwd" | chpasswd
# kerberos client
RUN yum -y install ntp krb5-workstation krb5-libs
# ssh server/client
RUN yum -y install openssh-server openssh-clients
# python web server
COPY ./nodes/service/index.html .
# kerberos client configuration
ENV KRB5_CONFIG=/etc/krb5.conf
COPY ./services/krb5/client/krb5.conf /etc/krb5.conf
# ssh server/client configuration
RUN mkdir -pv /var/run/sshd
RUN echo y | sudo ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ""
RUN echo y | sudo ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ""
RUN echo y | sudo ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N ""
RUN echo y | sudo ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N ""
COPY ./services/ssh/server/sshd_config /etc/ssh/sshd_config
# supervisord configuration
COPY ./nodes/service/supervisord.conf /etc/supervisord.conf
# when container is starting
CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"] | 213883 | # Generated from Jinja template
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# Dockerfile - service
#
# see docker-compose.yml
FROM minimal-centos
# user
RUN useradd bob
RUN echo "bob:<PASSWORD>" | chpasswd
# kerberos client
RUN yum -y install ntp krb5-workstation krb5-libs
# ssh server/client
RUN yum -y install openssh-server openssh-clients
# python web server
COPY ./nodes/service/index.html .
# kerberos client configuration
ENV KRB5_CONFIG=/etc/krb5.conf
COPY ./services/krb5/client/krb5.conf /etc/krb5.conf
# ssh server/client configuration
RUN mkdir -pv /var/run/sshd
RUN echo y | sudo ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ""
RUN echo y | sudo ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ""
RUN echo y | sudo ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N ""
RUN echo y | sudo ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N ""
COPY ./services/ssh/server/sshd_config /etc/ssh/sshd_config
# supervisord configuration
COPY ./nodes/service/supervisord.conf /etc/supervisord.conf
# when container is starting
CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"] | true | # Generated from Jinja template
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# Dockerfile - service
#
# see docker-compose.yml
FROM minimal-centos
# user
RUN useradd bob
RUN echo "bob:PI:PASSWORD:<PASSWORD>END_PI" | chpasswd
# kerberos client
RUN yum -y install ntp krb5-workstation krb5-libs
# ssh server/client
RUN yum -y install openssh-server openssh-clients
# python web server
COPY ./nodes/service/index.html .
# kerberos client configuration
ENV KRB5_CONFIG=/etc/krb5.conf
COPY ./services/krb5/client/krb5.conf /etc/krb5.conf
# ssh server/client configuration
RUN mkdir -pv /var/run/sshd
RUN echo y | sudo ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ""
RUN echo y | sudo ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ""
RUN echo y | sudo ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N ""
RUN echo y | sudo ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N ""
COPY ./services/ssh/server/sshd_config /etc/ssh/sshd_config
# supervisord configuration
COPY ./nodes/service/supervisord.conf /etc/supervisord.conf
# when container is starting
CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"] |
[
{
"context": "FROM debian:stretch\nMAINTAINER James <c00lways@gmail.com>\n\nRUN apt-get update\\\n && a",
"end": 36,
"score": 0.9997069239616394,
"start": 31,
"tag": "NAME",
"value": "James"
},
{
"context": "FROM debian:stretch\nMAINTAINER James <c00lways@gmail.com>\n\nRUN apt-get update\\\n && apt-get install -y ca",
"end": 56,
"score": 0.9999223351478577,
"start": 38,
"tag": "EMAIL",
"value": "c00lways@gmail.com"
}
] | Dockerfile | nurtureJamesTan/runbuffalo | 0 | FROM debian:stretch
MAINTAINER James <c00lways@gmail.com>
RUN apt-get update\
&& apt-get install -y ca-certificates wget \
&& update-ca-certificates
# ==========================================
# ssh
# thanks to https://hub.docker.com/r/gotechnies/alpine-ssh
RUN apt-get install -y vim curl cron postgresql-client
RUN apt-get -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
RUN apt-get update && apt-get -y install docker-ce
RUN useradd dummy1
RUN useradd dummy2
RUN useradd -u 1002 -d /home/app -s /bin/bash -G sudo app
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
RUN mkdir -p /home/app/web/log && mkdir -p /home/app/.ssh
RUN touch /home/app/.ssh/authorized_keys
RUN chmod 600 /home/app/.ssh/authorized_keys && chmod 700 /home/app/.ssh
#RUN chown app:app -R /home/app
COPY entry.sh /home/
RUN chmod a+x /home/entry.sh
WORKDIR /home/app/web
ENTRYPOINT ["/home/entry.sh"]
ENV MIGRATE 1
ENV CRON 0
VOLUME ["/home/app"]
EXPOSE 3000
| 381062 | FROM debian:stretch
MAINTAINER <NAME> <<EMAIL>>
RUN apt-get update\
&& apt-get install -y ca-certificates wget \
&& update-ca-certificates
# ==========================================
# ssh
# thanks to https://hub.docker.com/r/gotechnies/alpine-ssh
RUN apt-get install -y vim curl cron postgresql-client
RUN apt-get -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
RUN apt-get update && apt-get -y install docker-ce
RUN useradd dummy1
RUN useradd dummy2
RUN useradd -u 1002 -d /home/app -s /bin/bash -G sudo app
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
RUN mkdir -p /home/app/web/log && mkdir -p /home/app/.ssh
RUN touch /home/app/.ssh/authorized_keys
RUN chmod 600 /home/app/.ssh/authorized_keys && chmod 700 /home/app/.ssh
#RUN chown app:app -R /home/app
COPY entry.sh /home/
RUN chmod a+x /home/entry.sh
WORKDIR /home/app/web
ENTRYPOINT ["/home/entry.sh"]
ENV MIGRATE 1
ENV CRON 0
VOLUME ["/home/app"]
EXPOSE 3000
| true | FROM debian:stretch
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
RUN apt-get update\
&& apt-get install -y ca-certificates wget \
&& update-ca-certificates
# ==========================================
# ssh
# thanks to https://hub.docker.com/r/gotechnies/alpine-ssh
RUN apt-get install -y vim curl cron postgresql-client
RUN apt-get -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
RUN apt-get update && apt-get -y install docker-ce
RUN useradd dummy1
RUN useradd dummy2
RUN useradd -u 1002 -d /home/app -s /bin/bash -G sudo app
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
RUN mkdir -p /home/app/web/log && mkdir -p /home/app/.ssh
RUN touch /home/app/.ssh/authorized_keys
RUN chmod 600 /home/app/.ssh/authorized_keys && chmod 700 /home/app/.ssh
#RUN chown app:app -R /home/app
COPY entry.sh /home/
RUN chmod a+x /home/entry.sh
WORKDIR /home/app/web
ENTRYPOINT ["/home/entry.sh"]
ENV MIGRATE 1
ENV CRON 0
VOLUME ["/home/app"]
EXPOSE 3000
|
[
{
"context": "FROM debian:stretch\nLABEL maintainer=\"Keybase <admin@keybase.io>\"\n\n# Install dependencies from ",
"end": 45,
"score": 0.9990179538726807,
"start": 38,
"tag": "USERNAME",
"value": "Keybase"
},
{
"context": "FROM debian:stretch\nLABEL maintainer=\"Keybase <admin@keybase.io>\"\n\n# Install dependencies from the standard repos",
"end": 63,
"score": 0.9999210238456726,
"start": 47,
"tag": "EMAIL",
"value": "admin@keybase.io"
},
{
"context": " what's in\n# the Debian repos: https://github.com/s3tools/s3cmd/issues/437\nRUN pip install s3cmd\n\n# Install",
"end": 882,
"score": 0.9996066689491272,
"start": 875,
"tag": "USERNAME",
"value": "s3tools"
}
] | packaging/linux/Dockerfile | VitaminOlala/client | 1 | FROM debian:stretch
LABEL maintainer="Keybase <admin@keybase.io>"
# Install dependencies from the standard repos.
# - Debian build requires 'fakeroot' and 'reprepro' (and 'dpkg-deb', but
# that's installed by default).
# - RPM build requires 'rpm' and 'createrepo'.
# - The deploy scripts use 'git' to commit and push.
# - 'curl' and 'wget' are for downloading Go and Node
# - 'build-essential' pulls in gcc etc., which Go requires.
# - python and pip for recent versions of s3cmd
# - libc6-dev-i386 for the i386 cgo part of the build
# - gnupg1 to avoid a password issue in key import
RUN apt-get update
RUN apt-get install -y fakeroot reprepro rpm createrepo git wget \
build-essential curl python python-pip libc6-dev-i386 gnupg1
# Install s3cmd. See this issue for why we need a version newer than what's in
# the Debian repos: https://github.com/s3tools/s3cmd/issues/437
RUN pip install s3cmd
# Install nodejs and yarn. (Note that this depends on curl above.)
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb http://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
RUN apt-get update
RUN apt-get install -y nodejs yarn
# Install Go directly from Google, because the Debian repos tend to be behind.
# When updating the version, remember to bump keybase_packaging_v# in docker_build.sh.
# Copy over the new hash when upgrading version. But if not upgrading version,
# the check should not ever fail.
ENV GOLANG_VERSION 1.13
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
ENV GOLANG_DOWNLOAD_SHA256 68a2297eb099d1a76097905a2ce334e3155004ec08cdea85f24527be3c48e856
RUN wget "$GOLANG_DOWNLOAD_URL" -O /root/go.tar.gz
RUN echo "$GOLANG_DOWNLOAD_SHA256 /root/go.tar.gz" | sha256sum --check --status --strict -
RUN tar -C /usr/local -xzf /root/go.tar.gz
RUN rm /root/go.tar.gz
ENV PATH "$PATH:/usr/local/go/bin"
| 442938 | FROM debian:stretch
LABEL maintainer="Keybase <<EMAIL>>"
# Install dependencies from the standard repos.
# - Debian build requires 'fakeroot' and 'reprepro' (and 'dpkg-deb', but
# that's installed by default).
# - RPM build requires 'rpm' and 'createrepo'.
# - The deploy scripts use 'git' to commit and push.
# - 'curl' and 'wget' are for downloading Go and Node
# - 'build-essential' pulls in gcc etc., which Go requires.
# - python and pip for recent versions of s3cmd
# - libc6-dev-i386 for the i386 cgo part of the build
# - gnupg1 to avoid a password issue in key import
RUN apt-get update
RUN apt-get install -y fakeroot reprepro rpm createrepo git wget \
build-essential curl python python-pip libc6-dev-i386 gnupg1
# Install s3cmd. See this issue for why we need a version newer than what's in
# the Debian repos: https://github.com/s3tools/s3cmd/issues/437
RUN pip install s3cmd
# Install nodejs and yarn. (Note that this depends on curl above.)
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb http://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
RUN apt-get update
RUN apt-get install -y nodejs yarn
# Install Go directly from Google, because the Debian repos tend to be behind.
# When updating the version, remember to bump keybase_packaging_v# in docker_build.sh.
# Copy over the new hash when upgrading version. But if not upgrading version,
# the check should not ever fail.
ENV GOLANG_VERSION 1.13
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
ENV GOLANG_DOWNLOAD_SHA256 68a2297eb099d1a76097905a2ce334e3155004ec08cdea85f24527be3c48e856
RUN wget "$GOLANG_DOWNLOAD_URL" -O /root/go.tar.gz
RUN echo "$GOLANG_DOWNLOAD_SHA256 /root/go.tar.gz" | sha256sum --check --status --strict -
RUN tar -C /usr/local -xzf /root/go.tar.gz
RUN rm /root/go.tar.gz
ENV PATH "$PATH:/usr/local/go/bin"
| true | FROM debian:stretch
LABEL maintainer="Keybase <PI:EMAIL:<EMAIL>END_PI>"
# Install dependencies from the standard repos.
# - Debian build requires 'fakeroot' and 'reprepro' (and 'dpkg-deb', but
# that's installed by default).
# - RPM build requires 'rpm' and 'createrepo'.
# - The deploy scripts use 'git' to commit and push.
# - 'curl' and 'wget' are for downloading Go and Node
# - 'build-essential' pulls in gcc etc., which Go requires.
# - python and pip for recent versions of s3cmd
# - libc6-dev-i386 for the i386 cgo part of the build
# - gnupg1 to avoid a password issue in key import
RUN apt-get update
RUN apt-get install -y fakeroot reprepro rpm createrepo git wget \
build-essential curl python python-pip libc6-dev-i386 gnupg1
# Install s3cmd. See this issue for why we need a version newer than what's in
# the Debian repos: https://github.com/s3tools/s3cmd/issues/437
RUN pip install s3cmd
# Install nodejs and yarn. (Note that this depends on curl above.)
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb http://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
RUN apt-get update
RUN apt-get install -y nodejs yarn
# Install Go directly from Google, because the Debian repos tend to be behind.
# When updating the version, remember to bump keybase_packaging_v# in docker_build.sh.
# Copy over the new hash when upgrading version. But if not upgrading version,
# the check should not ever fail.
ENV GOLANG_VERSION 1.13
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
ENV GOLANG_DOWNLOAD_SHA256 68a2297eb099d1a76097905a2ce334e3155004ec08cdea85f24527be3c48e856
RUN wget "$GOLANG_DOWNLOAD_URL" -O /root/go.tar.gz
RUN echo "$GOLANG_DOWNLOAD_SHA256 /root/go.tar.gz" | sha256sum --check --status --strict -
RUN tar -C /usr/local -xzf /root/go.tar.gz
RUN rm /root/go.tar.gz
ENV PATH "$PATH:/usr/local/go/bin"
|
[
{
"context": "OM maj1/icdc:graphviz-perlbrew\n\nLABEL maintainer=\"Mark A. Jensen <mark -dot- jensen -at- nih -dot- com>\"\nARG perl=",
"end": 66,
"score": 0.9998642802238464,
"start": 52,
"tag": "NAME",
"value": "Mark A. Jensen"
}
] | drivers/Perl/make-model/docker/Dockerfile | CBIIT/bento-mdf | 4 | FROM maj1/icdc:graphviz-perlbrew
LABEL maintainer="Mark A. Jensen <mark -dot- jensen -at- nih -dot- com>"
ARG perl=perl-5.24.4
ARG vers=0.2
WORKDIR /opns
COPY / /opns/make-model
RUN /bin/bash --login -c 'perlbrew switch ${perl} ; \
cd /opns/make-model/Bento-MakeModel-${vers} ; \
perl Build.PL ; \
./Build ; \
./Build installdeps --cpan_client "cpanm" ; \
./Build test ; \
./Build install ;' \
WORKDIR /opns
COPY /start.sh .
ENTRYPOINT ["./start.sh"]
| 31600 | FROM maj1/icdc:graphviz-perlbrew
LABEL maintainer="<NAME> <mark -dot- jensen -at- nih -dot- com>"
ARG perl=perl-5.24.4
ARG vers=0.2
WORKDIR /opns
COPY / /opns/make-model
RUN /bin/bash --login -c 'perlbrew switch ${perl} ; \
cd /opns/make-model/Bento-MakeModel-${vers} ; \
perl Build.PL ; \
./Build ; \
./Build installdeps --cpan_client "cpanm" ; \
./Build test ; \
./Build install ;' \
WORKDIR /opns
COPY /start.sh .
ENTRYPOINT ["./start.sh"]
| true | FROM maj1/icdc:graphviz-perlbrew
LABEL maintainer="PI:NAME:<NAME>END_PI <mark -dot- jensen -at- nih -dot- com>"
ARG perl=perl-5.24.4
ARG vers=0.2
WORKDIR /opns
COPY / /opns/make-model
RUN /bin/bash --login -c 'perlbrew switch ${perl} ; \
cd /opns/make-model/Bento-MakeModel-${vers} ; \
perl Build.PL ; \
./Build ; \
./Build installdeps --cpan_client "cpanm" ; \
./Build test ; \
./Build install ;' \
WORKDIR /opns
COPY /start.sh .
ENTRYPOINT ["./start.sh"]
|
[
{
"context": "u image\nFROM cimg/base:2021.04\n\nLABEL maintainer=\"Ricardo N Feliciano <Ricardo@Feliciano.Tech>\"\n\nENV SB_VERSION=0.16.0\n",
"end": 130,
"score": 0.9998404383659363,
"start": 111,
"tag": "NAME",
"value": "Ricardo N Feliciano"
},
{
"context": "e:2021.04\n\nLABEL maintainer=\"Ricardo N Feliciano <Ricardo@Feliciano.Tech>\"\n\nENV SB_VERSION=0.16.0\nENV\tSB_DOWNLOAD_URL=\"htt",
"end": 154,
"score": 0.9998828768730164,
"start": 132,
"tag": "EMAIL",
"value": "Ricardo@Feliciano.Tech"
}
] | 0.16/Dockerfile | hubci/strawberry-docker | 0 | # vim:set ft=dockerfile:
# Base off of CircleCI's base Ubuntu image
FROM cimg/base:2021.04
LABEL maintainer="Ricardo N Feliciano <Ricardo@Feliciano.Tech>"
ENV SB_VERSION=0.16.0
ENV SB_DOWNLOAD_URL="https://github.com/strawberryssg/strawberry-v0/releases/download/v${SB_VERSION}/strawberry-v${SB_VERSION}-linux-amd64.tar.gz"
# Install HTML Proofer - eventually to be replaced with non-Ruby alternative
RUN sudo apt-get update && sudo apt-get install -y \
libffi-dev \
rsync \
ruby-full \
# Needed for the Nokogiri gem
zlib1g-dev \
&& \
sudo rm -rf /var/lib/apt/lists/* && \
sudo gem install html-proofer --no-document
RUN curl -sSL $SB_DOWNLOAD_URL | sudo tar -xz -C /usr/local/bin strawberry
CMD ["htmlproofer", "--help"]
EXPOSE 1313
| 157584 | # vim:set ft=dockerfile:
# Base off of CircleCI's base Ubuntu image
FROM cimg/base:2021.04
LABEL maintainer="<NAME> <<EMAIL>>"
ENV SB_VERSION=0.16.0
ENV SB_DOWNLOAD_URL="https://github.com/strawberryssg/strawberry-v0/releases/download/v${SB_VERSION}/strawberry-v${SB_VERSION}-linux-amd64.tar.gz"
# Install HTML Proofer - eventually to be replaced with non-Ruby alternative
RUN sudo apt-get update && sudo apt-get install -y \
libffi-dev \
rsync \
ruby-full \
# Needed for the Nokogiri gem
zlib1g-dev \
&& \
sudo rm -rf /var/lib/apt/lists/* && \
sudo gem install html-proofer --no-document
RUN curl -sSL $SB_DOWNLOAD_URL | sudo tar -xz -C /usr/local/bin strawberry
CMD ["htmlproofer", "--help"]
EXPOSE 1313
| true | # vim:set ft=dockerfile:
# Base off of CircleCI's base Ubuntu image
FROM cimg/base:2021.04
LABEL maintainer="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
ENV SB_VERSION=0.16.0
ENV SB_DOWNLOAD_URL="https://github.com/strawberryssg/strawberry-v0/releases/download/v${SB_VERSION}/strawberry-v${SB_VERSION}-linux-amd64.tar.gz"
# Install HTML Proofer - eventually to be replaced with non-Ruby alternative
RUN sudo apt-get update && sudo apt-get install -y \
libffi-dev \
rsync \
ruby-full \
# Needed for the Nokogiri gem
zlib1g-dev \
&& \
sudo rm -rf /var/lib/apt/lists/* && \
sudo gem install html-proofer --no-document
RUN curl -sSL $SB_DOWNLOAD_URL | sudo tar -xz -C /usr/local/bin strawberry
CMD ["htmlproofer", "--help"]
EXPOSE 1313
|
[
{
"context": "FROM httpd\nMAINTAINER thomas.gilbert@alexandra.dk\n\nCOPY . /usr/local/apache2/htdocs/\n",
"end": 49,
"score": 0.9997676014900208,
"start": 22,
"tag": "EMAIL",
"value": "thomas.gilbert@alexandra.dk"
}
] | 3dmap-master/Dockerfile | CityPulse/3DMap | 0 | FROM httpd
MAINTAINER thomas.gilbert@alexandra.dk
COPY . /usr/local/apache2/htdocs/
| 460199 | FROM httpd
MAINTAINER <EMAIL>
COPY . /usr/local/apache2/htdocs/
| true | FROM httpd
MAINTAINER PI:EMAIL:<EMAIL>END_PI
COPY . /usr/local/apache2/htdocs/
|
[
{
"context": "COPY --chown=worker:worker . .\n\nLABEL maintainer=\"Florian Dahlitz <f2dahlitz@freenet.de>\" \\\n version=\"1.0.0\"\n\n",
"end": 376,
"score": 0.9998734593391418,
"start": 361,
"tag": "NAME",
"value": "Florian Dahlitz"
},
{
"context": "er:worker . .\n\nLABEL maintainer=\"Florian Dahlitz <f2dahlitz@freenet.de>\" \\\n version=\"1.0.0\"\n\nCMD [\"python\", \"slack-",
"end": 398,
"score": 0.9999358654022217,
"start": 378,
"tag": "EMAIL",
"value": "f2dahlitz@freenet.de"
}
] | Dockerfile | DahlitzFlorian/slack-reactions | 0 | FROM python:3.7-alpine
RUN pip install --upgrade pip
RUN adduser -D worker
USER worker
WORKDIR /home/worker
RUN pip install --user pipenv
ENV PATH="/home/worker/.local/bin:${PATH}"
COPY --chown=worker:worker Pipfile Pipfile
RUN pipenv lock -r > requirements.txt
RUN pip install --user -r requirements.txt
COPY --chown=worker:worker . .
LABEL maintainer="Florian Dahlitz <f2dahlitz@freenet.de>" \
version="1.0.0"
CMD ["python", "slack-reactions.py"]
| 555901 | FROM python:3.7-alpine
RUN pip install --upgrade pip
RUN adduser -D worker
USER worker
WORKDIR /home/worker
RUN pip install --user pipenv
ENV PATH="/home/worker/.local/bin:${PATH}"
COPY --chown=worker:worker Pipfile Pipfile
RUN pipenv lock -r > requirements.txt
RUN pip install --user -r requirements.txt
COPY --chown=worker:worker . .
LABEL maintainer="<NAME> <<EMAIL>>" \
version="1.0.0"
CMD ["python", "slack-reactions.py"]
| true | FROM python:3.7-alpine
RUN pip install --upgrade pip
RUN adduser -D worker
USER worker
WORKDIR /home/worker
RUN pip install --user pipenv
ENV PATH="/home/worker/.local/bin:${PATH}"
COPY --chown=worker:worker Pipfile Pipfile
RUN pipenv lock -r > requirements.txt
RUN pip install --user -r requirements.txt
COPY --chown=worker:worker . .
LABEL maintainer="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" \
version="1.0.0"
CMD ["python", "slack-reactions.py"]
|
[
{
"context": "d --no-cache build-base\n\nADD . /go/src/github.com/cloud-barista/cb-tumblebug\n\nWORKDIR /go/src/github.com/cloud-ba",
"end": 367,
"score": 0.9969260096549988,
"start": 354,
"tag": "USERNAME",
"value": "cloud-barista"
},
{
"context": "-barista/cb-tumblebug\n\nWORKDIR /go/src/github.com/cloud-barista/cb-tumblebug\n\nWORKDIR src\n\nRUN go build -mod=mod ",
"end": 422,
"score": 0.9981963634490967,
"start": 409,
"tag": "USERNAME",
"value": "cloud-barista"
},
{
"context": " /app/src\n\nCOPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/assets/ /app/assets/\n\nCOPY --from=bu",
"end": 856,
"score": 0.9937130212783813,
"start": 843,
"tag": "USERNAME",
"value": "cloud-barista"
},
{
"context": "p/assets/\n\nCOPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/scripts/ /app/scripts/\n\nCOPY --from=",
"end": 944,
"score": 0.997168779373169,
"start": 931,
"tag": "USERNAME",
"value": "cloud-barista"
},
{
"context": "/scripts/\n\nCOPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/conf/ /app/conf/\n\nCOPY --from=builde",
"end": 1034,
"score": 0.993668794631958,
"start": 1021,
"tag": "USERNAME",
"value": "cloud-barista"
},
{
"context": "app/conf/\n\nCOPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/src/cb-tumblebug /app/src/\n\n#RUN /bi",
"end": 1118,
"score": 0.9940265417098999,
"start": 1105,
"tag": "USERNAME",
"value": "cloud-barista"
},
{
"context": "tumblebug\nENV DB_USER cb_tumblebug\nENV DB_PASSWORD cb_tumblebug\n\nENV API_USERNAME default\nENV API_PASSWORD defaul",
"end": 1550,
"score": 0.9975225329399109,
"start": 1538,
"tag": "PASSWORD",
"value": "cb_tumblebug"
},
{
"context": "bug\nENV DB_PASSWORD cb_tumblebug\n\nENV API_USERNAME default\nENV API_PASSWORD default\n\n# Set period for auto c",
"end": 1576,
"score": 0.5289466381072998,
"start": 1569,
"tag": "USERNAME",
"value": "default"
},
{
"context": "mblebug\n\nENV API_USERNAME default\nENV API_PASSWORD default\n\n# Set period for auto control goroutine invocati",
"end": 1601,
"score": 0.9863770604133606,
"start": 1594,
"tag": "PASSWORD",
"value": "default"
}
] | Dockerfile | leedohun/cb-tumblebug | 3 | ##############################################################
## Stage 1 - Go Build
##############################################################
FROM golang:1.16-alpine AS builder
#RUN apk update && apk add --no-cache bash
#RUN apk add gcc
RUN apk add --no-cache sqlite-libs sqlite-dev
RUN apk add --no-cache build-base
ADD . /go/src/github.com/cloud-barista/cb-tumblebug
WORKDIR /go/src/github.com/cloud-barista/cb-tumblebug
WORKDIR src
RUN go build -mod=mod -ldflags '-w -extldflags "-static"' -tags cb-tumblebug -o cb-tumblebug -v
#############################################################
## Stage 2 - Application Setup
##############################################################
FROM ubuntu:latest as prod
# use bash
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
WORKDIR /app/src
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/assets/ /app/assets/
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/scripts/ /app/scripts/
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/conf/ /app/conf/
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/src/cb-tumblebug /app/src/
#RUN /bin/bash -c "source /app/conf/setup.env"
ENV CBTUMBLEBUG_ROOT /app
ENV CBSTORE_ROOT /app
ENV CBLOG_ROOT /app
ENV SPIDER_CALL_METHOD REST
ENV DRAGONFLY_CALL_METHOD REST
ENV SPIDER_REST_URL http://cb-spider:1024/spider
ENV DRAGONFLY_REST_URL http://cb-dragonfly:9090/dragonfly
ENV DB_URL localhost:3306
ENV DB_DATABASE cb_tumblebug
ENV DB_USER cb_tumblebug
ENV DB_PASSWORD cb_tumblebug
ENV API_USERNAME default
ENV API_PASSWORD default
# Set period for auto control goroutine invocation
ENV AUTOCONTROL_DURATION_MS 10000
# Set SELF_ENDPOINT, if you want to access Swagger API dashboard from outside. (Ex: export SELF_ENDPOINT=xxx.xxx.xxx.xxx:1323)
ENV SELF_ENDPOINT localhost:1323
# Environment variables that you don't need to touch
# Ignore a protocol buffer namespace conflict
ENV GOLANG_PROTOBUF_REGISTRATION_CONFLICT ignore
# Swagger UI API document file path
ENV API_DOC_PATH /app/src/api/rest/docs/swagger.json
ENTRYPOINT [ "/app/src/cb-tumblebug" ]
EXPOSE 1323
EXPOSE 50252
| 512232 | ##############################################################
## Stage 1 - Go Build
##############################################################
FROM golang:1.16-alpine AS builder
#RUN apk update && apk add --no-cache bash
#RUN apk add gcc
RUN apk add --no-cache sqlite-libs sqlite-dev
RUN apk add --no-cache build-base
ADD . /go/src/github.com/cloud-barista/cb-tumblebug
WORKDIR /go/src/github.com/cloud-barista/cb-tumblebug
WORKDIR src
RUN go build -mod=mod -ldflags '-w -extldflags "-static"' -tags cb-tumblebug -o cb-tumblebug -v
#############################################################
## Stage 2 - Application Setup
##############################################################
FROM ubuntu:latest as prod
# use bash
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
WORKDIR /app/src
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/assets/ /app/assets/
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/scripts/ /app/scripts/
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/conf/ /app/conf/
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/src/cb-tumblebug /app/src/
#RUN /bin/bash -c "source /app/conf/setup.env"
ENV CBTUMBLEBUG_ROOT /app
ENV CBSTORE_ROOT /app
ENV CBLOG_ROOT /app
ENV SPIDER_CALL_METHOD REST
ENV DRAGONFLY_CALL_METHOD REST
ENV SPIDER_REST_URL http://cb-spider:1024/spider
ENV DRAGONFLY_REST_URL http://cb-dragonfly:9090/dragonfly
ENV DB_URL localhost:3306
ENV DB_DATABASE cb_tumblebug
ENV DB_USER cb_tumblebug
ENV DB_PASSWORD <PASSWORD>
ENV API_USERNAME default
ENV API_PASSWORD <PASSWORD>
# Set period for auto control goroutine invocation
ENV AUTOCONTROL_DURATION_MS 10000
# Set SELF_ENDPOINT, if you want to access Swagger API dashboard from outside. (Ex: export SELF_ENDPOINT=xxx.xxx.xxx.xxx:1323)
ENV SELF_ENDPOINT localhost:1323
# Environment variables that you don't need to touch
# Ignore a protocol buffer namespace conflict
ENV GOLANG_PROTOBUF_REGISTRATION_CONFLICT ignore
# Swagger UI API document file path
ENV API_DOC_PATH /app/src/api/rest/docs/swagger.json
ENTRYPOINT [ "/app/src/cb-tumblebug" ]
EXPOSE 1323
EXPOSE 50252
| true | ##############################################################
## Stage 1 - Go Build
##############################################################
FROM golang:1.16-alpine AS builder
#RUN apk update && apk add --no-cache bash
#RUN apk add gcc
RUN apk add --no-cache sqlite-libs sqlite-dev
RUN apk add --no-cache build-base
ADD . /go/src/github.com/cloud-barista/cb-tumblebug
WORKDIR /go/src/github.com/cloud-barista/cb-tumblebug
WORKDIR src
RUN go build -mod=mod -ldflags '-w -extldflags "-static"' -tags cb-tumblebug -o cb-tumblebug -v
#############################################################
## Stage 2 - Application Setup
##############################################################
FROM ubuntu:latest as prod
# use bash
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
WORKDIR /app/src
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/assets/ /app/assets/
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/scripts/ /app/scripts/
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/conf/ /app/conf/
COPY --from=builder /go/src/github.com/cloud-barista/cb-tumblebug/src/cb-tumblebug /app/src/
#RUN /bin/bash -c "source /app/conf/setup.env"
ENV CBTUMBLEBUG_ROOT /app
ENV CBSTORE_ROOT /app
ENV CBLOG_ROOT /app
ENV SPIDER_CALL_METHOD REST
ENV DRAGONFLY_CALL_METHOD REST
ENV SPIDER_REST_URL http://cb-spider:1024/spider
ENV DRAGONFLY_REST_URL http://cb-dragonfly:9090/dragonfly
ENV DB_URL localhost:3306
ENV DB_DATABASE cb_tumblebug
ENV DB_USER cb_tumblebug
ENV DB_PASSWORD PI:PASSWORD:<PASSWORD>END_PI
ENV API_USERNAME default
ENV API_PASSWORD PI:PASSWORD:<PASSWORD>END_PI
# Set period for auto control goroutine invocation
ENV AUTOCONTROL_DURATION_MS 10000
# Set SELF_ENDPOINT, if you want to access Swagger API dashboard from outside. (Ex: export SELF_ENDPOINT=xxx.xxx.xxx.xxx:1323)
ENV SELF_ENDPOINT localhost:1323
# Environment variables that you don't need to touch
# Ignore a protocol buffer namespace conflict
ENV GOLANG_PROTOBUF_REGISTRATION_CONFLICT ignore
# Swagger UI API document file path
ENV API_DOC_PATH /app/src/api/rest/docs/swagger.json
ENTRYPOINT [ "/app/src/cb-tumblebug" ]
EXPOSE 1323
EXPOSE 50252
|
[
{
"context": "FROM ubuntu:precise\n\nMAINTAINER Vilius Lukosius <vilius.lukosius@gmail.com>\n\n# make sure the pack",
"end": 47,
"score": 0.999885082244873,
"start": 32,
"tag": "NAME",
"value": "Vilius Lukosius"
},
{
"context": "FROM ubuntu:precise\n\nMAINTAINER Vilius Lukosius <vilius.lukosius@gmail.com>\n\n# make sure the package repository is up to dat",
"end": 74,
"score": 0.999933660030365,
"start": 49,
"tag": "EMAIL",
"value": "vilius.lukosius@gmail.com"
}
] | Dockerfile | viliusl/docker-sshd-nginx | 4 | FROM ubuntu:precise
MAINTAINER Vilius Lukosius <vilius.lukosius@gmail.com>
# make sure the package repository is up to date
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get upgrade -y
# install sshd, nginx and supervisor
RUN apt-get install -y openssh-server supervisor nginx
# configure supervisor
RUN mkdir -p /var/log/supervisor
# configure sshd with passwordless auth
RUN mkdir -p /var/run/sshd
ADD ssh_keys/id_rsa_docker.pub /tmp/id_rsa_docker.pub
RUN mkdir -p /root/.ssh
RUN cat /tmp/id_rsa_docker.pub >> /root/.ssh/authorized_keys
RUN rm /tmp/id_rsa_docker.pub
# configure nginx to serve static page
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
RUN mkdir -p /var/www
ADD nginx/default /etc/nginx/sites-available/default
ADD nginx/index.html /var/www/index.html
# configure supervisor
RUN mkdir -p /var/log/supervisor
ADD supervisor/sshd.conf /etc/supervisor/conf.d/sshd.conf
ADD supervisor/nginx.conf /etc/supervisor/conf.d/nginx.conf
#clean-up
RUN apt-get clean
expose 22
expose 80
CMD ["/usr/bin/supervisord", "-n"] | 487823 | FROM ubuntu:precise
MAINTAINER <NAME> <<EMAIL>>
# make sure the package repository is up to date
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get upgrade -y
# install sshd, nginx and supervisor
RUN apt-get install -y openssh-server supervisor nginx
# configure supervisor
RUN mkdir -p /var/log/supervisor
# configure sshd with passwordless auth
RUN mkdir -p /var/run/sshd
ADD ssh_keys/id_rsa_docker.pub /tmp/id_rsa_docker.pub
RUN mkdir -p /root/.ssh
RUN cat /tmp/id_rsa_docker.pub >> /root/.ssh/authorized_keys
RUN rm /tmp/id_rsa_docker.pub
# configure nginx to serve static page
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
RUN mkdir -p /var/www
ADD nginx/default /etc/nginx/sites-available/default
ADD nginx/index.html /var/www/index.html
# configure supervisor
RUN mkdir -p /var/log/supervisor
ADD supervisor/sshd.conf /etc/supervisor/conf.d/sshd.conf
ADD supervisor/nginx.conf /etc/supervisor/conf.d/nginx.conf
#clean-up
RUN apt-get clean
expose 22
expose 80
CMD ["/usr/bin/supervisord", "-n"] | true | FROM ubuntu:precise
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# make sure the package repository is up to date
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get upgrade -y
# install sshd, nginx and supervisor
RUN apt-get install -y openssh-server supervisor nginx
# configure supervisor
RUN mkdir -p /var/log/supervisor
# configure sshd with passwordless auth
RUN mkdir -p /var/run/sshd
ADD ssh_keys/id_rsa_docker.pub /tmp/id_rsa_docker.pub
RUN mkdir -p /root/.ssh
RUN cat /tmp/id_rsa_docker.pub >> /root/.ssh/authorized_keys
RUN rm /tmp/id_rsa_docker.pub
# configure nginx to serve static page
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
RUN mkdir -p /var/www
ADD nginx/default /etc/nginx/sites-available/default
ADD nginx/index.html /var/www/index.html
# configure supervisor
RUN mkdir -p /var/log/supervisor
ADD supervisor/sshd.conf /etc/supervisor/conf.d/sshd.conf
ADD supervisor/nginx.conf /etc/supervisor/conf.d/nginx.conf
#clean-up
RUN apt-get clean
expose 22
expose 80
CMD ["/usr/bin/supervisord", "-n"] |
[
{
"context": "FROM degoodmanwilson/luna:5.0.2\n\nMAINTAINER D.E. Goodman-Wilson\n\nENV P",
"end": 20,
"score": 0.9444743394851685,
"start": 5,
"tag": "USERNAME",
"value": "degoodmanwilson"
},
{
"context": "FROM degoodmanwilson/luna:5.0.2\n\nMAINTAINER D.E. Goodman-Wilson\n\nENV PORT 8080\nEXPOSE 8080\nWORKDIR /app\nADD . /ap",
"end": 63,
"score": 0.9977564811706543,
"start": 44,
"tag": "NAME",
"value": "D.E. Goodman-Wilson"
}
] | examples/project_template/Dockerfile | KushagraGoel/luna | 118 | FROM degoodmanwilson/luna:5.0.2
MAINTAINER D.E. Goodman-Wilson
ENV PORT 8080
EXPOSE 8080
WORKDIR /app
ADD . /app
RUN sudo chown -R conan .
RUN conan --version
RUN conan install .
RUN conan profile show default
RUN cmake .
RUN cmake --build .
CMD ["./bin/awesomesauce"]
| 85385 | FROM degoodmanwilson/luna:5.0.2
MAINTAINER <NAME>
ENV PORT 8080
EXPOSE 8080
WORKDIR /app
ADD . /app
RUN sudo chown -R conan .
RUN conan --version
RUN conan install .
RUN conan profile show default
RUN cmake .
RUN cmake --build .
CMD ["./bin/awesomesauce"]
| true | FROM degoodmanwilson/luna:5.0.2
MAINTAINER PI:NAME:<NAME>END_PI
ENV PORT 8080
EXPOSE 8080
WORKDIR /app
ADD . /app
RUN sudo chown -R conan .
RUN conan --version
RUN conan install .
RUN conan profile show default
RUN cmake .
RUN cmake --build .
CMD ["./bin/awesomesauce"]
|
[
{
"context": "FROM centos:7.3.1611\nMAINTAINER Seth Miller <seth@sethmiller.me>\n\nARG VERSION\n\nRUN yum instal",
"end": 43,
"score": 0.9998771548271179,
"start": 32,
"tag": "NAME",
"value": "Seth Miller"
},
{
"context": "FROM centos:7.3.1611\nMAINTAINER Seth Miller <seth@sethmiller.me>\n\nARG VERSION\n\nRUN yum install -y libaio && \\\n ",
"end": 63,
"score": 0.9999293684959412,
"start": 45,
"tag": "EMAIL",
"value": "seth@sethmiller.me"
},
{
"context": "sr/share/pkgconfig/oci8.pc\nADD https://github.com/iamseth/oracledb_exporter/releases/download/${VERSION}/or",
"end": 315,
"score": 0.7914304733276367,
"start": 308,
"tag": "USERNAME",
"value": "iamseth"
}
] | Dockerfile | huntsman-li/oracle_exporter | 4 | FROM centos:7.3.1611
MAINTAINER Seth Miller <seth@sethmiller.me>
ARG VERSION
RUN yum install -y libaio && \
yum clean all && \
rpm -Uvh https://www.dropbox.com/s/f2ul3y0854y8oqw/oracle-instantclient12.2-basic-12.2.0.1.0-1.x86_64.rpm
ADD oci8.pc /usr/share/pkgconfig/oci8.pc
ADD https://github.com/iamseth/oracledb_exporter/releases/download/${VERSION}/oracledb_exporter-${VERSION}.linux.x86_64 /oracledb_exporter
RUN chmod 755 /oracledb_exporter
EXPOSE 9161
ENV LD_LIBRARY_PATH /usr/lib/oracle/12.2/client64/lib
ENTRYPOINT ["/oracledb_exporter"]
| 171449 | FROM centos:7.3.1611
MAINTAINER <NAME> <<EMAIL>>
ARG VERSION
RUN yum install -y libaio && \
yum clean all && \
rpm -Uvh https://www.dropbox.com/s/f2ul3y0854y8oqw/oracle-instantclient12.2-basic-12.2.0.1.0-1.x86_64.rpm
ADD oci8.pc /usr/share/pkgconfig/oci8.pc
ADD https://github.com/iamseth/oracledb_exporter/releases/download/${VERSION}/oracledb_exporter-${VERSION}.linux.x86_64 /oracledb_exporter
RUN chmod 755 /oracledb_exporter
EXPOSE 9161
ENV LD_LIBRARY_PATH /usr/lib/oracle/12.2/client64/lib
ENTRYPOINT ["/oracledb_exporter"]
| true | FROM centos:7.3.1611
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
ARG VERSION
RUN yum install -y libaio && \
yum clean all && \
rpm -Uvh https://www.dropbox.com/s/f2ul3y0854y8oqw/oracle-instantclient12.2-basic-12.2.0.1.0-1.x86_64.rpm
ADD oci8.pc /usr/share/pkgconfig/oci8.pc
ADD https://github.com/iamseth/oracledb_exporter/releases/download/${VERSION}/oracledb_exporter-${VERSION}.linux.x86_64 /oracledb_exporter
RUN chmod 755 /oracledb_exporter
EXPOSE 9161
ENV LD_LIBRARY_PATH /usr/lib/oracle/12.2/client64/lib
ENTRYPOINT ["/oracledb_exporter"]
|
[
{
"context": "FROM node:latest\n\nLABEL maintainer=\"team@lean-delivery.com\"\n\n# OPTIONAL: Install dumb-init (Very handy for e",
"end": 58,
"score": 0.9999291300773621,
"start": 36,
"tag": "EMAIL",
"value": "team@lean-delivery.com"
},
{
"context": "SIGTERM/SIGKILL etc.)\nRUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.",
"end": 194,
"score": 0.9897468686103821,
"start": 190,
"tag": "USERNAME",
"value": "Yelp"
}
] | Dockerfile | lean-delivery/docker-node-chrome | 0 | FROM node:latest
LABEL maintainer="team@lean-delivery.com"
# OPTIONAL: Install dumb-init (Very handy for easier signal handling of SIGINT/SIGTERM/SIGKILL etc.)
RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb \
&& dpkg -i dumb-init_*.deb \
&& rm -r dumb-init*.deb
ENTRYPOINT ["dumb-init"]
# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& apt-get update && apt-get install -y google-chrome-stable \
&& rm -rf /var/cache/apk/*
| 63029 | FROM node:latest
LABEL maintainer="<EMAIL>"
# OPTIONAL: Install dumb-init (Very handy for easier signal handling of SIGINT/SIGTERM/SIGKILL etc.)
RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb \
&& dpkg -i dumb-init_*.deb \
&& rm -r dumb-init*.deb
ENTRYPOINT ["dumb-init"]
# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& apt-get update && apt-get install -y google-chrome-stable \
&& rm -rf /var/cache/apk/*
| true | FROM node:latest
LABEL maintainer="PI:EMAIL:<EMAIL>END_PI"
# OPTIONAL: Install dumb-init (Very handy for easier signal handling of SIGINT/SIGTERM/SIGKILL etc.)
RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb \
&& dpkg -i dumb-init_*.deb \
&& rm -r dumb-init*.deb
ENTRYPOINT ["dumb-init"]
# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& apt-get update && apt-get install -y google-chrome-stable \
&& rm -rf /var/cache/apk/*
|
[
{
"context": "o-docker.jfrog.io/nginx:alpine\n\nLABEL maintainer=\"Sascha Pfeiffer <sascha.pfeiffer@psono.com>\"\n\nRUN apk upgrade --n",
"end": 74,
"score": 0.9998757243156433,
"start": 59,
"tag": "NAME",
"value": "Sascha Pfeiffer"
},
{
"context": "/nginx:alpine\n\nLABEL maintainer=\"Sascha Pfeiffer <sascha.pfeiffer@psono.com>\"\n\nRUN apk upgrade --no-cache \\\n\t&& apk add --no-",
"end": 101,
"score": 0.9999370574951172,
"start": 76,
"tag": "EMAIL",
"value": "sascha.pfeiffer@psono.com"
}
] | Dockerfile | proceduretech/psono-client | 10 | FROM psono-docker.jfrog.io/nginx:alpine
LABEL maintainer="Sascha Pfeiffer <sascha.pfeiffer@psono.com>"
RUN apk upgrade --no-cache \
&& apk add --no-cache curl
COPY ./configs/nginx.conf /etc/nginx/nginx.conf
COPY ./configs/default.conf /etc/nginx/conf.d/default.conf
COPY ./configs/cmd.sh /root/cmd.sh
COPY ./build/webclient /usr/share/nginx/html/
HEALTHCHECK --interval=30s --timeout=3s \
CMD curl -f http://localhost/ || exit 1
CMD ["/bin/sh", "/root/cmd.sh"]
| 1165 | FROM psono-docker.jfrog.io/nginx:alpine
LABEL maintainer="<NAME> <<EMAIL>>"
RUN apk upgrade --no-cache \
&& apk add --no-cache curl
COPY ./configs/nginx.conf /etc/nginx/nginx.conf
COPY ./configs/default.conf /etc/nginx/conf.d/default.conf
COPY ./configs/cmd.sh /root/cmd.sh
COPY ./build/webclient /usr/share/nginx/html/
HEALTHCHECK --interval=30s --timeout=3s \
CMD curl -f http://localhost/ || exit 1
CMD ["/bin/sh", "/root/cmd.sh"]
| true | FROM psono-docker.jfrog.io/nginx:alpine
LABEL maintainer="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
RUN apk upgrade --no-cache \
&& apk add --no-cache curl
COPY ./configs/nginx.conf /etc/nginx/nginx.conf
COPY ./configs/default.conf /etc/nginx/conf.d/default.conf
COPY ./configs/cmd.sh /root/cmd.sh
COPY ./build/webclient /usr/share/nginx/html/
HEALTHCHECK --interval=30s --timeout=3s \
CMD curl -f http://localhost/ || exit 1
CMD ["/bin/sh", "/root/cmd.sh"]
|
[
{
"context": "FROM google/debian:wheezy\nMAINTAINER Tom Clift (@tclift)\n\nRUN \\\n\tDEBIAN_FRONTEND=noninteractive ",
"end": 46,
"score": 0.9998409152030945,
"start": 37,
"tag": "NAME",
"value": "Tom Clift"
},
{
"context": "FROM google/debian:wheezy\nMAINTAINER Tom Clift (@tclift)\n\nRUN \\\n\tDEBIAN_FRONTEND=noninteractive &&\\\n\tapt-",
"end": 55,
"score": 0.9992489218711853,
"start": 47,
"tag": "USERNAME",
"value": "(@tclift"
}
] | Dockerfile | tclift/docker-google-debian-wheezy-with-openjdk-7-jre-headless | 0 | FROM google/debian:wheezy
MAINTAINER Tom Clift (@tclift)
RUN \
DEBIAN_FRONTEND=noninteractive &&\
apt-get -q update &&\
apt-get install -y openjdk-7-jre-headless &&\
apt-get clean &&\
rm -rf /var/lib/apt/lists/*
| 315544 | FROM google/debian:wheezy
MAINTAINER <NAME> (@tclift)
RUN \
DEBIAN_FRONTEND=noninteractive &&\
apt-get -q update &&\
apt-get install -y openjdk-7-jre-headless &&\
apt-get clean &&\
rm -rf /var/lib/apt/lists/*
| true | FROM google/debian:wheezy
MAINTAINER PI:NAME:<NAME>END_PI (@tclift)
RUN \
DEBIAN_FRONTEND=noninteractive &&\
apt-get -q update &&\
apt-get install -y openjdk-7-jre-headless &&\
apt-get clean &&\
rm -rf /var/lib/apt/lists/*
|
[
{
"context": "N gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF",
"end": 384,
"score": 0.6199061274528503,
"start": 384,
"tag": "KEY",
"value": ""
},
{
"context": " gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \\\n curl -sSL https://get.rvm.io | bash -s s",
"end": 466,
"score": 0.9937748312950134,
"start": 385,
"tag": "KEY",
"value": "409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB"
}
] | ig/Dockerfile | DBCG/devcontainers | 0 |
# Binary Ruby distributions are not yet available for Debian 11 "bullseye" as of 2022-01-01
FROM mcr.microsoft.com/vscode/devcontainers/java:11-buster
RUN apt-get update \
&& apt-get -y install curl openssl wget graphviz \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
# RUN pip3 install --upgrade requests zulip
RUN gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
curl -sSL https://get.rvm.io | bash -s stable
ENV PATH="/usr/local/rvm/bin:/usr/local/rvm/rubies/ruby-2.5.1/bin:${PATH}"
RUN rvm install 2.5.1
RUN gem install jekyll jekyll-asciidoc | 51559 |
# Binary Ruby distributions are not yet available for Debian 11 "bullseye" as of 2022-01-01
FROM mcr.microsoft.com/vscode/devcontainers/java:11-buster
RUN apt-get update \
&& apt-get -y install curl openssl wget graphviz \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
# RUN pip3 install --upgrade requests zulip
RUN gpg --keyserver keyserver.ubuntu.com --recv-keys<KEY> <KEY> && \
curl -sSL https://get.rvm.io | bash -s stable
ENV PATH="/usr/local/rvm/bin:/usr/local/rvm/rubies/ruby-2.5.1/bin:${PATH}"
RUN rvm install 2.5.1
RUN gem install jekyll jekyll-asciidoc | true |
# Binary Ruby distributions are not yet available for Debian 11 "bullseye" as of 2022-01-01
FROM mcr.microsoft.com/vscode/devcontainers/java:11-buster
RUN apt-get update \
&& apt-get -y install curl openssl wget graphviz \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
# RUN pip3 install --upgrade requests zulip
RUN gpg --keyserver keyserver.ubuntu.com --recv-keysPI:KEY:<KEY>END_PI PI:KEY:<KEY>END_PI && \
curl -sSL https://get.rvm.io | bash -s stable
ENV PATH="/usr/local/rvm/bin:/usr/local/rvm/rubies/ruby-2.5.1/bin:${PATH}"
RUN rvm install 2.5.1
RUN gem install jekyll jekyll-asciidoc |
[
{
"context": "FROM debian:wheezy\n\nMAINTAINER Marc Hoersken \"info@marc-hoersken.de\"\n\n# Based upon https://i.r",
"end": 44,
"score": 0.9998712539672852,
"start": 31,
"tag": "NAME",
"value": "Marc Hoersken"
},
{
"context": "FROM debian:wheezy\n\nMAINTAINER Marc Hoersken \"info@marc-hoersken.de\"\n\n# Based upon https://i.rationa.li/mark/note/2TW",
"end": 67,
"score": 0.9999308586120605,
"start": 46,
"tag": "EMAIL",
"value": "info@marc-hoersken.de"
}
] | Dockerfile | mback2k/build-apache2.2-wstunnel | 0 | FROM debian:wheezy
MAINTAINER Marc Hoersken "info@marc-hoersken.de"
# Based upon https://i.rationa.li/mark/note/2TWATCchRQGyMA0RlvZSQA
RUN echo "deb-src http://deb.debian.org/debian wheezy main" >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y autoconf
RUN apt-get build-dep -y apache2
RUN mkdir -p /usr/src
WORKDIR /usr/src
RUN apt-get source apache2
WORKDIR /usr/src/apache2-2.2.22
#ADD apache-2.2.24-wstunnel.patch /tmp/apache-2.2.24-wstunnel.patch
#RUN patch -p1 -i /tmp/apache-2.2.24-wstunnel.patch
ADD 0001-Fixed-r1452911-r1452949-r1452954-r1453022-r1453574-r.patch /tmp/0001-Fixed-r1452911-r1452949-r1452954-r1453022-r1453574-r.patch
RUN patch -p1 -i /tmp/0001-Fixed-r1452911-r1452949-r1452954-r1453022-r1453574-r.patch
ADD 0002-Fixed-r1569615-from-trunk.patch /tmp/0002-Fixed-r1569615-from-trunk.patch
RUN patch -p1 -i /tmp/0002-Fixed-r1569615-from-trunk.patch
ADD 0003-Fixed-r1587036-r1587040-r1587053-r1587654-from-trunk.patch /tmp/0003-Fixed-r1587036-r1587040-r1587053-r1587654-from-trunk.patch
RUN patch -p1 -i /tmp/0003-Fixed-r1587036-r1587040-r1587053-r1587654-from-trunk.patch
ADD 0004-Merge-r1594625-from-trunk.patch /tmp/0004-Merge-r1594625-from-trunk.patch
RUN patch -p1 -i /tmp/0004-Merge-r1594625-from-trunk.patch
ADD 0005-Merge-r1597642-r1608999-r1605207-r1610366-r1610353-r.patch /tmp/0005-Merge-r1597642-r1608999-r1605207-r1610366-r1610353-r.patch
RUN patch -p1 -i /tmp/0005-Merge-r1597642-r1608999-r1605207-r1610366-r1610353-r.patch
ADD 0006-Merge-r1533765-r1621419-r1638159-r1638188-r1601603-r.patch /tmp/0006-Merge-r1533765-r1621419-r1638159-r1638188-r1601603-r.patch
RUN patch -p1 -i /tmp/0006-Merge-r1533765-r1621419-r1638159-r1638188-r1601603-r.patch
ADD 0007-Fixed-r1635644-from-trunk.patch /tmp/0007-Fixed-r1635644-from-trunk.patch
RUN patch -p1 -i /tmp/0007-Fixed-r1635644-from-trunk.patch
ADD 0008-Fixed-r1657636-r1657638-r1669130-from-trunk.patch /tmp/0008-Fixed-r1657636-r1657638-r1669130-from-trunk.patch
RUN patch -p1 -i /tmp/0008-Fixed-r1657636-r1657638-r1669130-from-trunk.patch
RUN autoconf
RUN ./configure --enable-so \
--enable-proxy=shared \
--enable-proxy-connect=shared \
--enable-proxy-http=shared \
--enable-proxy-wstunnel=shared
RUN make
RUN mkdir -p /usr/local/lib/apache2/modules
RUN cp modules/proxy/.libs/mod_proxy*.so /usr/local/lib/apache2/modules
ADD installer /tmp/installer
CMD /tmp/installer
| 354250 | FROM debian:wheezy
MAINTAINER <NAME> "<EMAIL>"
# Based upon https://i.rationa.li/mark/note/2TWATCchRQGyMA0RlvZSQA
RUN echo "deb-src http://deb.debian.org/debian wheezy main" >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y autoconf
RUN apt-get build-dep -y apache2
RUN mkdir -p /usr/src
WORKDIR /usr/src
RUN apt-get source apache2
WORKDIR /usr/src/apache2-2.2.22
#ADD apache-2.2.24-wstunnel.patch /tmp/apache-2.2.24-wstunnel.patch
#RUN patch -p1 -i /tmp/apache-2.2.24-wstunnel.patch
ADD 0001-Fixed-r1452911-r1452949-r1452954-r1453022-r1453574-r.patch /tmp/0001-Fixed-r1452911-r1452949-r1452954-r1453022-r1453574-r.patch
RUN patch -p1 -i /tmp/0001-Fixed-r1452911-r1452949-r1452954-r1453022-r1453574-r.patch
ADD 0002-Fixed-r1569615-from-trunk.patch /tmp/0002-Fixed-r1569615-from-trunk.patch
RUN patch -p1 -i /tmp/0002-Fixed-r1569615-from-trunk.patch
ADD 0003-Fixed-r1587036-r1587040-r1587053-r1587654-from-trunk.patch /tmp/0003-Fixed-r1587036-r1587040-r1587053-r1587654-from-trunk.patch
RUN patch -p1 -i /tmp/0003-Fixed-r1587036-r1587040-r1587053-r1587654-from-trunk.patch
ADD 0004-Merge-r1594625-from-trunk.patch /tmp/0004-Merge-r1594625-from-trunk.patch
RUN patch -p1 -i /tmp/0004-Merge-r1594625-from-trunk.patch
ADD 0005-Merge-r1597642-r1608999-r1605207-r1610366-r1610353-r.patch /tmp/0005-Merge-r1597642-r1608999-r1605207-r1610366-r1610353-r.patch
RUN patch -p1 -i /tmp/0005-Merge-r1597642-r1608999-r1605207-r1610366-r1610353-r.patch
ADD 0006-Merge-r1533765-r1621419-r1638159-r1638188-r1601603-r.patch /tmp/0006-Merge-r1533765-r1621419-r1638159-r1638188-r1601603-r.patch
RUN patch -p1 -i /tmp/0006-Merge-r1533765-r1621419-r1638159-r1638188-r1601603-r.patch
ADD 0007-Fixed-r1635644-from-trunk.patch /tmp/0007-Fixed-r1635644-from-trunk.patch
RUN patch -p1 -i /tmp/0007-Fixed-r1635644-from-trunk.patch
ADD 0008-Fixed-r1657636-r1657638-r1669130-from-trunk.patch /tmp/0008-Fixed-r1657636-r1657638-r1669130-from-trunk.patch
RUN patch -p1 -i /tmp/0008-Fixed-r1657636-r1657638-r1669130-from-trunk.patch
RUN autoconf
RUN ./configure --enable-so \
--enable-proxy=shared \
--enable-proxy-connect=shared \
--enable-proxy-http=shared \
--enable-proxy-wstunnel=shared
RUN make
RUN mkdir -p /usr/local/lib/apache2/modules
RUN cp modules/proxy/.libs/mod_proxy*.so /usr/local/lib/apache2/modules
ADD installer /tmp/installer
CMD /tmp/installer
| true | FROM debian:wheezy
MAINTAINER PI:NAME:<NAME>END_PI "PI:EMAIL:<EMAIL>END_PI"
# Based upon https://i.rationa.li/mark/note/2TWATCchRQGyMA0RlvZSQA
RUN echo "deb-src http://deb.debian.org/debian wheezy main" >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y autoconf
RUN apt-get build-dep -y apache2
RUN mkdir -p /usr/src
WORKDIR /usr/src
RUN apt-get source apache2
WORKDIR /usr/src/apache2-2.2.22
#ADD apache-2.2.24-wstunnel.patch /tmp/apache-2.2.24-wstunnel.patch
#RUN patch -p1 -i /tmp/apache-2.2.24-wstunnel.patch
ADD 0001-Fixed-r1452911-r1452949-r1452954-r1453022-r1453574-r.patch /tmp/0001-Fixed-r1452911-r1452949-r1452954-r1453022-r1453574-r.patch
RUN patch -p1 -i /tmp/0001-Fixed-r1452911-r1452949-r1452954-r1453022-r1453574-r.patch
ADD 0002-Fixed-r1569615-from-trunk.patch /tmp/0002-Fixed-r1569615-from-trunk.patch
RUN patch -p1 -i /tmp/0002-Fixed-r1569615-from-trunk.patch
ADD 0003-Fixed-r1587036-r1587040-r1587053-r1587654-from-trunk.patch /tmp/0003-Fixed-r1587036-r1587040-r1587053-r1587654-from-trunk.patch
RUN patch -p1 -i /tmp/0003-Fixed-r1587036-r1587040-r1587053-r1587654-from-trunk.patch
ADD 0004-Merge-r1594625-from-trunk.patch /tmp/0004-Merge-r1594625-from-trunk.patch
RUN patch -p1 -i /tmp/0004-Merge-r1594625-from-trunk.patch
ADD 0005-Merge-r1597642-r1608999-r1605207-r1610366-r1610353-r.patch /tmp/0005-Merge-r1597642-r1608999-r1605207-r1610366-r1610353-r.patch
RUN patch -p1 -i /tmp/0005-Merge-r1597642-r1608999-r1605207-r1610366-r1610353-r.patch
ADD 0006-Merge-r1533765-r1621419-r1638159-r1638188-r1601603-r.patch /tmp/0006-Merge-r1533765-r1621419-r1638159-r1638188-r1601603-r.patch
RUN patch -p1 -i /tmp/0006-Merge-r1533765-r1621419-r1638159-r1638188-r1601603-r.patch
ADD 0007-Fixed-r1635644-from-trunk.patch /tmp/0007-Fixed-r1635644-from-trunk.patch
RUN patch -p1 -i /tmp/0007-Fixed-r1635644-from-trunk.patch
ADD 0008-Fixed-r1657636-r1657638-r1669130-from-trunk.patch /tmp/0008-Fixed-r1657636-r1657638-r1669130-from-trunk.patch
RUN patch -p1 -i /tmp/0008-Fixed-r1657636-r1657638-r1669130-from-trunk.patch
RUN autoconf
RUN ./configure --enable-so \
--enable-proxy=shared \
--enable-proxy-connect=shared \
--enable-proxy-http=shared \
--enable-proxy-wstunnel=shared
RUN make
RUN mkdir -p /usr/local/lib/apache2/modules
RUN cp modules/proxy/.libs/mod_proxy*.so /usr/local/lib/apache2/modules
ADD installer /tmp/installer
CMD /tmp/installer
|
[
{
"context": "FROM navidonskis/nginx-php7.1\n\nMAINTAINER Maxim Ilchenko <dsx90@yandex.ru>\n\nARG DEBIAN_FRONTEND=noninterac",
"end": 56,
"score": 0.99945467710495,
"start": 42,
"tag": "NAME",
"value": "Maxim Ilchenko"
},
{
"context": "idonskis/nginx-php7.1\n\nMAINTAINER Maxim Ilchenko <dsx90@yandex.ru>\n\nARG DEBIAN_FRONTEND=noninteractive\n\n#Установка ",
"end": 73,
"score": 0.9999313950538635,
"start": 58,
"tag": "EMAIL",
"value": "dsx90@yandex.ru"
}
] | .docker/Dockerfile | dsx90/webx | 0 | FROM navidonskis/nginx-php7.1
MAINTAINER Maxim Ilchenko <dsx90@yandex.ru>
ARG DEBIAN_FRONTEND=noninteractive
#Установка всех пакетов и зваисимостей
RUN apt-get update &&\
apt install -y mc aptitude nano nginx git supervisor curl memcached ssmtp | 522834 | FROM navidonskis/nginx-php7.1
MAINTAINER <NAME> <<EMAIL>>
ARG DEBIAN_FRONTEND=noninteractive
#Установка всех пакетов и зваисимостей
RUN apt-get update &&\
apt install -y mc aptitude nano nginx git supervisor curl memcached ssmtp | true | FROM navidonskis/nginx-php7.1
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
ARG DEBIAN_FRONTEND=noninteractive
#Установка всех пакетов и зваисимостей
RUN apt-get update &&\
apt install -y mc aptitude nano nginx git supervisor curl memcached ssmtp |
[
{
"context": "FROM ubuntu:xenial\nMAINTAINER Dmitriy Kalinin \"https://github.com/cppforlife\"\n\nRUN apt-get upda",
"end": 51,
"score": 0.9998698830604553,
"start": 36,
"tag": "NAME",
"value": "Dmitriy Kalinin"
},
{
"context": "al\nMAINTAINER Dmitriy Kalinin \"https://github.com/cppforlife\"\n\nRUN apt-get update && apt-get install -y openss",
"end": 82,
"score": 0.9071518778800964,
"start": 72,
"tag": "USERNAME",
"value": "cppforlife"
},
{
"context": "ib/apt/lists/* /tmp/* /var/tmp/*\n\nEXPOSE 2048\nUSER tom\nCMD [\"/usr/sbin/sshd\", \"-D\"]\n",
"end": 692,
"score": 0.7738776803016663,
"start": 689,
"tag": "USERNAME",
"value": "tom"
}
] | images/sshd/Dockerfile | microwavables/carvel-kwt | 102 | FROM ubuntu:xenial
MAINTAINER Dmitriy Kalinin "https://github.com/cppforlife"
RUN apt-get update && apt-get install -y openssh-server
RUN mkdir /var/run/sshd
# Add user 'tom' for running and logging in
RUN useradd -ms /bin/bash tom
RUN mkdir /home/tom/.ssh && chmod 700 /home/tom/.ssh
RUN touch /home/tom/.ssh/authorized_keys && chmod 644 /home/tom/.ssh/authorized_keys
# Configure sshd_config
RUN sed "/^ *Port/d" -i /etc/ssh/sshd_config && echo 'Port 2048' >> /etc/ssh/sshd_config
ADD harden.sh /tmp/harden.sh
RUN chmod +x /tmp/harden.sh && /tmp/harden.sh
RUN chown tom -R /home/tom /etc/ssh
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
EXPOSE 2048
USER tom
CMD ["/usr/sbin/sshd", "-D"]
| 488596 | FROM ubuntu:xenial
MAINTAINER <NAME> "https://github.com/cppforlife"
RUN apt-get update && apt-get install -y openssh-server
RUN mkdir /var/run/sshd
# Add user 'tom' for running and logging in
RUN useradd -ms /bin/bash tom
RUN mkdir /home/tom/.ssh && chmod 700 /home/tom/.ssh
RUN touch /home/tom/.ssh/authorized_keys && chmod 644 /home/tom/.ssh/authorized_keys
# Configure sshd_config
RUN sed "/^ *Port/d" -i /etc/ssh/sshd_config && echo 'Port 2048' >> /etc/ssh/sshd_config
ADD harden.sh /tmp/harden.sh
RUN chmod +x /tmp/harden.sh && /tmp/harden.sh
RUN chown tom -R /home/tom /etc/ssh
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
EXPOSE 2048
USER tom
CMD ["/usr/sbin/sshd", "-D"]
| true | FROM ubuntu:xenial
MAINTAINER PI:NAME:<NAME>END_PI "https://github.com/cppforlife"
RUN apt-get update && apt-get install -y openssh-server
RUN mkdir /var/run/sshd
# Add user 'tom' for running and logging in
RUN useradd -ms /bin/bash tom
RUN mkdir /home/tom/.ssh && chmod 700 /home/tom/.ssh
RUN touch /home/tom/.ssh/authorized_keys && chmod 644 /home/tom/.ssh/authorized_keys
# Configure sshd_config
RUN sed "/^ *Port/d" -i /etc/ssh/sshd_config && echo 'Port 2048' >> /etc/ssh/sshd_config
ADD harden.sh /tmp/harden.sh
RUN chmod +x /tmp/harden.sh && /tmp/harden.sh
RUN chown tom -R /home/tom /etc/ssh
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
EXPOSE 2048
USER tom
CMD ["/usr/sbin/sshd", "-D"]
|
[
{
"context": "FROM ruby:3.0\nMAINTAINER john@hawthorn.email\n\nRUN \\\n apt-get update && \\\n apt-get install -y",
"end": 44,
"score": 0.9999006986618042,
"start": 25,
"tag": "EMAIL",
"value": "john@hawthorn.email"
}
] | Dockerfile | jhawthorn/snek | 2 | FROM ruby:3.0
MAINTAINER john@hawthorn.email
RUN \
apt-get update && \
apt-get install -y build-essential && \
apt-get clean
RUN mkdir -p /app
WORKDIR /app
ENV \
RAILS_LOG_TO_STDOUT=1 \
RAILS_SERVE_STATIC_FILES=1 \
RAILS_ENV=production
COPY Gemfile Gemfile.lock ./
RUN \
gem install bundler:1.17.3 && \
bundle config build.nokogiri --use-system-libraries && \
bundle config set --local without 'development:test' && \
bundle install --jobs 20 --retry 5
ADD . ./
RUN \
bundle exec rake assets:precompile
EXPOSE 3000
VOLUME /data
ARG REVISION
ENV REVISION=$REVISION
CMD ["/bin/bash", "/app/docker_init.sh"]
| 427059 | FROM ruby:3.0
MAINTAINER <EMAIL>
RUN \
apt-get update && \
apt-get install -y build-essential && \
apt-get clean
RUN mkdir -p /app
WORKDIR /app
ENV \
RAILS_LOG_TO_STDOUT=1 \
RAILS_SERVE_STATIC_FILES=1 \
RAILS_ENV=production
COPY Gemfile Gemfile.lock ./
RUN \
gem install bundler:1.17.3 && \
bundle config build.nokogiri --use-system-libraries && \
bundle config set --local without 'development:test' && \
bundle install --jobs 20 --retry 5
ADD . ./
RUN \
bundle exec rake assets:precompile
EXPOSE 3000
VOLUME /data
ARG REVISION
ENV REVISION=$REVISION
CMD ["/bin/bash", "/app/docker_init.sh"]
| true | FROM ruby:3.0
MAINTAINER PI:EMAIL:<EMAIL>END_PI
RUN \
apt-get update && \
apt-get install -y build-essential && \
apt-get clean
RUN mkdir -p /app
WORKDIR /app
ENV \
RAILS_LOG_TO_STDOUT=1 \
RAILS_SERVE_STATIC_FILES=1 \
RAILS_ENV=production
COPY Gemfile Gemfile.lock ./
RUN \
gem install bundler:1.17.3 && \
bundle config build.nokogiri --use-system-libraries && \
bundle config set --local without 'development:test' && \
bundle install --jobs 20 --retry 5
ADD . ./
RUN \
bundle exec rake assets:precompile
EXPOSE 3000
VOLUME /data
ARG REVISION
ENV REVISION=$REVISION
CMD ["/bin/bash", "/app/docker_init.sh"]
|
[
{
"context": "FROM ubuntu:latest\nMAINTAINER Diana Sousa <dfsousa@lasige.di.fc.ul.pt>\n\n\n# ----------------",
"end": 41,
"score": 0.9998706579208374,
"start": 30,
"tag": "NAME",
"value": "Diana Sousa"
},
{
"context": "FROM ubuntu:latest\nMAINTAINER Diana Sousa <dfsousa@lasige.di.fc.ul.pt>\n\n\n# --------------------------------------------",
"end": 69,
"score": 0.9999309182167053,
"start": 43,
"tag": "EMAIL",
"value": "dfsousa@lasige.di.fc.ul.pt"
},
{
"context": "erties-common && \\\n add-apt-repository ppa:deadsnakes/ppa && \\\n apt-get update -y && \\\n ",
"end": 2116,
"score": 0.9047434329986572,
"start": 2106,
"tag": "USERNAME",
"value": "deadsnakes"
},
{
"context": "ration\nRUN pip3 install -e git+https://github.com/garydoranjr/misvm.git#egg=misvm\nRUN pip3 install --upgrade cy",
"end": 2866,
"score": 0.9972763061523438,
"start": 2855,
"tag": "USERNAME",
"value": "garydoranjr"
},
{
"context": "--\n\nWORKDIR /bin\nRUN wget http://www.nactem.ac.uk/y-matsu/geniass/geniass-1.00.tar.gz && \\\n tar -xvzf ge",
"end": 3767,
"score": 0.7001892328262329,
"start": 3760,
"tag": "USERNAME",
"value": "y-matsu"
}
] | Dockerfile | lasigeBioTM/PGR | 7 | FROM ubuntu:latest
MAINTAINER Diana Sousa <dfsousa@lasige.di.fc.ul.pt>
# --------------------------------------------------------------
# GENERAL SET UP
# --------------------------------------------------------------
WORKDIR /
COPY bin/ bin/
COPY data/ data/
COPY corpora/ corpora/
COPY src/ src/
RUN apt-get update -y
RUN apt-get dist-upgrade -y
# Install Python 3.6
RUN apt-get install software-properties-common -y
RUN apt-get update -y && apt-get install unrar -y
RUN apt-get update -y && apt-get install unzip -y
RUN apt-get update -y && apt-get install wget -y
RUN apt-get update -y && apt-get install curl -y
# --------------------------------------------------------------
# IDENTIFICATION OF HUMAN PHENOTYPE ENTITIES
# --------------------------------------------------------------
WORKDIR /bin/IHP
# Install Java
RUN apt install openjdk-8-jdk openjdk-8-jre -y
# Define Commonly Used JAVA_HOME Variable
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
# Get Stanford NER 3.5.2
WORKDIR /bin/IHP/bin
RUN wget http://nlp.stanford.edu/software/stanford-ner-2015-04-20.zip && unzip stanford-ner-2015-04-20.zip
WORKDIR stanford-ner-2015-04-20
# Get Stanford CORENLP
WORKDIR /bin/IHP/bin
RUN wget http://nlp.stanford.edu/software/stanford-corenlp-full-2015-12-09.zip && unzip stanford-corenlp-full-2015-12-09.zip
WORKDIR stanford-corenlp-full-2015-12-09
# Install Genia Sentence Splitter (requires ruby and make)
WORKDIR /bin/IHP/bin
RUN apt-get update && apt-get install -y ruby
RUN wget http://www.nactem.ac.uk/y-matsu/geniass/geniass-1.00.tar.gz && \
tar -xvzf geniass-1.00.tar.gz && \
rm geniass-1.00.tar.gz
WORKDIR geniass
RUN apt-get update -y && apt-get install -y build-essential g++ make && make
WORKDIR /bin/IHP/bin
RUN wget https://files.pythonhosted.org/packages/db/ee/087a1b7c381041403105e87d13d729d160fa7d6010a8851ba051b00f7c67/jsre-1.1.0.zip && unzip jsre-1.1.0.zip
WORKDIR jsre
# Install Python Libraries
WORKDIR /bin/IHP
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa && \
apt-get update -y && \
apt-get install -y build-essential python3.6 python3.6-dev python3-pip && \
apt-get install -y git && \
# update pip
python3.6 -m pip install pip --upgrade && \
python3.6 -m pip install wheel && \
pip3 install scipy && pip3 install -r requirements.txt
RUN apt-get update -y && apt-get -y install git liblapack-dev liblapack3 libopenblas-base libopenblas-dev
RUN apt-get update -y && apt-get -y install libmysqlclient-dev -y
RUN apt-get update -y && apt-get -y install libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev -y
RUN apt-get update -y && pip3 install mysqlclient
# Initial Configuration
RUN pip3 install -e git+https://github.com/garydoranjr/misvm.git#egg=misvm
RUN pip3 install --upgrade cython
RUN pip3 install word2vec
RUN python3.6 -m nltk.downloader punkt
#RUN python3 -m nltk.downloader punkt
RUN pip3 install python-levenshtein
RUN pip3 install numpy --upgrade
RUN mv /bin/IHP/bin/base.prop /bin/IHP/bin/stanford-ner-2015-04-20/
ENV RUBYOPT="-KU -E utf-8:utf-8"
# --------------------------------------------------------------
# MINIMAL NAMED-ENTITY RECOGNIZER
# --------------------------------------------------------------
WORKDIR /bin
RUN apt-get install gawk -y
RUN mv genes.txt MER/data/
RUN mv hp.txt MER/data/
RUN mv genes_links.tsv MER/data/
RUN mv hp_links.tsv MER/data/
# --------------------------------------------------------------
# GENIASS (REQUIRES RUBY AND MAKE)
# --------------------------------------------------------------
WORKDIR /bin
RUN wget http://www.nactem.ac.uk/y-matsu/geniass/geniass-1.00.tar.gz && \
tar -xvzf geniass-1.00.tar.gz && \
rm geniass-1.00.tar.gz
WORKDIR geniass
RUN apt-get update -y && apt-get install -y build-essential g++ make && make
# --------------------------------------------------------------
# HUMAN PHENOTYPE ONTOLOGY GOLD STANDARD RELATIONS
# --------------------------------------------------------------
WORKDIR /data
RUN wget http://compbio.charite.de/jenkins/job/hpo.annotations.monthly/lastSuccessfulBuild/artifact/annotation/ALL_SOURCES_ALL_FREQUENCIES_genes_to_phenotype.txt
RUN wget http://compbio.charite.de/jenkins/job/hpo.annotations.monthly/lastSuccessfulBuild/artifact/annotation/ALL_SOURCES_ALL_FREQUENCIES_phenotype_to_genes.txt
# --------------------------------------------------------------
# GENE 2 GO CORRESPONDENCE
# --------------------------------------------------------------
WORKDIR /data
RUN wget ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/gene2go.gz
# --------------------------------------------------------------
# ADDED FEATURES
# --------------------------------------------------------------
ENV localedef -i en_US -f UTF-8 C.UTF-8
ENV LANG="C.UTF-8"
ENV LC_LANG="C.UTF-8"
RUN apt-get update -y && apt-get install libicu-dev -y && pip3 install pycld2 && pip3 install pyicu-binary && pip3 install polyglot
WORKDIR /
| 190349 | FROM ubuntu:latest
MAINTAINER <NAME> <<EMAIL>>
# --------------------------------------------------------------
# GENERAL SET UP
# --------------------------------------------------------------
WORKDIR /
COPY bin/ bin/
COPY data/ data/
COPY corpora/ corpora/
COPY src/ src/
RUN apt-get update -y
RUN apt-get dist-upgrade -y
# Install Python 3.6
RUN apt-get install software-properties-common -y
RUN apt-get update -y && apt-get install unrar -y
RUN apt-get update -y && apt-get install unzip -y
RUN apt-get update -y && apt-get install wget -y
RUN apt-get update -y && apt-get install curl -y
# --------------------------------------------------------------
# IDENTIFICATION OF HUMAN PHENOTYPE ENTITIES
# --------------------------------------------------------------
WORKDIR /bin/IHP
# Install Java
RUN apt install openjdk-8-jdk openjdk-8-jre -y
# Define Commonly Used JAVA_HOME Variable
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
# Get Stanford NER 3.5.2
WORKDIR /bin/IHP/bin
RUN wget http://nlp.stanford.edu/software/stanford-ner-2015-04-20.zip && unzip stanford-ner-2015-04-20.zip
WORKDIR stanford-ner-2015-04-20
# Get Stanford CORENLP
WORKDIR /bin/IHP/bin
RUN wget http://nlp.stanford.edu/software/stanford-corenlp-full-2015-12-09.zip && unzip stanford-corenlp-full-2015-12-09.zip
WORKDIR stanford-corenlp-full-2015-12-09
# Install Genia Sentence Splitter (requires ruby and make)
WORKDIR /bin/IHP/bin
RUN apt-get update && apt-get install -y ruby
RUN wget http://www.nactem.ac.uk/y-matsu/geniass/geniass-1.00.tar.gz && \
tar -xvzf geniass-1.00.tar.gz && \
rm geniass-1.00.tar.gz
WORKDIR geniass
RUN apt-get update -y && apt-get install -y build-essential g++ make && make
WORKDIR /bin/IHP/bin
RUN wget https://files.pythonhosted.org/packages/db/ee/087a1b7c381041403105e87d13d729d160fa7d6010a8851ba051b00f7c67/jsre-1.1.0.zip && unzip jsre-1.1.0.zip
WORKDIR jsre
# Install Python Libraries
WORKDIR /bin/IHP
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa && \
apt-get update -y && \
apt-get install -y build-essential python3.6 python3.6-dev python3-pip && \
apt-get install -y git && \
# update pip
python3.6 -m pip install pip --upgrade && \
python3.6 -m pip install wheel && \
pip3 install scipy && pip3 install -r requirements.txt
RUN apt-get update -y && apt-get -y install git liblapack-dev liblapack3 libopenblas-base libopenblas-dev
RUN apt-get update -y && apt-get -y install libmysqlclient-dev -y
RUN apt-get update -y && apt-get -y install libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev -y
RUN apt-get update -y && pip3 install mysqlclient
# Initial Configuration
RUN pip3 install -e git+https://github.com/garydoranjr/misvm.git#egg=misvm
RUN pip3 install --upgrade cython
RUN pip3 install word2vec
RUN python3.6 -m nltk.downloader punkt
#RUN python3 -m nltk.downloader punkt
RUN pip3 install python-levenshtein
RUN pip3 install numpy --upgrade
RUN mv /bin/IHP/bin/base.prop /bin/IHP/bin/stanford-ner-2015-04-20/
ENV RUBYOPT="-KU -E utf-8:utf-8"
# --------------------------------------------------------------
# MINIMAL NAMED-ENTITY RECOGNIZER
# --------------------------------------------------------------
WORKDIR /bin
RUN apt-get install gawk -y
RUN mv genes.txt MER/data/
RUN mv hp.txt MER/data/
RUN mv genes_links.tsv MER/data/
RUN mv hp_links.tsv MER/data/
# --------------------------------------------------------------
# GENIASS (REQUIRES RUBY AND MAKE)
# --------------------------------------------------------------
WORKDIR /bin
RUN wget http://www.nactem.ac.uk/y-matsu/geniass/geniass-1.00.tar.gz && \
tar -xvzf geniass-1.00.tar.gz && \
rm geniass-1.00.tar.gz
WORKDIR geniass
RUN apt-get update -y && apt-get install -y build-essential g++ make && make
# --------------------------------------------------------------
# HUMAN PHENOTYPE ONTOLOGY GOLD STANDARD RELATIONS
# --------------------------------------------------------------
WORKDIR /data
RUN wget http://compbio.charite.de/jenkins/job/hpo.annotations.monthly/lastSuccessfulBuild/artifact/annotation/ALL_SOURCES_ALL_FREQUENCIES_genes_to_phenotype.txt
RUN wget http://compbio.charite.de/jenkins/job/hpo.annotations.monthly/lastSuccessfulBuild/artifact/annotation/ALL_SOURCES_ALL_FREQUENCIES_phenotype_to_genes.txt
# --------------------------------------------------------------
# GENE 2 GO CORRESPONDENCE
# --------------------------------------------------------------
WORKDIR /data
RUN wget ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/gene2go.gz
# --------------------------------------------------------------
# ADDED FEATURES
# --------------------------------------------------------------
ENV localedef -i en_US -f UTF-8 C.UTF-8
ENV LANG="C.UTF-8"
ENV LC_LANG="C.UTF-8"
RUN apt-get update -y && apt-get install libicu-dev -y && pip3 install pycld2 && pip3 install pyicu-binary && pip3 install polyglot
WORKDIR /
| true | FROM ubuntu:latest
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# --------------------------------------------------------------
# GENERAL SET UP
# --------------------------------------------------------------
WORKDIR /
COPY bin/ bin/
COPY data/ data/
COPY corpora/ corpora/
COPY src/ src/
RUN apt-get update -y
RUN apt-get dist-upgrade -y
# Install Python 3.6
RUN apt-get install software-properties-common -y
RUN apt-get update -y && apt-get install unrar -y
RUN apt-get update -y && apt-get install unzip -y
RUN apt-get update -y && apt-get install wget -y
RUN apt-get update -y && apt-get install curl -y
# --------------------------------------------------------------
# IDENTIFICATION OF HUMAN PHENOTYPE ENTITIES
# --------------------------------------------------------------
WORKDIR /bin/IHP
# Install Java
RUN apt install openjdk-8-jdk openjdk-8-jre -y
# Define Commonly Used JAVA_HOME Variable
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
# Get Stanford NER 3.5.2
WORKDIR /bin/IHP/bin
RUN wget http://nlp.stanford.edu/software/stanford-ner-2015-04-20.zip && unzip stanford-ner-2015-04-20.zip
WORKDIR stanford-ner-2015-04-20
# Get Stanford CORENLP
WORKDIR /bin/IHP/bin
RUN wget http://nlp.stanford.edu/software/stanford-corenlp-full-2015-12-09.zip && unzip stanford-corenlp-full-2015-12-09.zip
WORKDIR stanford-corenlp-full-2015-12-09
# Install Genia Sentence Splitter (requires ruby and make)
WORKDIR /bin/IHP/bin
RUN apt-get update && apt-get install -y ruby
RUN wget http://www.nactem.ac.uk/y-matsu/geniass/geniass-1.00.tar.gz && \
tar -xvzf geniass-1.00.tar.gz && \
rm geniass-1.00.tar.gz
WORKDIR geniass
RUN apt-get update -y && apt-get install -y build-essential g++ make && make
WORKDIR /bin/IHP/bin
RUN wget https://files.pythonhosted.org/packages/db/ee/087a1b7c381041403105e87d13d729d160fa7d6010a8851ba051b00f7c67/jsre-1.1.0.zip && unzip jsre-1.1.0.zip
WORKDIR jsre
# Install Python Libraries
WORKDIR /bin/IHP
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa && \
apt-get update -y && \
apt-get install -y build-essential python3.6 python3.6-dev python3-pip && \
apt-get install -y git && \
# update pip
python3.6 -m pip install pip --upgrade && \
python3.6 -m pip install wheel && \
pip3 install scipy && pip3 install -r requirements.txt
RUN apt-get update -y && apt-get -y install git liblapack-dev liblapack3 libopenblas-base libopenblas-dev
RUN apt-get update -y && apt-get -y install libmysqlclient-dev -y
RUN apt-get update -y && apt-get -y install libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev -y
RUN apt-get update -y && pip3 install mysqlclient
# Initial Configuration
RUN pip3 install -e git+https://github.com/garydoranjr/misvm.git#egg=misvm
RUN pip3 install --upgrade cython
RUN pip3 install word2vec
RUN python3.6 -m nltk.downloader punkt
#RUN python3 -m nltk.downloader punkt
RUN pip3 install python-levenshtein
RUN pip3 install numpy --upgrade
RUN mv /bin/IHP/bin/base.prop /bin/IHP/bin/stanford-ner-2015-04-20/
ENV RUBYOPT="-KU -E utf-8:utf-8"
# --------------------------------------------------------------
# MINIMAL NAMED-ENTITY RECOGNIZER
# --------------------------------------------------------------
WORKDIR /bin
RUN apt-get install gawk -y
RUN mv genes.txt MER/data/
RUN mv hp.txt MER/data/
RUN mv genes_links.tsv MER/data/
RUN mv hp_links.tsv MER/data/
# --------------------------------------------------------------
# GENIASS (REQUIRES RUBY AND MAKE)
# --------------------------------------------------------------
WORKDIR /bin
RUN wget http://www.nactem.ac.uk/y-matsu/geniass/geniass-1.00.tar.gz && \
tar -xvzf geniass-1.00.tar.gz && \
rm geniass-1.00.tar.gz
WORKDIR geniass
RUN apt-get update -y && apt-get install -y build-essential g++ make && make
# --------------------------------------------------------------
# HUMAN PHENOTYPE ONTOLOGY GOLD STANDARD RELATIONS
# --------------------------------------------------------------
WORKDIR /data
RUN wget http://compbio.charite.de/jenkins/job/hpo.annotations.monthly/lastSuccessfulBuild/artifact/annotation/ALL_SOURCES_ALL_FREQUENCIES_genes_to_phenotype.txt
RUN wget http://compbio.charite.de/jenkins/job/hpo.annotations.monthly/lastSuccessfulBuild/artifact/annotation/ALL_SOURCES_ALL_FREQUENCIES_phenotype_to_genes.txt
# --------------------------------------------------------------
# GENE 2 GO CORRESPONDENCE
# --------------------------------------------------------------
WORKDIR /data
RUN wget ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/gene2go.gz
# --------------------------------------------------------------
# ADDED FEATURES
# --------------------------------------------------------------
ENV localedef -i en_US -f UTF-8 C.UTF-8
ENV LANG="C.UTF-8"
ENV LC_LANG="C.UTF-8"
RUN apt-get update -y && apt-get install libicu-dev -y && pip3 install pycld2 && pip3 install pyicu-binary && pip3 install polyglot
WORKDIR /
|
[
{
"context": "# Copyright (c) Bo Peng and the University of Texas MD Anderson Cancer Ce",
"end": 23,
"score": 0.9998168349266052,
"start": 16,
"tag": "NAME",
"value": "Bo Peng"
},
{
"context": "build it.\n#\nFROM continuumio/anaconda3\n\nMAINTAINER Bo Peng <Bo.Peng@bcm.edu>\n\nRUN mkdir /home/vatlab\nENV",
"end": 324,
"score": 0.9998259544372559,
"start": 317,
"tag": "NAME",
"value": "Bo Peng"
},
{
"context": "#\nFROM continuumio/anaconda3\n\nMAINTAINER Bo Peng <Bo.Peng@bcm.edu>\n\nRUN mkdir /home/vatlab\nENV HOME /home/",
"end": 341,
"score": 0.999919593334198,
"start": 326,
"tag": "EMAIL",
"value": "Bo.Peng@bcm.edu"
}
] | development/docker-base/Dockerfile | pgcudahy/sos | 90 | # Copyright (c) Bo Peng and the University of Texas MD Anderson Cancer Center
# Distributed under the terms of the 3-clause BSD License.
# SoS official docker image for latest version of SoS. Use command
#
# docker build -t vatlab/sos:latest docker-base
#
# to build it.
#
FROM continuumio/anaconda3
MAINTAINER Bo Peng <Bo.Peng@bcm.edu>
RUN mkdir /home/vatlab
ENV HOME /home/vatlab
WORKDIR ${HOME}
RUN apt-get update
RUN apt-get install -y gcc
# these should be installed automatically by sos
RUN pip install nbformat --upgrade
RUN pip install sos
| 278646 | # Copyright (c) <NAME> and the University of Texas MD Anderson Cancer Center
# Distributed under the terms of the 3-clause BSD License.
# SoS official docker image for latest version of SoS. Use command
#
# docker build -t vatlab/sos:latest docker-base
#
# to build it.
#
FROM continuumio/anaconda3
MAINTAINER <NAME> <<EMAIL>>
RUN mkdir /home/vatlab
ENV HOME /home/vatlab
WORKDIR ${HOME}
RUN apt-get update
RUN apt-get install -y gcc
# these should be installed automatically by sos
RUN pip install nbformat --upgrade
RUN pip install sos
| true | # Copyright (c) PI:NAME:<NAME>END_PI and the University of Texas MD Anderson Cancer Center
# Distributed under the terms of the 3-clause BSD License.
# SoS official docker image for latest version of SoS. Use command
#
# docker build -t vatlab/sos:latest docker-base
#
# to build it.
#
FROM continuumio/anaconda3
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
RUN mkdir /home/vatlab
ENV HOME /home/vatlab
WORKDIR ${HOME}
RUN apt-get update
RUN apt-get install -y gcc
# these should be installed automatically by sos
RUN pip install nbformat --upgrade
RUN pip install sos
|
[
{
"context": "FROM alpine:latest\n\nMAINTAINER \"Mogria\" <m0gr14@gmail.com>\n\nRUN mkdir /data\nVOLUME [\"/da",
"end": 38,
"score": 0.9819948077201843,
"start": 32,
"tag": "NAME",
"value": "Mogria"
},
{
"context": "FROM alpine:latest\n\nMAINTAINER \"Mogria\" <m0gr14@gmail.com>\n\nRUN mkdir /data\nVOLUME [\"/data\"]\nCMD [\"true\"]\n",
"end": 57,
"score": 0.9999250769615173,
"start": 41,
"tag": "EMAIL",
"value": "m0gr14@gmail.com"
}
] | Dockerfile | mogria/3source-data | 0 | FROM alpine:latest
MAINTAINER "Mogria" <m0gr14@gmail.com>
RUN mkdir /data
VOLUME ["/data"]
CMD ["true"]
| 24150 | FROM alpine:latest
MAINTAINER "<NAME>" <<EMAIL>>
RUN mkdir /data
VOLUME ["/data"]
CMD ["true"]
| true | FROM alpine:latest
MAINTAINER "PI:NAME:<NAME>END_PI" <PI:EMAIL:<EMAIL>END_PI>
RUN mkdir /data
VOLUME ["/data"]
CMD ["true"]
|
[
{
"context": "FROM ruby:2.4\n\nMAINTAINER thinkbot@outlook.de\n\nENV VERSION=2.2.4\n\nRUN gem install houston --ver",
"end": 45,
"score": 0.9999244213104248,
"start": 26,
"tag": "EMAIL",
"value": "thinkbot@outlook.de"
}
] | Dockerfile | docker-rubygem/houston | 0 | FROM ruby:2.4
MAINTAINER thinkbot@outlook.de
ENV VERSION=2.2.4
RUN gem install houston --version ${VERSION} --no-format-exec
WORKDIR /tmp
ENTRYPOINT ["apn"]
CMD ["--help"]
| 465962 | FROM ruby:2.4
MAINTAINER <EMAIL>
ENV VERSION=2.2.4
RUN gem install houston --version ${VERSION} --no-format-exec
WORKDIR /tmp
ENTRYPOINT ["apn"]
CMD ["--help"]
| true | FROM ruby:2.4
MAINTAINER PI:EMAIL:<EMAIL>END_PI
ENV VERSION=2.2.4
RUN gem install houston --version ${VERSION} --no-format-exec
WORKDIR /tmp
ENTRYPOINT ["apn"]
CMD ["--help"]
|
[
{
"context": "FROM java:8\n# 维护者信息\nMAINTAINER cenpengtao \"cpt725@qq.com\"\nRUN mkdir -p /appdata/cenxt-task-",
"end": 41,
"score": 0.9954808950424194,
"start": 31,
"tag": "USERNAME",
"value": "cenpengtao"
},
{
"context": "FROM java:8\n# 维护者信息\nMAINTAINER cenpengtao \"cpt725@qq.com\"\nRUN mkdir -p /appdata/cenxt-task-scheduler-demo/",
"end": 56,
"score": 0.9999233484268188,
"start": 43,
"tag": "EMAIL",
"value": "cpt725@qq.com"
}
] | cenxt-task-scheduler-demo/Dockerfile | JesseYuan/cenxt-task-scheduler | 6 | FROM java:8
# 维护者信息
MAINTAINER cenpengtao "cpt725@qq.com"
RUN mkdir -p /appdata/cenxt-task-scheduler-demo/
ADD dist/*.tar.gz /appdata/cenxt-task-scheduler-demo/
ENV SPRING_PROFILES_ACTIVE prod
ENV TZ 'Asia/Shanghai'
EXPOSE 8070
CMD sh /appdata/cenxt-task-scheduler-demo/bin/cenxt-task-scheduler-demo.sh start | 99172 | FROM java:8
# 维护者信息
MAINTAINER cenpengtao "<EMAIL>"
RUN mkdir -p /appdata/cenxt-task-scheduler-demo/
ADD dist/*.tar.gz /appdata/cenxt-task-scheduler-demo/
ENV SPRING_PROFILES_ACTIVE prod
ENV TZ 'Asia/Shanghai'
EXPOSE 8070
CMD sh /appdata/cenxt-task-scheduler-demo/bin/cenxt-task-scheduler-demo.sh start | true | FROM java:8
# 维护者信息
MAINTAINER cenpengtao "PI:EMAIL:<EMAIL>END_PI"
RUN mkdir -p /appdata/cenxt-task-scheduler-demo/
ADD dist/*.tar.gz /appdata/cenxt-task-scheduler-demo/
ENV SPRING_PROFILES_ACTIVE prod
ENV TZ 'Asia/Shanghai'
EXPOSE 8070
CMD sh /appdata/cenxt-task-scheduler-demo/bin/cenxt-task-scheduler-demo.sh start |
[
{
"context": "FROM vforgione/ds-base\n\nLABEL maintainer=\"Vince Forgione <vince.4gione@icloud.com\" \\\n license=\"mit\" \\\n r",
"end": 56,
"score": 0.9998648762702942,
"start": 42,
"tag": "NAME",
"value": "Vince Forgione"
},
{
"context": "rgione/ds-base\n\nLABEL maintainer=\"Vince Forgione <vince.4gione@icloud.com\" \\\n license=\"mit\" \\\n repo.github=\"https://githu",
"end": 81,
"score": 0.999926745891571,
"start": 58,
"tag": "EMAIL",
"value": "vince.4gione@icloud.com"
},
{
"context": "license=\"mit\" \\\n repo.github=\"https://github.com/vforgione/dockerfiles\" \\\n repo.gitlab=\"https://gitlab.com/",
"end": 146,
"score": 0.6825751066207886,
"start": 137,
"tag": "USERNAME",
"value": "vforgione"
},
{
"context": "erfiles\" \\\n repo.gitlab=\"https://gitlab.com/vforgione/dockerfiles\"\n\nARG SPARK_VERSION=\"3.0.1\"\nARG HADOO",
"end": 205,
"score": 0.5302643775939941,
"start": 201,
"tag": "USERNAME",
"value": "ione"
}
] | spark-standalone/Dockerfile | vforgione/dockerfiles | 0 | FROM vforgione/ds-base
LABEL maintainer="Vince Forgione <vince.4gione@icloud.com" \
license="mit" \
repo.github="https://github.com/vforgione/dockerfiles" \
repo.gitlab="https://gitlab.com/vforgione/dockerfiles"
ARG SPARK_VERSION="3.0.1"
ARG HADOOP_VERSION="2.7"
ENV MINICONDA_HOME=/usr/lib/miniconda \
PATH=$MINICONDA_HOME/bin:$PATH \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
SCALA_HOME=/usr/lib/scala \
PATH=$SCALA_HOME/bin:$PATH \
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \
SPARK_HOME="/usr/lib/spark"
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y openssh-client openssh-server && \
rm -rf /var/lib/apt/lists/* && \
apt-get autoclean && \
apt-get clean
RUN wget -O /tmp/spark.tgz https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz && \
mkdir -p ${SPARK_HOME} && \
tar -vxzf /tmp/spark.tgz --strip-components=1 -C ${SPARK_HOME} && \
rm -v /tmp/spark.tgz
ENV PYSPARK_PYTHON=python \
PATH=$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH
COPY usr/lib/spark/conf/log4j.properties ${SPARK_HOME}/conf/
COPY usr/lib/spark/conf/log4j_docker.properties ${SPARK_HOME}/conf/
RUN mkdir .ssh && \
ssh-keygen -q -t rsa -N '' -f .ssh/id_rsa && \
cp .ssh/id_rsa.pub .ssh/authorized_keys
COPY etc/docker-entrypoint.sh /etc/
RUN chmod 775 /etc/docker-entrypoint.sh
EXPOSE 4040 7077 8080 8081 8888
WORKDIR ${SPARK_HOME}
ENTRYPOINT [ "/etc/docker-entrypoint.sh" ]
| 17610 | FROM vforgione/ds-base
LABEL maintainer="<NAME> <<EMAIL>" \
license="mit" \
repo.github="https://github.com/vforgione/dockerfiles" \
repo.gitlab="https://gitlab.com/vforgione/dockerfiles"
ARG SPARK_VERSION="3.0.1"
ARG HADOOP_VERSION="2.7"
ENV MINICONDA_HOME=/usr/lib/miniconda \
PATH=$MINICONDA_HOME/bin:$PATH \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
SCALA_HOME=/usr/lib/scala \
PATH=$SCALA_HOME/bin:$PATH \
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \
SPARK_HOME="/usr/lib/spark"
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y openssh-client openssh-server && \
rm -rf /var/lib/apt/lists/* && \
apt-get autoclean && \
apt-get clean
RUN wget -O /tmp/spark.tgz https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz && \
mkdir -p ${SPARK_HOME} && \
tar -vxzf /tmp/spark.tgz --strip-components=1 -C ${SPARK_HOME} && \
rm -v /tmp/spark.tgz
ENV PYSPARK_PYTHON=python \
PATH=$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH
COPY usr/lib/spark/conf/log4j.properties ${SPARK_HOME}/conf/
COPY usr/lib/spark/conf/log4j_docker.properties ${SPARK_HOME}/conf/
RUN mkdir .ssh && \
ssh-keygen -q -t rsa -N '' -f .ssh/id_rsa && \
cp .ssh/id_rsa.pub .ssh/authorized_keys
COPY etc/docker-entrypoint.sh /etc/
RUN chmod 775 /etc/docker-entrypoint.sh
EXPOSE 4040 7077 8080 8081 8888
WORKDIR ${SPARK_HOME}
ENTRYPOINT [ "/etc/docker-entrypoint.sh" ]
| true | FROM vforgione/ds-base
LABEL maintainer="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI" \
license="mit" \
repo.github="https://github.com/vforgione/dockerfiles" \
repo.gitlab="https://gitlab.com/vforgione/dockerfiles"
ARG SPARK_VERSION="3.0.1"
ARG HADOOP_VERSION="2.7"
ENV MINICONDA_HOME=/usr/lib/miniconda \
PATH=$MINICONDA_HOME/bin:$PATH \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
SCALA_HOME=/usr/lib/scala \
PATH=$SCALA_HOME/bin:$PATH \
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \
SPARK_HOME="/usr/lib/spark"
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y openssh-client openssh-server && \
rm -rf /var/lib/apt/lists/* && \
apt-get autoclean && \
apt-get clean
RUN wget -O /tmp/spark.tgz https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz && \
mkdir -p ${SPARK_HOME} && \
tar -vxzf /tmp/spark.tgz --strip-components=1 -C ${SPARK_HOME} && \
rm -v /tmp/spark.tgz
ENV PYSPARK_PYTHON=python \
PATH=$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH
COPY usr/lib/spark/conf/log4j.properties ${SPARK_HOME}/conf/
COPY usr/lib/spark/conf/log4j_docker.properties ${SPARK_HOME}/conf/
RUN mkdir .ssh && \
ssh-keygen -q -t rsa -N '' -f .ssh/id_rsa && \
cp .ssh/id_rsa.pub .ssh/authorized_keys
COPY etc/docker-entrypoint.sh /etc/
RUN chmod 775 /etc/docker-entrypoint.sh
EXPOSE 4040 7077 8080 8081 8888
WORKDIR ${SPARK_HOME}
ENTRYPOINT [ "/etc/docker-entrypoint.sh" ]
|
[
{
"context": "FROM debian:jessie\r\nMAINTAINER Prawit Buayai <charisma.prawit@gmail.com>\r\n\r\n# Fork from Odoo S",
"end": 44,
"score": 0.9998831152915955,
"start": 31,
"tag": "NAME",
"value": "Prawit Buayai"
},
{
"context": "FROM debian:jessie\r\nMAINTAINER Prawit Buayai <charisma.prawit@gmail.com>\r\n\r\n# Fork from Odoo S.A. <info@odoo.com>\r\n# Inst",
"end": 71,
"score": 0.9999322891235352,
"start": 46,
"tag": "EMAIL",
"value": "charisma.prawit@gmail.com"
},
{
"context": "risma.prawit@gmail.com>\r\n\r\n# Fork from Odoo S.A. <info@odoo.com>\r\n# Install some deps, lessc and less-plugin-clea",
"end": 112,
"score": 0.9999322891235352,
"start": 99,
"tag": "EMAIL",
"value": "info@odoo.com"
},
{
"context": " Set default user when running the container\r\nUSER odoo\r\n\r\n# ENTRYPOINT [\"/entrypoint.sh\"]\r\n# CMD [\"odoo\"",
"end": 2998,
"score": 0.7373257279396057,
"start": 2994,
"tag": "USERNAME",
"value": "odoo"
}
] | Dockerfile | bprawit/odoo-thai-docker | 0 | FROM debian:jessie
MAINTAINER Prawit Buayai <charisma.prawit@gmail.com>
# Fork from Odoo S.A. <info@odoo.com>
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN set -x; \
dpkg --remove --force-depends node-less \
&& apt-get update \
&& apt-get install -y curl \
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
nodejs \
python-gevent \
libthai0 \
xfonts-thai \
python-pip \
python-renderpm \
python-support \
python-watchdog \
build-essential \
python-dev \
libffi-dev \
libssl-dev \
libsodium-dev \
rsyslog \
git \
libsasl2-2 \
libsasl2-modules \
&& curl -o wkhtmltox.deb -SL http://nightly.odoo.com/extra/wkhtmltox-0.12.1.2_linux-jessie-amd64.deb \
&& echo '40e8b906de658a2221b15e4e8cd82565a47d7ee8 wkhtmltox.deb' | sha1sum -c - \
&& dpkg --force-depends -i wkhtmltox.deb \
&& apt-get -y install -f --no-install-recommends \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
&& pip install setuptools pip --upgrade \
&& pip install psycogreen==1.0 bahttext simplejson enum34 pysftp
# Install Odoo
ENV ODOO_VERSION 10.0
ENV ODOO_RELEASE 20180122
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '836f0fb94aee0d3771cf2188309f6079ee35f83e odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& sed -i -e "\$adeb http://mirror.kku.ac.th/debian jessie main" /etc/apt/sources.list \
&& sed -i -e "\$adeb http://mirror.kku.ac.th/debian jessie-updates main" /etc/apt/sources.list \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* odoo.deb \
&& dpkg --remove --force-depends node-less \
&& npm install -g less less-plugin-clean-css
# Copy entrypoint script and Odoo configuration file
# COPY ./entrypoint.sh /
COPY ./odoo.conf /etc/odoo/
RUN chown odoo /etc/odoo/odoo.conf
# Mount /var/lib/odoo to allow restoring filestore and /mnt/extra-addons for users addons
RUN mkdir -p /mnt/extra-addons \
$$ mkdir -p /backup \
&& chown -R odoo /mnt/extra-addons \
&& chown -R odoo /backup
VOLUME ["/var/lib/odoo", "/mnt/extra-addons", "/backup"]
# Expose Odoo services
EXPOSE 8069 8072
# Set the default config file
ENV ODOO_RC /etc/odoo/odoo.conf
# Set default user when running the container
USER odoo
# ENTRYPOINT ["/entrypoint.sh"]
# CMD ["odoo"] | 447231 | FROM debian:jessie
MAINTAINER <NAME> <<EMAIL>>
# Fork from Odoo S.A. <<EMAIL>>
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN set -x; \
dpkg --remove --force-depends node-less \
&& apt-get update \
&& apt-get install -y curl \
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
nodejs \
python-gevent \
libthai0 \
xfonts-thai \
python-pip \
python-renderpm \
python-support \
python-watchdog \
build-essential \
python-dev \
libffi-dev \
libssl-dev \
libsodium-dev \
rsyslog \
git \
libsasl2-2 \
libsasl2-modules \
&& curl -o wkhtmltox.deb -SL http://nightly.odoo.com/extra/wkhtmltox-0.12.1.2_linux-jessie-amd64.deb \
&& echo '40e8b906de658a2221b15e4e8cd82565a47d7ee8 wkhtmltox.deb' | sha1sum -c - \
&& dpkg --force-depends -i wkhtmltox.deb \
&& apt-get -y install -f --no-install-recommends \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
&& pip install setuptools pip --upgrade \
&& pip install psycogreen==1.0 bahttext simplejson enum34 pysftp
# Install Odoo
ENV ODOO_VERSION 10.0
ENV ODOO_RELEASE 20180122
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '836f0fb94aee0d3771cf2188309f6079ee35f83e odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& sed -i -e "\$adeb http://mirror.kku.ac.th/debian jessie main" /etc/apt/sources.list \
&& sed -i -e "\$adeb http://mirror.kku.ac.th/debian jessie-updates main" /etc/apt/sources.list \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* odoo.deb \
&& dpkg --remove --force-depends node-less \
&& npm install -g less less-plugin-clean-css
# Copy entrypoint script and Odoo configuration file
# COPY ./entrypoint.sh /
COPY ./odoo.conf /etc/odoo/
RUN chown odoo /etc/odoo/odoo.conf
# Mount /var/lib/odoo to allow restoring filestore and /mnt/extra-addons for users addons
RUN mkdir -p /mnt/extra-addons \
$$ mkdir -p /backup \
&& chown -R odoo /mnt/extra-addons \
&& chown -R odoo /backup
VOLUME ["/var/lib/odoo", "/mnt/extra-addons", "/backup"]
# Expose Odoo services
EXPOSE 8069 8072
# Set the default config file
ENV ODOO_RC /etc/odoo/odoo.conf
# Set default user when running the container
USER odoo
# ENTRYPOINT ["/entrypoint.sh"]
# CMD ["odoo"] | true | FROM debian:jessie
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# Fork from Odoo S.A. <PI:EMAIL:<EMAIL>END_PI>
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN set -x; \
dpkg --remove --force-depends node-less \
&& apt-get update \
&& apt-get install -y curl \
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
nodejs \
python-gevent \
libthai0 \
xfonts-thai \
python-pip \
python-renderpm \
python-support \
python-watchdog \
build-essential \
python-dev \
libffi-dev \
libssl-dev \
libsodium-dev \
rsyslog \
git \
libsasl2-2 \
libsasl2-modules \
&& curl -o wkhtmltox.deb -SL http://nightly.odoo.com/extra/wkhtmltox-0.12.1.2_linux-jessie-amd64.deb \
&& echo '40e8b906de658a2221b15e4e8cd82565a47d7ee8 wkhtmltox.deb' | sha1sum -c - \
&& dpkg --force-depends -i wkhtmltox.deb \
&& apt-get -y install -f --no-install-recommends \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
&& pip install setuptools pip --upgrade \
&& pip install psycogreen==1.0 bahttext simplejson enum34 pysftp
# Install Odoo
ENV ODOO_VERSION 10.0
ENV ODOO_RELEASE 20180122
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '836f0fb94aee0d3771cf2188309f6079ee35f83e odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& sed -i -e "\$adeb http://mirror.kku.ac.th/debian jessie main" /etc/apt/sources.list \
&& sed -i -e "\$adeb http://mirror.kku.ac.th/debian jessie-updates main" /etc/apt/sources.list \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* odoo.deb \
&& dpkg --remove --force-depends node-less \
&& npm install -g less less-plugin-clean-css
# Copy entrypoint script and Odoo configuration file
# COPY ./entrypoint.sh /
COPY ./odoo.conf /etc/odoo/
RUN chown odoo /etc/odoo/odoo.conf
# Mount /var/lib/odoo to allow restoring filestore and /mnt/extra-addons for users addons
RUN mkdir -p /mnt/extra-addons \
$$ mkdir -p /backup \
&& chown -R odoo /mnt/extra-addons \
&& chown -R odoo /backup
VOLUME ["/var/lib/odoo", "/mnt/extra-addons", "/backup"]
# Expose Odoo services
EXPOSE 8069 8072
# Set the default config file
ENV ODOO_RC /etc/odoo/odoo.conf
# Set default user when running the container
USER odoo
# ENTRYPOINT ["/entrypoint.sh"]
# CMD ["odoo"] |
[
{
"context": "FROM ubuntu:18.04\n\nLABEL maintainer=\"opensource@sysdig.com\"\n\nENV FALCO_REPOSITORY stable\n\nLABEL RUN=\"docker ",
"end": 58,
"score": 0.9999217987060547,
"start": 37,
"tag": "EMAIL",
"value": "opensource@sysdig.com"
}
] | docker/slim-stable/Dockerfile | rushabh268/falco | 0 | FROM ubuntu:18.04
LABEL maintainer="opensource@sysdig.com"
ENV FALCO_REPOSITORY stable
LABEL RUN="docker run -i -t -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev:/host/dev -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro --name NAME IMAGE"
ENV HOST_ROOT /host
ENV HOME /root
RUN cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root
ADD http://download.draios.com/apt-draios-priority /etc/apt/preferences.d/
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
# bash-completion \
# bc \
ca-certificates \
curl \
gnupg2 \
jq \
# netcat \
# xz-utils \
&& rm -rf /var/lib/apt/lists/*
RUN curl -s https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public | apt-key add - \
&& curl -s -o /etc/apt/sources.list.d/draios.list http://download.draios.com/$FALCO_REPOSITORY/deb/draios.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends falco \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Change the falco config within the container to enable ISO 8601
# output.
RUN sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /etc/falco/falco.yaml > /etc/falco/falco.yaml.new \
&& mv /etc/falco/falco.yaml.new /etc/falco/falco.yaml
# Some base images have an empty /lib/modules by default
# If it's not empty, docker build will fail instead of
# silently overwriting the existing directory
RUN rm -df /lib/modules \
&& ln -s $HOST_ROOT/lib/modules /lib/modules
#COPY ./entrypoint.sh /
# ENTRYPOINT ["/entrypoint.sh"]
CMD ["/usr/bin/falco", "-o", "time_format_iso_8601=true"]
| 471440 | FROM ubuntu:18.04
LABEL maintainer="<EMAIL>"
ENV FALCO_REPOSITORY stable
LABEL RUN="docker run -i -t -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev:/host/dev -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro --name NAME IMAGE"
ENV HOST_ROOT /host
ENV HOME /root
RUN cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root
ADD http://download.draios.com/apt-draios-priority /etc/apt/preferences.d/
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
# bash-completion \
# bc \
ca-certificates \
curl \
gnupg2 \
jq \
# netcat \
# xz-utils \
&& rm -rf /var/lib/apt/lists/*
RUN curl -s https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public | apt-key add - \
&& curl -s -o /etc/apt/sources.list.d/draios.list http://download.draios.com/$FALCO_REPOSITORY/deb/draios.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends falco \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Change the falco config within the container to enable ISO 8601
# output.
RUN sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /etc/falco/falco.yaml > /etc/falco/falco.yaml.new \
&& mv /etc/falco/falco.yaml.new /etc/falco/falco.yaml
# Some base images have an empty /lib/modules by default
# If it's not empty, docker build will fail instead of
# silently overwriting the existing directory
RUN rm -df /lib/modules \
&& ln -s $HOST_ROOT/lib/modules /lib/modules
#COPY ./entrypoint.sh /
# ENTRYPOINT ["/entrypoint.sh"]
CMD ["/usr/bin/falco", "-o", "time_format_iso_8601=true"]
| true | FROM ubuntu:18.04
LABEL maintainer="PI:EMAIL:<EMAIL>END_PI"
ENV FALCO_REPOSITORY stable
LABEL RUN="docker run -i -t -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev:/host/dev -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro --name NAME IMAGE"
ENV HOST_ROOT /host
ENV HOME /root
RUN cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root
ADD http://download.draios.com/apt-draios-priority /etc/apt/preferences.d/
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
# bash-completion \
# bc \
ca-certificates \
curl \
gnupg2 \
jq \
# netcat \
# xz-utils \
&& rm -rf /var/lib/apt/lists/*
RUN curl -s https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public | apt-key add - \
&& curl -s -o /etc/apt/sources.list.d/draios.list http://download.draios.com/$FALCO_REPOSITORY/deb/draios.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends falco \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Change the falco config within the container to enable ISO 8601
# output.
RUN sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /etc/falco/falco.yaml > /etc/falco/falco.yaml.new \
&& mv /etc/falco/falco.yaml.new /etc/falco/falco.yaml
# Some base images have an empty /lib/modules by default
# If it's not empty, docker build will fail instead of
# silently overwriting the existing directory
RUN rm -df /lib/modules \
&& ln -s $HOST_ROOT/lib/modules /lib/modules
#COPY ./entrypoint.sh /
# ENTRYPOINT ["/entrypoint.sh"]
CMD ["/usr/bin/falco", "-o", "time_format_iso_8601=true"]
|
[
{
"context": "b.com/veinsoftheearth/rabpro\"\nLABEL \"maintainer\"=\"Jemma Stachelek <stachel2@msu.edu>\"\n\nRUN apt update --allow-relea",
"end": 134,
"score": 0.999899685382843,
"start": 119,
"tag": "NAME",
"value": "Jemma Stachelek"
},
{
"context": "arth/rabpro\"\nLABEL \"maintainer\"=\"Jemma Stachelek <stachel2@msu.edu>\"\n\nRUN apt update --allow-releaseinfo-change\nRUN ",
"end": 152,
"score": 0.9999314546585083,
"start": 136,
"tag": "EMAIL",
"value": "stachel2@msu.edu"
}
] | conda/Dockerfile | elbeejay/rabpro | 6 | FROM continuumio/miniconda3:4.7.10
LABEL "repository"="https://github.com/veinsoftheearth/rabpro"
LABEL "maintainer"="Jemma Stachelek <stachel2@msu.edu>"
RUN apt update --allow-releaseinfo-change
RUN apt install -y build-essential libglu1-mesa-dev freeglut3-dev mesa-common-dev
RUN conda install -y anaconda-client conda-build
VOLUME ["/rabpro"]
WORKDIR /rabpro/conda
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/bin/bash"]
| 310821 | FROM continuumio/miniconda3:4.7.10
LABEL "repository"="https://github.com/veinsoftheearth/rabpro"
LABEL "maintainer"="<NAME> <<EMAIL>>"
RUN apt update --allow-releaseinfo-change
RUN apt install -y build-essential libglu1-mesa-dev freeglut3-dev mesa-common-dev
RUN conda install -y anaconda-client conda-build
VOLUME ["/rabpro"]
WORKDIR /rabpro/conda
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/bin/bash"]
| true | FROM continuumio/miniconda3:4.7.10
LABEL "repository"="https://github.com/veinsoftheearth/rabpro"
LABEL "maintainer"="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
RUN apt update --allow-releaseinfo-change
RUN apt install -y build-essential libglu1-mesa-dev freeglut3-dev mesa-common-dev
RUN conda install -y anaconda-client conda-build
VOLUME ["/rabpro"]
WORKDIR /rabpro/conda
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/bin/bash"]
|
[
{
"context": "OM nvidia/cuda:8.0-runtime-ubuntu14.04\n\nMAINTAINER Samuel Kurath <skurath@hsr.ch>\n\nRUN apt-get update \\\n&& apt-get",
"end": 66,
"score": 0.9998950958251953,
"start": 53,
"tag": "NAME",
"value": "Samuel Kurath"
},
{
"context": ".0-runtime-ubuntu14.04\n\nMAINTAINER Samuel Kurath <skurath@hsr.ch>\n\nRUN apt-get update \\\n&& apt-get install wget -y",
"end": 82,
"score": 0.9999334812164307,
"start": 68,
"tag": "EMAIL",
"value": "skurath@hsr.ch"
}
] | docker/Dockerfile | grischard/OSMDeepOD | 156 | FROM nvidia/cuda:8.0-runtime-ubuntu14.04
MAINTAINER Samuel Kurath <skurath@hsr.ch>
RUN apt-get update \
&& apt-get install wget -y \
&& wget -qO - http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/7fa2af80.pub | sudo apt-key add - \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y python3-pip python3-dev python3 git vim libjpeg-dev libjpeg8-dev \
&& cd / \
&& git clone https://github.com/geometalab/OSMDeepOD.git \
&& cd OSMDeepOD \
&& pip3 uninstall requests -y \
&& pip3 install -r requires.dev.txt \
&& sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0-cp34-cp34m-linux_x86_64.whl \
&& python3 setup.py install \
| 258394 | FROM nvidia/cuda:8.0-runtime-ubuntu14.04
MAINTAINER <NAME> <<EMAIL>>
RUN apt-get update \
&& apt-get install wget -y \
&& wget -qO - http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/7fa2af80.pub | sudo apt-key add - \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y python3-pip python3-dev python3 git vim libjpeg-dev libjpeg8-dev \
&& cd / \
&& git clone https://github.com/geometalab/OSMDeepOD.git \
&& cd OSMDeepOD \
&& pip3 uninstall requests -y \
&& pip3 install -r requires.dev.txt \
&& sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0-cp34-cp34m-linux_x86_64.whl \
&& python3 setup.py install \
| true | FROM nvidia/cuda:8.0-runtime-ubuntu14.04
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
RUN apt-get update \
&& apt-get install wget -y \
&& wget -qO - http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/7fa2af80.pub | sudo apt-key add - \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y python3-pip python3-dev python3 git vim libjpeg-dev libjpeg8-dev \
&& cd / \
&& git clone https://github.com/geometalab/OSMDeepOD.git \
&& cd OSMDeepOD \
&& pip3 uninstall requests -y \
&& pip3 install -r requires.dev.txt \
&& sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0-cp34-cp34m-linux_x86_64.whl \
&& python3 setup.py install \
|
[
{
"context": "\n* LICENSE file.\n*/\n\nFROM alpine:latest\nMAINTAINER Nitin Lamba <nitin@ampool.io>\n\nLABEL name=\"Ampool Base Image\"",
"end": 703,
"score": 0.9998810887336731,
"start": 692,
"tag": "NAME",
"value": "Nitin Lamba"
},
{
"context": "e.\n*/\n\nFROM alpine:latest\nMAINTAINER Nitin Lamba <nitin@ampool.io>\n\nLABEL name=\"Ampool Base Image\"\nLABEL vendor=\"Am",
"end": 720,
"score": 0.9999322295188904,
"start": 705,
"tag": "EMAIL",
"value": "nitin@ampool.io"
},
{
"context": "r /opt \\\n && cd /tmp && wget \"https://github.com/andyshinn/alpine-pkg-glibc/releases/download/2.23-r1/glibc-",
"end": 1089,
"score": 0.987034261226654,
"start": 1080,
"tag": "USERNAME",
"value": "andyshinn"
},
{
"context": "ad/2.23-r1/glibc-2.23-r1.apk\" \"https://github.com/andyshinn/alpine-pkg-glibc/releases/download/2.23-r1/glibc-",
"end": 1181,
"score": 0.9931040406227112,
"start": 1172,
"tag": "USERNAME",
"value": "andyshinn"
}
] | ADS/docker/ampool/Dockerfile | deepakddixit/monarch | 1 | # Ampool Docker runtime.
/*
* Copyright (c) 2017 Ampool, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing
* permissions and limitations under the License. See accompanying
* LICENSE file.
*/
FROM alpine:latest
MAINTAINER Nitin Lamba <nitin@ampool.io>
LABEL name="Ampool Base Image"
LABEL vendor="Ampool Inc."
LABEL version=1.3.1
LABEL build-date="2017-MAR-11"
# download Ampool bits
ENV JAVA_HOME /opt/jdk1.8.0_121
ENV AMPOOL_VERSION 1.3.1
# download packages, JRE, Ampool bits, untar and cleanup
RUN apk add --update bash curl wget ca-certificates && mkdir /opt \
&& cd /tmp && wget "https://github.com/andyshinn/alpine-pkg-glibc/releases/download/2.23-r1/glibc-2.23-r1.apk" "https://github.com/andyshinn/alpine-pkg-glibc/releases/download/2.23-r1/glibc-bin-2.23-r1.apk" \
&& apk add --allow-untrusted glibc-2.23-r1.apk glibc-bin-2.23-r1.apk \
&& /usr/glibc-compat/sbin/ldconfig /lib /usr/glibc/usr/lib \
&& echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf \
&& cd /tmp && wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-x64.tar.gz" \
&& tar -xzf jdk-8u121-linux-x64.tar.gz -C /opt \
&& rm -rf $JAVA_HOME/*src.zip \
$JAVA_HOME/lib/missioncontrol \
$JAVA_HOME/lib/visualvm \
$JAVA_HOME/lib/*javafx* \
$JAVA_HOME/jre/lib/plugin.jar \
$JAVA_HOME/jre/bin/javaws \
$JAVA_HOME/jre/bin/jjs \
$JAVA_HOME/jre/bin/keytool \
$JAVA_HOME/jre/bin/orbd \
$JAVA_HOME/jre/bin/pack200 \
$JAVA_HOME/jre/bin/policytool \
$JAVA_HOME/jre/bin/rmid \
$JAVA_HOME/jre/bin/rmiregistry \
$JAVA_HOME/jre/bin/servertool \
$JAVA_HOME/jre/bin/tnameserv \
$JAVA_HOME/jre/bin/unpack200 \
$JAVA_HOME/jre/lib/javaws.jar \
$JAVA_HOME/jre/lib/desktop \
$JAVA_HOME/jre/lib/deploy* \
$JAVA_HOME/jre/lib/*javafx* \
$JAVA_HOME/jre/lib/*jfx* \
$JAVA_HOME/jre/lib/oblique-fonts \
$JAVA_HOME/jre/lib/amd64/libdecora_sse.so \
$JAVA_HOME/jre/lib/amd64/libprism_*.so \
$JAVA_HOME/jre/lib/amd64/libfxplugins.so \
$JAVA_HOME/jre/lib/amd64/libglass.so \
$JAVA_HOME/jre/lib/amd64/libgstreamer-lite.so \
$JAVA_HOME/jre/lib/amd64/libjavafx*.so \
$JAVA_HOME/jre/lib/amd64/libjfx*.so \
$JAVA_HOME/jre/lib/ext/nashorn.jar \
$JAVA_HOME/jre/lib/ext/jfxrt.jar \
$JAVA_HOME/jre/plugin \
/usr/share/locale/* \
&& cd /opt \
&& wget "https://s3-us-west-2.amazonaws.com/ampool-releases/${AMPOOL_VERSION}/ampool-${AMPOOL_VERSION}.tar.gz" \
&& tar -xzf ampool-${AMPOOL_VERSION}.tar.gz \
&& rm -rf ampool-${AMPOOL_VERSION}.tar.gz \
&& apk del curl wget ca-certificates && rm /tmp/* /var/cache/apk/*
ENV AMPOOL_HOME /opt/ampool-$AMPOOL_VERSION
ENV PATH $PATH:$JAVA_HOME/bin:$AMPOOL_HOME/bin
VOLUME ["/data/"]
| 286967 | # Ampool Docker runtime.
/*
* Copyright (c) 2017 Ampool, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing
* permissions and limitations under the License. See accompanying
* LICENSE file.
*/
FROM alpine:latest
MAINTAINER <NAME> <<EMAIL>>
LABEL name="Ampool Base Image"
LABEL vendor="Ampool Inc."
LABEL version=1.3.1
LABEL build-date="2017-MAR-11"
# download Ampool bits
ENV JAVA_HOME /opt/jdk1.8.0_121
ENV AMPOOL_VERSION 1.3.1
# download packages, JRE, Ampool bits, untar and cleanup
RUN apk add --update bash curl wget ca-certificates && mkdir /opt \
&& cd /tmp && wget "https://github.com/andyshinn/alpine-pkg-glibc/releases/download/2.23-r1/glibc-2.23-r1.apk" "https://github.com/andyshinn/alpine-pkg-glibc/releases/download/2.23-r1/glibc-bin-2.23-r1.apk" \
&& apk add --allow-untrusted glibc-2.23-r1.apk glibc-bin-2.23-r1.apk \
&& /usr/glibc-compat/sbin/ldconfig /lib /usr/glibc/usr/lib \
&& echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf \
&& cd /tmp && wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-x64.tar.gz" \
&& tar -xzf jdk-8u121-linux-x64.tar.gz -C /opt \
&& rm -rf $JAVA_HOME/*src.zip \
$JAVA_HOME/lib/missioncontrol \
$JAVA_HOME/lib/visualvm \
$JAVA_HOME/lib/*javafx* \
$JAVA_HOME/jre/lib/plugin.jar \
$JAVA_HOME/jre/bin/javaws \
$JAVA_HOME/jre/bin/jjs \
$JAVA_HOME/jre/bin/keytool \
$JAVA_HOME/jre/bin/orbd \
$JAVA_HOME/jre/bin/pack200 \
$JAVA_HOME/jre/bin/policytool \
$JAVA_HOME/jre/bin/rmid \
$JAVA_HOME/jre/bin/rmiregistry \
$JAVA_HOME/jre/bin/servertool \
$JAVA_HOME/jre/bin/tnameserv \
$JAVA_HOME/jre/bin/unpack200 \
$JAVA_HOME/jre/lib/javaws.jar \
$JAVA_HOME/jre/lib/desktop \
$JAVA_HOME/jre/lib/deploy* \
$JAVA_HOME/jre/lib/*javafx* \
$JAVA_HOME/jre/lib/*jfx* \
$JAVA_HOME/jre/lib/oblique-fonts \
$JAVA_HOME/jre/lib/amd64/libdecora_sse.so \
$JAVA_HOME/jre/lib/amd64/libprism_*.so \
$JAVA_HOME/jre/lib/amd64/libfxplugins.so \
$JAVA_HOME/jre/lib/amd64/libglass.so \
$JAVA_HOME/jre/lib/amd64/libgstreamer-lite.so \
$JAVA_HOME/jre/lib/amd64/libjavafx*.so \
$JAVA_HOME/jre/lib/amd64/libjfx*.so \
$JAVA_HOME/jre/lib/ext/nashorn.jar \
$JAVA_HOME/jre/lib/ext/jfxrt.jar \
$JAVA_HOME/jre/plugin \
/usr/share/locale/* \
&& cd /opt \
&& wget "https://s3-us-west-2.amazonaws.com/ampool-releases/${AMPOOL_VERSION}/ampool-${AMPOOL_VERSION}.tar.gz" \
&& tar -xzf ampool-${AMPOOL_VERSION}.tar.gz \
&& rm -rf ampool-${AMPOOL_VERSION}.tar.gz \
&& apk del curl wget ca-certificates && rm /tmp/* /var/cache/apk/*
ENV AMPOOL_HOME /opt/ampool-$AMPOOL_VERSION
ENV PATH $PATH:$JAVA_HOME/bin:$AMPOOL_HOME/bin
VOLUME ["/data/"]
| true | # Ampool Docker runtime.
/*
* Copyright (c) 2017 Ampool, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing
* permissions and limitations under the License. See accompanying
* LICENSE file.
*/
FROM alpine:latest
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
LABEL name="Ampool Base Image"
LABEL vendor="Ampool Inc."
LABEL version=1.3.1
LABEL build-date="2017-MAR-11"
# download Ampool bits
ENV JAVA_HOME /opt/jdk1.8.0_121
ENV AMPOOL_VERSION 1.3.1
# download packages, JRE, Ampool bits, untar and cleanup
RUN apk add --update bash curl wget ca-certificates && mkdir /opt \
&& cd /tmp && wget "https://github.com/andyshinn/alpine-pkg-glibc/releases/download/2.23-r1/glibc-2.23-r1.apk" "https://github.com/andyshinn/alpine-pkg-glibc/releases/download/2.23-r1/glibc-bin-2.23-r1.apk" \
&& apk add --allow-untrusted glibc-2.23-r1.apk glibc-bin-2.23-r1.apk \
&& /usr/glibc-compat/sbin/ldconfig /lib /usr/glibc/usr/lib \
&& echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf \
&& cd /tmp && wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-x64.tar.gz" \
&& tar -xzf jdk-8u121-linux-x64.tar.gz -C /opt \
&& rm -rf $JAVA_HOME/*src.zip \
$JAVA_HOME/lib/missioncontrol \
$JAVA_HOME/lib/visualvm \
$JAVA_HOME/lib/*javafx* \
$JAVA_HOME/jre/lib/plugin.jar \
$JAVA_HOME/jre/bin/javaws \
$JAVA_HOME/jre/bin/jjs \
$JAVA_HOME/jre/bin/keytool \
$JAVA_HOME/jre/bin/orbd \
$JAVA_HOME/jre/bin/pack200 \
$JAVA_HOME/jre/bin/policytool \
$JAVA_HOME/jre/bin/rmid \
$JAVA_HOME/jre/bin/rmiregistry \
$JAVA_HOME/jre/bin/servertool \
$JAVA_HOME/jre/bin/tnameserv \
$JAVA_HOME/jre/bin/unpack200 \
$JAVA_HOME/jre/lib/javaws.jar \
$JAVA_HOME/jre/lib/desktop \
$JAVA_HOME/jre/lib/deploy* \
$JAVA_HOME/jre/lib/*javafx* \
$JAVA_HOME/jre/lib/*jfx* \
$JAVA_HOME/jre/lib/oblique-fonts \
$JAVA_HOME/jre/lib/amd64/libdecora_sse.so \
$JAVA_HOME/jre/lib/amd64/libprism_*.so \
$JAVA_HOME/jre/lib/amd64/libfxplugins.so \
$JAVA_HOME/jre/lib/amd64/libglass.so \
$JAVA_HOME/jre/lib/amd64/libgstreamer-lite.so \
$JAVA_HOME/jre/lib/amd64/libjavafx*.so \
$JAVA_HOME/jre/lib/amd64/libjfx*.so \
$JAVA_HOME/jre/lib/ext/nashorn.jar \
$JAVA_HOME/jre/lib/ext/jfxrt.jar \
$JAVA_HOME/jre/plugin \
/usr/share/locale/* \
&& cd /opt \
&& wget "https://s3-us-west-2.amazonaws.com/ampool-releases/${AMPOOL_VERSION}/ampool-${AMPOOL_VERSION}.tar.gz" \
&& tar -xzf ampool-${AMPOOL_VERSION}.tar.gz \
&& rm -rf ampool-${AMPOOL_VERSION}.tar.gz \
&& apk del curl wget ca-certificates && rm /tmp/* /var/cache/apk/*
ENV AMPOOL_HOME /opt/ampool-$AMPOOL_VERSION
ENV PATH $PATH:$JAVA_HOME/bin:$AMPOOL_HOME/bin
VOLUME ["/data/"]
|
[
{
"context": "e as base\n\nLABEL org.opencontainers.image.authors=brandongingram@gmail.com\nLABEL org.opencontainers.image.title=\"Base Applic",
"end": 232,
"score": 0.9999166131019592,
"start": 208,
"tag": "EMAIL",
"value": "brandongingram@gmail.com"
},
{
"context": "terval=5m --timeout=3s CMD curl --fail \\\n http://127.0.0.1/ || exit 1\n",
"end": 1540,
"score": 0.9808563590049744,
"start": 1531,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | client-ts/Dockerfile | Zeztron/base-express-react-app | 0 | # We share the contents of the base image through almost every build stage below.
# This image is not intended to be built or run directly.
FROM node:10-alpine as base
LABEL org.opencontainers.image.authors=brandongingram@gmail.com
LABEL org.opencontainers.image.title="Base Application React Client"
ENV NODE_ENV=production
EXPOSE 3000
WORKDIR /u01
COPY package*.json ./
RUN apk --no-cache add --virtual builds-deps build-base python && \
npm config list && npm ci && npm cache clean --force
ENV PATH /u01/node_modules/.bin:$PATH
# The development image. Here we install the devDependencies and switch to
# the 'node' user and '/u01/app' directory. No code is copied into this
# stage as it is just being bind mounted via docker-compose.
FROM base as dev
WORKDIR /u01/app
# The test image. This will run all the tests for the application
# after copying in the application code.
FROM dev as test
ENV CI=true
COPY . .
RUN npm test
# The pre-production "build" image. All this essentially does is
# run 'npm run build' to produce an optimized version of the
# application. The resulting '/u01/app/build' folder is all we
# care about for the production image.
FROM test as pre-prod
RUN npm run build
# The production image. This copies the build folder from the
# 'pre-prod' image into the appropriate location to be served
# from Nginx and sets up a healthcheck.
FROM nginx:1.17-alpine as prod
COPY --from=pre-prod /u01/app/build /usr/share/nginx/html
HEALTHCHECK --interval=5m --timeout=3s CMD curl --fail \
http://127.0.0.1/ || exit 1
| 205737 | # We share the contents of the base image through almost every build stage below.
# This image is not intended to be built or run directly.
FROM node:10-alpine as base
LABEL org.opencontainers.image.authors=<EMAIL>
LABEL org.opencontainers.image.title="Base Application React Client"
ENV NODE_ENV=production
EXPOSE 3000
WORKDIR /u01
COPY package*.json ./
RUN apk --no-cache add --virtual builds-deps build-base python && \
npm config list && npm ci && npm cache clean --force
ENV PATH /u01/node_modules/.bin:$PATH
# The development image. Here we install the devDependencies and switch to
# the 'node' user and '/u01/app' directory. No code is copied into this
# stage as it is just being bind mounted via docker-compose.
FROM base as dev
WORKDIR /u01/app
# The test image. This will run all the tests for the application
# after copying in the application code.
FROM dev as test
ENV CI=true
COPY . .
RUN npm test
# The pre-production "build" image. All this essentially does is
# run 'npm run build' to produce an optimized version of the
# application. The resulting '/u01/app/build' folder is all we
# care about for the production image.
FROM test as pre-prod
RUN npm run build
# The production image. This copies the build folder from the
# 'pre-prod' image into the appropriate location to be served
# from Nginx and sets up a healthcheck.
FROM nginx:1.17-alpine as prod
COPY --from=pre-prod /u01/app/build /usr/share/nginx/html
HEALTHCHECK --interval=5m --timeout=3s CMD curl --fail \
http://127.0.0.1/ || exit 1
| true | # We share the contents of the base image through almost every build stage below.
# This image is not intended to be built or run directly.
FROM node:10-alpine as base
LABEL org.opencontainers.image.authors=PI:EMAIL:<EMAIL>END_PI
LABEL org.opencontainers.image.title="Base Application React Client"
ENV NODE_ENV=production
EXPOSE 3000
WORKDIR /u01
COPY package*.json ./
RUN apk --no-cache add --virtual builds-deps build-base python && \
npm config list && npm ci && npm cache clean --force
ENV PATH /u01/node_modules/.bin:$PATH
# The development image. Here we install the devDependencies and switch to
# the 'node' user and '/u01/app' directory. No code is copied into this
# stage as it is just being bind mounted via docker-compose.
FROM base as dev
WORKDIR /u01/app
# The test image. This will run all the tests for the application
# after copying in the application code.
FROM dev as test
ENV CI=true
COPY . .
RUN npm test
# The pre-production "build" image. All this essentially does is
# run 'npm run build' to produce an optimized version of the
# application. The resulting '/u01/app/build' folder is all we
# care about for the production image.
FROM test as pre-prod
RUN npm run build
# The production image. This copies the build folder from the
# 'pre-prod' image into the appropriate location to be served
# from Nginx and sets up a healthcheck.
FROM nginx:1.17-alpine as prod
COPY --from=pre-prod /u01/app/build /usr/share/nginx/html
HEALTHCHECK --interval=5m --timeout=3s CMD curl --fail \
http://127.0.0.1/ || exit 1
|
[
{
"context": "FROM debian:jessie\nMAINTAINER Mohsen Sarmadi \"MohsenBS@users.noreply.github.com\"\nWORKDIR /home",
"end": 44,
"score": 0.9998807311058044,
"start": 30,
"tag": "NAME",
"value": "Mohsen Sarmadi"
},
{
"context": "FROM debian:jessie\nMAINTAINER Mohsen Sarmadi \"MohsenBS@users.noreply.github.com\"\nWORKDIR /home/builder/\n\nENV NGINX_VERSION=1.9.11",
"end": 79,
"score": 0.9999266266822815,
"start": 46,
"tag": "EMAIL",
"value": "MohsenBS@users.noreply.github.com"
}
] | Dockerfile | MohsenBS/rtmp-server | 2 | FROM debian:jessie
MAINTAINER Mohsen Sarmadi "MohsenBS@users.noreply.github.com"
WORKDIR /home/builder/
ENV NGINX_VERSION=1.9.11
RUN apt-get update && \
apt-get -qq install \
build-essential unzip wget libpcre3 \
libpcre3-dev libssl-dev openssl \
ffmpeg
RUN wget http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && \
tar -xvzf nginx-${NGINX_VERSION}.tar.gz && \
rm nginx-${NGINX_VERSION}.tar.gz && \
wget https://github.com/arut/nginx-rtmp-module/archive/master.zip && \
unzip master.zip && \
rm master.zip
RUN useradd --user-group \
--create-home \
--shell /bin/bash nginx \
--base-dir /home
RUN cd ./nginx-${NGINX_VERSION} && \
./configure \
--add-module=../nginx-rtmp-module-master \
--user=nginx \
--group=nginx \
--prefix=/home/nginx/app \
--sbin-path=/usr/sbin/nginx \
--conf-path=/etc/nginx/nginx.conf \
--pid-path=/var/run/nginx.pid \
--lock-path=/var/run/nginx.lock \
--error-log-path=/var/log/nginx/error.log \
--http-log-path=/var/log/nginx/access.log \
--with-http_gzip_static_module \
--with-http_stub_status_module \
--with-http_ssl_module \
--with-pcre \
--with-file-aio \
--with-http_realip_module \
--without-http_scgi_module \
--without-http_uwsgi_module \
--without-http_fastcgi_module && \
make && \
make install
COPY nginx.conf /etc/nginx/nginx.conf
RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
ln -sf /dev/stderr /var/log/nginx/error.log
RUN chown -R nginx:nginx /home/nginx/ && \
echo "Hello World!!" > /home/nginx/app/index.html
USER nginx
ENV HOME /home/nginx
WORKDIR /home/node/app
EXPOSE 80 443 1935
CMD ["nginx", "-g", "daemon off;"]
| 416031 | FROM debian:jessie
MAINTAINER <NAME> "<EMAIL>"
WORKDIR /home/builder/
ENV NGINX_VERSION=1.9.11
RUN apt-get update && \
apt-get -qq install \
build-essential unzip wget libpcre3 \
libpcre3-dev libssl-dev openssl \
ffmpeg
RUN wget http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && \
tar -xvzf nginx-${NGINX_VERSION}.tar.gz && \
rm nginx-${NGINX_VERSION}.tar.gz && \
wget https://github.com/arut/nginx-rtmp-module/archive/master.zip && \
unzip master.zip && \
rm master.zip
RUN useradd --user-group \
--create-home \
--shell /bin/bash nginx \
--base-dir /home
RUN cd ./nginx-${NGINX_VERSION} && \
./configure \
--add-module=../nginx-rtmp-module-master \
--user=nginx \
--group=nginx \
--prefix=/home/nginx/app \
--sbin-path=/usr/sbin/nginx \
--conf-path=/etc/nginx/nginx.conf \
--pid-path=/var/run/nginx.pid \
--lock-path=/var/run/nginx.lock \
--error-log-path=/var/log/nginx/error.log \
--http-log-path=/var/log/nginx/access.log \
--with-http_gzip_static_module \
--with-http_stub_status_module \
--with-http_ssl_module \
--with-pcre \
--with-file-aio \
--with-http_realip_module \
--without-http_scgi_module \
--without-http_uwsgi_module \
--without-http_fastcgi_module && \
make && \
make install
COPY nginx.conf /etc/nginx/nginx.conf
RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
ln -sf /dev/stderr /var/log/nginx/error.log
RUN chown -R nginx:nginx /home/nginx/ && \
echo "Hello World!!" > /home/nginx/app/index.html
USER nginx
ENV HOME /home/nginx
WORKDIR /home/node/app
EXPOSE 80 443 1935
CMD ["nginx", "-g", "daemon off;"]
| true | FROM debian:jessie
MAINTAINER PI:NAME:<NAME>END_PI "PI:EMAIL:<EMAIL>END_PI"
WORKDIR /home/builder/
ENV NGINX_VERSION=1.9.11
RUN apt-get update && \
apt-get -qq install \
build-essential unzip wget libpcre3 \
libpcre3-dev libssl-dev openssl \
ffmpeg
RUN wget http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && \
tar -xvzf nginx-${NGINX_VERSION}.tar.gz && \
rm nginx-${NGINX_VERSION}.tar.gz && \
wget https://github.com/arut/nginx-rtmp-module/archive/master.zip && \
unzip master.zip && \
rm master.zip
RUN useradd --user-group \
--create-home \
--shell /bin/bash nginx \
--base-dir /home
RUN cd ./nginx-${NGINX_VERSION} && \
./configure \
--add-module=../nginx-rtmp-module-master \
--user=nginx \
--group=nginx \
--prefix=/home/nginx/app \
--sbin-path=/usr/sbin/nginx \
--conf-path=/etc/nginx/nginx.conf \
--pid-path=/var/run/nginx.pid \
--lock-path=/var/run/nginx.lock \
--error-log-path=/var/log/nginx/error.log \
--http-log-path=/var/log/nginx/access.log \
--with-http_gzip_static_module \
--with-http_stub_status_module \
--with-http_ssl_module \
--with-pcre \
--with-file-aio \
--with-http_realip_module \
--without-http_scgi_module \
--without-http_uwsgi_module \
--without-http_fastcgi_module && \
make && \
make install
COPY nginx.conf /etc/nginx/nginx.conf
RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
ln -sf /dev/stderr /var/log/nginx/error.log
RUN chown -R nginx:nginx /home/nginx/ && \
echo "Hello World!!" > /home/nginx/app/index.html
USER nginx
ENV HOME /home/nginx
WORKDIR /home/node/app
EXPOSE 80 443 1935
CMD ["nginx", "-g", "daemon off;"]
|
[
{
"context": " codercom/code-server:latest\n\nENV CODER_PASSWORD=\"coder\"\n\n# Update to zsh shell\nRUN sudo apt-get update &",
"end": 59,
"score": 0.9993184804916382,
"start": 54,
"tag": "PASSWORD",
"value": "coder"
},
{
"context": "c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\"\n\n# Setup pyth",
"end": 215,
"score": 0.9997323155403137,
"start": 203,
"tag": "USERNAME",
"value": "robbyrussell"
},
{
"context": "sion formulahendry.code-runner\n\n# Other stuff\nUSER coder\nRUN git clone https://github.com/zsh-users/zsh-au",
"end": 1105,
"score": 0.6569997072219849,
"start": 1100,
"tag": "USERNAME",
"value": "coder"
},
{
"context": "stuff\nUSER coder\nRUN git clone https://github.com/zsh-users/zsh-autosuggestions /home/coder/.oh-my-zsh/plugin",
"end": 1148,
"score": 0.9995639324188232,
"start": 1139,
"tag": "USERNAME",
"value": "zsh-users"
},
{
"context": "'ls -l'\" >> /home/coder/.bashrc \\\n && chown -R coder:coder /home/coder/.local/share/code-server/User &",
"end": 2204,
"score": 0.9768134951591492,
"start": 2199,
"tag": "USERNAME",
"value": "coder"
},
{
"context": "al/share/code-server/User && chmod o+w /home\n\nUSER coder\nRUN mkdir -p /home/coder/projects\nEXPOSE 9000\nENT",
"end": 2283,
"score": 0.9926426410675049,
"start": 2278,
"tag": "USERNAME",
"value": "coder"
}
] | Dockerfile | xuze1993/code-server-java | 0 | From codercom/code-server:latest
ENV CODER_PASSWORD="coder"
# Update to zsh shell
RUN sudo apt-get update && sudo apt-get install wget zsh -y
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Setup python development
RUN sudo apt-get update
RUN sudo apt-get install python3.7-dev python3-pip nano inetutils-ping -y
RUN python3.7 -m pip install pip
RUN python3.7 -m pip install wheel
RUN python3.7 -m pip install -U pylint --user
# Setup go development
RUN wget https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz -O /tmp/go.tar.gz
RUN sudo tar -C /usr/local -xzf /tmp/go.tar.gz
ENV PATH="/usr/local/go/bin:${PATH}"
RUN rm -rf /tmp.go.tar.gz
# Install extensions
RUN code-server --install-extension ms-python.python
RUN code-server --install-extension eamodio.gitlens
RUN code-server --install-extension ms-vscode.go
RUN code-server --install-extension ms-ceintl.vscode-language-pack-zh-hans
RUN code-server --install-extension vscjava.vscode-java-pack
RUN code-server --install-extension formulahendry.code-runner
# Other stuff
USER coder
RUN git clone https://github.com/zsh-users/zsh-autosuggestions /home/coder/.oh-my-zsh/plugins/zsh-autosuggestions
RUN echo "source ~/.oh-my-zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" >> /home/coder/.zshrc
USER root
RUN apt-get update \
#can no longer be found in the repositories as Oracle removed support for it earlier this year for those not paying for a commercial license
&& apt-get -y install --no-install-recommends apt-utils default-jdk maven 2>&1 \
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
#ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
ENV PATH $JAVA_HOME/bin:$PATH
#add script for auth and init personal settings
COPY exec /opt
COPY entrypoint /home/coder
COPY User /home/coder/.local/share/code-server/User
RUN cp /usr/bin/code-server /usr/local/bin/code-server \
&& cp /usr/bin/python3 /usr/bin/python \
&& echo "alias ll='ls -l'" >> /etc/profile && echo "alias ll='ls -l'" >> /home/coder/.bashrc \
&& chown -R coder:coder /home/coder/.local/share/code-server/User && chmod o+w /home
USER coder
RUN mkdir -p /home/coder/projects
EXPOSE 9000
ENTRYPOINT ["/home/coder/entrypoint"]
CMD ["/opt/exec"]
| 51133 | From codercom/code-server:latest
ENV CODER_PASSWORD="<PASSWORD>"
# Update to zsh shell
RUN sudo apt-get update && sudo apt-get install wget zsh -y
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Setup python development
RUN sudo apt-get update
RUN sudo apt-get install python3.7-dev python3-pip nano inetutils-ping -y
RUN python3.7 -m pip install pip
RUN python3.7 -m pip install wheel
RUN python3.7 -m pip install -U pylint --user
# Setup go development
RUN wget https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz -O /tmp/go.tar.gz
RUN sudo tar -C /usr/local -xzf /tmp/go.tar.gz
ENV PATH="/usr/local/go/bin:${PATH}"
RUN rm -rf /tmp.go.tar.gz
# Install extensions
RUN code-server --install-extension ms-python.python
RUN code-server --install-extension eamodio.gitlens
RUN code-server --install-extension ms-vscode.go
RUN code-server --install-extension ms-ceintl.vscode-language-pack-zh-hans
RUN code-server --install-extension vscjava.vscode-java-pack
RUN code-server --install-extension formulahendry.code-runner
# Other stuff
USER coder
RUN git clone https://github.com/zsh-users/zsh-autosuggestions /home/coder/.oh-my-zsh/plugins/zsh-autosuggestions
RUN echo "source ~/.oh-my-zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" >> /home/coder/.zshrc
USER root
RUN apt-get update \
#can no longer be found in the repositories as Oracle removed support for it earlier this year for those not paying for a commercial license
&& apt-get -y install --no-install-recommends apt-utils default-jdk maven 2>&1 \
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
#ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
ENV PATH $JAVA_HOME/bin:$PATH
#add script for auth and init personal settings
COPY exec /opt
COPY entrypoint /home/coder
COPY User /home/coder/.local/share/code-server/User
RUN cp /usr/bin/code-server /usr/local/bin/code-server \
&& cp /usr/bin/python3 /usr/bin/python \
&& echo "alias ll='ls -l'" >> /etc/profile && echo "alias ll='ls -l'" >> /home/coder/.bashrc \
&& chown -R coder:coder /home/coder/.local/share/code-server/User && chmod o+w /home
USER coder
RUN mkdir -p /home/coder/projects
EXPOSE 9000
ENTRYPOINT ["/home/coder/entrypoint"]
CMD ["/opt/exec"]
| true | From codercom/code-server:latest
ENV CODER_PASSWORD="PI:PASSWORD:<PASSWORD>END_PI"
# Update to zsh shell
RUN sudo apt-get update && sudo apt-get install wget zsh -y
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Setup python development
RUN sudo apt-get update
RUN sudo apt-get install python3.7-dev python3-pip nano inetutils-ping -y
RUN python3.7 -m pip install pip
RUN python3.7 -m pip install wheel
RUN python3.7 -m pip install -U pylint --user
# Setup go development
RUN wget https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz -O /tmp/go.tar.gz
RUN sudo tar -C /usr/local -xzf /tmp/go.tar.gz
ENV PATH="/usr/local/go/bin:${PATH}"
RUN rm -rf /tmp.go.tar.gz
# Install extensions
RUN code-server --install-extension ms-python.python
RUN code-server --install-extension eamodio.gitlens
RUN code-server --install-extension ms-vscode.go
RUN code-server --install-extension ms-ceintl.vscode-language-pack-zh-hans
RUN code-server --install-extension vscjava.vscode-java-pack
RUN code-server --install-extension formulahendry.code-runner
# Other stuff
USER coder
RUN git clone https://github.com/zsh-users/zsh-autosuggestions /home/coder/.oh-my-zsh/plugins/zsh-autosuggestions
RUN echo "source ~/.oh-my-zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" >> /home/coder/.zshrc
USER root
RUN apt-get update \
#can no longer be found in the repositories as Oracle removed support for it earlier this year for those not paying for a commercial license
&& apt-get -y install --no-install-recommends apt-utils default-jdk maven 2>&1 \
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
#ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
ENV PATH $JAVA_HOME/bin:$PATH
#add script for auth and init personal settings
COPY exec /opt
COPY entrypoint /home/coder
COPY User /home/coder/.local/share/code-server/User
RUN cp /usr/bin/code-server /usr/local/bin/code-server \
&& cp /usr/bin/python3 /usr/bin/python \
&& echo "alias ll='ls -l'" >> /etc/profile && echo "alias ll='ls -l'" >> /home/coder/.bashrc \
&& chown -R coder:coder /home/coder/.local/share/code-server/User && chmod o+w /home
USER coder
RUN mkdir -p /home/coder/projects
EXPOSE 9000
ENTRYPOINT ["/home/coder/entrypoint"]
CMD ["/opt/exec"]
|
[
{
"context": "ine3.8\n\nLABEL name=\"coin_miner\"\nLABEL maintainer=\"Lukáš Dorňák <lukasdornak@gmail.com>\"\n\nRUN apk update; \\\n a",
"end": 81,
"score": 0.999864399433136,
"start": 69,
"tag": "NAME",
"value": "Lukáš Dorňák"
},
{
"context": "name=\"coin_miner\"\nLABEL maintainer=\"Lukáš Dorňák <lukasdornak@gmail.com>\"\n\nRUN apk update; \\\n apk upgrade --no-cache; ",
"end": 104,
"score": 0.9999329447746277,
"start": 83,
"tag": "EMAIL",
"value": "lukasdornak@gmail.com"
}
] | Dockerfile | lukasdornak/coinminer | 0 | FROM python:3.7-alpine3.8
LABEL name="coin_miner"
LABEL maintainer="Lukáš Dorňák <lukasdornak@gmail.com>"
RUN apk update; \
apk upgrade --no-cache; \
pip3 install requests;
COPY . /app/coinminer
CMD python3 /app/coinminer/main.py
| 30237 | FROM python:3.7-alpine3.8
LABEL name="coin_miner"
LABEL maintainer="<NAME> <<EMAIL>>"
RUN apk update; \
apk upgrade --no-cache; \
pip3 install requests;
COPY . /app/coinminer
CMD python3 /app/coinminer/main.py
| true | FROM python:3.7-alpine3.8
LABEL name="coin_miner"
LABEL maintainer="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
RUN apk update; \
apk upgrade --no-cache; \
pip3 install requests;
COPY . /app/coinminer
CMD python3 /app/coinminer/main.py
|
[
{
"context": "FROM ubuntu:14.04\nMAINTAINER wlu wlu@linkernetworks.com\n\nENV REFRESHED_AT 2016.3.1",
"end": 32,
"score": 0.9983058571815491,
"start": 29,
"tag": "USERNAME",
"value": "wlu"
},
{
"context": "FROM ubuntu:14.04\nMAINTAINER wlu wlu@linkernetworks.com\n\nENV REFRESHED_AT 2016.3.1\n\n#install openjdk\nRUN ",
"end": 55,
"score": 0.9998496770858765,
"start": 33,
"tag": "EMAIL",
"value": "wlu@linkernetworks.com"
}
] | Dockerfile | DHOPL/docker-kafka | 0 | FROM ubuntu:14.04
MAINTAINER wlu wlu@linkernetworks.com
ENV REFRESHED_AT 2016.3.1
#install openjdk
RUN apt-get update && \
apt-get install -yqq openjdk-7-jre curl
ENV DOWNLOAD_URL="http://mirrors.hust.edu.cn/apache/kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz"
# install and unzip kafka
RUN curl -fL ${DOWNLOAD_URL} | tar zxvf - -C /usr/local
RUN apt-get remove -y curl && \
apt-get clean
ENV KAFKA_VERSION=0.9.0.1 \
JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
ENV PATH=${JAVA_HOME}:$PATH
WORKDIR /usr/local/kafka_2.10-0.9.0.1
| 201917 | FROM ubuntu:14.04
MAINTAINER wlu <EMAIL>
ENV REFRESHED_AT 2016.3.1
#install openjdk
RUN apt-get update && \
apt-get install -yqq openjdk-7-jre curl
ENV DOWNLOAD_URL="http://mirrors.hust.edu.cn/apache/kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz"
# install and unzip kafka
RUN curl -fL ${DOWNLOAD_URL} | tar zxvf - -C /usr/local
RUN apt-get remove -y curl && \
apt-get clean
ENV KAFKA_VERSION=0.9.0.1 \
JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
ENV PATH=${JAVA_HOME}:$PATH
WORKDIR /usr/local/kafka_2.10-0.9.0.1
| true | FROM ubuntu:14.04
MAINTAINER wlu PI:EMAIL:<EMAIL>END_PI
ENV REFRESHED_AT 2016.3.1
#install openjdk
RUN apt-get update && \
apt-get install -yqq openjdk-7-jre curl
ENV DOWNLOAD_URL="http://mirrors.hust.edu.cn/apache/kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz"
# install and unzip kafka
RUN curl -fL ${DOWNLOAD_URL} | tar zxvf - -C /usr/local
RUN apt-get remove -y curl && \
apt-get clean
ENV KAFKA_VERSION=0.9.0.1 \
JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
ENV PATH=${JAVA_HOME}:$PATH
WORKDIR /usr/local/kafka_2.10-0.9.0.1
|
[
{
"context": "\nFROM docker.io/openjdk:8-jre\n\nMAINTAINER Hygieia@capitalone.com\n\nRUN mkdir /hygieia /hygieia/config\n\nCOPY *.jar /",
"end": 64,
"score": 0.9999040961265564,
"start": 42,
"tag": "EMAIL",
"value": "Hygieia@capitalone.com"
}
] | collectors/feature/jira/docker/Dockerfile | rburton04/Hygieia | 0 |
FROM docker.io/openjdk:8-jre
MAINTAINER Hygieia@capitalone.com
RUN mkdir /hygieia /hygieia/config
COPY *.jar /hygieia/
COPY jira-properties-builder.sh /hygieia/
WORKDIR /hygieia/
VOLUME ["/hygieia/logs"]
CMD ./jira-properties-builder.sh &&\
java -jar jira-feature-collector*.jar --spring.config.location=config/hygieia-jira-feature-collector.properties
| 462619 |
FROM docker.io/openjdk:8-jre
MAINTAINER <EMAIL>
RUN mkdir /hygieia /hygieia/config
COPY *.jar /hygieia/
COPY jira-properties-builder.sh /hygieia/
WORKDIR /hygieia/
VOLUME ["/hygieia/logs"]
CMD ./jira-properties-builder.sh &&\
java -jar jira-feature-collector*.jar --spring.config.location=config/hygieia-jira-feature-collector.properties
| true |
FROM docker.io/openjdk:8-jre
MAINTAINER PI:EMAIL:<EMAIL>END_PI
RUN mkdir /hygieia /hygieia/config
COPY *.jar /hygieia/
COPY jira-properties-builder.sh /hygieia/
WORKDIR /hygieia/
VOLUME ["/hygieia/logs"]
CMD ./jira-properties-builder.sh &&\
java -jar jira-feature-collector*.jar --spring.config.location=config/hygieia-jira-feature-collector.properties
|
[
{
"context": "M digitallyseamless/nodejs-bower-grunt\n\nMAINTAINER Victor Wibisono <devacto@gmail.com>\n\n# Install image libs\nONBUILD",
"end": 69,
"score": 0.9998721480369568,
"start": 54,
"tag": "NAME",
"value": "Victor Wibisono"
},
{
"context": "s/nodejs-bower-grunt\n\nMAINTAINER Victor Wibisono <devacto@gmail.com>\n\n# Install image libs\nONBUILD RUN apt-get update",
"end": 88,
"score": 0.999932587146759,
"start": 71,
"tag": "EMAIL",
"value": "devacto@gmail.com"
}
] | Dockerfile | devacto/txtr-ui-test-container | 0 | FROM digitallyseamless/nodejs-bower-grunt
MAINTAINER Victor Wibisono <devacto@gmail.com>
# Install image libs
ONBUILD RUN apt-get update && \
apt-get install -y graphicsmagick imagemagick && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Expose port
EXPOSE 9000
# Mount volume
VOLUME /app
# Set working directory
WORKDIR /app
# Set instructions on build
# The following two instructions have to be executed in the /app directory
ONBUILD RUN npm install
ONBUILD RUN bower install --allow-root --config.interactive=false
| 99603 | FROM digitallyseamless/nodejs-bower-grunt
MAINTAINER <NAME> <<EMAIL>>
# Install image libs
ONBUILD RUN apt-get update && \
apt-get install -y graphicsmagick imagemagick && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Expose port
EXPOSE 9000
# Mount volume
VOLUME /app
# Set working directory
WORKDIR /app
# Set instructions on build
# The following two instructions have to be executed in the /app directory
ONBUILD RUN npm install
ONBUILD RUN bower install --allow-root --config.interactive=false
| true | FROM digitallyseamless/nodejs-bower-grunt
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# Install image libs
ONBUILD RUN apt-get update && \
apt-get install -y graphicsmagick imagemagick && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Expose port
EXPOSE 9000
# Mount volume
VOLUME /app
# Set working directory
WORKDIR /app
# Set instructions on build
# The following two instructions have to be executed in the /app directory
ONBUILD RUN npm install
ONBUILD RUN bower install --allow-root --config.interactive=false
|
[
{
"context": "h \"v3.1.0\" --depth=1 \\\n https://github.com/grocy/grocy.git /var/www/grocy \\\n \\\n && cd /var/w",
"end": 1176,
"score": 0.9990800619125366,
"start": 1171,
"tag": "USERNAME",
"value": "grocy"
},
{
"context": "o.hass.version=${BUILD_VERSION} \\\n maintainer=\"Franck Nijhof <frenck@addons.community>\" \\\n org.opencontaine",
"end": 2385,
"score": 0.9998919367790222,
"start": 2372,
"tag": "NAME",
"value": "Franck Nijhof"
},
{
"context": "${BUILD_VERSION} \\\n maintainer=\"Franck Nijhof <frenck@addons.community>\" \\\n org.opencontainers.image.title=\"${BUILD_N",
"end": 2410,
"score": 0.9999068975448608,
"start": 2387,
"tag": "EMAIL",
"value": "frenck@addons.community"
},
{
"context": " Add-ons\" \\\n org.opencontainers.image.authors=\"Franck Nijhof <frenck@addons.community>\" \\\n org.opencontaine",
"end": 2658,
"score": 0.9998926520347595,
"start": 2645,
"tag": "NAME",
"value": "Franck Nijhof"
},
{
"context": " org.opencontainers.image.authors=\"Franck Nijhof <frenck@addons.community>\" \\\n org.opencontainers.image.licenses=\"MIT\" \\",
"end": 2683,
"score": 0.9999060034751892,
"start": 2660,
"tag": "EMAIL",
"value": "frenck@addons.community"
}
] | grocy/Dockerfile | uwor/addon-grocy | 0 | ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
nginx=1.20.1-r3 \
patch=2.7.6-r7 \
php8-ctype=8.0.8-r0 \
php8-exif=8.0.8-r0 \
php8-fileinfo=8.0.8-r0 \
php8-fpm=8.0.8-r0 \
php8-gd=8.0.8-r0 \
php8-intl=8.0.8-r0 \
php8-ldap=8.0.8-r0 \
php8-mbstring=8.0.8-r0 \
php8-opcache=8.0.8-r0 \
php8-pdo_sqlite=8.0.8-r0 \
php8-pdo=8.0.8-r0 \
php8-simplexml=8.0.8-r0 \
php8-tokenizer=8.0.8-r0 \
php8=8.0.8-r0 \
\
&& ln -s /usr/bin/php8 /usr/bin/php \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.32.0-r0 \
php8-openssl=8.0.8-r0 \
php8-phar=8.0.8-r0 \
yarn=1.22.10-r0 \
\
&& curl -sS https://getcomposer.org/installer \
| php -- --install-dir=/usr/local/bin --filename=composer \
\
&& yarn global add modclean \
\
&& git clone --branch "v3.1.0" --depth=1 \
https://github.com/grocy/grocy.git /var/www/grocy \
\
&& cd /var/www/grocy \
\
&& composer install --no-dev \
&& yarn --production \
\
&& modclean \
--path /var/www/grocy/public \
--no-progress \
--keep-empty \
--run \
\
&& yarn global remove modclean \
&& yarn cache clean \
&& apk del --no-cache --purge .build-dependencies \
\
&& find /var/www/ -type f -name "*.md" -depth -exec rm -f {} \; \
&& rm -f -r \
/tmp/* \
/etc/nginx \
/root/.composer \
/usr/lib/node_modules \
/usr/local/bin/composer \
/usr/local/share/.cache \
/var/www/grocy/.git \
/var/www/grocy/.tx \
/var/www/grocy/.vscode \
/var/www/grocy/build_tools \
/var/www/grocy/build.bat
# Copy root filesystem
COPY rootfs /
# Build arguments
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_DESCRIPTION
ARG BUILD_NAME
ARG BUILD_REF
ARG BUILD_REPOSITORY
ARG BUILD_VERSION
# Labels
LABEL \
io.hass.name="${BUILD_NAME}" \
io.hass.description="${BUILD_DESCRIPTION}" \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION} \
maintainer="Franck Nijhof <frenck@addons.community>" \
org.opencontainers.image.title="${BUILD_NAME}" \
org.opencontainers.image.description="${BUILD_DESCRIPTION}" \
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
org.opencontainers.image.authors="Franck Nijhof <frenck@addons.community>" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://addons.community" \
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}
| 457709 | ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
nginx=1.20.1-r3 \
patch=2.7.6-r7 \
php8-ctype=8.0.8-r0 \
php8-exif=8.0.8-r0 \
php8-fileinfo=8.0.8-r0 \
php8-fpm=8.0.8-r0 \
php8-gd=8.0.8-r0 \
php8-intl=8.0.8-r0 \
php8-ldap=8.0.8-r0 \
php8-mbstring=8.0.8-r0 \
php8-opcache=8.0.8-r0 \
php8-pdo_sqlite=8.0.8-r0 \
php8-pdo=8.0.8-r0 \
php8-simplexml=8.0.8-r0 \
php8-tokenizer=8.0.8-r0 \
php8=8.0.8-r0 \
\
&& ln -s /usr/bin/php8 /usr/bin/php \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.32.0-r0 \
php8-openssl=8.0.8-r0 \
php8-phar=8.0.8-r0 \
yarn=1.22.10-r0 \
\
&& curl -sS https://getcomposer.org/installer \
| php -- --install-dir=/usr/local/bin --filename=composer \
\
&& yarn global add modclean \
\
&& git clone --branch "v3.1.0" --depth=1 \
https://github.com/grocy/grocy.git /var/www/grocy \
\
&& cd /var/www/grocy \
\
&& composer install --no-dev \
&& yarn --production \
\
&& modclean \
--path /var/www/grocy/public \
--no-progress \
--keep-empty \
--run \
\
&& yarn global remove modclean \
&& yarn cache clean \
&& apk del --no-cache --purge .build-dependencies \
\
&& find /var/www/ -type f -name "*.md" -depth -exec rm -f {} \; \
&& rm -f -r \
/tmp/* \
/etc/nginx \
/root/.composer \
/usr/lib/node_modules \
/usr/local/bin/composer \
/usr/local/share/.cache \
/var/www/grocy/.git \
/var/www/grocy/.tx \
/var/www/grocy/.vscode \
/var/www/grocy/build_tools \
/var/www/grocy/build.bat
# Copy root filesystem
COPY rootfs /
# Build arguments
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_DESCRIPTION
ARG BUILD_NAME
ARG BUILD_REF
ARG BUILD_REPOSITORY
ARG BUILD_VERSION
# Labels
LABEL \
io.hass.name="${BUILD_NAME}" \
io.hass.description="${BUILD_DESCRIPTION}" \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION} \
maintainer="<NAME> <<EMAIL>>" \
org.opencontainers.image.title="${BUILD_NAME}" \
org.opencontainers.image.description="${BUILD_DESCRIPTION}" \
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
org.opencontainers.image.authors="<NAME> <<EMAIL>>" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://addons.community" \
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}
| true | ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
nginx=1.20.1-r3 \
patch=2.7.6-r7 \
php8-ctype=8.0.8-r0 \
php8-exif=8.0.8-r0 \
php8-fileinfo=8.0.8-r0 \
php8-fpm=8.0.8-r0 \
php8-gd=8.0.8-r0 \
php8-intl=8.0.8-r0 \
php8-ldap=8.0.8-r0 \
php8-mbstring=8.0.8-r0 \
php8-opcache=8.0.8-r0 \
php8-pdo_sqlite=8.0.8-r0 \
php8-pdo=8.0.8-r0 \
php8-simplexml=8.0.8-r0 \
php8-tokenizer=8.0.8-r0 \
php8=8.0.8-r0 \
\
&& ln -s /usr/bin/php8 /usr/bin/php \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.32.0-r0 \
php8-openssl=8.0.8-r0 \
php8-phar=8.0.8-r0 \
yarn=1.22.10-r0 \
\
&& curl -sS https://getcomposer.org/installer \
| php -- --install-dir=/usr/local/bin --filename=composer \
\
&& yarn global add modclean \
\
&& git clone --branch "v3.1.0" --depth=1 \
https://github.com/grocy/grocy.git /var/www/grocy \
\
&& cd /var/www/grocy \
\
&& composer install --no-dev \
&& yarn --production \
\
&& modclean \
--path /var/www/grocy/public \
--no-progress \
--keep-empty \
--run \
\
&& yarn global remove modclean \
&& yarn cache clean \
&& apk del --no-cache --purge .build-dependencies \
\
&& find /var/www/ -type f -name "*.md" -depth -exec rm -f {} \; \
&& rm -f -r \
/tmp/* \
/etc/nginx \
/root/.composer \
/usr/lib/node_modules \
/usr/local/bin/composer \
/usr/local/share/.cache \
/var/www/grocy/.git \
/var/www/grocy/.tx \
/var/www/grocy/.vscode \
/var/www/grocy/build_tools \
/var/www/grocy/build.bat
# Copy root filesystem
COPY rootfs /
# Build arguments
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_DESCRIPTION
ARG BUILD_NAME
ARG BUILD_REF
ARG BUILD_REPOSITORY
ARG BUILD_VERSION
# Labels
LABEL \
io.hass.name="${BUILD_NAME}" \
io.hass.description="${BUILD_DESCRIPTION}" \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION} \
maintainer="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" \
org.opencontainers.image.title="${BUILD_NAME}" \
org.opencontainers.image.description="${BUILD_DESCRIPTION}" \
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
org.opencontainers.image.authors="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://addons.community" \
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}
|
[
{
"context": "FROM debian:10\n\nLABEL maintainer=\"docker@mazgi.com\"\nLABEL org.opencontainers.image.source=\"https://g",
"end": 50,
"score": 0.9999197125434875,
"start": 34,
"tag": "EMAIL",
"value": "docker@mazgi.com"
},
{
"context": "g.opencontainers.image.source=\"https://github.com/mazgi/dockerfiles/blob/main/Dockerfile.d/provisioning/D",
"end": 115,
"score": 0.9995111227035522,
"start": 110,
"tag": "USERNAME",
"value": "mazgi"
},
{
"context": "tfenv\n && git clone --depth=1 https://github.com/tfutils/tfenv.git /usr/local/tfenv\\\n && ls -1 /usr/local",
"end": 2953,
"score": 0.9996264576911926,
"start": 2946,
"tag": "USERNAME",
"value": "tfutils"
}
] | Dockerfile.d/provisioning/Dockerfile | mazgi/dockerfiles | 0 | FROM debian:10
LABEL maintainer="docker@mazgi.com"
LABEL org.opencontainers.image.source="https://github.com/mazgi/dockerfiles/blob/main/Dockerfile.d/provisioning/Dockerfile"
# Set in non-interactive mode.
ENV DEBIAN_FRONTEND=noninteractive
ARG ANSIBLE_VERSION=2.10
ENV ANSIBLE_VERSION=${ANSIBLE_VERSION}
ARG OP_VERSION=1.9.0
ENV OP_VERSION=1.9.0
# https://www.terraform.io/downloads.html
ARG TERRAFORM_VERSIONS=1.0.6,0.15.5
ENV TERRAFORM_VERSIONS=${TERRAFORM_VERSIONS}
RUN echo 'apt::install-recommends "false";' > /etc/apt/apt.conf.d/no-install-recommends\
&& apt-get update\
#
# Set up locales
&& apt-get install --assume-yes locales procps dialog\
&& echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen\
&& locale-gen\
#
# Install basic packages
&& apt-get install --assume-yes apt-utils curl dnsutils git jq openssh-client sudo tmux unzip zsh\
&& apt-get install --assume-yes build-essential\
&& apt-get install --assume-yes apt-transport-https ca-certificates gnupg gnupg2 rsync software-properties-common\
&& apt-get install --assume-yes avahi-utils libnss-mdns\
&& apt-get install --assume-yes python3-pip python3-setuptools\
&& apt-get install --assume-yes python3-dev libssl-dev\
#
# Install 1Password CLI
&& curl -fsSLO https://cache.agilebits.com/dist/1P/op/pkg/v${OP_VERSION}/op_linux_amd64_v${OP_VERSION}.zip\
&& unzip op_linux_amd64_v${OP_VERSION}.zip\
&& mv op /usr/local/bin/\
&& rm -rf op_linux_amd64_v${OP_VERSION}.zip op.sig\
#
# Install Docker CLI
&& curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -\
&& add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
stable"\
&& apt-get update\
&& apt-get install --assume-yes docker-ce-cli\
#
# Install AWS CLI v.2
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "/tmp/awscliv2.zip"\
&& unzip /tmp/awscliv2.zip -d /tmp/\
&& /tmp/aws/install\
&& rm -rf /tmp/awscliv2.zip /tmp/aws/\
&& apt-get install --assume-yes groff less\
&& curl --location https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb\
--output /tmp/session-manager-plugin.deb\
--silent\
&& dpkg -i /tmp/session-manager-plugin.deb\
#
# Install Google Cloud SDK
&& curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -\
&& echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main"\
| tee -a /etc/apt/sources.list.d/google-cloud-sdk.list\
&& apt-get update\
&& apt-get install --assume-yes google-cloud-sdk\
# for gsutil signurl
# https://cryptography.io/en/latest/installation/#rust
&& curl https://sh.rustup.rs -sSf | sh -s -- -y\
&& . $HOME/.cargo/env\
&& pip3 install pyopenssl\
#
# Install tfenv
&& git clone --depth=1 https://github.com/tfutils/tfenv.git /usr/local/tfenv\
&& ls -1 /usr/local/tfenv/bin/ | xargs -IB ln -s /usr/local/tfenv/bin/B /usr/local/bin/B\
# Install Terraform via tfenv
&& echo $TERRAFORM_VERSIONS | tr ',' '\n' | xargs -IV tfenv install V\
# use the beginning version on the list
&& tfenv use ${TERRAFORM_VERSIONS%%,*}\
#
# Install Ansible
&& pip3 install ansible==${ANSIBLE_VERSION} ansible-lint\
#
# Place empty .zshrc
&& touch /etc/skel/.zshrc
# Reset DEBIAN_FRONTEND to default(`dialog`).
# If you no need `dialog`, you can set `DEBIAN_FRONTEND=readline`.
# see also: man 7 debconf
ENV DEBIAN_FRONTEND=
| 443757 | FROM debian:10
LABEL maintainer="<EMAIL>"
LABEL org.opencontainers.image.source="https://github.com/mazgi/dockerfiles/blob/main/Dockerfile.d/provisioning/Dockerfile"
# Set in non-interactive mode.
ENV DEBIAN_FRONTEND=noninteractive
ARG ANSIBLE_VERSION=2.10
ENV ANSIBLE_VERSION=${ANSIBLE_VERSION}
ARG OP_VERSION=1.9.0
ENV OP_VERSION=1.9.0
# https://www.terraform.io/downloads.html
ARG TERRAFORM_VERSIONS=1.0.6,0.15.5
ENV TERRAFORM_VERSIONS=${TERRAFORM_VERSIONS}
RUN echo 'apt::install-recommends "false";' > /etc/apt/apt.conf.d/no-install-recommends\
&& apt-get update\
#
# Set up locales
&& apt-get install --assume-yes locales procps dialog\
&& echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen\
&& locale-gen\
#
# Install basic packages
&& apt-get install --assume-yes apt-utils curl dnsutils git jq openssh-client sudo tmux unzip zsh\
&& apt-get install --assume-yes build-essential\
&& apt-get install --assume-yes apt-transport-https ca-certificates gnupg gnupg2 rsync software-properties-common\
&& apt-get install --assume-yes avahi-utils libnss-mdns\
&& apt-get install --assume-yes python3-pip python3-setuptools\
&& apt-get install --assume-yes python3-dev libssl-dev\
#
# Install 1Password CLI
&& curl -fsSLO https://cache.agilebits.com/dist/1P/op/pkg/v${OP_VERSION}/op_linux_amd64_v${OP_VERSION}.zip\
&& unzip op_linux_amd64_v${OP_VERSION}.zip\
&& mv op /usr/local/bin/\
&& rm -rf op_linux_amd64_v${OP_VERSION}.zip op.sig\
#
# Install Docker CLI
&& curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -\
&& add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
stable"\
&& apt-get update\
&& apt-get install --assume-yes docker-ce-cli\
#
# Install AWS CLI v.2
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "/tmp/awscliv2.zip"\
&& unzip /tmp/awscliv2.zip -d /tmp/\
&& /tmp/aws/install\
&& rm -rf /tmp/awscliv2.zip /tmp/aws/\
&& apt-get install --assume-yes groff less\
&& curl --location https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb\
--output /tmp/session-manager-plugin.deb\
--silent\
&& dpkg -i /tmp/session-manager-plugin.deb\
#
# Install Google Cloud SDK
&& curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -\
&& echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main"\
| tee -a /etc/apt/sources.list.d/google-cloud-sdk.list\
&& apt-get update\
&& apt-get install --assume-yes google-cloud-sdk\
# for gsutil signurl
# https://cryptography.io/en/latest/installation/#rust
&& curl https://sh.rustup.rs -sSf | sh -s -- -y\
&& . $HOME/.cargo/env\
&& pip3 install pyopenssl\
#
# Install tfenv
&& git clone --depth=1 https://github.com/tfutils/tfenv.git /usr/local/tfenv\
&& ls -1 /usr/local/tfenv/bin/ | xargs -IB ln -s /usr/local/tfenv/bin/B /usr/local/bin/B\
# Install Terraform via tfenv
&& echo $TERRAFORM_VERSIONS | tr ',' '\n' | xargs -IV tfenv install V\
# use the beginning version on the list
&& tfenv use ${TERRAFORM_VERSIONS%%,*}\
#
# Install Ansible
&& pip3 install ansible==${ANSIBLE_VERSION} ansible-lint\
#
# Place empty .zshrc
&& touch /etc/skel/.zshrc
# Reset DEBIAN_FRONTEND to default(`dialog`).
# If you no need `dialog`, you can set `DEBIAN_FRONTEND=readline`.
# see also: man 7 debconf
ENV DEBIAN_FRONTEND=
| true | FROM debian:10
LABEL maintainer="PI:EMAIL:<EMAIL>END_PI"
LABEL org.opencontainers.image.source="https://github.com/mazgi/dockerfiles/blob/main/Dockerfile.d/provisioning/Dockerfile"
# Set in non-interactive mode.
ENV DEBIAN_FRONTEND=noninteractive
ARG ANSIBLE_VERSION=2.10
ENV ANSIBLE_VERSION=${ANSIBLE_VERSION}
ARG OP_VERSION=1.9.0
ENV OP_VERSION=1.9.0
# https://www.terraform.io/downloads.html
ARG TERRAFORM_VERSIONS=1.0.6,0.15.5
ENV TERRAFORM_VERSIONS=${TERRAFORM_VERSIONS}
RUN echo 'apt::install-recommends "false";' > /etc/apt/apt.conf.d/no-install-recommends\
&& apt-get update\
#
# Set up locales
&& apt-get install --assume-yes locales procps dialog\
&& echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen\
&& locale-gen\
#
# Install basic packages
&& apt-get install --assume-yes apt-utils curl dnsutils git jq openssh-client sudo tmux unzip zsh\
&& apt-get install --assume-yes build-essential\
&& apt-get install --assume-yes apt-transport-https ca-certificates gnupg gnupg2 rsync software-properties-common\
&& apt-get install --assume-yes avahi-utils libnss-mdns\
&& apt-get install --assume-yes python3-pip python3-setuptools\
&& apt-get install --assume-yes python3-dev libssl-dev\
#
# Install 1Password CLI
&& curl -fsSLO https://cache.agilebits.com/dist/1P/op/pkg/v${OP_VERSION}/op_linux_amd64_v${OP_VERSION}.zip\
&& unzip op_linux_amd64_v${OP_VERSION}.zip\
&& mv op /usr/local/bin/\
&& rm -rf op_linux_amd64_v${OP_VERSION}.zip op.sig\
#
# Install Docker CLI
&& curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -\
&& add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
stable"\
&& apt-get update\
&& apt-get install --assume-yes docker-ce-cli\
#
# Install AWS CLI v.2
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "/tmp/awscliv2.zip"\
&& unzip /tmp/awscliv2.zip -d /tmp/\
&& /tmp/aws/install\
&& rm -rf /tmp/awscliv2.zip /tmp/aws/\
&& apt-get install --assume-yes groff less\
&& curl --location https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb\
--output /tmp/session-manager-plugin.deb\
--silent\
&& dpkg -i /tmp/session-manager-plugin.deb\
#
# Install Google Cloud SDK
&& curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -\
&& echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main"\
| tee -a /etc/apt/sources.list.d/google-cloud-sdk.list\
&& apt-get update\
&& apt-get install --assume-yes google-cloud-sdk\
# for gsutil signurl
# https://cryptography.io/en/latest/installation/#rust
&& curl https://sh.rustup.rs -sSf | sh -s -- -y\
&& . $HOME/.cargo/env\
&& pip3 install pyopenssl\
#
# Install tfenv
&& git clone --depth=1 https://github.com/tfutils/tfenv.git /usr/local/tfenv\
&& ls -1 /usr/local/tfenv/bin/ | xargs -IB ln -s /usr/local/tfenv/bin/B /usr/local/bin/B\
# Install Terraform via tfenv
&& echo $TERRAFORM_VERSIONS | tr ',' '\n' | xargs -IV tfenv install V\
# use the beginning version on the list
&& tfenv use ${TERRAFORM_VERSIONS%%,*}\
#
# Install Ansible
&& pip3 install ansible==${ANSIBLE_VERSION} ansible-lint\
#
# Place empty .zshrc
&& touch /etc/skel/.zshrc
# Reset DEBIAN_FRONTEND to default(`dialog`).
# If you no need `dialog`, you can set `DEBIAN_FRONTEND=readline`.
# see also: man 7 debconf
ENV DEBIAN_FRONTEND=
|
[
{
"context": "# Docker file for bitcoin-analysis\n# Xinbin Huang, Dec, 2017\n\n# usage: docker run -it --rm -v YOUR_",
"end": 49,
"score": 0.99981290102005,
"start": 37,
"tag": "NAME",
"value": "Xinbin Huang"
}
] | Dockerfile | xinbinhuang/bitcoin-analysis | 0 | # Docker file for bitcoin-analysis
# Xinbin Huang, Dec, 2017
# usage: docker run -it --rm -v YOUR_LOCAL_DIRECTORY_OF_CLONED_REPO/:/home/etf_correlations raffrica/etf_docker /bin/bash
# use rocker/hadleyverse as the base image and
FROM rocker/hadleyverse
# Install the required packages
RUN Rscript -e "install.packages('ezknitr', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('broom', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('GGally', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('lubridate', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('packrat', repos = 'http://cran.us.r-project.org')"
| 352451 | # Docker file for bitcoin-analysis
# <NAME>, Dec, 2017
# usage: docker run -it --rm -v YOUR_LOCAL_DIRECTORY_OF_CLONED_REPO/:/home/etf_correlations raffrica/etf_docker /bin/bash
# use rocker/hadleyverse as the base image and
FROM rocker/hadleyverse
# Install the required packages
RUN Rscript -e "install.packages('ezknitr', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('broom', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('GGally', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('lubridate', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('packrat', repos = 'http://cran.us.r-project.org')"
| true | # Docker file for bitcoin-analysis
# PI:NAME:<NAME>END_PI, Dec, 2017
# usage: docker run -it --rm -v YOUR_LOCAL_DIRECTORY_OF_CLONED_REPO/:/home/etf_correlations raffrica/etf_docker /bin/bash
# use rocker/hadleyverse as the base image and
FROM rocker/hadleyverse
# Install the required packages
RUN Rscript -e "install.packages('ezknitr', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('broom', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('GGally', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('lubridate', repos = 'http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('packrat', repos = 'http://cran.us.r-project.org')"
|
[
{
"context": "BUNTU IMAGE\nFROM ubuntu:16.04\n\n# Author\nMAINTAINER Akshathkumar Shetty\n\n# Run an update to get all the security patches\n",
"end": 116,
"score": 0.9998918175697327,
"start": 97,
"tag": "NAME",
"value": "Akshathkumar Shetty"
}
] | ubuntu1604-java8/Dockerfile | akshath/docker-images | 0 | # Updated as of July 17, 2017
# Install FROM UBUNTU IMAGE
FROM ubuntu:16.04
# Author
MAINTAINER Akshathkumar Shetty
# Run an update to get all the security patches
RUN apt-get update && apt-get -y upgrade
RUN apt-get -y install software-properties-common
RUN add-apt-repository ppa:webupd8team/java
#The below instruction is very important, failing to add this will not allow you to install JDK
# after the repository has been added.
RUN apt-get -y update
#Install curl/vim incase you want to debug.
#nano - nano editor,
#curl is a utility which acts as http client which can be run from the unix prompt.
RUN apt-get -y install curl nano
# Accept the license
RUN echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 boolean true" | debconf-set-selections
RUN apt-get -y install oracle-java8-installer
# Define commonly used JAVA_HOME variable
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle | 204927 | # Updated as of July 17, 2017
# Install FROM UBUNTU IMAGE
FROM ubuntu:16.04
# Author
MAINTAINER <NAME>
# Run an update to get all the security patches
RUN apt-get update && apt-get -y upgrade
RUN apt-get -y install software-properties-common
RUN add-apt-repository ppa:webupd8team/java
#The below instruction is very important, failing to add this will not allow you to install JDK
# after the repository has been added.
RUN apt-get -y update
#Install curl/vim incase you want to debug.
#nano - nano editor,
#curl is a utility which acts as http client which can be run from the unix prompt.
RUN apt-get -y install curl nano
# Accept the license
RUN echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 boolean true" | debconf-set-selections
RUN apt-get -y install oracle-java8-installer
# Define commonly used JAVA_HOME variable
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle | true | # Updated as of July 17, 2017
# Install FROM UBUNTU IMAGE
FROM ubuntu:16.04
# Author
MAINTAINER PI:NAME:<NAME>END_PI
# Run an update to get all the security patches
RUN apt-get update && apt-get -y upgrade
RUN apt-get -y install software-properties-common
RUN add-apt-repository ppa:webupd8team/java
#The below instruction is very important, failing to add this will not allow you to install JDK
# after the repository has been added.
RUN apt-get -y update
#Install curl/vim incase you want to debug.
#nano - nano editor,
#curl is a utility which acts as http client which can be run from the unix prompt.
RUN apt-get -y install curl nano
# Accept the license
RUN echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 boolean true" | debconf-set-selections
RUN apt-get -y install oracle-java8-installer
# Define commonly used JAVA_HOME variable
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle |
[
{
"context": "FROM ubuntu:18.04\nLABEL maintainer=\"Gefei Zuo <gefeizuo@umich.edu>\"\nLABEL version=\"0.5\"\nLABEL d",
"end": 45,
"score": 0.9998089671134949,
"start": 36,
"tag": "NAME",
"value": "Gefei Zuo"
},
{
"context": "FROM ubuntu:18.04\nLABEL maintainer=\"Gefei Zuo <gefeizuo@umich.edu>\"\nLABEL version=\"0.5\"\nLABEL description=\"Artifact",
"end": 65,
"score": 0.9999316334724426,
"start": 47,
"tag": "EMAIL",
"value": "gefeizuo@umich.edu"
}
] | artifact/Dockerfile | efeslab/ER | 1 | FROM ubuntu:18.04
LABEL maintainer="Gefei Zuo <gefeizuo@umich.edu>"
LABEL version="0.5"
LABEL description="Artifact of PLDI2021, paper 'Reproducing Production Failures with Execution Reconstruction'"
WORKDIR /
COPY install.sh .
ARG DEBIAN_FRONTEND=noninteractive
ENV LLVM_COMPILER=clang
ENV LLVM_COMPILER_PATH=/usr/bin
ENV LLVM_CC_NAME=clang-8
ENV LLVM_CXX_NAME=clang++-8
ENV LLVM_LINK_NAME=llvm-link-8
RUN ./install.sh
CMD /bin/bash
| 349377 | FROM ubuntu:18.04
LABEL maintainer="<NAME> <<EMAIL>>"
LABEL version="0.5"
LABEL description="Artifact of PLDI2021, paper 'Reproducing Production Failures with Execution Reconstruction'"
WORKDIR /
COPY install.sh .
ARG DEBIAN_FRONTEND=noninteractive
ENV LLVM_COMPILER=clang
ENV LLVM_COMPILER_PATH=/usr/bin
ENV LLVM_CC_NAME=clang-8
ENV LLVM_CXX_NAME=clang++-8
ENV LLVM_LINK_NAME=llvm-link-8
RUN ./install.sh
CMD /bin/bash
| true | FROM ubuntu:18.04
LABEL maintainer="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
LABEL version="0.5"
LABEL description="Artifact of PLDI2021, paper 'Reproducing Production Failures with Execution Reconstruction'"
WORKDIR /
COPY install.sh .
ARG DEBIAN_FRONTEND=noninteractive
ENV LLVM_COMPILER=clang
ENV LLVM_COMPILER_PATH=/usr/bin
ENV LLVM_CC_NAME=clang-8
ENV LLVM_CXX_NAME=clang++-8
ENV LLVM_LINK_NAME=llvm-link-8
RUN ./install.sh
CMD /bin/bash
|
[
{
"context": "FROM alpine:3.2\n\nMAINTAINER Bill W < ozbillwang@gmail.com>\n\nRUN apk --update add tor",
"end": 34,
"score": 0.9997137188911438,
"start": 28,
"tag": "NAME",
"value": "Bill W"
},
{
"context": "FROM alpine:3.2\n\nMAINTAINER Bill W < ozbillwang@gmail.com>\n\nRUN apk --update add tor --update-cache \\\n ",
"end": 57,
"score": 0.9991077780723572,
"start": 37,
"tag": "EMAIL",
"value": "ozbillwang@gmail.com"
},
{
"context": " notice stdout\" >> /etc/torrc\nRUN echo \"SocksPort 0.0.0.0:9150\" >> /etc/torrc\n\nCMD /usr/bin/tor -f /etc/tor",
"end": 316,
"score": 0.9996693730354309,
"start": 309,
"tag": "IP_ADDRESS",
"value": "0.0.0.0"
}
] | Dockerfile | BWITS/tor | 1 | FROM alpine:3.2
MAINTAINER Bill W < ozbillwang@gmail.com>
RUN apk --update add tor --update-cache \
--repository http://dl-4.alpinelinux.org/alpine/edge/testing/ \
--allow-untrusted && \
rm -rf /var/cache/apk
EXPOSE 9150
RUN echo "Log notice stdout" >> /etc/torrc
RUN echo "SocksPort 0.0.0.0:9150" >> /etc/torrc
CMD /usr/bin/tor -f /etc/torrc
| 425373 | FROM alpine:3.2
MAINTAINER <NAME> < <EMAIL>>
RUN apk --update add tor --update-cache \
--repository http://dl-4.alpinelinux.org/alpine/edge/testing/ \
--allow-untrusted && \
rm -rf /var/cache/apk
EXPOSE 9150
RUN echo "Log notice stdout" >> /etc/torrc
RUN echo "SocksPort 0.0.0.0:9150" >> /etc/torrc
CMD /usr/bin/tor -f /etc/torrc
| true | FROM alpine:3.2
MAINTAINER PI:NAME:<NAME>END_PI < PI:EMAIL:<EMAIL>END_PI>
RUN apk --update add tor --update-cache \
--repository http://dl-4.alpinelinux.org/alpine/edge/testing/ \
--allow-untrusted && \
rm -rf /var/cache/apk
EXPOSE 9150
RUN echo "Log notice stdout" >> /etc/torrc
RUN echo "SocksPort 0.0.0.0:9150" >> /etc/torrc
CMD /usr/bin/tor -f /etc/torrc
|
[
{
"context": "access.redhat.com/ubi8/ubi:8.2\n\nLABEL maintainer=\"tfriman@redhat.com\"\nLABEL version=\"1.0\"\nLABEL description=\"Container",
"end": 82,
"score": 0.9999088048934937,
"start": 64,
"tag": "EMAIL",
"value": "tfriman@redhat.com"
},
{
"context": "n all\n\nRUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && \\\n ~/.fzf/install --no-key-b",
"end": 318,
"score": 0.9994189143180847,
"start": 310,
"tag": "USERNAME",
"value": "junegunn"
},
{
"context": " ~/.fzf\n\nRUN curl -L -o bb.zip https://github.com/borkdude/babashka/releases/download/v0.2.3/babashka-0.2.3-",
"end": 538,
"score": 0.9994990229606628,
"start": 530,
"tag": "USERNAME",
"value": "borkdude"
}
] | Dockerfile | tfriman/ocp-available-updates-fetcher | 0 | FROM registry.access.redhat.com/ubi8/ubi:8.2
LABEL maintainer="tfriman@redhat.com"
LABEL version="1.0"
LABEL description="Containerized clojure script for fetching OpenShift upgrade paths for given channel and version."
RUN yum install git zip -y && yum clean all
RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && \
~/.fzf/install --no-key-bindings --no-completion --no-update-rc --no-bash --bin && \
cp ~/.fzf/bin/fzf /usr/local/bin && \
rm -rf ~/.fzf
RUN curl -L -o bb.zip https://github.com/borkdude/babashka/releases/download/v0.2.3/babashka-0.2.3-linux-amd64.zip && \
unzip bb.zip && \
mv bb /usr/local/bin && \
rm bb.zip
ADD ocp-available-updates.sh /usr/local/bin
ENTRYPOINT ["ocp-available-updates.sh"] | 422448 | FROM registry.access.redhat.com/ubi8/ubi:8.2
LABEL maintainer="<EMAIL>"
LABEL version="1.0"
LABEL description="Containerized clojure script for fetching OpenShift upgrade paths for given channel and version."
RUN yum install git zip -y && yum clean all
RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && \
~/.fzf/install --no-key-bindings --no-completion --no-update-rc --no-bash --bin && \
cp ~/.fzf/bin/fzf /usr/local/bin && \
rm -rf ~/.fzf
RUN curl -L -o bb.zip https://github.com/borkdude/babashka/releases/download/v0.2.3/babashka-0.2.3-linux-amd64.zip && \
unzip bb.zip && \
mv bb /usr/local/bin && \
rm bb.zip
ADD ocp-available-updates.sh /usr/local/bin
ENTRYPOINT ["ocp-available-updates.sh"] | true | FROM registry.access.redhat.com/ubi8/ubi:8.2
LABEL maintainer="PI:EMAIL:<EMAIL>END_PI"
LABEL version="1.0"
LABEL description="Containerized clojure script for fetching OpenShift upgrade paths for given channel and version."
RUN yum install git zip -y && yum clean all
RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && \
~/.fzf/install --no-key-bindings --no-completion --no-update-rc --no-bash --bin && \
cp ~/.fzf/bin/fzf /usr/local/bin && \
rm -rf ~/.fzf
RUN curl -L -o bb.zip https://github.com/borkdude/babashka/releases/download/v0.2.3/babashka-0.2.3-linux-amd64.zip && \
unzip bb.zip && \
mv bb /usr/local/bin && \
rm bb.zip
ADD ocp-available-updates.sh /usr/local/bin
ENTRYPOINT ["ocp-available-updates.sh"] |
[
{
"context": "FROM kitware/intelcompiler:2021.2.0-el8\nMAINTAINER Ben Boeckel <ben.boeckel@kitware.com>\n\nCOPY install_deps.sh /",
"end": 62,
"score": 0.9998728036880493,
"start": 51,
"tag": "NAME",
"value": "Ben Boeckel"
},
{
"context": "ntelcompiler:2021.2.0-el8\nMAINTAINER Ben Boeckel <ben.boeckel@kitware.com>\n\nCOPY install_deps.sh /root/install_deps.sh\nRUN ",
"end": 87,
"score": 0.9999347925186157,
"start": 64,
"tag": "EMAIL",
"value": "ben.boeckel@kitware.com"
}
] | .gitlab/ci/docker/el8-icc/Dockerfile | tornado12345/ParaView | 0 | FROM kitware/intelcompiler:2021.2.0-el8
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>
COPY install_deps.sh /root/install_deps.sh
RUN sh /root/install_deps.sh
COPY install_adios.sh /root/install_adios.sh
RUN sh /root/install_adios.sh
| 246152 | FROM kitware/intelcompiler:2021.2.0-el8
MAINTAINER <NAME> <<EMAIL>>
COPY install_deps.sh /root/install_deps.sh
RUN sh /root/install_deps.sh
COPY install_adios.sh /root/install_adios.sh
RUN sh /root/install_adios.sh
| true | FROM kitware/intelcompiler:2021.2.0-el8
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
COPY install_deps.sh /root/install_deps.sh
RUN sh /root/install_deps.sh
COPY install_adios.sh /root/install_adios.sh
RUN sh /root/install_adios.sh
|
[
{
"context": "ON\nFROM mysql:${MYSQL_VERSION}\n\nLABEL maintainer=\"Mahmoud Zalt <mahmoud@zalt.me>\"\n\n#############################",
"end": 77,
"score": 0.9998723864555359,
"start": 65,
"tag": "NAME",
"value": "Mahmoud Zalt"
},
{
"context": "${MYSQL_VERSION}\n\nLABEL maintainer=\"Mahmoud Zalt <mahmoud@zalt.me>\"\n\n#####################################\n# Set Ti",
"end": 94,
"score": 0.9999312162399292,
"start": 79,
"tag": "EMAIL",
"value": "mahmoud@zalt.me"
}
] | mysql/Dockerfile | Anderson-Makoto/custom-laradock | 0 | ARG MYSQL_VERSION
FROM mysql:${MYSQL_VERSION}
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
#####################################
# Set Timezone
#####################################
ARG TZ=UTC
ENV TZ ${TZ}
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && chown -R mysql:root /var/lib/mysql/
COPY my.cnf /etc/mysql/conf.d/my.cnf
RUN chmod 0444 /etc/mysql/conf.d/my.cnf
CMD ["mysqld"]
EXPOSE 3306
USER root
#####################################
# Xtrabackup
#####################################
RUN apt-get update
RUN apt-get install apt-utils -y
RUN apt-get install wget -f -y
#RUN apt install qpress -y
RUN wget https://repo.percona.com/apt/percona-release_latest.bionic_all.deb
RUN apt-get install -f -y ./percona-release_latest.bionic_all.deb
RUN apt-get update
RUN apt-get install -y percona-xtrabackup-80
| 511801 | ARG MYSQL_VERSION
FROM mysql:${MYSQL_VERSION}
LABEL maintainer="<NAME> <<EMAIL>>"
#####################################
# Set Timezone
#####################################
ARG TZ=UTC
ENV TZ ${TZ}
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && chown -R mysql:root /var/lib/mysql/
COPY my.cnf /etc/mysql/conf.d/my.cnf
RUN chmod 0444 /etc/mysql/conf.d/my.cnf
CMD ["mysqld"]
EXPOSE 3306
USER root
#####################################
# Xtrabackup
#####################################
RUN apt-get update
RUN apt-get install apt-utils -y
RUN apt-get install wget -f -y
#RUN apt install qpress -y
RUN wget https://repo.percona.com/apt/percona-release_latest.bionic_all.deb
RUN apt-get install -f -y ./percona-release_latest.bionic_all.deb
RUN apt-get update
RUN apt-get install -y percona-xtrabackup-80
| true | ARG MYSQL_VERSION
FROM mysql:${MYSQL_VERSION}
LABEL maintainer="PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
#####################################
# Set Timezone
#####################################
ARG TZ=UTC
ENV TZ ${TZ}
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && chown -R mysql:root /var/lib/mysql/
COPY my.cnf /etc/mysql/conf.d/my.cnf
RUN chmod 0444 /etc/mysql/conf.d/my.cnf
CMD ["mysqld"]
EXPOSE 3306
USER root
#####################################
# Xtrabackup
#####################################
RUN apt-get update
RUN apt-get install apt-utils -y
RUN apt-get install wget -f -y
#RUN apt install qpress -y
RUN wget https://repo.percona.com/apt/percona-release_latest.bionic_all.deb
RUN apt-get install -f -y ./percona-release_latest.bionic_all.deb
RUN apt-get update
RUN apt-get install -y percona-xtrabackup-80
|
[
{
"context": "doptopenjdk/openjdk8:alpine-jre\nLABEL maintainer=\"steve.springett@owasp.org\"\nLABEL vendor=\"OWASP\"\n\n# Arguments that can be pa",
"end": 81,
"score": 0.9997868537902832,
"start": 56,
"tag": "EMAIL",
"value": "steve.springett@owasp.org"
},
{
"context": "A_DIR=/data/\nARG EXTLIB_DIR=/extlib/\nARG USERNAME=dtrack\n\n# Create the directory where Dependency-Track wi",
"end": 328,
"score": 0.994221568107605,
"start": 322,
"tag": "USERNAME",
"value": "dtrack"
},
{
"context": "l=5m --timeout=3s CMD wget -q -O /dev/null http://127.0.0.1:8080${CONTEXT}/api/version || exit 1\n",
"end": 1710,
"score": 0.9996218085289001,
"start": 1701,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | src/main/docker/Dockerfile | AppThreat/dependency-track | 1 | FROM adoptopenjdk/openjdk8:alpine-jre
LABEL maintainer="steve.springett@owasp.org"
LABEL vendor="OWASP"
# Arguments that can be passed at build time
# Directory names must end with / to avoid errors when ADDing and COPYing
ARG APP_DIR=/opt/owasp/dependency-track/
ARG DATA_DIR=/data/
ARG EXTLIB_DIR=/extlib/
ARG USERNAME=dtrack
# Create the directory where Dependency-Track will store its data (${DATA_DIR}) and the external library directory (${EXTLIB_DIR})
# Create a user and assign home directory to a ${DATA_DIR}
# Download optional JDBC drivers to the external library directory
# Ensure UID 1000 & GID 1000 own all the needed directories
RUN mkdir -p -m 770 ${DATA_DIR} ${EXTLIB_DIR} \
&& adduser -D -h ${DATA_DIR} -u 1000 ${USERNAME} \
&& wget -P ${EXTLIB_DIR} https://repo1.maven.org/maven2/org/postgresql/postgresql/42.2.5/postgresql-42.2.5.jar \
&& wget -P ${EXTLIB_DIR} https://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar
# Copy the compiled WAR to the application directory created above
# Automatically creates the $APP_DIR directory
COPY ./target/dependency-track-embedded.war ${APP_DIR}
# Specify the container working directory
WORKDIR ${APP_DIR}
# Launch Dependency-Track
CMD java $JAVA_OPTIONS -DdependencyTrack.logging.level=$LOGGING_LEVEL -jar dependency-track-embedded.war -context ${CONTEXT}
# Specify which port Dependency-Track listens on
EXPOSE 8080
# Dependency-Track's default logging level
ENV LOGGING_LEVEL=WARN \
JAVA_OPTIONS="-XX:MaxRAMPercentage=90.0" \
CONTEXT=""
# Add a healthcheck using the Dependency-Track version API
HEALTHCHECK --interval=5m --timeout=3s CMD wget -q -O /dev/null http://127.0.0.1:8080${CONTEXT}/api/version || exit 1
| 157080 | FROM adoptopenjdk/openjdk8:alpine-jre
LABEL maintainer="<EMAIL>"
LABEL vendor="OWASP"
# Arguments that can be passed at build time
# Directory names must end with / to avoid errors when ADDing and COPYing
ARG APP_DIR=/opt/owasp/dependency-track/
ARG DATA_DIR=/data/
ARG EXTLIB_DIR=/extlib/
ARG USERNAME=dtrack
# Create the directory where Dependency-Track will store its data (${DATA_DIR}) and the external library directory (${EXTLIB_DIR})
# Create a user and assign home directory to a ${DATA_DIR}
# Download optional JDBC drivers to the external library directory
# Ensure UID 1000 & GID 1000 own all the needed directories
RUN mkdir -p -m 770 ${DATA_DIR} ${EXTLIB_DIR} \
&& adduser -D -h ${DATA_DIR} -u 1000 ${USERNAME} \
&& wget -P ${EXTLIB_DIR} https://repo1.maven.org/maven2/org/postgresql/postgresql/42.2.5/postgresql-42.2.5.jar \
&& wget -P ${EXTLIB_DIR} https://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar
# Copy the compiled WAR to the application directory created above
# Automatically creates the $APP_DIR directory
COPY ./target/dependency-track-embedded.war ${APP_DIR}
# Specify the container working directory
WORKDIR ${APP_DIR}
# Launch Dependency-Track
CMD java $JAVA_OPTIONS -DdependencyTrack.logging.level=$LOGGING_LEVEL -jar dependency-track-embedded.war -context ${CONTEXT}
# Specify which port Dependency-Track listens on
EXPOSE 8080
# Dependency-Track's default logging level
ENV LOGGING_LEVEL=WARN \
JAVA_OPTIONS="-XX:MaxRAMPercentage=90.0" \
CONTEXT=""
# Add a healthcheck using the Dependency-Track version API
HEALTHCHECK --interval=5m --timeout=3s CMD wget -q -O /dev/null http://127.0.0.1:8080${CONTEXT}/api/version || exit 1
| true | FROM adoptopenjdk/openjdk8:alpine-jre
LABEL maintainer="PI:EMAIL:<EMAIL>END_PI"
LABEL vendor="OWASP"
# Arguments that can be passed at build time
# Directory names must end with / to avoid errors when ADDing and COPYing
ARG APP_DIR=/opt/owasp/dependency-track/
ARG DATA_DIR=/data/
ARG EXTLIB_DIR=/extlib/
ARG USERNAME=dtrack
# Create the directory where Dependency-Track will store its data (${DATA_DIR}) and the external library directory (${EXTLIB_DIR})
# Create a user and assign home directory to a ${DATA_DIR}
# Download optional JDBC drivers to the external library directory
# Ensure UID 1000 & GID 1000 own all the needed directories
RUN mkdir -p -m 770 ${DATA_DIR} ${EXTLIB_DIR} \
&& adduser -D -h ${DATA_DIR} -u 1000 ${USERNAME} \
&& wget -P ${EXTLIB_DIR} https://repo1.maven.org/maven2/org/postgresql/postgresql/42.2.5/postgresql-42.2.5.jar \
&& wget -P ${EXTLIB_DIR} https://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar
# Copy the compiled WAR to the application directory created above
# Automatically creates the $APP_DIR directory
COPY ./target/dependency-track-embedded.war ${APP_DIR}
# Specify the container working directory
WORKDIR ${APP_DIR}
# Launch Dependency-Track
CMD java $JAVA_OPTIONS -DdependencyTrack.logging.level=$LOGGING_LEVEL -jar dependency-track-embedded.war -context ${CONTEXT}
# Specify which port Dependency-Track listens on
EXPOSE 8080
# Dependency-Track's default logging level
ENV LOGGING_LEVEL=WARN \
JAVA_OPTIONS="-XX:MaxRAMPercentage=90.0" \
CONTEXT=""
# Add a healthcheck using the Dependency-Track version API
HEALTHCHECK --interval=5m --timeout=3s CMD wget -q -O /dev/null http://127.0.0.1:8080${CONTEXT}/api/version || exit 1
|
[
{
"context": "FROM python:3.7-alpine\n\nLABEL maintainer=\"Aryan Godara\"\n\nENV PYTHONUNBUFFERED=1\n #? Tells python to r",
"end": 54,
"score": 0.9998812675476074,
"start": 42,
"tag": "NAME",
"value": "Aryan Godara"
}
] | Dockerfile | AryanGodara/recipe-app-api | 0 | FROM python:3.7-alpine
LABEL maintainer="Aryan Godara"
ENV PYTHONUNBUFFERED=1
#? Tells python to run in unbuffered mode (1 == true), when run inside Docker Containers.
#* This doesn't allow Python to buffer the outputs. It just prints them directly. It avoids
#* some complications with the Docker Image, when you're running your python application.
COPY ./requirements.txt /requirements.txt
RUN apk add --update --no-cache postgresql-client
#TODO: We're installing the PostgreSQL Client.
#* update : Update the registery before we add this package
#* no-cache : Don't store the registery index on our dockerfile. (minimize the no. of
#* extra files and packages included on our docker container)
#? apk = package manager ; add = add a new package
#TODO: Now, we're going to install some temporary packages that need to be installed on the
#TODO: system while we run our requirements. And then, we can remove them after the
#TODO: requirements have run. (Again, to minimize the size of Dockerifle)
RUN apk add --update --no-cahce --virtual .tmp-build-deps \
gcc libc-dev linux-headers postgresql-dev
#* virtual : adds an alias for our dependencies that we can use to easily remove those
#* dependencies later. (.tmp-build-deps)
#? Then, after linebreak, we list all the temp dependencies that we want to install
RUN pip install -r /requirements.txt
#? It takes the requirements.txt file we just copied to the container, and it isntalls it
#? using pip
#TODO: Now, we delete the temporary requirements that we no longer need
RUN apk del .tmp-build-deps
#TODO: Next we're going to make a directory within our Docker Image that we can use to store
#TODO: our application source code
RUN mkdir /app
#* Creates an empty folder on our docker image, called /app
WORKDIR /app
#* Then, it switches to this folder as the default directory.
#* So, any application we run using our docker container will run from this location
#* unless we specify otherwise.
COPY ./app /app/
#* It copies the ./app folder from our local machine to the app folder that we just created.
#? Remember, we don't need to specify /app/ now, as it's the WORKDIR now.
#TODO: Next, we're going to create user that is going to run our application using Docker
RUN adduser -D user
#* 'user' is the username (I know, it's a bit confusing)
#? '-D' syas that, create a user that is only going to be used for running applications.
#? Not for having a home directory, or someone to login as. ONLY to run the Application
USER user
#? We switched to that user we just create by typing "USER user"
| 565120 | FROM python:3.7-alpine
LABEL maintainer="<NAME>"
ENV PYTHONUNBUFFERED=1
#? Tells python to run in unbuffered mode (1 == true), when run inside Docker Containers.
#* This doesn't allow Python to buffer the outputs. It just prints them directly. It avoids
#* some complications with the Docker Image, when you're running your python application.
COPY ./requirements.txt /requirements.txt
RUN apk add --update --no-cache postgresql-client
#TODO: We're installing the PostgreSQL Client.
#* update : Update the registery before we add this package
#* no-cache : Don't store the registery index on our dockerfile. (minimize the no. of
#* extra files and packages included on our docker container)
#? apk = package manager ; add = add a new package
#TODO: Now, we're going to install some temporary packages that need to be installed on the
#TODO: system while we run our requirements. And then, we can remove them after the
#TODO: requirements have run. (Again, to minimize the size of Dockerifle)
RUN apk add --update --no-cahce --virtual .tmp-build-deps \
gcc libc-dev linux-headers postgresql-dev
#* virtual : adds an alias for our dependencies that we can use to easily remove those
#* dependencies later. (.tmp-build-deps)
#? Then, after linebreak, we list all the temp dependencies that we want to install
RUN pip install -r /requirements.txt
#? It takes the requirements.txt file we just copied to the container, and it isntalls it
#? using pip
#TODO: Now, we delete the temporary requirements that we no longer need
RUN apk del .tmp-build-deps
#TODO: Next we're going to make a directory within our Docker Image that we can use to store
#TODO: our application source code
RUN mkdir /app
#* Creates an empty folder on our docker image, called /app
WORKDIR /app
#* Then, it switches to this folder as the default directory.
#* So, any application we run using our docker container will run from this location
#* unless we specify otherwise.
COPY ./app /app/
#* It copies the ./app folder from our local machine to the app folder that we just created.
#? Remember, we don't need to specify /app/ now, as it's the WORKDIR now.
#TODO: Next, we're going to create user that is going to run our application using Docker
RUN adduser -D user
#* 'user' is the username (I know, it's a bit confusing)
#? '-D' syas that, create a user that is only going to be used for running applications.
#? Not for having a home directory, or someone to login as. ONLY to run the Application
USER user
#? We switched to that user we just create by typing "USER user"
| true | FROM python:3.7-alpine
LABEL maintainer="PI:NAME:<NAME>END_PI"
ENV PYTHONUNBUFFERED=1
#? Tells python to run in unbuffered mode (1 == true), when run inside Docker Containers.
#* This doesn't allow Python to buffer the outputs. It just prints them directly. It avoids
#* some complications with the Docker Image, when you're running your python application.
COPY ./requirements.txt /requirements.txt
RUN apk add --update --no-cache postgresql-client
#TODO: We're installing the PostgreSQL Client.
#* update : Update the registery before we add this package
#* no-cache : Don't store the registery index on our dockerfile. (minimize the no. of
#* extra files and packages included on our docker container)
#? apk = package manager ; add = add a new package
#TODO: Now, we're going to install some temporary packages that need to be installed on the
#TODO: system while we run our requirements. And then, we can remove them after the
#TODO: requirements have run. (Again, to minimize the size of Dockerifle)
RUN apk add --update --no-cahce --virtual .tmp-build-deps \
gcc libc-dev linux-headers postgresql-dev
#* virtual : adds an alias for our dependencies that we can use to easily remove those
#* dependencies later. (.tmp-build-deps)
#? Then, after linebreak, we list all the temp dependencies that we want to install
RUN pip install -r /requirements.txt
#? It takes the requirements.txt file we just copied to the container, and it isntalls it
#? using pip
#TODO: Now, we delete the temporary requirements that we no longer need
RUN apk del .tmp-build-deps
#TODO: Next we're going to make a directory within our Docker Image that we can use to store
#TODO: our application source code
RUN mkdir /app
#* Creates an empty folder on our docker image, called /app
WORKDIR /app
#* Then, it switches to this folder as the default directory.
#* So, any application we run using our docker container will run from this location
#* unless we specify otherwise.
COPY ./app /app/
#* It copies the ./app folder from our local machine to the app folder that we just created.
#? Remember, we don't need to specify /app/ now, as it's the WORKDIR now.
#TODO: Next, we're going to create user that is going to run our application using Docker
RUN adduser -D user
#* 'user' is the username (I know, it's a bit confusing)
#? '-D' syas that, create a user that is only going to be used for running applications.
#? Not for having a home directory, or someone to login as. ONLY to run the Application
USER user
#? We switched to that user we just create by typing "USER user"
|
[
{
"context": "FROM ubuntu:xenial\nLABEL maintainer=\"marnen@marnen.org\"\n\nRUN apt-get update && apt-get install -y g++ bu",
"end": 54,
"score": 0.9999091029167175,
"start": 37,
"tag": "EMAIL",
"value": "marnen@marnen.org"
}
] | Dockerfiles/svn.dockerfile | jackhughesweb/gnu-apl | 10 | FROM ubuntu:xenial
LABEL maintainer="marnen@marnen.org"
RUN apt-get update && apt-get install -y g++ build-essential
ARG apl_dir
ARG base_dir=/gnu-apl
WORKDIR ${base_dir}
ADD . ${base_dir}
WORKDIR ${apl_dir}
RUN ./configure --prefix=/usr --sysconfdir=/etc
RUN make
RUN make install
WORKDIR ${base_dir}
RUN rm -r ${apl_dir}
# 1.6 and before
COPY .travis/.gnu-apl /etc/gnu-apl/
# 1.7 and later
COPY .travis/.gnu-apl /etc/gnu-apl.d/ | 97662 | FROM ubuntu:xenial
LABEL maintainer="<EMAIL>"
RUN apt-get update && apt-get install -y g++ build-essential
ARG apl_dir
ARG base_dir=/gnu-apl
WORKDIR ${base_dir}
ADD . ${base_dir}
WORKDIR ${apl_dir}
RUN ./configure --prefix=/usr --sysconfdir=/etc
RUN make
RUN make install
WORKDIR ${base_dir}
RUN rm -r ${apl_dir}
# 1.6 and before
COPY .travis/.gnu-apl /etc/gnu-apl/
# 1.7 and later
COPY .travis/.gnu-apl /etc/gnu-apl.d/ | true | FROM ubuntu:xenial
LABEL maintainer="PI:EMAIL:<EMAIL>END_PI"
RUN apt-get update && apt-get install -y g++ build-essential
ARG apl_dir
ARG base_dir=/gnu-apl
WORKDIR ${base_dir}
ADD . ${base_dir}
WORKDIR ${apl_dir}
RUN ./configure --prefix=/usr --sysconfdir=/etc
RUN make
RUN make install
WORKDIR ${base_dir}
RUN rm -r ${apl_dir}
# 1.6 and before
COPY .travis/.gnu-apl /etc/gnu-apl/
# 1.7 and later
COPY .travis/.gnu-apl /etc/gnu-apl.d/ |
[
{
"context": "FROM capriciousduck/baseimage-gui:ubuntu-18.04\n\n# Set environment var",
"end": 19,
"score": 0.9906381368637085,
"start": 5,
"tag": "USERNAME",
"value": "capriciousduck"
},
{
"context": " icon\nRUN install_app_icon.sh \"https://github.com/DomiStyle/docker-tor-browser/raw/master/icon.png\"\n\n# Add wg",
"end": 576,
"score": 0.9995891451835632,
"start": 567,
"tag": "USERNAME",
"value": "DomiStyle"
},
{
"context": " gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org && \\\n gpg --output ./tor.keyring --export $TOR",
"end": 1003,
"score": 0.9995821118354797,
"start": 978,
"tag": "EMAIL",
"value": "torbrowser@torproject.org"
}
] | Dockerfile | capriciousduck/docker-tor-browser | 0 | FROM capriciousduck/baseimage-gui:ubuntu-18.04
# Set environment variables
ENV TOR_VERSION=10.0.16
ENV APP_NAME="Tor Browser ${TOR_VERSION}" \
TOR_BINARY=https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz \
TOR_SIGNATURE=https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz.asc \
TOR_FINGERPRINT=0xEF6E286DDA85EA2A4BA7DE684E2C6E8793298290 \
DEBIAN_FRONTEND=noninteractive
# Install Tor onion icon
RUN install_app_icon.sh "https://github.com/DomiStyle/docker-tor-browser/raw/master/icon.png"
# Add wget and Tor browser dependencies
RUN apt-get update && \
apt-get install -y wget gpg libdbus-glib-1-2 libgtk-3-0 && \
rm -rf /var/lib/apt/lists/*
# Set working directory
WORKDIR /app
# Download binary and signature
RUN wget $TOR_BINARY && \
wget $TOR_SIGNATURE
# Verify GPG signature
RUN gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org && \
gpg --output ./tor.keyring --export $TOR_FINGERPRINT && \
gpgv --keyring ./tor.keyring "${TOR_SIGNATURE##*/}" "${TOR_BINARY##*/}"
# Extract browser & cleanup
RUN tar --strip 1 -xvJf "${TOR_BINARY##*/}" && \
chown -R ${USER_ID}:${GROUP_ID} /app && \
rm "${TOR_BINARY##*/}" "${TOR_SIGNATURE##*/}"
# Copy browser cfg
COPY browser-cfg /browser-cfg
VOLUME ["/dev/shm"]
# Add start script
COPY startapp.sh /startapp.sh
| 492100 | FROM capriciousduck/baseimage-gui:ubuntu-18.04
# Set environment variables
ENV TOR_VERSION=10.0.16
ENV APP_NAME="Tor Browser ${TOR_VERSION}" \
TOR_BINARY=https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz \
TOR_SIGNATURE=https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz.asc \
TOR_FINGERPRINT=0xEF6E286DDA85EA2A4BA7DE684E2C6E8793298290 \
DEBIAN_FRONTEND=noninteractive
# Install Tor onion icon
RUN install_app_icon.sh "https://github.com/DomiStyle/docker-tor-browser/raw/master/icon.png"
# Add wget and Tor browser dependencies
RUN apt-get update && \
apt-get install -y wget gpg libdbus-glib-1-2 libgtk-3-0 && \
rm -rf /var/lib/apt/lists/*
# Set working directory
WORKDIR /app
# Download binary and signature
RUN wget $TOR_BINARY && \
wget $TOR_SIGNATURE
# Verify GPG signature
RUN gpg --auto-key-locate nodefault,wkd --locate-keys <EMAIL> && \
gpg --output ./tor.keyring --export $TOR_FINGERPRINT && \
gpgv --keyring ./tor.keyring "${TOR_SIGNATURE##*/}" "${TOR_BINARY##*/}"
# Extract browser & cleanup
RUN tar --strip 1 -xvJf "${TOR_BINARY##*/}" && \
chown -R ${USER_ID}:${GROUP_ID} /app && \
rm "${TOR_BINARY##*/}" "${TOR_SIGNATURE##*/}"
# Copy browser cfg
COPY browser-cfg /browser-cfg
VOLUME ["/dev/shm"]
# Add start script
COPY startapp.sh /startapp.sh
| true | FROM capriciousduck/baseimage-gui:ubuntu-18.04
# Set environment variables
ENV TOR_VERSION=10.0.16
ENV APP_NAME="Tor Browser ${TOR_VERSION}" \
TOR_BINARY=https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz \
TOR_SIGNATURE=https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz.asc \
TOR_FINGERPRINT=0xEF6E286DDA85EA2A4BA7DE684E2C6E8793298290 \
DEBIAN_FRONTEND=noninteractive
# Install Tor onion icon
RUN install_app_icon.sh "https://github.com/DomiStyle/docker-tor-browser/raw/master/icon.png"
# Add wget and Tor browser dependencies
RUN apt-get update && \
apt-get install -y wget gpg libdbus-glib-1-2 libgtk-3-0 && \
rm -rf /var/lib/apt/lists/*
# Set working directory
WORKDIR /app
# Download binary and signature
RUN wget $TOR_BINARY && \
wget $TOR_SIGNATURE
# Verify GPG signature
RUN gpg --auto-key-locate nodefault,wkd --locate-keys PI:EMAIL:<EMAIL>END_PI && \
gpg --output ./tor.keyring --export $TOR_FINGERPRINT && \
gpgv --keyring ./tor.keyring "${TOR_SIGNATURE##*/}" "${TOR_BINARY##*/}"
# Extract browser & cleanup
RUN tar --strip 1 -xvJf "${TOR_BINARY##*/}" && \
chown -R ${USER_ID}:${GROUP_ID} /app && \
rm "${TOR_BINARY##*/}" "${TOR_SIGNATURE##*/}"
# Copy browser cfg
COPY browser-cfg /browser-cfg
VOLUME ["/dev/shm"]
# Add start script
COPY startapp.sh /startapp.sh
|
[
{
"context": "FROM alpine as alpine_erlang_builder\n\nMAINTAINER Bryan Hunt <admin@binarytemple.co.uk>\n\nRUN apk update && apk",
"end": 59,
"score": 0.9998787045478821,
"start": 49,
"tag": "NAME",
"value": "Bryan Hunt"
},
{
"context": " as alpine_erlang_builder\n\nMAINTAINER Bryan Hunt <admin@binarytemple.co.uk>\n\nRUN apk update && apk upgrade && apk add --allo",
"end": 85,
"score": 0.9999322891235352,
"start": 61,
"tag": "EMAIL",
"value": "admin@binarytemple.co.uk"
},
{
"context": "onfig --global url.\"https://github.com/\".insteadOf git@github.com: ; git config --global url.\"https://\".",
"end": 280,
"score": 0.5523938536643982,
"start": 277,
"tag": "EMAIL",
"value": "git"
}
] | Dockerfile | bryanhuntesl/alpine-erlang-apk | 0 | FROM alpine as alpine_erlang_builder
MAINTAINER Bryan Hunt <admin@binarytemple.co.uk>
RUN apk update && apk upgrade && apk add --allow-untrusted abuild binutils build-base ccache cmake cmake-doc gcc git snappy-dev
RUN git config --global url."https://github.com/".insteadOf git@github.com: ; git config --global url."https://".insteadOf git://
#install rebar3
#RUN curl https://s3.amazonaws.com/rebar3/rebar3 -o /bin/rebar3 && chmod 755 /bin/rebar3
RUN addgroup builders && adduser builder -D -G abuild -s /bin/bash && echo " builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
WORKDIR /home/builder
COPY res .
RUN chown -R builder .
USER builder
RUN abuild-keygen -an
# in the event of failure we'll want to inspect whatever got built rather than throw it away.
RUN abuild -F -Kkr || exit 0
# abuild -F -Kkr
| 101977 | FROM alpine as alpine_erlang_builder
MAINTAINER <NAME> <<EMAIL>>
RUN apk update && apk upgrade && apk add --allow-untrusted abuild binutils build-base ccache cmake cmake-doc gcc git snappy-dev
RUN git config --global url."https://github.com/".insteadOf <EMAIL>@github.com: ; git config --global url."https://".insteadOf git://
#install rebar3
#RUN curl https://s3.amazonaws.com/rebar3/rebar3 -o /bin/rebar3 && chmod 755 /bin/rebar3
RUN addgroup builders && adduser builder -D -G abuild -s /bin/bash && echo " builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
WORKDIR /home/builder
COPY res .
RUN chown -R builder .
USER builder
RUN abuild-keygen -an
# in the event of failure we'll want to inspect whatever got built rather than throw it away.
RUN abuild -F -Kkr || exit 0
# abuild -F -Kkr
| true | FROM alpine as alpine_erlang_builder
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
RUN apk update && apk upgrade && apk add --allow-untrusted abuild binutils build-base ccache cmake cmake-doc gcc git snappy-dev
RUN git config --global url."https://github.com/".insteadOf PI:EMAIL:<EMAIL>END_PI@github.com: ; git config --global url."https://".insteadOf git://
#install rebar3
#RUN curl https://s3.amazonaws.com/rebar3/rebar3 -o /bin/rebar3 && chmod 755 /bin/rebar3
RUN addgroup builders && adduser builder -D -G abuild -s /bin/bash && echo " builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
WORKDIR /home/builder
COPY res .
RUN chown -R builder .
USER builder
RUN abuild-keygen -an
# in the event of failure we'll want to inspect whatever got built rather than throw it away.
RUN abuild -F -Kkr || exit 0
# abuild -F -Kkr
|
[
{
"context": "FROM ubuntu:trusty\nMAINTAINER Eduardo Blancas Reyes\n\nRUN rm /bin/sh && ln -s /bin/bash /bin/sh\n\nRUN e",
"end": 51,
"score": 0.9998782873153687,
"start": 30,
"tag": "NAME",
"value": "Eduardo Blancas Reyes"
}
] | app_engine/Dockerfile | edublancas/machines | 0 | FROM ubuntu:trusty
MAINTAINER Eduardo Blancas Reyes
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN echo 'export PS1="\[\e[0;31m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[0;31m\]$ \[\e[m\]\[\e[0;32m\]"' >> /root/.bashrc
RUN apt-get -qq update
RUN apt-get install -y wget
RUN apt-get install -y unzip
RUN apt-get install -y bzip2
RUN apt-get install -y git
RUN apt-get install -y gcc
# Install App Engine SDK
WORKDIR /usr/local
RUN wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.53.zip -O gae.zip
RUN unzip gae.zip
ENV PATH="/usr/local/google_appengine:$PATH"
#Install Python 2.7 via miniconda
RUN wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
RUN bash miniconda.sh -b -p miniconda
RUN rm miniconda.sh
ENV PATH="/usr/local/miniconda/bin:$PATH"
| 322088 | FROM ubuntu:trusty
MAINTAINER <NAME>
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN echo 'export PS1="\[\e[0;31m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[0;31m\]$ \[\e[m\]\[\e[0;32m\]"' >> /root/.bashrc
RUN apt-get -qq update
RUN apt-get install -y wget
RUN apt-get install -y unzip
RUN apt-get install -y bzip2
RUN apt-get install -y git
RUN apt-get install -y gcc
# Install App Engine SDK
WORKDIR /usr/local
RUN wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.53.zip -O gae.zip
RUN unzip gae.zip
ENV PATH="/usr/local/google_appengine:$PATH"
#Install Python 2.7 via miniconda
RUN wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
RUN bash miniconda.sh -b -p miniconda
RUN rm miniconda.sh
ENV PATH="/usr/local/miniconda/bin:$PATH"
| true | FROM ubuntu:trusty
MAINTAINER PI:NAME:<NAME>END_PI
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN echo 'export PS1="\[\e[0;31m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[0;31m\]$ \[\e[m\]\[\e[0;32m\]"' >> /root/.bashrc
RUN apt-get -qq update
RUN apt-get install -y wget
RUN apt-get install -y unzip
RUN apt-get install -y bzip2
RUN apt-get install -y git
RUN apt-get install -y gcc
# Install App Engine SDK
WORKDIR /usr/local
RUN wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.53.zip -O gae.zip
RUN unzip gae.zip
ENV PATH="/usr/local/google_appengine:$PATH"
#Install Python 2.7 via miniconda
RUN wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
RUN bash miniconda.sh -b -p miniconda
RUN rm miniconda.sh
ENV PATH="/usr/local/miniconda/bin:$PATH"
|
[
{
"context": "rolling\nFROM ros:${ROS_DISTRO}-ros-base\nMAINTAINER Robert Haschke rhaschke@techfak.uni-bielefeld.de\n\n# Commands are",
"end": 186,
"score": 0.9998810887336731,
"start": 172,
"tag": "NAME",
"value": "Robert Haschke"
},
{
"context": "s:${ROS_DISTRO}-ros-base\nMAINTAINER Robert Haschke rhaschke@techfak.uni-bielefeld.de\n\n# Commands are combined in single RUN statement ",
"end": 220,
"score": 0.9999300837516785,
"start": 187,
"tag": "EMAIL",
"value": "rhaschke@techfak.uni-bielefeld.de"
}
] | .docker/release/Dockerfile | michael-marron/moveit2 | 0 | # ghcr.io/ros-planning/moveit2:${ROS_DISTRO}-release
# Full debian-based install of MoveIt using apt-get
ARG ROS_DISTRO=rolling
FROM ros:${ROS_DISTRO}-ros-base
MAINTAINER Robert Haschke rhaschke@techfak.uni-bielefeld.de
# Commands are combined in single RUN statement with "apt/lists" folder removal to reduce image size
RUN apt-get update -q && \
apt-get dist-upgrade -q -y && \
apt-get install -y ros-${ROS_DISTRO}-moveit-* && \
rm -rf /var/lib/apt/lists/*
| 17440 | # ghcr.io/ros-planning/moveit2:${ROS_DISTRO}-release
# Full debian-based install of MoveIt using apt-get
ARG ROS_DISTRO=rolling
FROM ros:${ROS_DISTRO}-ros-base
MAINTAINER <NAME> <EMAIL>
# Commands are combined in single RUN statement with "apt/lists" folder removal to reduce image size
RUN apt-get update -q && \
apt-get dist-upgrade -q -y && \
apt-get install -y ros-${ROS_DISTRO}-moveit-* && \
rm -rf /var/lib/apt/lists/*
| true | # ghcr.io/ros-planning/moveit2:${ROS_DISTRO}-release
# Full debian-based install of MoveIt using apt-get
ARG ROS_DISTRO=rolling
FROM ros:${ROS_DISTRO}-ros-base
MAINTAINER PI:NAME:<NAME>END_PI PI:EMAIL:<EMAIL>END_PI
# Commands are combined in single RUN statement with "apt/lists" folder removal to reduce image size
RUN apt-get update -q && \
apt-get dist-upgrade -q -y && \
apt-get install -y ros-${ROS_DISTRO}-moveit-* && \
rm -rf /var/lib/apt/lists/*
|
[
{
"context": "FROM smebberson/alpine-base:1.2.0\nMAINTAINER github@jonathan.camp",
"end": 15,
"score": 0.8343484401702881,
"start": 5,
"tag": "USERNAME",
"value": "smebberson"
},
{
"context": "FROM smebberson/alpine-base:1.2.0\nMAINTAINER github@jonathan.camp\n\nRUN apk --update add curl go git mercurial\n\nRUN ",
"end": 65,
"score": 0.9999157786369324,
"start": 45,
"tag": "EMAIL",
"value": "github@jonathan.camp"
},
{
"context": "sr/local/bin && \\\n curl -OL https://github.com/kung-foo/waitforit/releases/download/v0.0.1/waitforit-linu",
"end": 178,
"score": 0.991885781288147,
"start": 170,
"tag": "USERNAME",
"value": "kung-foo"
},
{
"context": "ub.com/gliderlabs/ \\\n && cd /go/src/github.com/gliderlabs/ \\\n && git clone -b v6 --single-branch",
"end": 354,
"score": 0.5143042206764221,
"start": 352,
"tag": "USERNAME",
"value": "gl"
}
] | demo-02-registry/registrator/Dockerfile | kung-foo/dod-workshop | 2 | FROM smebberson/alpine-base:1.2.0
MAINTAINER github@jonathan.camp
RUN apk --update add curl go git mercurial
RUN cd /usr/local/bin && \
curl -OL https://github.com/kung-foo/waitforit/releases/download/v0.0.1/waitforit-linux-amd64 && \
chmod +x waitforit-linux-amd64
RUN mkdir -p /go/src/github.com/gliderlabs/ \
&& cd /go/src/github.com/gliderlabs/ \
&& git clone -b v6 --single-branch https://github.com/gliderlabs/registrator \
&& cd registrator \
&& export GOPATH=/go \
&& go get \
&& go build -ldflags "-X main.Version $(cat VERSION)" -o /bin/registrator
ADD root /
| 534698 | FROM smebberson/alpine-base:1.2.0
MAINTAINER <EMAIL>
RUN apk --update add curl go git mercurial
RUN cd /usr/local/bin && \
curl -OL https://github.com/kung-foo/waitforit/releases/download/v0.0.1/waitforit-linux-amd64 && \
chmod +x waitforit-linux-amd64
RUN mkdir -p /go/src/github.com/gliderlabs/ \
&& cd /go/src/github.com/gliderlabs/ \
&& git clone -b v6 --single-branch https://github.com/gliderlabs/registrator \
&& cd registrator \
&& export GOPATH=/go \
&& go get \
&& go build -ldflags "-X main.Version $(cat VERSION)" -o /bin/registrator
ADD root /
| true | FROM smebberson/alpine-base:1.2.0
MAINTAINER PI:EMAIL:<EMAIL>END_PI
RUN apk --update add curl go git mercurial
RUN cd /usr/local/bin && \
curl -OL https://github.com/kung-foo/waitforit/releases/download/v0.0.1/waitforit-linux-amd64 && \
chmod +x waitforit-linux-amd64
RUN mkdir -p /go/src/github.com/gliderlabs/ \
&& cd /go/src/github.com/gliderlabs/ \
&& git clone -b v6 --single-branch https://github.com/gliderlabs/registrator \
&& cd registrator \
&& export GOPATH=/go \
&& go get \
&& go build -ldflags "-X main.Version $(cat VERSION)" -o /bin/registrator
ADD root /
|
[
{
"context": "ocker.io/bitnami/minideb:buster\nLABEL maintainer \"Bitnami <containers@bitnami.com>\"\n\nENV HOME=\"/\" \\\n ",
"end": 59,
"score": 0.9455796480178833,
"start": 56,
"tag": "USERNAME",
"value": "Bit"
},
{
"context": "er.io/bitnami/minideb:buster\nLABEL maintainer \"Bitnami <containers@bitnami.com>\"\n\nENV HOME=\"/\" \\\n ",
"end": 60,
"score": 0.5527845025062561,
"start": 59,
"tag": "NAME",
"value": "n"
},
{
"context": "r.io/bitnami/minideb:buster\nLABEL maintainer \"Bitnami <containers@bitnami.com>\"\n\nENV HOME=\"/\" \\\n OS_",
"end": 63,
"score": 0.5373311638832092,
"start": 60,
"tag": "USERNAME",
"value": "ami"
},
{
"context": "bitnami/minideb:buster\nLABEL maintainer \"Bitnami <containers@bitnami.com>\"\n\nENV HOME=\"/\" \\\n OS_ARCH=\"amd64\" \\\n OS_FL",
"end": 87,
"score": 0.9999249577522278,
"start": 65,
"tag": "EMAIL",
"value": "containers@bitnami.com"
}
] | 2/debian-10/Dockerfile | bitnami/bitnami-docker-harbor-exporter | 0 | FROM docker.io/bitnami/minideb:buster
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-10" \
OS_NAME="linux"
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-exporter" "2.5.0-0" --checksum 034987521fcb35c11b0a8c063daa531f2eeb1ba7a87fdb314e3c5b079b9ba939
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/harbor-exporter/postunpack.sh
ENV APP_VERSION="2.5.0" \
BITNAMI_APP_NAME="harbor-exporter" \
PATH="/opt/bitnami/harbor-exporter/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 9090
WORKDIR /opt/bitnami/harbor-exporter
USER 1001
ENTRYPOINT [ "/opt/bitnami/scripts/harbor-exporter/entrypoint.sh" ]
CMD [ "/opt/bitnami/scripts/harbor-exporter/run.sh" ]
| 559435 | FROM docker.io/bitnami/minideb:buster
LABEL maintainer "Bit<NAME>ami <<EMAIL>>"
ENV HOME="/" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-10" \
OS_NAME="linux"
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-exporter" "2.5.0-0" --checksum 034987521fcb35c11b0a8c063daa531f2eeb1ba7a87fdb314e3c5b079b9ba939
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/harbor-exporter/postunpack.sh
ENV APP_VERSION="2.5.0" \
BITNAMI_APP_NAME="harbor-exporter" \
PATH="/opt/bitnami/harbor-exporter/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 9090
WORKDIR /opt/bitnami/harbor-exporter
USER 1001
ENTRYPOINT [ "/opt/bitnami/scripts/harbor-exporter/entrypoint.sh" ]
CMD [ "/opt/bitnami/scripts/harbor-exporter/run.sh" ]
| true | FROM docker.io/bitnami/minideb:buster
LABEL maintainer "BitPI:NAME:<NAME>END_PIami <PI:EMAIL:<EMAIL>END_PI>"
ENV HOME="/" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-10" \
OS_NAME="linux"
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-exporter" "2.5.0-0" --checksum 034987521fcb35c11b0a8c063daa531f2eeb1ba7a87fdb314e3c5b079b9ba939
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/harbor-exporter/postunpack.sh
ENV APP_VERSION="2.5.0" \
BITNAMI_APP_NAME="harbor-exporter" \
PATH="/opt/bitnami/harbor-exporter/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 9090
WORKDIR /opt/bitnami/harbor-exporter
USER 1001
ENTRYPOINT [ "/opt/bitnami/scripts/harbor-exporter/entrypoint.sh" ]
CMD [ "/opt/bitnami/scripts/harbor-exporter/run.sh" ]
|
[
{
"context": "arge and small\"\nLABEL website=\"https://github.com/marbl/canu\"\nLABEL license=\"https://github.com/marbl/can",
"end": 419,
"score": 0.7541548013687134,
"start": 414,
"tag": "USERNAME",
"value": "marbl"
},
{
"context": "com/marbl/canu\"\nLABEL license=\"https://github.com/marbl/canu/blob/master/README.license.GPL\"\n\n\n##########",
"end": 465,
"score": 0.7063050270080566,
"start": 460,
"tag": "USERNAME",
"value": "marbl"
},
{
"context": "##### MAINTAINER ######################\nMAINTAINER Edward Lukyamuzi <elukyamuzi2010@gmail.com>\n\n################## IN",
"end": 585,
"score": 0.999894917011261,
"start": 569,
"tag": "NAME",
"value": "Edward Lukyamuzi"
},
{
"context": "####################\nMAINTAINER Edward Lukyamuzi <elukyamuzi2010@gmail.com>\n\n################## INSTALLATION ###############",
"end": 611,
"score": 0.9999192953109741,
"start": 587,
"tag": "EMAIL",
"value": "elukyamuzi2010@gmail.com"
},
{
"context": "an\n\n# install canu\nRUN wget https://github.com/marbl/canu/releases/download/v${ver}/canu-${ver}.Linux-",
"end": 1005,
"score": 0.7047998905181885,
"start": 1003,
"tag": "USERNAME",
"value": "bl"
}
] | canu/2.1.1-non-conda/Dockerfile | oronik/containers | 0 | ################# BASE IMAGE ######################
FROM ubuntu:20.04
# Specify build argument to ease upgrade.
ARG ver="2.1.1"
################## METADATA ######################
LABEL base.image="ubuntu:20.04"
LABEL dockerfile.version="1"
LABEL software="canu"
LABEL software.version="2.1.1"
LABEL description="A single molecule sequence assembler for genomes large and small"
LABEL website="https://github.com/marbl/canu"
LABEL license="https://github.com/marbl/canu/blob/master/README.license.GPL"
################## MAINTAINER ######################
MAINTAINER Edward Lukyamuzi <elukyamuzi2010@gmail.com>
################## INSTALLATION ######################
ENV TZ=Africa/Kampala
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# install dependencies and cleanup
RUN apt-get update && apt-get install -y build-essential \
default-jre perl \
wget gnuplot && \
rm -rf /var/lib/apt/lists/* && apt-get autoclean
# install canu
RUN wget https://github.com/marbl/canu/releases/download/v${ver}/canu-${ver}.Linux-amd64.tar.xz && \
tar -xJf canu-${ver}.Linux-amd64.tar.xz && \
rm -rf canu-${ver}.Linux-amd64.tar.xz && \
mkdir /data
ENV PATH="$PATH:/canu-${ver}/bin" \
LC_ALL=C
# Switch to ubuntu user so this tool (and the files written) are not owned by root
RUN groupadd -r -g 1000 ubuntu && useradd -r -g ubuntu -u 1000 -m ubuntu
USER ubuntu
WORKDIR /data
| 48888 | ################# BASE IMAGE ######################
FROM ubuntu:20.04
# Specify build argument to ease upgrade.
ARG ver="2.1.1"
################## METADATA ######################
LABEL base.image="ubuntu:20.04"
LABEL dockerfile.version="1"
LABEL software="canu"
LABEL software.version="2.1.1"
LABEL description="A single molecule sequence assembler for genomes large and small"
LABEL website="https://github.com/marbl/canu"
LABEL license="https://github.com/marbl/canu/blob/master/README.license.GPL"
################## MAINTAINER ######################
MAINTAINER <NAME> <<EMAIL>>
################## INSTALLATION ######################
ENV TZ=Africa/Kampala
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# install dependencies and cleanup
RUN apt-get update && apt-get install -y build-essential \
default-jre perl \
wget gnuplot && \
rm -rf /var/lib/apt/lists/* && apt-get autoclean
# install canu
RUN wget https://github.com/marbl/canu/releases/download/v${ver}/canu-${ver}.Linux-amd64.tar.xz && \
tar -xJf canu-${ver}.Linux-amd64.tar.xz && \
rm -rf canu-${ver}.Linux-amd64.tar.xz && \
mkdir /data
ENV PATH="$PATH:/canu-${ver}/bin" \
LC_ALL=C
# Switch to ubuntu user so this tool (and the files written) are not owned by root
RUN groupadd -r -g 1000 ubuntu && useradd -r -g ubuntu -u 1000 -m ubuntu
USER ubuntu
WORKDIR /data
| true | ################# BASE IMAGE ######################
FROM ubuntu:20.04
# Specify build argument to ease upgrade.
ARG ver="2.1.1"
################## METADATA ######################
LABEL base.image="ubuntu:20.04"
LABEL dockerfile.version="1"
LABEL software="canu"
LABEL software.version="2.1.1"
LABEL description="A single molecule sequence assembler for genomes large and small"
LABEL website="https://github.com/marbl/canu"
LABEL license="https://github.com/marbl/canu/blob/master/README.license.GPL"
################## MAINTAINER ######################
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
################## INSTALLATION ######################
ENV TZ=Africa/Kampala
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# install dependencies and cleanup
RUN apt-get update && apt-get install -y build-essential \
default-jre perl \
wget gnuplot && \
rm -rf /var/lib/apt/lists/* && apt-get autoclean
# install canu
RUN wget https://github.com/marbl/canu/releases/download/v${ver}/canu-${ver}.Linux-amd64.tar.xz && \
tar -xJf canu-${ver}.Linux-amd64.tar.xz && \
rm -rf canu-${ver}.Linux-amd64.tar.xz && \
mkdir /data
ENV PATH="$PATH:/canu-${ver}/bin" \
LC_ALL=C
# Switch to ubuntu user so this tool (and the files written) are not owned by root
RUN groupadd -r -g 1000 ubuntu && useradd -r -g ubuntu -u 1000 -m ubuntu
USER ubuntu
WORKDIR /data
|
[
{
"context": "chilledgeek/lilypond-docker:1.0\nLABEL maintainer=\"chilledgeek@gmail.com\"\n\nUSER root\n\nWORKDIR /\nCOPY . /\n\nRUN pip install ",
"end": 76,
"score": 0.9999219179153442,
"start": 55,
"tag": "EMAIL",
"value": "chilledgeek@gmail.com"
}
] | Dockerfile | chilledgeek/lilypond-web | 0 | FROM chilledgeek/lilypond-docker:1.0
LABEL maintainer="chilledgeek@gmail.com"
USER root
WORKDIR /
COPY . /
RUN pip install -r requirements.txt
USER 1001
EXPOSE 8080
ENTRYPOINT ["python", "run.py"]
| 556381 | FROM chilledgeek/lilypond-docker:1.0
LABEL maintainer="<EMAIL>"
USER root
WORKDIR /
COPY . /
RUN pip install -r requirements.txt
USER 1001
EXPOSE 8080
ENTRYPOINT ["python", "run.py"]
| true | FROM chilledgeek/lilypond-docker:1.0
LABEL maintainer="PI:EMAIL:<EMAIL>END_PI"
USER root
WORKDIR /
COPY . /
RUN pip install -r requirements.txt
USER 1001
EXPOSE 8080
ENTRYPOINT ["python", "run.py"]
|
[
{
"context": "FROM mariadb:latest\n\nMAINTAINER Samuel Loza \"starsaminf@gmail.com\"\n\n# mysql conf\nCOPY mysql /",
"end": 43,
"score": 0.9998931884765625,
"start": 32,
"tag": "NAME",
"value": "Samuel Loza"
},
{
"context": "FROM mariadb:latest\n\nMAINTAINER Samuel Loza \"starsaminf@gmail.com\"\n\n# mysql conf\nCOPY mysql /etc/mysql\n\n#EXPOSE 330",
"end": 65,
"score": 0.9999298453330994,
"start": 45,
"tag": "EMAIL",
"value": "starsaminf@gmail.com"
}
] | db/Dockerfile | starsaminf/oei-docker | 0 | FROM mariadb:latest
MAINTAINER Samuel Loza "starsaminf@gmail.com"
# mysql conf
COPY mysql /etc/mysql
#EXPOSE 3306
| 275205 | FROM mariadb:latest
MAINTAINER <NAME> "<EMAIL>"
# mysql conf
COPY mysql /etc/mysql
#EXPOSE 3306
| true | FROM mariadb:latest
MAINTAINER PI:NAME:<NAME>END_PI "PI:EMAIL:<EMAIL>END_PI"
# mysql conf
COPY mysql /etc/mysql
#EXPOSE 3306
|
[
{
"context": "FROM alpine:latest\nLABEL author=\"vink<dong@wenqi.us>\"\nRUN \\\napk update && \\\napk add gcc",
"end": 37,
"score": 0.9993925094604492,
"start": 33,
"tag": "USERNAME",
"value": "vink"
},
{
"context": "FROM alpine:latest\nLABEL author=\"vink<dong@wenqi.us>\"\nRUN \\\napk update && \\\napk add gcc build-base li",
"end": 51,
"score": 0.9999186992645264,
"start": 38,
"tag": "EMAIL",
"value": "dong@wenqi.us"
}
] | alpine/Dockerfile | vinkdong/DockerFiles | 0 | FROM alpine:latest
LABEL author="vink<dong@wenqi.us>"
RUN \
apk update && \
apk add gcc build-base linux-headers musl-dev libffi-dev openssl-dev | 113100 | FROM alpine:latest
LABEL author="vink<<EMAIL>>"
RUN \
apk update && \
apk add gcc build-base linux-headers musl-dev libffi-dev openssl-dev | true | FROM alpine:latest
LABEL author="vink<PI:EMAIL:<EMAIL>END_PI>"
RUN \
apk update && \
apk add gcc build-base linux-headers musl-dev libffi-dev openssl-dev |
[
{
"context": "OM silentmecha/steamcmd:latest\n\nLABEL maintainer=\"silent@silentmecha.co.za\"\n\nENV STEAMAPP_ID 294420\nENV STEAMAPP 7DaysToDie\n",
"end": 76,
"score": 0.9999247789382935,
"start": 52,
"tag": "EMAIL",
"value": "silent@silentmecha.co.za"
},
{
"context": "CONTROLPANELENABLED=true \\\n\tCONTROLPANELPASSWORD=\"CHANGEME\" \\\n\tTELNETENABLED=true \\\n\tTELNETPORT=8081 \\\n\tTELN",
"end": 1219,
"score": 0.9992797374725342,
"start": 1211,
"tag": "PASSWORD",
"value": "CHANGEME"
}
] | Dockerfile | silentmecha/7DTD | 0 | FROM silentmecha/steamcmd:latest
LABEL maintainer="silent@silentmecha.co.za"
ENV STEAMAPP_ID 294420
ENV STEAMAPP 7DaysToDie
ENV STEAMAPPDIR "${HOME}/${STEAMAPP}-dedicated"
ENV STEAM_SAVEDIR "${HOME}/.local/share/7DaysToDie"
USER root
COPY ./src/entry.sh ${HOME}/entry.sh
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
xmlstarlet \
telnet \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& mkdir -p "${STEAMAPPDIR}" \
&& mkdir -p "${STEAM_SAVEDIR}" \
&& chmod +x "${HOME}/entry.sh" \
&& chown -R "${USER}:${USER}" "${HOME}/entry.sh" "${STEAMAPPDIR}" "${STEAM_SAVEDIR}" \
&& chmod -R 744 "${STEAM_SAVEDIR}"
ENV SERVERNAME=ServerName \
SERVERPORT=26900 \
SERVERPORT_1=26901 \
SERVERPORT_2=26902 \
SERVERVISIBILITY=2 \
SERVERPASSWORD= \
SERVERMAXPLAYERCOUNT=8 \
SERVERRESERVEDSLOTS=0 \
SERVERADMINSLOTS=0 \
SERVERDESCRIPTION="A 7 Days to Die server running inside of docker" \
SERVERWEBSITEURL= \
EACENABLED=true \
GAMEWORLD=Navezgane \
GAMENAME="My Game" \
WORLDGENSEED="asdf" \
WORLDGENSIZE=4096 \
PLAYERKILLINGMODE=3 \
CONTROLPANELPORT=8080 \
CONTROLPANELENABLED=true \
CONTROLPANELPASSWORD="CHANGEME" \
TELNETENABLED=true \
TELNETPORT=8081 \
TELNETPASSWORD= \
ADDITIONAL_ARGS=
# Switch to user
USER ${USER}
RUN bash steamcmd \
+login anonymous \
+force_install_dir "${STEAMAPPDIR}" \
+app_update "${STEAMAPP_ID}" validate \
+quit
VOLUME ${STEAM_SAVEDIR}
WORKDIR ${HOME}
EXPOSE 8081/tcp \
8080/tcp \
26900/tcp \
26900/udp \
26901/udp \
26902/udp
CMD ["bash", "entry.sh"]
| 224987 | FROM silentmecha/steamcmd:latest
LABEL maintainer="<EMAIL>"
ENV STEAMAPP_ID 294420
ENV STEAMAPP 7DaysToDie
ENV STEAMAPPDIR "${HOME}/${STEAMAPP}-dedicated"
ENV STEAM_SAVEDIR "${HOME}/.local/share/7DaysToDie"
USER root
COPY ./src/entry.sh ${HOME}/entry.sh
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
xmlstarlet \
telnet \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& mkdir -p "${STEAMAPPDIR}" \
&& mkdir -p "${STEAM_SAVEDIR}" \
&& chmod +x "${HOME}/entry.sh" \
&& chown -R "${USER}:${USER}" "${HOME}/entry.sh" "${STEAMAPPDIR}" "${STEAM_SAVEDIR}" \
&& chmod -R 744 "${STEAM_SAVEDIR}"
ENV SERVERNAME=ServerName \
SERVERPORT=26900 \
SERVERPORT_1=26901 \
SERVERPORT_2=26902 \
SERVERVISIBILITY=2 \
SERVERPASSWORD= \
SERVERMAXPLAYERCOUNT=8 \
SERVERRESERVEDSLOTS=0 \
SERVERADMINSLOTS=0 \
SERVERDESCRIPTION="A 7 Days to Die server running inside of docker" \
SERVERWEBSITEURL= \
EACENABLED=true \
GAMEWORLD=Navezgane \
GAMENAME="My Game" \
WORLDGENSEED="asdf" \
WORLDGENSIZE=4096 \
PLAYERKILLINGMODE=3 \
CONTROLPANELPORT=8080 \
CONTROLPANELENABLED=true \
CONTROLPANELPASSWORD="<PASSWORD>" \
TELNETENABLED=true \
TELNETPORT=8081 \
TELNETPASSWORD= \
ADDITIONAL_ARGS=
# Switch to user
USER ${USER}
RUN bash steamcmd \
+login anonymous \
+force_install_dir "${STEAMAPPDIR}" \
+app_update "${STEAMAPP_ID}" validate \
+quit
VOLUME ${STEAM_SAVEDIR}
WORKDIR ${HOME}
EXPOSE 8081/tcp \
8080/tcp \
26900/tcp \
26900/udp \
26901/udp \
26902/udp
CMD ["bash", "entry.sh"]
| true | FROM silentmecha/steamcmd:latest
LABEL maintainer="PI:EMAIL:<EMAIL>END_PI"
ENV STEAMAPP_ID 294420
ENV STEAMAPP 7DaysToDie
ENV STEAMAPPDIR "${HOME}/${STEAMAPP}-dedicated"
ENV STEAM_SAVEDIR "${HOME}/.local/share/7DaysToDie"
USER root
COPY ./src/entry.sh ${HOME}/entry.sh
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
xmlstarlet \
telnet \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& mkdir -p "${STEAMAPPDIR}" \
&& mkdir -p "${STEAM_SAVEDIR}" \
&& chmod +x "${HOME}/entry.sh" \
&& chown -R "${USER}:${USER}" "${HOME}/entry.sh" "${STEAMAPPDIR}" "${STEAM_SAVEDIR}" \
&& chmod -R 744 "${STEAM_SAVEDIR}"
ENV SERVERNAME=ServerName \
SERVERPORT=26900 \
SERVERPORT_1=26901 \
SERVERPORT_2=26902 \
SERVERVISIBILITY=2 \
SERVERPASSWORD= \
SERVERMAXPLAYERCOUNT=8 \
SERVERRESERVEDSLOTS=0 \
SERVERADMINSLOTS=0 \
SERVERDESCRIPTION="A 7 Days to Die server running inside of docker" \
SERVERWEBSITEURL= \
EACENABLED=true \
GAMEWORLD=Navezgane \
GAMENAME="My Game" \
WORLDGENSEED="asdf" \
WORLDGENSIZE=4096 \
PLAYERKILLINGMODE=3 \
CONTROLPANELPORT=8080 \
CONTROLPANELENABLED=true \
CONTROLPANELPASSWORD="PI:PASSWORD:<PASSWORD>END_PI" \
TELNETENABLED=true \
TELNETPORT=8081 \
TELNETPASSWORD= \
ADDITIONAL_ARGS=
# Switch to user
USER ${USER}
RUN bash steamcmd \
+login anonymous \
+force_install_dir "${STEAMAPPDIR}" \
+app_update "${STEAMAPP_ID}" validate \
+quit
VOLUME ${STEAM_SAVEDIR}
WORKDIR ${HOME}
EXPOSE 8081/tcp \
8080/tcp \
26900/tcp \
26900/udp \
26901/udp \
26902/udp
CMD ["bash", "entry.sh"]
|
[
{
"context": "loud-cdh5 .\n\nFROM supermy/docker-jre:7\n\nMAINTAINER JamesMo <springclick@gmail.com>\n\n#RUN sed -i '1,3d' /",
"end": 110,
"score": 0.8064864277839661,
"start": 105,
"tag": "NAME",
"value": "James"
},
{
"context": "dh5 .\n\nFROM supermy/docker-jre:7\n\nMAINTAINER JamesMo <springclick@gmail.com>\n\n#RUN sed -i '1,3d' /et",
"end": 112,
"score": 0.8343061804771423,
"start": 110,
"tag": "USERNAME",
"value": "Mo"
},
{
"context": ".\n\nFROM supermy/docker-jre:7\n\nMAINTAINER JamesMo <springclick@gmail.com>\n\n#RUN sed -i '1,3d' /etc/apt/sources.list\n\nRUN",
"end": 135,
"score": 0.9999232888221741,
"start": 114,
"tag": "EMAIL",
"value": "springclick@gmail.com"
}
] | Dockerfile | lgq9220/hadoop-docker-nn | 20 | # Creates distributed cdh5
# docker build -t supermy/cloud-cdh5 .
FROM supermy/docker-jre:7
MAINTAINER JamesMo <springclick@gmail.com>
#RUN sed -i '1,3d' /etc/apt/sources.list
RUN sed -i '4a \
deb http://mirrors.163.com/debian/ wheezy main non-free contrib \n \
deb http://mirrors.163.com/debian/ wheezy-proposed-updates main contrib non-free \n \
deb http://mirrors.163.com/debian-security/ wheezy/updates main contrib non-free \n \
deb-src http://mirrors.163.com/debian/ wheezy main non-free contrib \n \
deb-src http://mirrors.163.com/debian/ wheezy-proposed-updates main contrib non-free \n \
deb-src http://mirrors.163.com/debian-security/ wheezy/updates main contrib non-free \n \
' /etc/apt/sources.list
RUN cat /etc/apt/sources.list
USER root
# home
RUN mkdir -p /home/jamesmo
# tools
RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl sudo supervisor
# install hadoop
RUN curl -O http://archive.cloudera.com/cdh5/one-click-install/wheezy/amd64/cdh5-repository_1.0_all.deb
RUN dpkg -i cdh5-repository_1.0_all.deb
RUN curl -s http://archive.cloudera.com/cdh5/debian/wheezy/amd64/cdh/archive.key | sudo apt-key add -
RUN curl http://archive.cloudera.com/gplextras5/debian/wheezy/amd64/gplextras/cloudera.list -o /etc/apt/sources.list.d/cloudera.list
RUN apt-get update -y && apt-get install -y hadoop-hdfs-namenode hadoop-hdfs-datanode zookeeper \
hadoop-lzo* \
hadoop-yarn hadoop-yarn-nodemanager hadoop-mapreduce
#zookeeper-server
#snappy
#spark | 48499 | # Creates distributed cdh5
# docker build -t supermy/cloud-cdh5 .
FROM supermy/docker-jre:7
MAINTAINER <NAME>Mo <<EMAIL>>
#RUN sed -i '1,3d' /etc/apt/sources.list
RUN sed -i '4a \
deb http://mirrors.163.com/debian/ wheezy main non-free contrib \n \
deb http://mirrors.163.com/debian/ wheezy-proposed-updates main contrib non-free \n \
deb http://mirrors.163.com/debian-security/ wheezy/updates main contrib non-free \n \
deb-src http://mirrors.163.com/debian/ wheezy main non-free contrib \n \
deb-src http://mirrors.163.com/debian/ wheezy-proposed-updates main contrib non-free \n \
deb-src http://mirrors.163.com/debian-security/ wheezy/updates main contrib non-free \n \
' /etc/apt/sources.list
RUN cat /etc/apt/sources.list
USER root
# home
RUN mkdir -p /home/jamesmo
# tools
RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl sudo supervisor
# install hadoop
RUN curl -O http://archive.cloudera.com/cdh5/one-click-install/wheezy/amd64/cdh5-repository_1.0_all.deb
RUN dpkg -i cdh5-repository_1.0_all.deb
RUN curl -s http://archive.cloudera.com/cdh5/debian/wheezy/amd64/cdh/archive.key | sudo apt-key add -
RUN curl http://archive.cloudera.com/gplextras5/debian/wheezy/amd64/gplextras/cloudera.list -o /etc/apt/sources.list.d/cloudera.list
RUN apt-get update -y && apt-get install -y hadoop-hdfs-namenode hadoop-hdfs-datanode zookeeper \
hadoop-lzo* \
hadoop-yarn hadoop-yarn-nodemanager hadoop-mapreduce
#zookeeper-server
#snappy
#spark | true | # Creates distributed cdh5
# docker build -t supermy/cloud-cdh5 .
FROM supermy/docker-jre:7
MAINTAINER PI:NAME:<NAME>END_PIMo <PI:EMAIL:<EMAIL>END_PI>
#RUN sed -i '1,3d' /etc/apt/sources.list
RUN sed -i '4a \
deb http://mirrors.163.com/debian/ wheezy main non-free contrib \n \
deb http://mirrors.163.com/debian/ wheezy-proposed-updates main contrib non-free \n \
deb http://mirrors.163.com/debian-security/ wheezy/updates main contrib non-free \n \
deb-src http://mirrors.163.com/debian/ wheezy main non-free contrib \n \
deb-src http://mirrors.163.com/debian/ wheezy-proposed-updates main contrib non-free \n \
deb-src http://mirrors.163.com/debian-security/ wheezy/updates main contrib non-free \n \
' /etc/apt/sources.list
RUN cat /etc/apt/sources.list
USER root
# home
RUN mkdir -p /home/jamesmo
# tools
RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl sudo supervisor
# install hadoop
RUN curl -O http://archive.cloudera.com/cdh5/one-click-install/wheezy/amd64/cdh5-repository_1.0_all.deb
RUN dpkg -i cdh5-repository_1.0_all.deb
RUN curl -s http://archive.cloudera.com/cdh5/debian/wheezy/amd64/cdh/archive.key | sudo apt-key add -
RUN curl http://archive.cloudera.com/gplextras5/debian/wheezy/amd64/gplextras/cloudera.list -o /etc/apt/sources.list.d/cloudera.list
RUN apt-get update -y && apt-get install -y hadoop-hdfs-namenode hadoop-hdfs-datanode zookeeper \
hadoop-lzo* \
hadoop-yarn hadoop-yarn-nodemanager hadoop-mapreduce
#zookeeper-server
#snappy
#spark |
[
{
"context": "FROM pritunl/archlinux\nMAINTAINER Petr Belohlavek <omp4j@petrbel.cz>\n\n# install required environmen",
"end": 49,
"score": 0.9998832941055298,
"start": 34,
"tag": "NAME",
"value": "Petr Belohlavek"
},
{
"context": "ROM pritunl/archlinux\nMAINTAINER Petr Belohlavek <omp4j@petrbel.cz>\n\n# install required environment\nRUN pacman --noc",
"end": 67,
"score": 0.9999310970306396,
"start": 51,
"tag": "EMAIL",
"value": "omp4j@petrbel.cz"
}
] | dockerfiles/base.dockerfile | venkallam/omp4j | 0 | FROM pritunl/archlinux
MAINTAINER Petr Belohlavek <omp4j@petrbel.cz>
# install required environment
RUN pacman --noconfirm -S git \
jdk8-openjdk \
sbt
| 468766 | FROM pritunl/archlinux
MAINTAINER <NAME> <<EMAIL>>
# install required environment
RUN pacman --noconfirm -S git \
jdk8-openjdk \
sbt
| true | FROM pritunl/archlinux
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# install required environment
RUN pacman --noconfirm -S git \
jdk8-openjdk \
sbt
|
[
{
"context": "FROM ruby:2.6.5\nMAINTAINER YAMADA Tsuyoshi <tyamada@minimum2scp.org>\n\nRUN mkdir -p /usr/src/",
"end": 42,
"score": 0.9998639822006226,
"start": 27,
"tag": "NAME",
"value": "YAMADA Tsuyoshi"
},
{
"context": "FROM ruby:2.6.5\nMAINTAINER YAMADA Tsuyoshi <tyamada@minimum2scp.org>\n\nRUN mkdir -p /usr/src/app\n\nWORKDIR /usr/src/app",
"end": 67,
"score": 0.9999321699142456,
"start": 44,
"tag": "EMAIL",
"value": "tyamada@minimum2scp.org"
}
] | Dockerfile | ezcater/docker-gemstash | 0 | FROM ruby:2.6.5
MAINTAINER YAMADA Tsuyoshi <tyamada@minimum2scp.org>
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY Gemfile /usr/src/app
COPY Gemfile.lock /usr/src/app
RUN bundle install --without=test:development
RUN mkdir -p /etc/gemstash /var/cache/gemstash
COPY config.yml /etc/gemstash/config.yml
COPY entrypoint.sh /entrypoint.sh
EXPOSE 9292
ENV RACK_ENV production
ENTRYPOINT ["/entrypoint.sh"]
CMD ["gemstash", "start", "--config-file=/etc/gemstash/config.yml", "--no-daemonize"]
| 314479 | FROM ruby:2.6.5
MAINTAINER <NAME> <<EMAIL>>
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY Gemfile /usr/src/app
COPY Gemfile.lock /usr/src/app
RUN bundle install --without=test:development
RUN mkdir -p /etc/gemstash /var/cache/gemstash
COPY config.yml /etc/gemstash/config.yml
COPY entrypoint.sh /entrypoint.sh
EXPOSE 9292
ENV RACK_ENV production
ENTRYPOINT ["/entrypoint.sh"]
CMD ["gemstash", "start", "--config-file=/etc/gemstash/config.yml", "--no-daemonize"]
| true | FROM ruby:2.6.5
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY Gemfile /usr/src/app
COPY Gemfile.lock /usr/src/app
RUN bundle install --without=test:development
RUN mkdir -p /etc/gemstash /var/cache/gemstash
COPY config.yml /etc/gemstash/config.yml
COPY entrypoint.sh /entrypoint.sh
EXPOSE 9292
ENV RACK_ENV production
ENTRYPOINT ["/entrypoint.sh"]
CMD ["gemstash", "start", "--config-file=/etc/gemstash/config.yml", "--no-daemonize"]
|
[
{
"context": "FROM resin/rpi-raspbian:jessie\nMAINTAINER Michael Nieberg <m.nieberg@gmx.de>\n\nENV HOME /root\nADD . /build\n\n",
"end": 57,
"score": 0.9998441934585571,
"start": 42,
"tag": "NAME",
"value": "Michael Nieberg"
},
{
"context": "n/rpi-raspbian:jessie\nMAINTAINER Michael Nieberg <m.nieberg@gmx.de>\n\nENV HOME /root\nADD . /build\n\nRUN /build/prepare",
"end": 75,
"score": 0.9999359846115112,
"start": 59,
"tag": "EMAIL",
"value": "m.nieberg@gmx.de"
}
] | image.jessie/Dockerfile | kenntwasde/raspi_baseimage-docker | 0 | FROM resin/rpi-raspbian:jessie
MAINTAINER Michael Nieberg <m.nieberg@gmx.de>
ENV HOME /root
ADD . /build
RUN /build/prepare.sh && \
/build/system_services.sh && \
/build/utilities.sh && \
/build/cleanup.sh
CMD ["/sbin/my_init"]
| 217775 | FROM resin/rpi-raspbian:jessie
MAINTAINER <NAME> <<EMAIL>>
ENV HOME /root
ADD . /build
RUN /build/prepare.sh && \
/build/system_services.sh && \
/build/utilities.sh && \
/build/cleanup.sh
CMD ["/sbin/my_init"]
| true | FROM resin/rpi-raspbian:jessie
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
ENV HOME /root
ADD . /build
RUN /build/prepare.sh && \
/build/system_services.sh && \
/build/utilities.sh && \
/build/cleanup.sh
CMD ["/sbin/my_init"]
|
[
{
"context": "\nFROM busybox:latest\nMAINTAINER Stephen Melrose <me@stephenmelrose.co.uk>\n\n# Volumes\nVOLUME /var/",
"end": 47,
"score": 0.9998928308486938,
"start": 32,
"tag": "NAME",
"value": "Stephen Melrose"
},
{
"context": "\nFROM busybox:latest\nMAINTAINER Stephen Melrose <me@stephenmelrose.co.uk>\n\n# Volumes\nVOLUME /var/lib/mysql\n\n# Set default ",
"end": 72,
"score": 0.99992835521698,
"start": 49,
"tag": "EMAIL",
"value": "me@stephenmelrose.co.uk"
}
] | images/mysql-data/Dockerfile | HarshiniRr/docker-multi-container-example | 3 |
FROM busybox:latest
MAINTAINER Stephen Melrose <me@stephenmelrose.co.uk>
# Volumes
VOLUME /var/lib/mysql
# Set default run command
CMD ["/bin/sh"] | 19565 |
FROM busybox:latest
MAINTAINER <NAME> <<EMAIL>>
# Volumes
VOLUME /var/lib/mysql
# Set default run command
CMD ["/bin/sh"] | true |
FROM busybox:latest
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# Volumes
VOLUME /var/lib/mysql
# Set default run command
CMD ["/bin/sh"] |
[
{
"context": "FROM phpdockerio/php72-fpm:latest\n\nMAINTAINER Jeroen Ketelaar version: 0.1\n\nWORKDIR \"/application\"\n\nARG DEBIAN_",
"end": 61,
"score": 0.9998759031295776,
"start": 46,
"tag": "NAME",
"value": "Jeroen Ketelaar"
},
{
"context": "\n\nRUN \\\n LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php \\\n && apt-get update\n\nRUN \\\n apt-get -y",
"end": 715,
"score": 0.9828301072120667,
"start": 709,
"tag": "USERNAME",
"value": "ondrej"
},
{
"context": "r/local/go/bin:$PATH\n\nRUN \\\n go get github.com/mailhog/mhsendmail\n\nRUN \\\n cp /root/go/bin/mhsendmail ",
"end": 1816,
"score": 0.9772415161132812,
"start": 1809,
"tag": "USERNAME",
"value": "mailhog"
}
] | Dockerfile | JKetelaar/dockit-php72-fpm | 1 | FROM phpdockerio/php72-fpm:latest
MAINTAINER Jeroen Ketelaar version: 0.1
WORKDIR "/application"
ARG DEBIAN_FRONTEND=noninteractive
ENV LOCALE en_US.UTF-8
ENV TZ=Europe/Amsterdam
RUN apt-get clean && apt-get update && apt-get install -y locales
RUN locale-gen en_US.UTF-8
RUN \
sed -i -e "s/# $LOCALE/$LOCALE/" /etc/locale.gen \
&& echo "LANG=$LOCALE">/etc/default/locale \
&& dpkg-reconfigure --frontend=noninteractive locales \
&& update-locale LANG=$LOCALE
RUN \
apt-get -yqq install \
apt-utils \
build-essential \
debconf-utils \
debconf \
mysql-client \
curl \
git \
software-properties-common
RUN \
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php \
&& apt-get update
RUN \
apt-get -yqq install \
php7.2 \
php7.2-curl \
php7.2-bcmath \
php7.2-bz2 \
php7.2-dev \
php7.2-gd \
php7.2-dom \
php7.2-imap \
php7.2-imagick \
php7.2-intl \
php7.2-json \
php7.2-ldap \
php7.2-mbstring \
php7.2-mysql \
php7.2-oauth \
php7.2-odbc \
php7.2-uploadprogress \
php7.2-ssh2 \
php7.2-xml \
php7.2-zip \
php7.2-solr \
php7.2-apcu \
php7.2-opcache \
php7.2-memcache \
php7.2-memcached \
php7.2-redis \
php7.2-xdebug
RUN \
echo $TZ | tee /etc/timezone && \
dpkg-reconfigure --frontend noninteractive tzdata && \
echo "date.timezone = \"$TZ\";" > /etc/php/7.2/fpm/conf.d/timezone.ini && \
echo "date.timezone = \"$TZ\";" > /etc/php/7.2/cli/conf.d/timezone.ini
RUN apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
RUN \
curl -Lsf 'https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz' | tar -C '/usr/local' -xvzf -
ENV PATH /usr/local/go/bin:$PATH
RUN \
go get github.com/mailhog/mhsendmail
RUN \
cp /root/go/bin/mhsendmail /usr/bin/mhsendmail
| 521922 | FROM phpdockerio/php72-fpm:latest
MAINTAINER <NAME> version: 0.1
WORKDIR "/application"
ARG DEBIAN_FRONTEND=noninteractive
ENV LOCALE en_US.UTF-8
ENV TZ=Europe/Amsterdam
RUN apt-get clean && apt-get update && apt-get install -y locales
RUN locale-gen en_US.UTF-8
RUN \
sed -i -e "s/# $LOCALE/$LOCALE/" /etc/locale.gen \
&& echo "LANG=$LOCALE">/etc/default/locale \
&& dpkg-reconfigure --frontend=noninteractive locales \
&& update-locale LANG=$LOCALE
RUN \
apt-get -yqq install \
apt-utils \
build-essential \
debconf-utils \
debconf \
mysql-client \
curl \
git \
software-properties-common
RUN \
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php \
&& apt-get update
RUN \
apt-get -yqq install \
php7.2 \
php7.2-curl \
php7.2-bcmath \
php7.2-bz2 \
php7.2-dev \
php7.2-gd \
php7.2-dom \
php7.2-imap \
php7.2-imagick \
php7.2-intl \
php7.2-json \
php7.2-ldap \
php7.2-mbstring \
php7.2-mysql \
php7.2-oauth \
php7.2-odbc \
php7.2-uploadprogress \
php7.2-ssh2 \
php7.2-xml \
php7.2-zip \
php7.2-solr \
php7.2-apcu \
php7.2-opcache \
php7.2-memcache \
php7.2-memcached \
php7.2-redis \
php7.2-xdebug
RUN \
echo $TZ | tee /etc/timezone && \
dpkg-reconfigure --frontend noninteractive tzdata && \
echo "date.timezone = \"$TZ\";" > /etc/php/7.2/fpm/conf.d/timezone.ini && \
echo "date.timezone = \"$TZ\";" > /etc/php/7.2/cli/conf.d/timezone.ini
RUN apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
RUN \
curl -Lsf 'https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz' | tar -C '/usr/local' -xvzf -
ENV PATH /usr/local/go/bin:$PATH
RUN \
go get github.com/mailhog/mhsendmail
RUN \
cp /root/go/bin/mhsendmail /usr/bin/mhsendmail
| true | FROM phpdockerio/php72-fpm:latest
MAINTAINER PI:NAME:<NAME>END_PI version: 0.1
WORKDIR "/application"
ARG DEBIAN_FRONTEND=noninteractive
ENV LOCALE en_US.UTF-8
ENV TZ=Europe/Amsterdam
RUN apt-get clean && apt-get update && apt-get install -y locales
RUN locale-gen en_US.UTF-8
RUN \
sed -i -e "s/# $LOCALE/$LOCALE/" /etc/locale.gen \
&& echo "LANG=$LOCALE">/etc/default/locale \
&& dpkg-reconfigure --frontend=noninteractive locales \
&& update-locale LANG=$LOCALE
RUN \
apt-get -yqq install \
apt-utils \
build-essential \
debconf-utils \
debconf \
mysql-client \
curl \
git \
software-properties-common
RUN \
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php \
&& apt-get update
RUN \
apt-get -yqq install \
php7.2 \
php7.2-curl \
php7.2-bcmath \
php7.2-bz2 \
php7.2-dev \
php7.2-gd \
php7.2-dom \
php7.2-imap \
php7.2-imagick \
php7.2-intl \
php7.2-json \
php7.2-ldap \
php7.2-mbstring \
php7.2-mysql \
php7.2-oauth \
php7.2-odbc \
php7.2-uploadprogress \
php7.2-ssh2 \
php7.2-xml \
php7.2-zip \
php7.2-solr \
php7.2-apcu \
php7.2-opcache \
php7.2-memcache \
php7.2-memcached \
php7.2-redis \
php7.2-xdebug
RUN \
echo $TZ | tee /etc/timezone && \
dpkg-reconfigure --frontend noninteractive tzdata && \
echo "date.timezone = \"$TZ\";" > /etc/php/7.2/fpm/conf.d/timezone.ini && \
echo "date.timezone = \"$TZ\";" > /etc/php/7.2/cli/conf.d/timezone.ini
RUN apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
RUN \
curl -Lsf 'https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz' | tar -C '/usr/local' -xvzf -
ENV PATH /usr/local/go/bin:$PATH
RUN \
go get github.com/mailhog/mhsendmail
RUN \
cp /root/go/bin/mhsendmail /usr/bin/mhsendmail
|
[
{
"context": "on-base\n\n\nLABEL org.opencontainers.image.authors \"Leon Bowie <leon@bowie-co.nz>\"\nLABEL org.opencontainers.imag",
"end": 151,
"score": 0.9998559951782227,
"start": 141,
"tag": "NAME",
"value": "Leon Bowie"
},
{
"context": "BEL org.opencontainers.image.authors \"Leon Bowie <leon@bowie-co.nz>\"\nLABEL org.opencontainers.image.source \"https://",
"end": 169,
"score": 0.9999250769615173,
"start": 153,
"tag": "EMAIL",
"value": "leon@bowie-co.nz"
},
{
"context": "E\nRUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python\n\n# copy proj",
"end": 1650,
"score": 0.6968836784362793,
"start": 1641,
"tag": "USERNAME",
"value": "sdispater"
}
] | Dockerfile | Darkflame72/Minecraft-Discord | 1 | # `python-base` sets up all our shared environment variables
FROM python:3.9-buster as python-base
LABEL org.opencontainers.image.authors "Leon Bowie <leon@bowie-co.nz>"
LABEL org.opencontainers.image.source "https://github.com/Obsidion-dev/obsidion"
LABEL org.opencontainers.image.description "Minecraft Discord Bot"
LABEL org.opencontainers.image.licenses "AGPL-3.0+"
# python
ENV PYTHONUNBUFFERED=1 \
# prevents python creating .pyc files
PYTHONDONTWRITEBYTECODE=1 \
\
# pip
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
\
# poetry
# https://python-poetry.org/docs/configuration/#using-environment-variables
POETRY_VERSION=1.1.5 \
# make poetry install to this location
POETRY_HOME="/opt/poetry" \
# make poetry create the virtual environment in the project's root
# it gets named `.venv`
POETRY_VIRTUALENVS_IN_PROJECT=true \
# do not ask any interactive question
POETRY_NO_INTERACTION=1 \
\
# paths
# this is where our requirements + virtual environment will live
PYSETUP_PATH="/opt/pysetup" \
VENV_PATH="/opt/pysetup/.venv"
# prepend poetry and venv to path
ENV PATH="$POETRY_HOME/bin:$VENV_PATH/bin:$PATH"
# `builder-base` stage is used to build deps + create our virtual environment
FROM python-base as builder-base
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
# deps for installing poetry
curl \
# deps for building python deps
build-essential
# install poetry - respects $POETRY_VERSION & $POETRY_HOME
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
# copy project requirement files here to ensure they will be cached.
WORKDIR $PYSETUP_PATH
COPY poetry.lock pyproject.toml ./
# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
RUN poetry install --no-dev
FROM python-base as production
COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH
# quicker install as runtime deps are already installed
COPY ./obsidion /app/obsidion/
COPY alembic.ini /app/alembic.ini
COPY start.sh /app/start.sh
COPY ./migrations /app/migrations
WORKDIR /app
CMD ["./start.sh"]
| 335445 | # `python-base` sets up all our shared environment variables
FROM python:3.9-buster as python-base
LABEL org.opencontainers.image.authors "<NAME> <<EMAIL>>"
LABEL org.opencontainers.image.source "https://github.com/Obsidion-dev/obsidion"
LABEL org.opencontainers.image.description "Minecraft Discord Bot"
LABEL org.opencontainers.image.licenses "AGPL-3.0+"
# python
ENV PYTHONUNBUFFERED=1 \
# prevents python creating .pyc files
PYTHONDONTWRITEBYTECODE=1 \
\
# pip
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
\
# poetry
# https://python-poetry.org/docs/configuration/#using-environment-variables
POETRY_VERSION=1.1.5 \
# make poetry install to this location
POETRY_HOME="/opt/poetry" \
# make poetry create the virtual environment in the project's root
# it gets named `.venv`
POETRY_VIRTUALENVS_IN_PROJECT=true \
# do not ask any interactive question
POETRY_NO_INTERACTION=1 \
\
# paths
# this is where our requirements + virtual environment will live
PYSETUP_PATH="/opt/pysetup" \
VENV_PATH="/opt/pysetup/.venv"
# prepend poetry and venv to path
ENV PATH="$POETRY_HOME/bin:$VENV_PATH/bin:$PATH"
# `builder-base` stage is used to build deps + create our virtual environment
FROM python-base as builder-base
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
# deps for installing poetry
curl \
# deps for building python deps
build-essential
# install poetry - respects $POETRY_VERSION & $POETRY_HOME
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
# copy project requirement files here to ensure they will be cached.
WORKDIR $PYSETUP_PATH
COPY poetry.lock pyproject.toml ./
# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
RUN poetry install --no-dev
FROM python-base as production
COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH
# quicker install as runtime deps are already installed
COPY ./obsidion /app/obsidion/
COPY alembic.ini /app/alembic.ini
COPY start.sh /app/start.sh
COPY ./migrations /app/migrations
WORKDIR /app
CMD ["./start.sh"]
| true | # `python-base` sets up all our shared environment variables
FROM python:3.9-buster as python-base
LABEL org.opencontainers.image.authors "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
LABEL org.opencontainers.image.source "https://github.com/Obsidion-dev/obsidion"
LABEL org.opencontainers.image.description "Minecraft Discord Bot"
LABEL org.opencontainers.image.licenses "AGPL-3.0+"
# python
ENV PYTHONUNBUFFERED=1 \
# prevents python creating .pyc files
PYTHONDONTWRITEBYTECODE=1 \
\
# pip
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
\
# poetry
# https://python-poetry.org/docs/configuration/#using-environment-variables
POETRY_VERSION=1.1.5 \
# make poetry install to this location
POETRY_HOME="/opt/poetry" \
# make poetry create the virtual environment in the project's root
# it gets named `.venv`
POETRY_VIRTUALENVS_IN_PROJECT=true \
# do not ask any interactive question
POETRY_NO_INTERACTION=1 \
\
# paths
# this is where our requirements + virtual environment will live
PYSETUP_PATH="/opt/pysetup" \
VENV_PATH="/opt/pysetup/.venv"
# prepend poetry and venv to path
ENV PATH="$POETRY_HOME/bin:$VENV_PATH/bin:$PATH"
# `builder-base` stage is used to build deps + create our virtual environment
FROM python-base as builder-base
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
# deps for installing poetry
curl \
# deps for building python deps
build-essential
# install poetry - respects $POETRY_VERSION & $POETRY_HOME
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
# copy project requirement files here to ensure they will be cached.
WORKDIR $PYSETUP_PATH
COPY poetry.lock pyproject.toml ./
# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
RUN poetry install --no-dev
FROM python-base as production
COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH
# quicker install as runtime deps are already installed
COPY ./obsidion /app/obsidion/
COPY alembic.ini /app/alembic.ini
COPY start.sh /app/start.sh
COPY ./migrations /app/migrations
WORKDIR /app
CMD ["./start.sh"]
|
[
{
"context": "FROM debian:jessie\nMAINTAINER matthewm@boedicker.org\n\nWORKDIR /tmp\n\nCOPY docker/sources.list /etc/apt/",
"end": 52,
"score": 0.9999004006385803,
"start": 30,
"tag": "EMAIL",
"value": "matthewm@boedicker.org"
},
{
"context": "pt/lists/* \\\n /var/tmp/*\n\nENV MEMCACHE_SERVERS 127.0.0.1\n\nCMD [\"/usr/bin/runsvdir\", \"-P\", \"/app/docker/run",
"end": 2297,
"score": 0.9961670637130737,
"start": 2288,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | Dockerfile | marekstanisz/meme_teacher | 0 | FROM debian:jessie
MAINTAINER matthewm@boedicker.org
WORKDIR /tmp
COPY docker/sources.list /etc/apt/sources.list
# packages
RUN apt-get update && \
apt-get install --assume-yes \
build-essential \
curl \
memcached \
runit
# imagemagick
RUN apt-get install --assume-yes \
inkscape \
libbz2-dev \
libfftw3-dev \
libfontconfig1-dev \
libfreetype6-dev \
libjbig-dev \
libjpeg62-turbo-dev \
liblzma-dev \
libpango1.0-dev \
libpng12-dev \
libtiff5-dev \
libwebp-dev \
libxml2-dev \
pkg-config \
zlib1g-dev \
&& curl https://www.imagemagick.org/download/ImageMagick-6.9.3-10.tar.xz \
| tar xJ \
&& cd $(ls -d ImageMagick-* | head -n 1) \
&& ./configure \
&& make \
&& make install \
&& cd ..
# ruby
RUN apt-get install --assume-yes \
git \
libreadline-dev \
libssl-dev \
&& curl http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.bz2 \
| tar jx \
&& cd ruby-2.3.0 \
&& ./configure \
--disable-install-doc \
&& make \
&& make install \
&& echo 'gem: --no-document' >> "$HOME/.gemrc" \
&& gem install bundler \
&& cd ..
# varnish
RUN apt-get install --assume-yes \
apt-transport-https \
&& curl https://repo.varnish-cache.org/GPG-key.txt \
| apt-key add - \
&& echo 'deb https://repo.varnish-cache.org/debian/ jessie varnish-4.1' \
>> /etc/apt/sources.list.d/varnish-cache.list \
&& apt-get update \
&& apt-get install --assume-yes varnish
COPY docker/default.vcl /etc/varnish/default.vcl
RUN varnishd -C -f /etc/varnish/default.vcl
COPY docker/varnish_defaults /etc/default/varnish
# monit
RUN apt-get install --assume-yes \
libpam-dev \
&& curl https://mmonit.com/monit/dist/monit-5.16.tar.gz \
| tar xz \
&& cd monit-5.16 \
&& ./configure \
&& make \
&& make install \
&& mkdir -p /var/lib/monit/events \
&& cd ..
COPY . /app
WORKDIR /app
RUN apt-get install --assume-yes \
libpq-dev \
libsqlite3-dev \
&& export LDFLAGS=-lMagickWand-6.Q16 \
&& bundle install --jobs=4 \
&& bundle exec rake \
build_metadata[build_metadata.json] \
assets:precompile RAILS_ENV=production
# cleanup
RUN apt-get clean \
&& rm -rf /tmp/* \
/var/lib/apt/lists/* \
/var/tmp/*
ENV MEMCACHE_SERVERS 127.0.0.1
CMD ["/usr/bin/runsvdir", "-P", "/app/docker/runit"]
EXPOSE 6081
| 237884 | FROM debian:jessie
MAINTAINER <EMAIL>
WORKDIR /tmp
COPY docker/sources.list /etc/apt/sources.list
# packages
RUN apt-get update && \
apt-get install --assume-yes \
build-essential \
curl \
memcached \
runit
# imagemagick
RUN apt-get install --assume-yes \
inkscape \
libbz2-dev \
libfftw3-dev \
libfontconfig1-dev \
libfreetype6-dev \
libjbig-dev \
libjpeg62-turbo-dev \
liblzma-dev \
libpango1.0-dev \
libpng12-dev \
libtiff5-dev \
libwebp-dev \
libxml2-dev \
pkg-config \
zlib1g-dev \
&& curl https://www.imagemagick.org/download/ImageMagick-6.9.3-10.tar.xz \
| tar xJ \
&& cd $(ls -d ImageMagick-* | head -n 1) \
&& ./configure \
&& make \
&& make install \
&& cd ..
# ruby
RUN apt-get install --assume-yes \
git \
libreadline-dev \
libssl-dev \
&& curl http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.bz2 \
| tar jx \
&& cd ruby-2.3.0 \
&& ./configure \
--disable-install-doc \
&& make \
&& make install \
&& echo 'gem: --no-document' >> "$HOME/.gemrc" \
&& gem install bundler \
&& cd ..
# varnish
RUN apt-get install --assume-yes \
apt-transport-https \
&& curl https://repo.varnish-cache.org/GPG-key.txt \
| apt-key add - \
&& echo 'deb https://repo.varnish-cache.org/debian/ jessie varnish-4.1' \
>> /etc/apt/sources.list.d/varnish-cache.list \
&& apt-get update \
&& apt-get install --assume-yes varnish
COPY docker/default.vcl /etc/varnish/default.vcl
RUN varnishd -C -f /etc/varnish/default.vcl
COPY docker/varnish_defaults /etc/default/varnish
# monit
RUN apt-get install --assume-yes \
libpam-dev \
&& curl https://mmonit.com/monit/dist/monit-5.16.tar.gz \
| tar xz \
&& cd monit-5.16 \
&& ./configure \
&& make \
&& make install \
&& mkdir -p /var/lib/monit/events \
&& cd ..
COPY . /app
WORKDIR /app
RUN apt-get install --assume-yes \
libpq-dev \
libsqlite3-dev \
&& export LDFLAGS=-lMagickWand-6.Q16 \
&& bundle install --jobs=4 \
&& bundle exec rake \
build_metadata[build_metadata.json] \
assets:precompile RAILS_ENV=production
# cleanup
RUN apt-get clean \
&& rm -rf /tmp/* \
/var/lib/apt/lists/* \
/var/tmp/*
ENV MEMCACHE_SERVERS 127.0.0.1
CMD ["/usr/bin/runsvdir", "-P", "/app/docker/runit"]
EXPOSE 6081
| true | FROM debian:jessie
MAINTAINER PI:EMAIL:<EMAIL>END_PI
WORKDIR /tmp
COPY docker/sources.list /etc/apt/sources.list
# packages
RUN apt-get update && \
apt-get install --assume-yes \
build-essential \
curl \
memcached \
runit
# imagemagick
RUN apt-get install --assume-yes \
inkscape \
libbz2-dev \
libfftw3-dev \
libfontconfig1-dev \
libfreetype6-dev \
libjbig-dev \
libjpeg62-turbo-dev \
liblzma-dev \
libpango1.0-dev \
libpng12-dev \
libtiff5-dev \
libwebp-dev \
libxml2-dev \
pkg-config \
zlib1g-dev \
&& curl https://www.imagemagick.org/download/ImageMagick-6.9.3-10.tar.xz \
| tar xJ \
&& cd $(ls -d ImageMagick-* | head -n 1) \
&& ./configure \
&& make \
&& make install \
&& cd ..
# ruby
RUN apt-get install --assume-yes \
git \
libreadline-dev \
libssl-dev \
&& curl http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.bz2 \
| tar jx \
&& cd ruby-2.3.0 \
&& ./configure \
--disable-install-doc \
&& make \
&& make install \
&& echo 'gem: --no-document' >> "$HOME/.gemrc" \
&& gem install bundler \
&& cd ..
# varnish
RUN apt-get install --assume-yes \
apt-transport-https \
&& curl https://repo.varnish-cache.org/GPG-key.txt \
| apt-key add - \
&& echo 'deb https://repo.varnish-cache.org/debian/ jessie varnish-4.1' \
>> /etc/apt/sources.list.d/varnish-cache.list \
&& apt-get update \
&& apt-get install --assume-yes varnish
COPY docker/default.vcl /etc/varnish/default.vcl
RUN varnishd -C -f /etc/varnish/default.vcl
COPY docker/varnish_defaults /etc/default/varnish
# monit
RUN apt-get install --assume-yes \
libpam-dev \
&& curl https://mmonit.com/monit/dist/monit-5.16.tar.gz \
| tar xz \
&& cd monit-5.16 \
&& ./configure \
&& make \
&& make install \
&& mkdir -p /var/lib/monit/events \
&& cd ..
COPY . /app
WORKDIR /app
RUN apt-get install --assume-yes \
libpq-dev \
libsqlite3-dev \
&& export LDFLAGS=-lMagickWand-6.Q16 \
&& bundle install --jobs=4 \
&& bundle exec rake \
build_metadata[build_metadata.json] \
assets:precompile RAILS_ENV=production
# cleanup
RUN apt-get clean \
&& rm -rf /tmp/* \
/var/lib/apt/lists/* \
/var/tmp/*
ENV MEMCACHE_SERVERS 127.0.0.1
CMD ["/usr/bin/runsvdir", "-P", "/app/docker/runit"]
EXPOSE 6081
|
[
{
"context": "FROM php:7.4.22-fpm\nMAINTAINER waterchestnut \"lingbinmeng@hotmail.com\"\n\nCOPY php.ini /usr/loca",
"end": 44,
"score": 0.9973139762878418,
"start": 31,
"tag": "USERNAME",
"value": "waterchestnut"
},
{
"context": "FROM php:7.4.22-fpm\nMAINTAINER waterchestnut \"lingbinmeng@hotmail.com\"\n\nCOPY php.ini /usr/local/etc/php/php.ini\n\n# inst",
"end": 69,
"score": 0.999919056892395,
"start": 46,
"tag": "EMAIL",
"value": "lingbinmeng@hotmail.com"
}
] | Dockerfile | waterchestnut/docker-php-fpm | 0 | FROM php:7.4.22-fpm
MAINTAINER waterchestnut "lingbinmeng@hotmail.com"
COPY php.ini /usr/local/etc/php/php.ini
# install the PHP extensions
RUN set -ex; \
\
savedAptMark="$(apt-mark showmanual)"; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
libfreetype6-dev \
libjpeg62-turbo-dev \
libpng-dev \
libzip-dev \
zip \
; \
\
# 7.4: --with-png-dir has been removed. libpng is required.--with-freetype-dir becomes --with-freetype.--with-jpeg-dir becomes --with-jpeg.
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; \
docker-php-ext-install gd mysqli pdo_mysql opcache zip; \
pecl install redis; \
docker-php-ext-enable redis; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
apt-mark auto '.*' > /dev/null; \
apt-mark manual $savedAptMark; \
ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so \
| awk '/=>/ { print $3 }' \
| sort -u \
| xargs -r dpkg-query -S \
| cut -d: -f1 \
| sort -u \
| xargs -rt apt-mark manual; \
\
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
rm -rf /var/lib/apt/lists/*
VOLUME /wwwroot
EXPOSE 9000
CMD ["php-fpm"] | 53946 | FROM php:7.4.22-fpm
MAINTAINER waterchestnut "<EMAIL>"
COPY php.ini /usr/local/etc/php/php.ini
# install the PHP extensions
RUN set -ex; \
\
savedAptMark="$(apt-mark showmanual)"; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
libfreetype6-dev \
libjpeg62-turbo-dev \
libpng-dev \
libzip-dev \
zip \
; \
\
# 7.4: --with-png-dir has been removed. libpng is required.--with-freetype-dir becomes --with-freetype.--with-jpeg-dir becomes --with-jpeg.
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; \
docker-php-ext-install gd mysqli pdo_mysql opcache zip; \
pecl install redis; \
docker-php-ext-enable redis; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
apt-mark auto '.*' > /dev/null; \
apt-mark manual $savedAptMark; \
ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so \
| awk '/=>/ { print $3 }' \
| sort -u \
| xargs -r dpkg-query -S \
| cut -d: -f1 \
| sort -u \
| xargs -rt apt-mark manual; \
\
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
rm -rf /var/lib/apt/lists/*
VOLUME /wwwroot
EXPOSE 9000
CMD ["php-fpm"] | true | FROM php:7.4.22-fpm
MAINTAINER waterchestnut "PI:EMAIL:<EMAIL>END_PI"
COPY php.ini /usr/local/etc/php/php.ini
# install the PHP extensions
RUN set -ex; \
\
savedAptMark="$(apt-mark showmanual)"; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
libfreetype6-dev \
libjpeg62-turbo-dev \
libpng-dev \
libzip-dev \
zip \
; \
\
# 7.4: --with-png-dir has been removed. libpng is required.--with-freetype-dir becomes --with-freetype.--with-jpeg-dir becomes --with-jpeg.
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; \
docker-php-ext-install gd mysqli pdo_mysql opcache zip; \
pecl install redis; \
docker-php-ext-enable redis; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
apt-mark auto '.*' > /dev/null; \
apt-mark manual $savedAptMark; \
ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so \
| awk '/=>/ { print $3 }' \
| sort -u \
| xargs -r dpkg-query -S \
| cut -d: -f1 \
| sort -u \
| xargs -rt apt-mark manual; \
\
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
rm -rf /var/lib/apt/lists/*
VOLUME /wwwroot
EXPOSE 9000
CMD ["php-fpm"] |
[
{
"context": "FROM python:2\n\nLABEL maintainer=jch@honig.net\n\nENV DEBIAN_FRONTEND noninteractive\nENV TTNCTL tt",
"end": 45,
"score": 0.9999204874038696,
"start": 32,
"tag": "EMAIL",
"value": "jch@honig.net"
}
] | Dockerfile | IthacaThings/ttn-monitor | 3 | FROM python:2
LABEL maintainer=jch@honig.net
ENV DEBIAN_FRONTEND noninteractive
ENV TTNCTL ttnctl-linux-amd64
WORKDIR /usr/src/app
COPY requirements.txt bin/monitor ./
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get -qq update \
&& apt-get install -qq -y unzip \
&& rm -rf /var/lib/apt/lists/* \
&& pip -q install --no-cache-dir -r requirements.txt \
&& curl -s -o $TTNCTL.zip "https://ttnreleases.blob.core.windows.net/release/master/$TTNCTL.zip" \
&& unzip -q $TTNCTL.zip \
&& rm $TTNCTL.zip \
&& chmod 755 $TTNCTL \
&& useradd -U -r -l ttn
USER ttn:ttn
VOLUME [ "/data" ]
CMD [ "./monitor", "-d", "--test", "--statusdb=/data/monitor-status.db" ]
| 426380 | FROM python:2
LABEL maintainer=<EMAIL>
ENV DEBIAN_FRONTEND noninteractive
ENV TTNCTL ttnctl-linux-amd64
WORKDIR /usr/src/app
COPY requirements.txt bin/monitor ./
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get -qq update \
&& apt-get install -qq -y unzip \
&& rm -rf /var/lib/apt/lists/* \
&& pip -q install --no-cache-dir -r requirements.txt \
&& curl -s -o $TTNCTL.zip "https://ttnreleases.blob.core.windows.net/release/master/$TTNCTL.zip" \
&& unzip -q $TTNCTL.zip \
&& rm $TTNCTL.zip \
&& chmod 755 $TTNCTL \
&& useradd -U -r -l ttn
USER ttn:ttn
VOLUME [ "/data" ]
CMD [ "./monitor", "-d", "--test", "--statusdb=/data/monitor-status.db" ]
| true | FROM python:2
LABEL maintainer=PI:EMAIL:<EMAIL>END_PI
ENV DEBIAN_FRONTEND noninteractive
ENV TTNCTL ttnctl-linux-amd64
WORKDIR /usr/src/app
COPY requirements.txt bin/monitor ./
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get -qq update \
&& apt-get install -qq -y unzip \
&& rm -rf /var/lib/apt/lists/* \
&& pip -q install --no-cache-dir -r requirements.txt \
&& curl -s -o $TTNCTL.zip "https://ttnreleases.blob.core.windows.net/release/master/$TTNCTL.zip" \
&& unzip -q $TTNCTL.zip \
&& rm $TTNCTL.zip \
&& chmod 755 $TTNCTL \
&& useradd -U -r -l ttn
USER ttn:ttn
VOLUME [ "/data" ]
CMD [ "./monitor", "-d", "--test", "--statusdb=/data/monitor-status.db" ]
|
[
{
"context": "FROM node:8.9.4\n\nMAINTAINER 4Minitz-Team <4minitz@gmx.de>\n\n#### Build-time metadata as def",
"end": 40,
"score": 0.9982597827911377,
"start": 28,
"tag": "USERNAME",
"value": "4Minitz-Team"
},
{
"context": "FROM node:8.9.4\n\nMAINTAINER 4Minitz-Team <4minitz@gmx.de>\n\n#### Build-time metadata as defined at http://l",
"end": 56,
"score": 0.9999278783798218,
"start": 42,
"tag": "EMAIL",
"value": "4minitz@gmx.de"
},
{
"context": " org.label-schema.vcs-url=\"https://github.com/4minitz/4minitz\" \\\n org.label-schema.vendor=\"4Minitz",
"end": 523,
"score": 0.9993231892585754,
"start": 516,
"tag": "USERNAME",
"value": "4minitz"
}
] | .docker/Dockerfile | 4minutes/4minutes | 155 | FROM node:8.9.4
MAINTAINER 4Minitz-Team <4minitz@gmx.de>
#### Build-time metadata as defined at http://label-schema.org
# For layer details see: https://microbadger.com/images/4minitz/4minitz
ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
LABEL org.label-schema.name="4Minitz" \
org.label-schema.description="Simply a decent free webapp for taking meeting minutes" \
org.label-schema.url="https://www.4minitz.com/" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/4minitz/4minitz" \
org.label-schema.vendor="4Minitz-Team" \
org.label-schema.version=$VERSION \
org.label-schema.schema-version="1.0"
#### MongoDB connection configuration
#### This will fail since we no longer bundle a MongoDB
#### with our releases. It is expected that this is passed
#### in by the admin when instantiating the container.
ENV MONGO_URL mongodb://admin:admin@localhost/4minitz
#### Install Node.js
ENV NPM_CONFIG_LOGLEVEL info
#### In case you get this with a new node version:
#### Can't check signature: public key not found??
#### then see
#### https://github.com/nodejs/node#release-team
RUN set -ex \
&& apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
ghostscript \
netcat \
wkhtmltopdf \
xauth \
xvfb \
xz-utils \
&& rm -rf /var/lib/apt/lists/* \
\
&& find /usr/share/ghostscript -name 'PDFA_def.ps' -exec cp {} / \; \
&& find /usr/share/ghostscript -name 'srgb.icc' -exec cp {} / \; \
&& sed -i 's/\/ICCProfile.*/\/ICCProfile \(\/srgb.icc\)/' /PDFA_def.ps \
&& sed -i 's/\[\ \/Title.*/\[\ \/Title\ \(4Minitz Meeting Minutes\)/' /PDFA_def.ps
#### Copy 4Minitz stuff
COPY 4minitz_bin /4minitz_bin
COPY 4minitz.sh /
COPY 4minitz_bin/4minitz_settings_docker.json /4minitz_settings.json
VOLUME /4minitz_storage
# Important: do NOT use: 'CMD ./4minitz.sh' - this will result in
# a /bin/sh child process /bin/bash with a PID!=1 - so, the SIGINT
# signal will not go through to our launcher script
CMD ["/4minitz.sh"]
| 353492 | FROM node:8.9.4
MAINTAINER 4Minitz-Team <<EMAIL>>
#### Build-time metadata as defined at http://label-schema.org
# For layer details see: https://microbadger.com/images/4minitz/4minitz
ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
LABEL org.label-schema.name="4Minitz" \
org.label-schema.description="Simply a decent free webapp for taking meeting minutes" \
org.label-schema.url="https://www.4minitz.com/" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/4minitz/4minitz" \
org.label-schema.vendor="4Minitz-Team" \
org.label-schema.version=$VERSION \
org.label-schema.schema-version="1.0"
#### MongoDB connection configuration
#### This will fail since we no longer bundle a MongoDB
#### with our releases. It is expected that this is passed
#### in by the admin when instantiating the container.
ENV MONGO_URL mongodb://admin:admin@localhost/4minitz
#### Install Node.js
ENV NPM_CONFIG_LOGLEVEL info
#### In case you get this with a new node version:
#### Can't check signature: public key not found??
#### then see
#### https://github.com/nodejs/node#release-team
RUN set -ex \
&& apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
ghostscript \
netcat \
wkhtmltopdf \
xauth \
xvfb \
xz-utils \
&& rm -rf /var/lib/apt/lists/* \
\
&& find /usr/share/ghostscript -name 'PDFA_def.ps' -exec cp {} / \; \
&& find /usr/share/ghostscript -name 'srgb.icc' -exec cp {} / \; \
&& sed -i 's/\/ICCProfile.*/\/ICCProfile \(\/srgb.icc\)/' /PDFA_def.ps \
&& sed -i 's/\[\ \/Title.*/\[\ \/Title\ \(4Minitz Meeting Minutes\)/' /PDFA_def.ps
#### Copy 4Minitz stuff
COPY 4minitz_bin /4minitz_bin
COPY 4minitz.sh /
COPY 4minitz_bin/4minitz_settings_docker.json /4minitz_settings.json
VOLUME /4minitz_storage
# Important: do NOT use: 'CMD ./4minitz.sh' - this will result in
# a /bin/sh child process /bin/bash with a PID!=1 - so, the SIGINT
# signal will not go through to our launcher script
CMD ["/4minitz.sh"]
| true | FROM node:8.9.4
MAINTAINER 4Minitz-Team <PI:EMAIL:<EMAIL>END_PI>
#### Build-time metadata as defined at http://label-schema.org
# For layer details see: https://microbadger.com/images/4minitz/4minitz
ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
LABEL org.label-schema.name="4Minitz" \
org.label-schema.description="Simply a decent free webapp for taking meeting minutes" \
org.label-schema.url="https://www.4minitz.com/" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/4minitz/4minitz" \
org.label-schema.vendor="4Minitz-Team" \
org.label-schema.version=$VERSION \
org.label-schema.schema-version="1.0"
#### MongoDB connection configuration
#### This will fail since we no longer bundle a MongoDB
#### with our releases. It is expected that this is passed
#### in by the admin when instantiating the container.
ENV MONGO_URL mongodb://admin:admin@localhost/4minitz
#### Install Node.js
ENV NPM_CONFIG_LOGLEVEL info
#### In case you get this with a new node version:
#### Can't check signature: public key not found??
#### then see
#### https://github.com/nodejs/node#release-team
RUN set -ex \
&& apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
ghostscript \
netcat \
wkhtmltopdf \
xauth \
xvfb \
xz-utils \
&& rm -rf /var/lib/apt/lists/* \
\
&& find /usr/share/ghostscript -name 'PDFA_def.ps' -exec cp {} / \; \
&& find /usr/share/ghostscript -name 'srgb.icc' -exec cp {} / \; \
&& sed -i 's/\/ICCProfile.*/\/ICCProfile \(\/srgb.icc\)/' /PDFA_def.ps \
&& sed -i 's/\[\ \/Title.*/\[\ \/Title\ \(4Minitz Meeting Minutes\)/' /PDFA_def.ps
#### Copy 4Minitz stuff
COPY 4minitz_bin /4minitz_bin
COPY 4minitz.sh /
COPY 4minitz_bin/4minitz_settings_docker.json /4minitz_settings.json
VOLUME /4minitz_storage
# Important: do NOT use: 'CMD ./4minitz.sh' - this will result in
# a /bin/sh child process /bin/bash with a PID!=1 - so, the SIGINT
# signal will not go through to our launcher script
CMD ["/4minitz.sh"]
|
[
{
"context": "FROM python:3.9\n\nLABEL maintainer=\"balex89@gmail.com\"\n\nCOPY requirements.txt .\nRUN pip3 install -r req",
"end": 52,
"score": 0.9998812675476074,
"start": 35,
"tag": "EMAIL",
"value": "balex89@gmail.com"
}
] | Dockerfile | balex89/sudoku-solver-frontend | 0 | FROM python:3.9
LABEL maintainer="balex89@gmail.com"
COPY requirements.txt .
RUN pip3 install -r requirements.txt
COPY . .
ENV FLASK_APP=app.main
ENTRYPOINT python3 -m flask run -h 0.0.0.0 -p 5001
EXPOSE 5001
| 87681 | FROM python:3.9
LABEL maintainer="<EMAIL>"
COPY requirements.txt .
RUN pip3 install -r requirements.txt
COPY . .
ENV FLASK_APP=app.main
ENTRYPOINT python3 -m flask run -h 0.0.0.0 -p 5001
EXPOSE 5001
| true | FROM python:3.9
LABEL maintainer="PI:EMAIL:<EMAIL>END_PI"
COPY requirements.txt .
RUN pip3 install -r requirements.txt
COPY . .
ENV FLASK_APP=app.main
ENTRYPOINT python3 -m flask run -h 0.0.0.0 -p 5001
EXPOSE 5001
|
[
{
"context": "-- -D warnings\nRUN bash -c \"time cargo test\"\n\nFROM ekidd/rust-musl-builder:stable-openssl11 as build\n# fro",
"end": 435,
"score": 0.8623740673065186,
"start": 430,
"tag": "USERNAME",
"value": "ekidd"
},
{
"context": "ckend\"]\nCMD [\"start\", \"--clients\", \"0\", \"--map\", \">>>eNpjZICDBnsQycGSnJ+YA+EdcABhruT8goLUIt38olRkYc7ko tKUVN38TFTFqXmpuZW6SYnFqTATQTRHZlF+HroJrMUl+XmoIiVFq anFDAwODqtXrbIDyXCXFiXmZZbmoutlYHyzT+hBQ4scAwj/r2",
"end": 1722,
"score": 0.9988324642181396,
"start": 1620,
"tag": "KEY",
"value": "eNpjZICDBnsQycGSnJ+YA+EdcABhruT8goLUIt38olRkYc7ko tKUVN38TFTFqXmpuZW6SYnFqTATQTRHZlF+HroJrMUl+XmoIiVFq"
},
{
"context": "UVN38TFTFqXmpuZW6SYnFqTATQTRHZlF+HroJrMUl+XmoIiVFq anFDAwODqtXrbIDyXCXFiXmZZbmoutlYHyzT+hBQ4scAwj/r2dQ+ P8fhIGsB0AbQZiBsQGsgxEoBgUsEsn5eSVF+Tm6xaklJZl56VaJp RVWSZmJxZy6BnrGpgZAoIFNSVpRamFpal5ypVVuaU5JZkFOZmoRh 7GeARjIouvIzc8sLiktSgWbzGGgBzbXQBenMqymG+gZmgGBOWtyT mZaGgODgiMQO4H9xcBYLbLO/WHVFHtGiL/0HKCMD1CRA0kwEU8Yw 88Bp5QKjGGCZI4xGHxGYkAsLQFaAVXF4YBgQCRbQJKMjL1vty74f uyCHeOflR8v+SYl2DMauoq8+2C0zg4oyQ7yAhOcmDUTBHbCvMIAM /OBPVTqpj3j2TMg8MaekRWkQwREOFgAiQPezAyMAnxA1oIeIK",
"end": 2093,
"score": 0.9945282936096191,
"start": 1723,
"tag": "KEY",
"value": "anFDAwODqtXrbIDyXCXFiXmZZbmoutlYHyzT+hBQ4scAwj/r2dQ+ P8fhIGsB0AbQZiBsQGsgxEoBgUsEsn5eSVF+Tm6xaklJZl56VaJp RVWSZmJxZy6BnrGpgZAoIFNSVpRamFpal5ypVVuaU5JZkFOZmoRh 7GeARjIouvIzc8sLiktSgWbzGGgBzbXQBenMqymG+gZmgGBOWtyT mZaGgODgiMQO4H9xcBYLbLO/WHVFHtGiL/0HKCMD1CRA0kwEU8Yw 88Bp5QKjGGCZI4xGHxGYkAsLQFaAVXF4YBgQCRbQJKMjL1vty74f uyCHeOflR8v+SYl2DMauoq8+2C0zg4oyQ7yAhOcmDUTBHbCvMIAM"
},
{
"context": "CHeOflR8v+SYl2DMauoq8+2C0zg4oyQ7yAhOcmDUTBHbCvMIAM /OBPVTqpj3j2TMg8MaekRWkQwREOFgAiQPezAyMAnxA1oIeIKEgw wBzmh3MGBEHxjQw+AbzyWMY47I9uj+AAWEDMlwORJwAEWAL4S5jh DAd+h0YHeRhspIIJUD9RgzIbkhB+PAkzNrDSPajOQQzIpD9gSai4 oAlGrhAFqbAiRfMcNcAw/MCO4znMN+BkRnEAKn6AhSD8EAyMKMgt IADM6KEACYLBvnZRmoATpjh0w==<<",
"end": 2285,
"score": 0.9917723536491394,
"start": 2094,
"tag": "KEY",
"value": "/OBPVTqpj3j2TMg8MaekRWkQwREOFgAiQPezAyMAnxA1oIeIKEgw wBzmh3MGBEHxjQw+AbzyWMY47I9uj+AAWEDMlwORJwAEWAL4S5jh DAd+h0YHeRhspIIJUD9RgzIbkhB+PAkzNrDSPajOQQzIpD9gSai4 oAlGrhAFqbAiRfMcNcAw/MCO4znMN+Bk"
}
] | Dockerfile | arturh85/factorio-bot-rs | 1 | FROM rust:buster as test
# frontend needs nodejs to build, even for test/clippy
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs
COPY rust-toolchain .
RUN rustup component add clippy
COPY backend backend/
COPY frontend frontend/
COPY Cargo.* ./
RUN cd frontend; npm install; npm run test || exit 1; cd ..
RUN cargo clippy --all-features -- -D warnings
RUN bash -c "time cargo test"
FROM ekidd/rust-musl-builder:stable-openssl11 as build
# frontend needs nodejs to build
RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
RUN sudo apt-get install -y nodejs curl && curl -sSL https://www.factorio.com/get-download/1.0.0/headless/linux64 -o /tmp/factorio_headless_x64_1.0.0.tar.xz
COPY rust-toolchain .
RUN rustup target add x86_64-unknown-linux-musl
ENV RUSTFLAGS="-Clinker=musl-gcc"
ENV RUST_BACKTRACE="1"
COPY backend backend/
COPY frontend frontend/
COPY Cargo.* ./
RUN sudo chown rust.rust . -R; cargo build --release --target=x86_64-unknown-linux-musl
FROM frolvlad/alpine-glibc:latest
WORKDIR /home/factoriobot/
COPY mods mods/
COPY Settings.toml .
COPY --from=build /home/rust/src/frontend/dist/ public/
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/factorio-bot-backend .
RUN mkdir workspace && chmod 0777 . -R && chown 1000.1000 . -R
COPY --from=build /tmp/factorio_headless_x64_1.0.0.tar.xz /home/factoriobot/workspace/
ENV RUST_LOG "info"
ENV RUST_BACKTRACE="1"
# factorio
EXPOSE 34197/udp 27015/tcp
# web
EXPOSE 7123
# rcon
EXPOSE 1234
ENTRYPOINT ["./factorio-bot-backend"]
CMD ["start", "--clients", "0", "--map", ">>>eNpjZICDBnsQycGSnJ+YA+EdcABhruT8goLUIt38olRkYc7ko tKUVN38TFTFqXmpuZW6SYnFqTATQTRHZlF+HroJrMUl+XmoIiVFq anFDAwODqtXrbIDyXCXFiXmZZbmoutlYHyzT+hBQ4scAwj/r2dQ+ P8fhIGsB0AbQZiBsQGsgxEoBgUsEsn5eSVF+Tm6xaklJZl56VaJp RVWSZmJxZy6BnrGpgZAoIFNSVpRamFpal5ypVVuaU5JZkFOZmoRh 7GeARjIouvIzc8sLiktSgWbzGGgBzbXQBenMqymG+gZmgGBOWtyT mZaGgODgiMQO4H9xcBYLbLO/WHVFHtGiL/0HKCMD1CRA0kwEU8Yw 88Bp5QKjGGCZI4xGHxGYkAsLQFaAVXF4YBgQCRbQJKMjL1vty74f uyCHeOflR8v+SYl2DMauoq8+2C0zg4oyQ7yAhOcmDUTBHbCvMIAM /OBPVTqpj3j2TMg8MaekRWkQwREOFgAiQPezAyMAnxA1oIeIKEgw wBzmh3MGBEHxjQw+AbzyWMY47I9uj+AAWEDMlwORJwAEWAL4S5jh DAd+h0YHeRhspIIJUD9RgzIbkhB+PAkzNrDSPajOQQzIpD9gSai4 oAlGrhAFqbAiRfMcNcAw/MCO4znMN+BkRnEAKn6AhSD8EAyMKMgt IADM6KEACYLBvnZRmoATpjh0w==<<<"]
| 43820 | FROM rust:buster as test
# frontend needs nodejs to build, even for test/clippy
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs
COPY rust-toolchain .
RUN rustup component add clippy
COPY backend backend/
COPY frontend frontend/
COPY Cargo.* ./
RUN cd frontend; npm install; npm run test || exit 1; cd ..
RUN cargo clippy --all-features -- -D warnings
RUN bash -c "time cargo test"
FROM ekidd/rust-musl-builder:stable-openssl11 as build
# frontend needs nodejs to build
RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
RUN sudo apt-get install -y nodejs curl && curl -sSL https://www.factorio.com/get-download/1.0.0/headless/linux64 -o /tmp/factorio_headless_x64_1.0.0.tar.xz
COPY rust-toolchain .
RUN rustup target add x86_64-unknown-linux-musl
ENV RUSTFLAGS="-Clinker=musl-gcc"
ENV RUST_BACKTRACE="1"
COPY backend backend/
COPY frontend frontend/
COPY Cargo.* ./
RUN sudo chown rust.rust . -R; cargo build --release --target=x86_64-unknown-linux-musl
FROM frolvlad/alpine-glibc:latest
WORKDIR /home/factoriobot/
COPY mods mods/
COPY Settings.toml .
COPY --from=build /home/rust/src/frontend/dist/ public/
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/factorio-bot-backend .
RUN mkdir workspace && chmod 0777 . -R && chown 1000.1000 . -R
COPY --from=build /tmp/factorio_headless_x64_1.0.0.tar.xz /home/factoriobot/workspace/
ENV RUST_LOG "info"
ENV RUST_BACKTRACE="1"
# factorio
EXPOSE 34197/udp 27015/tcp
# web
EXPOSE 7123
# rcon
EXPOSE 1234
ENTRYPOINT ["./factorio-bot-backend"]
CMD ["start", "--clients", "0", "--map", ">>><KEY> <KEY> <KEY>RnEAKn6AhSD8EAyMKMgt IADM6KEACYLBvnZRmoATpjh0w==<<<"]
| true | FROM rust:buster as test
# frontend needs nodejs to build, even for test/clippy
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs
COPY rust-toolchain .
RUN rustup component add clippy
COPY backend backend/
COPY frontend frontend/
COPY Cargo.* ./
RUN cd frontend; npm install; npm run test || exit 1; cd ..
RUN cargo clippy --all-features -- -D warnings
RUN bash -c "time cargo test"
FROM ekidd/rust-musl-builder:stable-openssl11 as build
# frontend needs nodejs to build
RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
RUN sudo apt-get install -y nodejs curl && curl -sSL https://www.factorio.com/get-download/1.0.0/headless/linux64 -o /tmp/factorio_headless_x64_1.0.0.tar.xz
COPY rust-toolchain .
RUN rustup target add x86_64-unknown-linux-musl
ENV RUSTFLAGS="-Clinker=musl-gcc"
ENV RUST_BACKTRACE="1"
COPY backend backend/
COPY frontend frontend/
COPY Cargo.* ./
RUN sudo chown rust.rust . -R; cargo build --release --target=x86_64-unknown-linux-musl
FROM frolvlad/alpine-glibc:latest
WORKDIR /home/factoriobot/
COPY mods mods/
COPY Settings.toml .
COPY --from=build /home/rust/src/frontend/dist/ public/
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/factorio-bot-backend .
RUN mkdir workspace && chmod 0777 . -R && chown 1000.1000 . -R
COPY --from=build /tmp/factorio_headless_x64_1.0.0.tar.xz /home/factoriobot/workspace/
ENV RUST_LOG "info"
ENV RUST_BACKTRACE="1"
# factorio
EXPOSE 34197/udp 27015/tcp
# web
EXPOSE 7123
# rcon
EXPOSE 1234
ENTRYPOINT ["./factorio-bot-backend"]
CMD ["start", "--clients", "0", "--map", ">>>PI:KEY:<KEY>END_PI PI:KEY:<KEY>END_PI PI:KEY:<KEY>END_PIRnEAKn6AhSD8EAyMKMgt IADM6KEACYLBvnZRmoATpjh0w==<<<"]
|
[
{
"context": "KDIR /code\n\nRUN pip install -U pip --proxy=http://172.30.7.125:3128\nRUN pip3 install -r requirements.txt --prox",
"end": 277,
"score": 0.9997372627258301,
"start": 265,
"tag": "IP_ADDRESS",
"value": "172.30.7.125"
},
{
"context": " pip3 install -r requirements.txt --proxy=http://172.30.7.125:3128\n\nENV REDIS_HOST=\"172.30.202.138\" \\\n PG_DA",
"end": 348,
"score": 0.9997445940971375,
"start": 336,
"tag": "IP_ADDRESS",
"value": "172.30.7.125"
},
{
"context": "--proxy=http://172.30.7.125:3128\n\nENV REDIS_HOST=\"172.30.202.138\" \\\n PG_DATABASE=\"stockai\" \\\n PG_USER=\"stock",
"end": 385,
"score": 0.9997364282608032,
"start": 371,
"tag": "IP_ADDRESS",
"value": "172.30.202.138"
},
{
"context": "ockai\" \\\n PG_USER=\"stockai\" \\\n PG_PASSWORD=\"stockai\" \\\n PG_HOST=\"172.30.202.136\" \\\n PG_PORT=\"54",
"end": 465,
"score": 0.9986473321914673,
"start": 458,
"tag": "PASSWORD",
"value": "stockai"
},
{
"context": "ockai\" \\\n PG_PASSWORD=\"stockai\" \\\n PG_HOST=\"172.30.202.136\" \\\n PG_PORT=\"5432\" \\\n STATIC_FILE_URL=\"http",
"end": 496,
"score": 0.9997363090515137,
"start": 482,
"tag": "IP_ADDRESS",
"value": "172.30.202.136"
},
{
"context": "PORT=\"5432\" \\\n STATIC_FILE_URL=\"http://10.10.10.32:8000/\" \\\n Release=\"1\"\n\nEXPOSE 8000\n\nCMD [\"su",
"end": 557,
"score": 0.5070582628250122,
"start": 557,
"tag": "IP_ADDRESS",
"value": ""
}
] | Dockerfile | Dasudian/curvetime | 5 | FROM mirror.sunwoda.com/apseasy/python:3.8.1
RUN apt update && \
apt install -y \
supervisor cron vim screen && \
rm -rf /var/lib/apt/lists/*
COPY supervisor-app.conf /etc/supervisor/conf.d/
COPY . /code/
WORKDIR /code
RUN pip install -U pip --proxy=http://172.30.7.125:3128
RUN pip3 install -r requirements.txt --proxy=http://172.30.7.125:3128
ENV REDIS_HOST="172.30.202.138" \
PG_DATABASE="stockai" \
PG_USER="stockai" \
PG_PASSWORD="stockai" \
PG_HOST="172.30.202.136" \
PG_PORT="5432" \
STATIC_FILE_URL="http://10.10.10.32:8000/" \
Release="1"
EXPOSE 8000
CMD ["supervisord", "-n"]
| 337428 | FROM mirror.sunwoda.com/apseasy/python:3.8.1
RUN apt update && \
apt install -y \
supervisor cron vim screen && \
rm -rf /var/lib/apt/lists/*
COPY supervisor-app.conf /etc/supervisor/conf.d/
COPY . /code/
WORKDIR /code
RUN pip install -U pip --proxy=http://172.30.7.125:3128
RUN pip3 install -r requirements.txt --proxy=http://172.30.7.125:3128
ENV REDIS_HOST="172.30.202.138" \
PG_DATABASE="stockai" \
PG_USER="stockai" \
PG_PASSWORD="<PASSWORD>" \
PG_HOST="172.30.202.136" \
PG_PORT="5432" \
STATIC_FILE_URL="http://10.10.10.32:8000/" \
Release="1"
EXPOSE 8000
CMD ["supervisord", "-n"]
| true | FROM mirror.sunwoda.com/apseasy/python:3.8.1
RUN apt update && \
apt install -y \
supervisor cron vim screen && \
rm -rf /var/lib/apt/lists/*
COPY supervisor-app.conf /etc/supervisor/conf.d/
COPY . /code/
WORKDIR /code
RUN pip install -U pip --proxy=http://172.30.7.125:3128
RUN pip3 install -r requirements.txt --proxy=http://172.30.7.125:3128
ENV REDIS_HOST="172.30.202.138" \
PG_DATABASE="stockai" \
PG_USER="stockai" \
PG_PASSWORD="PI:PASSWORD:<PASSWORD>END_PI" \
PG_HOST="172.30.202.136" \
PG_PORT="5432" \
STATIC_FILE_URL="http://10.10.10.32:8000/" \
Release="1"
EXPOSE 8000
CMD ["supervisord", "-n"]
|
[
{
"context": "FROM ubuntu:14.04\nMAINTAINER Minglei Hei <mythay@126.com>\n\n# first create user and group f",
"end": 40,
"score": 0.9998567700386047,
"start": 29,
"tag": "NAME",
"value": "Minglei Hei"
},
{
"context": "FROM ubuntu:14.04\nMAINTAINER Minglei Hei <mythay@126.com>\n\n# first create user and group for all the X Win",
"end": 56,
"score": 0.9999264478683472,
"start": 42,
"tag": "EMAIL",
"value": "mythay@126.com"
}
] | Dockerfile | mythay/docker-x11 | 0 | FROM ubuntu:14.04
MAINTAINER Minglei Hei <mythay@126.com>
# first create user and group for all the X Window stuff
# required to do this first so we have consistent uid/gid between server and client container
RUN addgroup --system xusers \
&& adduser \
--home /home/xclient \
--disabled-password \
--shell /bin/bash \
--gecos "user for running an xclient application" \
--ingroup xusers \
--quiet \
xclient
# Change to use China mirror, to speed up the apt download speed for test
# RUN sed -i 's/archive.ubuntu/cn.archive.ubuntu/g' /etc/apt/sources.list
# Install packages required for connecting against X Server
RUN apt-get update && apt-get install -y --no-install-recommends \
xvfb \
rxvt \
xauth \
x11vnc \
x11-utils \
x11-xserver-utils
# create or use the volume depending on how container is run
# ensure that server and client can access the cookie
RUN mkdir -p /Xauthority && chown -R xclient:xusers /Xauthority
VOLUME /Xauthority
# start x11vnc and expose its port
ENV DISPLAY :0.0
EXPOSE 5900
COPY *.sh /scripts/
RUN chmod +x /scripts/*.sh
# During startup we need to prepare connection to X11-Server container
USER xclient
ENTRYPOINT ["/scripts/x11-entrypoint.sh"]
| 118994 | FROM ubuntu:14.04
MAINTAINER <NAME> <<EMAIL>>
# first create user and group for all the X Window stuff
# required to do this first so we have consistent uid/gid between server and client container
RUN addgroup --system xusers \
&& adduser \
--home /home/xclient \
--disabled-password \
--shell /bin/bash \
--gecos "user for running an xclient application" \
--ingroup xusers \
--quiet \
xclient
# Change to use China mirror, to speed up the apt download speed for test
# RUN sed -i 's/archive.ubuntu/cn.archive.ubuntu/g' /etc/apt/sources.list
# Install packages required for connecting against X Server
RUN apt-get update && apt-get install -y --no-install-recommends \
xvfb \
rxvt \
xauth \
x11vnc \
x11-utils \
x11-xserver-utils
# create or use the volume depending on how container is run
# ensure that server and client can access the cookie
RUN mkdir -p /Xauthority && chown -R xclient:xusers /Xauthority
VOLUME /Xauthority
# start x11vnc and expose its port
ENV DISPLAY :0.0
EXPOSE 5900
COPY *.sh /scripts/
RUN chmod +x /scripts/*.sh
# During startup we need to prepare connection to X11-Server container
USER xclient
ENTRYPOINT ["/scripts/x11-entrypoint.sh"]
| true | FROM ubuntu:14.04
MAINTAINER PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# first create user and group for all the X Window stuff
# required to do this first so we have consistent uid/gid between server and client container
RUN addgroup --system xusers \
&& adduser \
--home /home/xclient \
--disabled-password \
--shell /bin/bash \
--gecos "user for running an xclient application" \
--ingroup xusers \
--quiet \
xclient
# Change to use China mirror, to speed up the apt download speed for test
# RUN sed -i 's/archive.ubuntu/cn.archive.ubuntu/g' /etc/apt/sources.list
# Install packages required for connecting against X Server
RUN apt-get update && apt-get install -y --no-install-recommends \
xvfb \
rxvt \
xauth \
x11vnc \
x11-utils \
x11-xserver-utils
# create or use the volume depending on how container is run
# ensure that server and client can access the cookie
RUN mkdir -p /Xauthority && chown -R xclient:xusers /Xauthority
VOLUME /Xauthority
# start x11vnc and expose its port
ENV DISPLAY :0.0
EXPOSE 5900
COPY *.sh /scripts/
RUN chmod +x /scripts/*.sh
# During startup we need to prepare connection to X11-Server container
USER xclient
ENTRYPOINT ["/scripts/x11-entrypoint.sh"]
|
[
{
"context": "ITDB_DATABSE=todos\nENV MONGO_INITDB_ROOT_USERNAME=root\nENV MONGO_INITDB_ROOT_PASSWORD=rootpw\n\nEXPOSE 270",
"end": 96,
"score": 0.9666066765785217,
"start": 92,
"tag": "USERNAME",
"value": "root"
},
{
"context": "ROOT_USERNAME=root\nENV MONGO_INITDB_ROOT_PASSWORD=rootpw\n\nEXPOSE 27017",
"end": 134,
"score": 0.9984049797058105,
"start": 128,
"tag": "PASSWORD",
"value": "rootpw"
}
] | mongodb/Dockerfile | StvnWthrsp/golang-todos | 0 | FROM mongo:latest
WORKDIR /
ENV MONGO_INITDB_DATABSE=todos
ENV MONGO_INITDB_ROOT_USERNAME=root
ENV MONGO_INITDB_ROOT_PASSWORD=rootpw
EXPOSE 27017 | 373706 | FROM mongo:latest
WORKDIR /
ENV MONGO_INITDB_DATABSE=todos
ENV MONGO_INITDB_ROOT_USERNAME=root
ENV MONGO_INITDB_ROOT_PASSWORD=<PASSWORD>
EXPOSE 27017 | true | FROM mongo:latest
WORKDIR /
ENV MONGO_INITDB_DATABSE=todos
ENV MONGO_INITDB_ROOT_USERNAME=root
ENV MONGO_INITDB_ROOT_PASSWORD=PI:PASSWORD:<PASSWORD>END_PI
EXPOSE 27017 |
Subsets and Splits
Dockerfile Ubuntu Content Analysis
Filters training data to show only entries containing "ubuntu", providing basic keyword search functionality but offering limited analytical value beyond simple text matching.