code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
FROM fitbur/ubuntu MAINTAINER Sharmarke Aden, saden1@gmail.com ENV _VERSION 14.04 # Install core utils needed to build from source RUN apt-get install -y build-essential tcl RUN apt-get -y clean RUN apt-get -y autoremove
MagIciaNGTAO/docker
base/core/builder/Dockerfile
Dockerfile
apache-2.0
224
from enow/storm MAINTAINER writtic <writtic@gmail.com> # ADD ./target/enow-storm-1.0.jar $STORM_HOME/extlib/enow-storm-1.0.jar WORKDIR /usr/share/storm ADD ./submitter/enow-storm-1.0.jar topology.jar # add startup script ADD submitter.sh submitter.sh RUN chmod +x submitter.sh ENTRYPOINT ["/usr/share/storm/submitter....
Writtic/docker-storm
submitter/Dockerfile
Dockerfile
apache-2.0
325
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-ubuntu:hirsute-build ENV NODE_VERSION 14.18.3 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver...
resin-io-library/base-images
balena-base-images/node/npe-x500-m3/ubuntu/hirsute/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,760
# AUTOGENERATED FILE FROM balenalib/up-core-plus-ubuntu:hirsute-run ENV NODE_VERSION 14.18.3 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp...
resin-io-library/base-images
balena-base-images/node/up-core-plus/ubuntu/hirsute/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,919
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-fedora:32-build ENV NODE_VERSION 12.20.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.p...
nghiant2710/base-images
balena-base-images/node/orbitty-tx2/fedora/32/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-debian:bullseye-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libs...
nghiant2710/base-images
balena-base-images/dotnet/asus-tinker-board-s/debian/bullseye/3.1-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,141
# AUTOGENERATED FILE FROM balenalib/surface-pro-6-debian:buster-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libssl1.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/surface-pro-6/debian/buster/6.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,541
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-fedora:35-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtuale...
resin-io-library/base-images
balena-base-images/python/orangepi-plus2/fedora/35/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
2,442
FROM golang:1.9 RUN set -ex &&\ apt-get update && \ apt-get install -y git RUN git clone https://github.com/fatedier/frp /go/src/github.com/fatedier/frp && \ cd /go/src/github.com/fatedier/frp && \ make && \ mv bin/frpc /frpc && \ mv bin/frps /frps && \ mv conf/frpc.ini /frpc.ini && \ ...
noricohuas/docker
frp/github/Dockerfile
Dockerfile
apache-2.0
416
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-ubuntu:focal-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public...
nghiant2710/base-images
balena-base-images/python/nanopc-t4/ubuntu/focal/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,828
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-debian:sid-build ENV NODE_VERSION 12.21.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg ...
nghiant2710/base-images
balena-base-images/node/odroid-u3+/debian/sid/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,781
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-alpine:3.11-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do ...
nghiant2710/base-images
balena-base-images/node/var-som-mx6/alpine/3.11/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,956
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-ubuntu:eoan-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depend...
nghiant2710/base-images
balena-base-images/python/orbitty-tx2/ubuntu/eoan/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,066
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-ubuntu:bionic-run ENV NODE_VERSION 12.21.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp...
nghiant2710/base-images
balena-base-images/node/nitrogen6xq2g/ubuntu/bionic/12.21.0/run/Dockerfile
Dockerfile
apache-2.0
2,921
FROM registry.access.redhat.com/rhel7:latest MAINTAINER Abhijit Mane <abhijman@in.ibm.com> # Important # For rhel7 image, appropriate RHEL-7 repo needs to be setup to proceed. # Ex: If using rhel subscription, then register & enable epel repos # subscription-manager register --username 'user' --password 'password' -...
ppc64le/build-scripts
z/zstd-jni/rhel79/Dockerfile
Dockerfile
apache-2.0
572
# AUTOGENERATED FILE FROM balenalib/etcher-pro-alpine:3.11-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add...
nghiant2710/base-images
balena-base-images/python/etcher-pro/alpine/3.11/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,130
# Use Debian stretch until https://bugs.alpinelinux.org/issues/8131 is resolved. FROM debian@sha256:de3eac83cd481c04c5d6c7344cd7327625a1d8b2540e82a8231b5675cef0ae5f AS qemu RUN apt-get update && apt-get install -y qemu-user-static && \ mv /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64 && \ mv /usr/bin/qemu-...
JohnnyLeone/linuxkit
pkg/binfmt/Dockerfile
Dockerfile
apache-2.0
894
FROM java:8-jre MAINTAINER Oleksandr Kharkovskyi <double2603@gmail.com> ADD ./target/car-service-1.0.0-SNAPSHOT.jar /app/ CMD ["java", "-jar", "/app/car-service-1.0.0-SNAPSHOT.jar"] #EXPOSE 8989 2000 EXPOSE 3000
okharkovskyi/scala-cloud-skeleton
car-service/Dockerfile
Dockerfile
apache-2.0
213
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-ubuntu:eoan-run ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp....
nghiant2710/base-images
balena-base-images/node/firefly-rk3288/ubuntu/eoan/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,918
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-alpine:3.14-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon Mc...
resin-io-library/base-images
balena-base-images/python/raspberry-pi2/alpine/3.14/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,839
# AUTOGENERATED FILE FROM balenalib/up-board-debian:buster-run ENV NODE_VERSION 14.18.3 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver ke...
resin-io-library/base-images
balena-base-images/node/up-board/debian/buster/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,937
# lappsgrid/brandeis # # This image extends the tomcat7 image and adds the Lapps services running # on the Brandeis node. FROM lappsgrid/tomcat7 ENV TERM=xterm USER root #ADD ./brandeis-services.tgz /var/lib/tomcat7/webapps ADD ./opennlp-web-service#2.0.1.war /var/lib/tomcat7/webapps/opennlp-web-service#2.0.1.war AD...
oanc/docker-brandeis
Dockerfile
Dockerfile
apache-2.0
867
# AUTOGENERATED FILE FROM balenalib/photon-nano-ubuntu:xenial-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For som...
nghiant2710/base-images
balena-base-images/openjdk/photon-nano/ubuntu/xenial/11-jre/build/Dockerfile
Dockerfile
apache-2.0
3,105
FROM ubuntu:18.04 RUN apt-get update \ && apt-get install -y \ apt-transport-https \ build-essential \ cmake \ g++-6 \ git \ make \ xz-utils \ zlib1g-dev \ python-pip \ curl \ && rm -rf /var/lib/apt/lists/* \ && apt-get -y autoremove --purge \ && apt-get -y clean \ && pip install cloudsmith-cl...
dipinhora/ponyc
.ci-dockerfiles/x86-64-unknown-linux-gnu-builder/Dockerfile
Dockerfile
bsd-2-clause
456
# https://github.com/elastic/kibana-docker FROM docker.elastic.co/kibana/kibana-oss:6.0.0 # Add your kibana plugins setup here # Example: RUN kibana-plugin install <name|url>
albertodall/eShopOnContainers
deploy/elk/kibana/Dockerfile
Dockerfile
mit
176
FROM node:0.12-slim MAINTAINER SD Elements ENV PKG_JSON_URL=https://raw.githubusercontent.com/sdelements/lets-chat/master/package.json \ TAR_GZ_URL=https://github.com/sdelements/lets-chat/archive/master.tar.gz \ BUILD_DEPS='g++ gcc git make python' \ LCB_PLUGINS='lets-chat-ldap lets-chat-s3' RUN mkdir -p ...
robin1liu/lets-chat
docker/Dockerfile
Dockerfile
mit
1,222
FROM solidnerd/rainloop:1.10.5.192 MAINTAINER https://github.com/greenmail-mail-test/greenmail (marcel.may.de@gmail.com) EXPOSE 80 # Replace domains with preconfigured GreenMail domain RUN rm $RAINLOOP_HOME/rainloop/v/1.10.5.192/app/domains/* ADD domains/* $RAINLOOP_HOME/rainloop/v/1.10.5.192/app/domains/
marcelmay/greenmail
greenmail-docker/clients/rainloop/Dockerfile
Dockerfile
apache-2.0
309
# Dockerfile that builds a minimal container for IPython + narrative # # Assumes that we have clones of the boostrap repo (for bringing in the python # environment) and a narrative repo in this directory # Steve Chan sychan@lbl.gov # # Copyright 2013 The Regents of the University of California, # Lawrenc...
nlharris/narrative
docker/Dockerfile
Dockerfile
mit
3,334
FROM java:8 # Setup useful environment variables ENV CONF_HOME /var/atlassian/confluence ENV CONF_INSTALL /opt/atlassian/confluence ENV CONF_VERSION 5.9.10 # Install Atlassian Confluence and helper tools and setup initial home # directory structure. RUN set -x \ && apt-get update --quiet \ && apt-get in...
varju/docker-atlassian-confluence
Dockerfile
Dockerfile
mit
3,254
FROM trollin/debian MAINTAINER Sasha Gerrand <github+docker-glibc-builder@sgerrand.com> ENV PREFIX_DIR /usr/glibc-compat ENV GLIBC_VERSION 2.24 RUN apt-get -q update \ && apt-get -qy install build-essential wget openssl gawk COPY configparams /glibc-build/configparams COPY builder /builder ENTRYPOINT ["/builder"]
hkjn/junk
docker-glibc-builder/Dockerfile
Dockerfile
mit
316
FROM ioft/armhf-ubuntu ENV GOPATH /go RUN apt-get update && apt-get install -y golang nginx git && apt-get clean RUN go get github.com/stianeikeland/go-rpio EXPOSE 80
kgsuzuki/octo-tatertot
Dockerfile
Dockerfile
mit
172
FROM debian:jessie RUN apt-get update -y RUN apt-get upgrade -y RUN apt-get install php5-cli -y
LeonardA-L/fiddlegram
dockerImages/phpImage/Dockerfile
Dockerfile
mit
95
FROM phusion/passenger-customizable:2.0.1 MAINTAINER sunteya <sunteya@gmail.com> RUN apt-get update # 2021-12-22-1 RUN /pd_build/utilities.sh RUN apt install -y sudo # Node 14 and yarn RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - \ && apt-get install -y nodejs \ && npm install -g yarn # Ruby...
sunteya/dockers
passenger/Dockerfile
Dockerfile
mit
1,841
FROM shipito/php:7.0-alpine MAINTAINER Patrik Votoček <patrik@votocek.cz> ENV COMPOSER_DISABLE_XDEBUG_WARN 1 RUN apk --update --no-cache upgrade && \ apk --update --no-cache add php7-xdebug --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ CMD ["php", "-a"]
Shipito/docker-images
php/7.0/alpine/xdebug/Dockerfile
Dockerfile
mit
282
FROM phusion/baseimage:0.9.14 MAINTAINER Nathan Hopkins <natehop@gmail.com> #RUN echo deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs) main universe > /etc/apt/sources.list.d/universe.list RUN apt-get -y update\ && apt-get -y upgrade # dependencies RUN apt-get -y --force-yes install vim\ nginx\ python-dev\ ...
dgarros/docker-graphite-statsd
Dockerfile
Dockerfile
mit
2,363
FROM mlovci/tmpnb-minimal ADD Introduction.ipynb /home/jovyan/Introduction.ipynb ADD Acknowledgements.ipynb /home/jovyan/Acknowledgements.ipynb ADD examples /home/jovyan/examples ADD img /home/jovyan/img USER root ADD https://s3-us-west-2.amazonaws.com/flotilla-projects/flotilla_projects_pag2015.zip /home/jovyan/floti...
mlovci/tmpnb_PAG2015
Dockerfile
Dockerfile
mit
670
FROM debian:jessie # add our user and group first to make sure their IDs get assigned consistently RUN groupadd -r kibana && useradd -r -m -g kibana kibana RUN apt-get update && apt-get install -y \ ca-certificates \ wget \ --no-install-recommends && rm -rf /var/lib/apt/lists/* # grab gosu for easy step-down fr...
phalcongelist/phaldock
kibana/Dockerfile
Dockerfile
mit
2,523
FROM base/archlinux ADD https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64 /usr/bin/dumb-init RUN chmod +x /usr/bin/dumb-init ENTRYPOINT ["/usr/bin/dumb-init", "--"] ADD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=benchmark /tmp/benchmark/PKGBUILD ADD https://aur.archlinux.or...
attugit/cxxjson
docker/Dockerfile
Dockerfile
mit
1,448
FROM nodesource/precise-base MAINTAINER William Blankenship <wblankenship@nodesource.com> RUN curl https://deb.nodesource.com/node/pool/main/n/nodejs/nodejs_0.10.41-1nodesource1~precise1_amd64.deb > node.deb \ && dpkg -i node.deb \ && rm node.deb RUN npm install -g pangyp\ && ln -s $(which pangyp) $(dirname $(whic...
nodesource/docker-node
ubuntu/precise/node/0.10.41/Dockerfile
Dockerfile
mit
553
# This file sets up a basic environment to simulate the C environment used on # the iLab Machines. FROM centos:centos7 MAINTAINER Billy Lynch <billy@wlyn.ch> # Install Package Groups RUN yum -y groupinstall "Development Tools" "Debugging Tools" # Add local user RUN adduser -m -U -u 1000 dev USER dev WORKDIR /home/de...
wlynch/ilab-docker
Dockerfile
Dockerfile
mit
336
FROM nvidia/cuda:9.1-cudnn7-devel-ubuntu16.04 as com.wildme.wildbook-image-curation.base MAINTAINER Jason Parham <parham@wildme.org> # Install apt packages RUN apt-get update && apt-get install -y \ build-essential \ ca-certificates \ cmake=3.5.1-1ubuntu3 \ git=1:2.7.4-0ubuntu1.3 \ tmux=2.1-3build...
Erotemic/ibeis
dev/docker/Dockerfile
Dockerfile
apache-2.0
13,018
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-ubuntu:bionic-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C...
resin-io-library/base-images
balena-base-images/python/beaglebone-green-wifi/ubuntu/bionic/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
4,841
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-ubuntu:bionic-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "bde22202576c3920ff5646fb1d19877cedc19501939d6ccd7b16ff89071abd0a go$GO_...
nghiant2710/base-images
balena-base-images/golang/beaglebone-black/ubuntu/bionic/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,034
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-debian:bullseye-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu57 \ liblttng...
nghiant2710/base-images
balena-base-images/dotnet/raspberrypi400-64/debian/bullseye/2.1-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,978
FROM bde2020/sextant ENV PORT 8080 ENV PORT2 5000 RUN apt-get update && \ apt-get install -y git python-pip libpq-dev python-dev libhdf5-serial-dev netcdf-bin libnetcdf-dev gdal-bin libgdal-dev python-gdal libblas-dev liblapack-dev libatlas-base-dev gfortran libfreetype6-dev && \ apt-get clean && \ rm -r...
iaklampanos/bde-pilot-2
sc5-sextant-docker/Dockerfile
Dockerfile
apache-2.0
954
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-ubuntu:impish-run ENV NODE_VERSION 12.22.9 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.co...
resin-io-library/base-images
balena-base-images/node/odroid-u3+/ubuntu/impish/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,912
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --initdb -p /out alpine-baselayout apk-tools audit busybox tini # Remove apk residuals. We have a read-only rootfs, so apk is of no use. RUN rm -rf /out/etc/apk /out/lib/apk ...
YuPengZTE/linuxkit
pkg/auditd/Dockerfile
Dockerfile
apache-2.0
534
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-debian:stretch-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dep...
nghiant2710/base-images
balena-base-images/python/nitrogen8mm/debian/stretch/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,096
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-debian:bullseye-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: pu...
resin-io-library/base-images
balena-base-images/python/jetson-tx2/debian/bullseye/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
4,858
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-debian:bookworm-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu67 \ l...
resin-io-library/base-images
balena-base-images/dotnet/beaglebone-green-gateway/debian/bookworm/6.0-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,927
# Adapted from FROM tamboraorg/crephpdev:0.2020 #FROM tamboraorg/crephppackages:0.2020 MAINTAINER Michael Kahle <michael.kahle@yahoo.de> ARG BUILD_YEAR=2020 ARG BUILD_MONTH=0 ARG BUILD_TAG=latest ENV DEBIAN_FRONTEND noninteractive ENV INITRD No #ENV LANG en_US.UTF-8 ENV YII_VERSION 3.0.0 LABEL Name="Yii3 for CRE" \...
tambora-org/docker
crePhpYii3c/Dockerfile
Dockerfile
apache-2.0
7,419
FROM camunda/camunda-bpm-platform:tomcat-7.11.0 ## Add prometheus exporter RUN wget https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.11.0/jmx_prometheus_javaagent-0.11.0.jar -P lib/ #9404 is the reserved prometheus-jmx port ENV CATALINA_OPTS -javaagent:lib/jmx_prometheus_javaagent-0.11.0.jar...
camunda/camunda-consulting
snippets/camunda-bpm-kubernetes/images/camunda-bpm/Dockerfile
Dockerfile
apache-2.0
358
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-ubuntu:focal-run ENV GO_VERSION 1.16 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-g...
nghiant2710/base-images
balena-base-images/golang/imx8m-var-dart/ubuntu/focal/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,323
# AUTOGENERATED FILE FROM balenalib/raspberrypi-alpine:3.13-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk ad...
nghiant2710/base-images
balena-base-images/python/raspberrypi/alpine/3.13/3.5.10/run/Dockerfile
Dockerfile
apache-2.0
4,133
# AUTOGENERATED FILE FROM balenalib/jn30b-nano-alpine:edge-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVit...
resin-io-library/base-images
balena-base-images/python/jn30b-nano/alpine/edge/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,836
FROM nginx MAINTAINER Anton Johansson <antoon.johansson@gmail.com> COPY repo /var/www/apt-repository COPY nginx.conf /etc/nginx/nginx.conf
anton-johansson/server
apt-repository/Dockerfile
Dockerfile
apache-2.0
140
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-alpine:3.14-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVit...
resin-io-library/base-images
balena-base-images/python/jetson-tx2/alpine/3.14/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
4,836
FROM //docker/example:base COPY /example.pex /example.pex ENTRYPOINT [ "/example.pex" ]
thought-machine/pleasings
docker/example/Dockerfile
Dockerfile
apache-2.0
89
# AUTOGENERATED FILE FROM balenalib/beaglebone-debian:stretch-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depe...
resin-io-library/base-images
balena-base-images/python/beaglebone/debian/stretch/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,093
FROM python:3.7-alpine LABEL com.jira-management.version="2.0.0" \ vendor="FIWARE Foundation, e.V." \ com.jira-management.release-date="2021-06-03" \ com.jira-management.version.is-production="yes" \ com.jira-management.maintainer="Fernando López <fernando.lopez@fiware.org>" # Install dependen...
flopezag/fiware-management-scripts
docker/Dockerfile
Dockerfile
apache-2.0
1,292
# AUTOGENERATED FILE FROM balenalib/intel-edison-alpine:3.13-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McV...
resin-io-library/base-images
balena-base-images/python/intel-edison/alpine/3.13/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,836
FROM i386/ubuntu:bionic LABEL io.balena.architecture="i386-nlp" RUN apt-get update && apt-get install -y --no-install-recommends \ sudo \ ca-certificates \ findutils \ gnupg \ dirmngr \ inetutils-ping \ netbase \ curl \ udev \ $( \ if apt-cache show 'iproute' 2>/dev/null | grep -q '^Version:'...
nghiant2710/base-images
balena-base-images/i386-nlp/ubuntu/bionic/run/Dockerfile
Dockerfile
apache-2.0
3,465
# AUTOGENERATED FILE FROM balenalib/jn30b-nano-ubuntu:focal-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: publi...
resin-io-library/base-images
balena-base-images/python/jn30b-nano/ubuntu/focal/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,826
# AUTOGENERATED FILE FROM balenalib/artik533s-alpine:edge-build ENV GO_VERSION 1.15.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && e...
nghiant2710/base-images
balena-base-images/golang/artik533s/alpine/edge/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,336
FROM balenalib/armv7hf-ubuntu:disco-build LABEL io.balena.device-type="odroid-u3+" RUN apt-get update && apt-get install -y --no-install-recommends \ less \ kmod \ nano \ net-tools \ ifupdown \ iputils-ping \ i2c-tools \ usbutils \ && rm -rf /var/lib/apt/lists/* RUN [ ! -d /.balena/messages ] && mkdi...
nghiant2710/base-images
balena-base-images/device-base/odroid-u3+/ubuntu/disco/build/Dockerfile
Dockerfile
apache-2.0
1,091
# AUTOGENERATED FILE FROM balenalib/ts4900-debian:stretch-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public ...
resin-io-library/base-images
balena-base-images/python/ts4900/debian/stretch/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,852
# AUTOGENERATED FILE FROM balenalib/fincm3-alpine:edge-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie ...
nghiant2710/base-images
balena-base-images/python/fincm3/alpine/edge/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
4,833
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-alpine:3.11-build # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirn...
nghiant2710/base-images
balena-base-images/openjdk/var-som-mx6/alpine/3.11/7-jre/build/Dockerfile
Dockerfile
apache-2.0
1,764
# AUTOGENERATED FILE FROM balenalib/jetson-nano-ubuntu:cosmic-run ENV NODE_VERSION 10.24.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.c...
nghiant2710/base-images
balena-base-images/node/jetson-nano/ubuntu/cosmic/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,915
# AUTOGENERATED FILE FROM balenalib/odroid-ux3-ubuntu:focal-run RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu66 \ ...
resin-io-library/base-images
balena-base-images/dotnet/odroid-ux3/ubuntu/focal/5.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,556
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-debian:buster-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libssl1.1 \...
resin-io-library/base-images
balena-base-images/dotnet/nanopi-neo-air/debian/buster/3.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,917
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-debian:bookworm-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu67 \ libssl1.1...
resin-io-library/base-images
balena-base-images/dotnet/jetson-nano-emmc/debian/bookworm/6.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,535
# AUTOGENERATED FILE FROM balenalib/photon-xavier-nx-fedora:33-run ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver h...
nghiant2710/base-images
balena-base-images/node/photon-xavier-nx/fedora/33/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,755
FROM arm32v6/alpine:3.10 LABEL io.balena.architecture="rpi" LABEL io.balena.qemu.version="5.2.0+balena4-arm" COPY qemu-arm-static /usr/bin RUN apk add --no-cache \ bash \ ca-certificates \ curl \ dbus \ findutils \ tar \ udev \ gnupg \ && echo $'#!/bin/sh\n\ set -e\n\ set -u\n\ n=0\n\ max=2\n\ unt...
nghiant2710/base-images
balena-base-images/rpi/alpine/3.10/run/Dockerfile
Dockerfile
apache-2.0
2,381
FROM balenalib/amd64-debian:bookworm-run LABEL io.balena.device-type="up-squared" RUN apt-get update && apt-get install -y --no-install-recommends \ less \ kmod \ nano \ net-tools \ ifupdown \ iputils-ping \ i2c-tools \ usbutils \ && rm -rf /var/lib/apt/lists/* # MRAA ENV MRAA_COMMIT 967585c9ea0e1a88...
resin-io-library/base-images
balena-base-images/device-base/up-squared/debian/bookworm/run/Dockerfile
Dockerfile
apache-2.0
2,877
# AUTOGENERATED FILE FROM balenalib/odyssey-x86-debian:buster-run ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver ...
resin-io-library/base-images
balena-base-images/node/odyssey-x86/debian/buster/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,938
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-debian:bullseye-build ENV GO_VERSION 1.16 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_VERS...
nghiant2710/base-images
balena-base-images/golang/revpi-core-3/debian/bullseye/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,030
# AUTOGENERATED FILE FROM balenalib/n310-tx2-debian:bookworm-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu67 \ libssl1.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/n310-tx2/debian/bookworm/3.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,917
######################################## # Derived from ubuntu distribution with LXDE and VNC ######################################## FROM dorowu/ubuntu-desktop-lxde-vnc MAINTAINER Boris Glavic <bglavic@iit.edu> ######################################## # Create working directories #####################################...
IITDBGroup/gprom
Docker/developer/Dockerfile
Dockerfile
apache-2.0
5,083
# AUTOGENERATED FILE FROM balenalib/artik5-alpine:3.13-run ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166006599AA1...
nghiant2710/base-images
balena-base-images/node/artik5/alpine/3.13/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
3,021
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-alpine:3.10-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN ap...
nghiant2710/base-images
balena-base-images/python/imx8mm-var-dart/alpine/3.10/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,135
# AUTOGENERATED FILE FROM balenalib/coral-dev-fedora:33-run ENV GO_VERSION 1.15.7 # gcc for cgo RUN dnf install -y \ gcc-c++ \ gcc \ git \ && dnf clean all RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "bca4af0c20f86521dfabf3b39f...
nghiant2710/base-images
balena-base-images/golang/coral-dev/fedora/33/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,070
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-alpine:3.15-build # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'd...
resin-io-library/base-images
balena-base-images/openjdk/nanopi-neo-air/alpine/3.15/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,763
# AUTOGENERATED FILE FROM balenalib/astro-tx2-alpine:3.10-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add ...
nghiant2710/base-images
balena-base-images/python/astro-tx2/alpine/3.10/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,131
FROM blijblijblij/base:latest MAINTAINER Rogier Wessel, rhwessel@xs4all.nl RUN apt-get update #Install CLIs RUN apt-get update && apt-get install -y python-pip && pip install awscli RUN apt-get clean && rm -rf /var/lib/apt/lists/*
blijblijblij/docker
awscli/Dockerfile
Dockerfile
apache-2.0
238
FROM armbuild/ubuntu:precise #RUN echo deb http://archive.ubuntu.com/ubuntu/ precise main universe > /etc/apt/sources.list.d/precise.list RUN apt-get update -q RUN apt-get install -qy openvpn iptables socat curl ADD ./bin /usr/local/sbin VOLUME /etc/openvpn EXPOSE 443/tcp 1194/udp 8080/tcp CMD run
armbuild/dockvpn
Dockerfile
Dockerfile
apache-2.0
299
FROM ubuntu:latest MAINTAINER Tim Fall <tim@midokura.com> # Containerized version of zk-web (https://github.com/qiuxiafei/zk-web) RUN apt-get update && apt-get install -y --no-install-recommends wget fish git openjdk-7-jdk ADD https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein /bin/lein RUN chmod...
midonet/docker-zk-web
Dockerfile
Dockerfile
apache-2.0
496
# Example Dockerfile for setting up Docker container with MiniConda and an # example app. FROM ubuntu:14.04 # System packages RUN apt-get update && apt-get install -y curl # Install miniconda to /miniconda RUN curl -LO http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh RUN bash Miniconda-latest-Linu...
westonplatter/dockerfiles
python-miniconda/Dockerfile
Dockerfile
bsd-3-clause
645
FROM nanobox/base # Install pkgin packages RUN rm -rf /var/gonano/db/pkgin && /opt/gonano/bin/pkgin -y up && \ /opt/gonano/bin/pkgin -y in nanoinit runit narc openssh && \ rm -rf /var/gonano/db/pkgin/cache # copy files ADD scripts/. /var/tmp/ # setup runit RUN mkdir -p /etc/service RUN ln -s /etc/service /se...
nanobox-io/nanobox-docker-runit
Dockerfile
Dockerfile
mit
481
# AUTOGENERATED FILE FROM balenalib/aio-3288c-alpine:edge-run # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirname ...
nghiant2710/base-images
balena-base-images/openjdk/aio-3288c/alpine/edge/8-jre/run/Dockerfile
Dockerfile
apache-2.0
1,758
# AUTOGENERATED FILE FROM balenalib/kitra710-ubuntu:bionic-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some s...
nghiant2710/base-images
balena-base-images/openjdk/kitra710/ubuntu/bionic/8-jre/build/Dockerfile
Dockerfile
apache-2.0
3,099
FROM ubuntu:20.04 as simpleitk-doxygen RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y \ cmake \ bison \ build-essential \ curl \ flex \ git \ ninja-build \ graphviz \ python \ && apt-get clean RUN git clone https://github.com/doxygen/doxygen.git && \ ( cd doxygen &...
InsightSoftwareConsortium/SimpleITK
Utilities/Doxygen/docker/Dockerfile
Dockerfile
apache-2.0
664
FROM python:2.7 MAINTAINER Dmitry Korobitsin <https://github.com/korobitsin> COPY . /tmp/simulator/ RUN set -x \ && pip install /tmp/simulator \ && mv /tmp/simulator/tests/cisco_2801.walk / \ && rm -rf /tmp/simulator EXPOSE 161/udp CMD ["snmp-simulator", "-s", "--host", "0.0.0.0", "--port", "161", "--w...
xeemetric/snmp-simulator
Dockerfile
Dockerfile
bsd-3-clause
350
# Copyright 2021 Google LLC # # 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, ...
skia-dev/oss-fuzz
projects/postfix/Dockerfile
Dockerfile
apache-2.0
900
FROM prom/prometheus:v2.12.0 COPY prometheus-local-file.yml /etc/prometheus-local-file.yml CMD [ "--config.file=/etc/prometheus-local-file.yml", \ "--storage.tsdb.path=/prometheus", \ "--web.console.libraries=/usr/share/prometheus/console_libraries", \ "--web.console.templates=/usr/share/prometheu...
mminella/spring-cloud-data
src/grafana/prometheus/docker/prometheus-local/Dockerfile
Dockerfile
apache-2.0
335
# This image is only meant to be built from within the build.sh script. FROM debian:jessie # Copy binaries (placed by build.sh) COPY base/* /usr/bin/
danielmt/vshard
vendor/github.com/youtube/vitess/docker/etcd-lite/Dockerfile
Dockerfile
mit
151
# PHP-Node based image with Yarn-Grunt-Gulp-Bower-Composer components support FROM ubuntu:16.04 MAINTAINER Rohan Sakhale <rs@saiashirwad.com> ENV LOCALE en_US.UTF-8 ENV TZ Asia/Kolkata ENV LANG en_US.UTF-8 # Install some basic tools needed for deployment RUN apt-get update && apt-get -yqq install \ apt-utils \ b...
SaiAshirwadInformatia/PHPNodeDocker
Dockerfile
Dockerfile
mit
2,239
FROM ubuntu CMD ["echo", "hello, world!"] { invalid syntax
mnylen/pig
test/broken-dockerfile/Dockerfile
Dockerfile
mit
60
FROM imega/base-builder:1.2.0 MAINTAINER Dmitry Gavriloff <info@imega.ru> ADD build/rootfs.tar.gz / CMD ["/usr/sbin/nginx", "-g", "daemon off;", "-p", "/app", "-c", "/nginx.conf"]
imega-docker/nginx-stub
Dockerfile
Dockerfile
mit
183
# AUTOGENERATED FILE FROM resin/armv7hf-buildpack-deps:jessie ENV NODE_VERSION 0.9.12 ENV NPM_VERSION 2.10.1 RUN curl -SLO "http://resin-packages.s3.amazonaws.com/node/v$NODE_VERSION/node-v$NODE_VERSION-linux-armv7hf.tar.gz" \ && tar -xzf "node-v$NODE_VERSION-linux-armv7hf.tar.gz" -C /usr/local --strip-compon...
inn1983/docker-node
armv7hf/0.9/Dockerfile
Dockerfile
mit
498