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
# AUTOGENERATED FILE FROM balenalib/amd64-ubuntu:eoan-run ENV NODE_VERSION 10.23.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.com --rec...
nghiant2710/base-images
balena-base-images/node/amd64/ubuntu/eoan/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,912
# AUTOGENERATED FILE FROM balenalib/photon-nano-debian:sid-run ENV GO_VERSION 1.15.7 # 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-get ...
nghiant2710/base-images
balena-base-images/golang/photon-nano/debian/sid/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,320
# AUTOGENERATED FILE FROM balenalib/hummingboard-ubuntu:bionic-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....
resin-io-library/base-images
balena-base-images/node/hummingboard/ubuntu/bionic/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,914
# AUTOGENERATED FILE FROM balenalib/armv7hf-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 McVittie...
resin-io-library/base-images
balena-base-images/python/armv7hf/alpine/3.13/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,833
# AUTOGENERATED FILE FROM balenalib/surface-go-fedora:35-build ENV NODE_VERSION 12.22.9 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 keyse...
resin-io-library/base-images
balena-base-images/node/surface-go/fedora/35/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/up-board-alpine:3.10-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/up-board/alpine/3.10/7-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,768
# AUTOGENERATED FILE FROM balenalib/edison-alpine:edge-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 --n...
resin-io-library/base-images
balena-base-images/python/edison/alpine/edge/3.9.10/run/Dockerfile
Dockerfile
apache-2.0
4,124
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-alpine:3.12-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 M...
nghiant2710/base-images
balena-base-images/python/nanopi-neo-air/alpine/3.12/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,841
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-ubuntu:disco-build ENV GO_VERSION 1.16 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098 go$GO_VERSION.linux-arm64.tar.gz" | s...
nghiant2710/base-images
balena-base-images/golang/nitrogen8mm/ubuntu/disco/1.16/build/Dockerfile
Dockerfile
apache-2.0
1,994
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-alpine:edge-build ENV NODE_VERSION 14.16.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 \ ;...
nghiant2710/base-images
balena-base-images/node/blackboard-tx2/alpine/edge/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,961
# AUTOGENERATED FILE FROM balenalib/solidrun-imx6-fedora:33-build ENV GO_VERSION 1.17.7 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 "e4f33e7e78f96024d30ff6bf8d2b86329fc04df1b411a8bd30a82dbe60f408ba go$GO_VERSION...
resin-io-library/base-images
balena-base-images/golang/solidrun-imx6/fedora/33/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,025
# AUTOGENERATED FILE FROM balenalib/apalis-imx6-debian:bullseye-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 de...
nghiant2710/base-images
balena-base-images/python/apalis-imx6/debian/bullseye/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,098
# AUTOGENERATED FILE FROM balenalib/qemux86-64-fedora:33-run ENV GO_VERSION 1.16.3 # 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-amd64.tar.gz" \ && echo "951a3c7c6ce4e56ad883f97d9...
nghiant2710/base-images
balena-base-images/golang/qemux86-64/fedora/33/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,086
# AUTOGENERATED FILE FROM balenalib/rpi-alpine:edge-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 \ 6A010C5166006599AA17F0...
nghiant2710/base-images
balena-base-images/node/rpi/alpine/edge/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
3,018
# AUTOGENERATED FILE FROM balenalib/hummingboard2-debian:stretch-build ENV NODE_VERSION 15.10.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" || \...
nghiant2710/base-images
balena-base-images/node/hummingboard2/debian/stretch/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,792
# AUTOGENERATED FILE FROM balenalib/photon-nano-debian:sid-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/photon-nano/debian/sid/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,849
# AUTOGENERATED FILE FROM balenalib/up-core-debian:jessie-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/up-core/debian/jessie/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,787
FROM kbase/devmin:1.1 # User apt-get instructions here RUN DEBIAN_FRONTEND=noninteractive apt-get update;apt-get -y upgrade;apt-get install -y libblas3gf liblapack3gf libhdf5-serial-dev RUN pip install tables # End of user apt-get instructions WORKDIR /kb/dev_container/modules COPY ./service /kb/dev_container/modules/G...
kbase/narrative_method_store
test/data/test_repo_1/Dockerfile
Dockerfile
mit
987
# AUTOGENERATED FILE FROM balenalib/raspberrypi4-64-alpine:3.12-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 'di...
nghiant2710/base-images
balena-base-images/openjdk/raspberrypi4-64/alpine/3.12/7-jre/run/Dockerfile
Dockerfile
apache-2.0
1,764
FROM balenalib/aarch64-alpine:3.13-build LABEL io.balena.device-type="artik710" RUN apk add --update \ less \ nano \ net-tools \ ifupdown \ usbutils \ gnupg \ && rm -rf /var/cache/apk/* RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (Fo...
nghiant2710/base-images
balena-base-images/device-base/artik710/alpine/3.13/build/Dockerfile
Dockerfile
apache-2.0
1,017
FROM golang:1.4.2-onbuild # Copy the runtime dockerfile into the context as Dockerfile COPY Dockerfile.run /go/bin/Dockerfile # Set the workdir to be /go/bin which is where the binaries are built WORKDIR /go/bin # Export the WORKDIR as a tar stream CMD tar -cf - .
dimitriwalters/dockerception
Dockerfile
Dockerfile
apache-2.0
268
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="gwyddion-common" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="gwyddion-common" \ about.summary="architecture-independent files for Gwyddi...
BioDocker/containers
gwyddion-common/2.52-1-deb/Dockerfile
Dockerfile
apache-2.0
929
FROM test/definitions/base-install-node RUN install_node --ignore-verification-failure v0.10.7 CMD npm start
GoogleCloudPlatform/nodejs-docker
runtime-image/test/definitions/unverifiable-node/Dockerfile
Dockerfile
apache-2.0
108
FROM python:3.5 ENV PYTHONUNBUFFERED 1 # Requirements have to be pulled and installed here, otherwise caching won't work COPY ./requirements /requirements RUN pip install -r /requirements/production.txt \ && groupadd -r django \ && useradd -r -g django django COPY . /app RUN chown -R django /app COPY ./com...
gustavofonseca/inbox
compose/django/Dockerfile
Dockerfile
bsd-2-clause
691
FROM alpine:3.15 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis # alpine already has a gid 999, so we'll use the next id RUN apk add --no-cache \ # grab su-exec for easy st...
infosiftr/redis
6.0/alpine/Dockerfile
Dockerfile
bsd-3-clause
4,504
FROM node:4.3.1 MAINTAINER Olivier Liechti <olivier.liechti@heig-vd.ch> # # When we build the image, we copy the executable jar in the image file system. # COPY src /opt/app/ WORKDIR /opt/app/ RUN npm install ENTRYPOINT ["node", "/opt/app/app.js"]
sebastienrichoz/Teaching-HEIGVD-RES-2016-Labo-DockerMusic
docker/image-validation/Dockerfile
Dockerfile
mit
252
FROM gliderlabs/alpine:3.4 #see https://github.com/sillelien/base-alpine for DNS hacks below MAINTAINER jonathan.major@incapturetechnologies.com # About nsswitch.conf - see https://registry.hub.docker.com/u/frolvlad/alpine-oraclejdk8/dockerfile/ COPY rootfs / # S6 is a process manager (helps with DNS) ADD https://git...
amkimian/Rapture
Apps/RaptureAPIServer/docker/Dockerfile
Dockerfile
mit
2,167
FROM node:5.7 # Create app directory RUN mkdir -p /usr/src/app WORKDIR /usr/src/app # Install app dependencies COPY package.json /usr/src/app/ RUN npm install # Bundle app source COPY . /usr/src/app EXPOSE 3000 CMD [ "npm", "start" ]
SkippyZA/github-push-pusher
Dockerfile
Dockerfile
mit
239
FROM licaon/nodejs:6.0 COPY . /app/ RUN cd /app && npm install CMD node ./app/server/index.js
licaon/progressive_app
Dockerfile
Dockerfile
mit
93
FROM ubuntu:14.10 RUN apt-get update && apt-get -y upgrade ENV DEBIAN_FRONTEND noninteractive RUN apt-get -y install openjdk-8-jdk git RUN mkdir /opt/apps RUN cd /opt/apps && \ git clone https://github.com/aselab/scala-activerecord-sample && \ cd scala-activerecord-sample && \ bin/sbt compile RUN echo '\ libra...
y-yoshinoya/scala-activerecord-otherdb-samples
Dockerfile
Dockerfile
mit
714
FROM magnum/generic MAINTAINER Dan Sosedoff "dan@magnum-ci.com" # Setup GOPATH ENV PATH $PATH:/usr/local/go/bin ENV GOPATH /usr/local/go/ # Install Golang binaries RUN wget -q https://go.googlecode.com/files/go1.1.2.linux-amd64.tar.gz && \ tar -C /usr/local -xzf ./go1.1.2.linux-amd64.tar.gz && \ rm ./go1.1.2....
magnumci/dockerfiles
go/1.1.2/Dockerfile
Dockerfile
mit
338
FROM ruby:2.3.0 MAINTAINER emdentec ltd. <docker@emdentec.com> RUN mkdir -p /root/.ssh ENV WORK_DIR /usr/lib/heaven RUN mkdir -p $WORK_DIR COPY Gemfile $WORK_DIR/Gemfile COPY Gemfile.lock $WORK_DIR/Gemfile.lock RUN cd $WORK_DIR && bundle install COPY . $WORK_DIR WORKDIR $WORK_DIR EXPOSE 80 ENTRYPOINT ["bundle", ...
LoveMondays/heaven
Dockerfile
Dockerfile
mit
383
# mysql 5.6 image # docker build -t elarasu/weave-mysql . # FROM elarasu/weave-ubuntu MAINTAINER elarasu@outlook.com # Add MySQL configuration ADD conf/my.cnf /etc/mysql/conf.d/my.cnf ADD conf/mysqld_charset.cnf /etc/mysql/conf.d/mysqld_charset.cnf # mysql server RUN apt-get update \ && apt-get install -yq mysql...
elarasu/weave-mysql
Dockerfile
Dockerfile
mit
1,121
FROM c3h3/pyenv MAINTAINER Summit Suen <summit.suen@gmail.com> RUN pyenv update && \ pyenv install anaconda-2.3.0 && \ pyenv global anaconda-2.3.0 && \ conda update anaconda COPY requirements.txt /tmp/ RUN pip install -r /tmp/requirements.txt RUN ipython profile create RUN (echo "require(['base/js/nam...
suensummit/docker-py-crawler
Dockerfile
Dockerfile
mit
1,284
FROM debian:stretch MAINTAINER dockerage <dockerage@gmail.com> ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get -y install apache2 RUN a2enmod ssl && a2ensite default-ssl VOLUME /var/www VOLUME /var/log/apache2 EXPOSE 80 EXPOSE 443 CMD ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"]
dockerage/dockers
apache/Dockerfile
Dockerfile
mit
304
FROM debian:10 ENV TZ=UTC ENV DEBIAN_FRONTEND noninteractive RUN rm -f /etc/apt/apt.conf.d/docker-clean RUN apt-get update && apt-get install -y wget dpkg-dev devscripts equivs fakeroot debhelper software-properties-common vim git-build-recipe
subuk/vmango
dockerbuild/debian10.dockerfile
Dockerfile
mit
244
FROM brunoric/hhvm:deb MAINTAINER Daniel Fiebig, daniel@wellnow.de # RUN hh_client /var/www/src/public RUN apt-get update && apt-get -y install \ vim
Massagio/docker-hhvm-nginx-data-only
hhvm/Dockerfile
Dockerfile
mit
157
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-alpine:3.11-build ENV GO_VERSION 1.16 # 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 ] && ec...
nghiant2710/base-images
balena-base-images/golang/odroid-xu4/alpine/3.11/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,333
# AUTOGENERATED FILE FROM balenalib/up-squared-alpine:3.14-build ENV NODE_VERSION 17.6.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 \...
resin-io-library/base-images
balena-base-images/node/up-squared/alpine/3.14/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,956
FROM haproxy:alpine LABEL maintainer "m.tenrero@alumnos.urjc.es" COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg EXPOSE 443 EXPOSE 80
mtenrero/vetManager
haproxy/Dockerfile
Dockerfile
apache-2.0
142
# AUTOGENERATED FILE FROM balenalib/fincm3-ubuntu:bionic-run ENV NODE_VERSION 15.14.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.com --...
nghiant2710/base-images
balena-base-images/node/fincm3/ubuntu/bionic/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,914
# AUTOGENERATED FILE FROM balenalib/artik520-ubuntu:disco-run ENV NODE_VERSION 14.15.4 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.com -...
nghiant2710/base-images
balena-base-images/node/artik520/ubuntu/disco/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,914
FROM ubuntu:14.04 # Add the PostgreSQL PGP key to verify their Debian packages. # It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8 # Add PostgreSQL's repository. It conta...
pintostack/core
docker/postgres/Dockerfile
Dockerfile
apache-2.0
1,612
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-debian:stretch-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserve...
nghiant2710/base-images
balena-base-images/node/npe-x500-m3/debian/stretch/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,945
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-ubuntu:bionic-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 d...
resin-io-library/base-images
balena-base-images/python/firefly-rk3288/ubuntu/bionic/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
4,071
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-ubuntu:cosmic-build ENV NODE_VERSION 12.22.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 --ke...
nghiant2710/base-images
balena-base-images/node/asus-tinker-board-s/ubuntu/cosmic/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,772
# AUTOGENERATED FILE FROM balenalib/artik710-ubuntu:disco-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/artik710/ubuntu/disco/3.8.9/build/Dockerfile
Dockerfile
apache-2.0
4,827
# AUTOGENERATED FILE FROM balenalib/surface-go-alpine:3.10-build ENV GO_VERSION 1.15.6 # 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 ] && ...
nghiant2710/base-images
balena-base-images/golang/surface-go/alpine/3.10/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,344
# AUTOGENERATED FILE FROM balenalib/nebra-hnt-ubuntu:focal-build 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/nebra-hnt/ubuntu/focal/6.0-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,560
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-debian:jessie-run ENV NODE_VERSION 15.7.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 -...
nghiant2710/base-images
balena-base-images/node/jetson-nano-2gb-devkit/debian/jessie/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,948
FROM secondriver/jde:v1.0.1 LABEL maintainer="secondriver@yeah.net" \ version="1.2.0" \ descript="Java develop environment, includes git maven jdk8 " RUN /usr/bin/git config --global --unset user.name RUN /usr/bin/git config --global --unset user.email RUN mkdir -p /opt/dev WORKDIR /opt/dev CMD [...
broncho/docker-image
jde/Dockerfile
Dockerfile
apache-2.0
333
# AUTOGENERATED FILE FROM balenalib/astro-tx2-alpine:3.11-run ENV GO_VERSION 1.15.11 # 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 ] && ec...
nghiant2710/base-images
balena-base-images/golang/astro-tx2/alpine/3.11/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,468
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-fedora:35-run 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 keyse...
resin-io-library/base-images
balena-base-images/node/imx7-var-som/fedora/35/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,749
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-nx-devkit-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 \ libicu67 \ lib...
resin-io-library/base-images
balena-base-images/dotnet/jetson-tx2-nx-devkit/debian/bullseye/5.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,147
FROM debian:stretch MAINTAINER Frank Celler <info@arangodb.com> ENV ARCHITECTURE amd64 ENV DEB_PACKAGE_VERSION 1 ENV ARANGO_VERSION 3.3.20 ENV ARANGO_URL https://download.arangodb.com/arangodb33/Debian_9.0 ENV ARANGO_PACKAGE arangodb3-${ARANGO_VERSION}-${DEB_PACKAGE_VERSION}_${ARCHITECTURE}.deb ENV ARANGO_PACKAGE_URL ...
arangodb/arangodb-docker
stretch/3.3.20/Dockerfile
Dockerfile
apache-2.0
2,262
# AUTOGENERATED FILE FROM balenalib/beaglebone-alpine:3.11-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 ] && ...
nghiant2710/base-images
balena-base-images/golang/beaglebone/alpine/3.11/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,337
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-debian:sid-run ENV NODE_VERSION 15.14.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...
nghiant2710/base-images
balena-base-images/node/orange-pi-lite/debian/sid/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,940
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-alpine:3.11-build ENV GO_VERSION 1.16.3 # 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.c...
nghiant2710/base-images
balena-base-images/golang/asus-tinker-board-s/alpine/3.11/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,346
# AUTOGENERATED FILE FROM balenalib/n510-tx2-debian:buster-run ENV GO_VERSION 1.15.11 # 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-get...
nghiant2710/base-images
balena-base-images/golang/n510-tx2/debian/buster/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,325
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-debian:bookworm-run # 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. # # F...
resin-io-library/base-images
balena-base-images/openjdk/raspberrypi400-64/debian/bookworm/11-jre/run/Dockerfile
Dockerfile
apache-2.0
3,743
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-ubuntu:bionic-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 ...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/ubuntu/bionic/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,772
FROM openshift/base-centos7 # This image provides a Perl 5.24 environment you can use to run your Perl applications. MAINTAINER SoftwareCollections.org <sclorg@redhat.com> EXPOSE 8080 # Image metadata ENV PERL_VERSION=5.24 LABEL io.k8s.description="Platform for building and running Perl 5.24 applications" \ i...
hhorak/sti-perl
5.24/Dockerfile
Dockerfile
apache-2.0
1,808
# AUTOGENERATED FILE FROM balenalib/floyd-nano-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: pub...
resin-io-library/base-images
balena-base-images/python/floyd-nano/debian/stretch/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,856
FROM scratch COPY ls / CMD ["/ls"]
aevri/hello-docker
ls/Dockerfile
Dockerfile
apache-2.0
35
# AUTOGENERATED FILE FROM balenalib/surface-pro-6-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 d...
nghiant2710/base-images
balena-base-images/python/surface-pro-6/debian/stretch/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,105
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-fedora:31-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...
nghiant2710/base-images
balena-base-images/python/blackboard-tx2/fedora/31/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
2,442
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-fedora:33-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 k...
resin-io-library/base-images
balena-base-images/node/nanopi-neo-air/fedora/33/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,755
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-fedora:33-run # 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 # insta...
resin-io-library/base-images
balena-base-images/python/jetson-xavier-nx-devkit-emmc/fedora/33/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,451
# AUTOGENERATED FILE FROM balenalib/hummingboard2-debian:bookworm-run # 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 s...
resin-io-library/base-images
balena-base-images/openjdk/hummingboard2/debian/bookworm/11-jre/run/Dockerfile
Dockerfile
apache-2.0
3,739
# AUTOGENERATED FILE FROM balenalib/generic-alpine:3.13-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 ] && ech...
nghiant2710/base-images
balena-base-images/golang/generic/alpine/3.13/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,341
# AUTOGENERATED FILE FROM balenalib/revpi-connect-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 \ ...
nghiant2710/base-images
balena-base-images/dotnet/revpi-connect/debian/buster/3.1-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,526
# AUTOGENERATED FILE FROM balenalib/up-core-plus-debian:stretch-run ENV NODE_VERSION 12.20.1 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 --keyserv...
nghiant2710/base-images
balena-base-images/node/up-core-plus/debian/stretch/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,949
# AUTOGENERATED FILE FROM balenalib/amd64-ubuntu:bionic-run ENV GO_VERSION 1.14.13 # 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-get up...
nghiant2710/base-images
balena-base-images/golang/amd64/ubuntu/bionic/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,337
# AUTOGENERATED FILE FROM balenalib/ts4900-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: public...
nghiant2710/base-images
balena-base-images/python/ts4900/debian/bullseye/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
4,855
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-fedora:35-run # 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 "virtualenv",...
resin-io-library/base-images
balena-base-images/python/imx7-var-som/fedora/35/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
2,435
FROM registry:2 MAINTAINER Georgi Dimitrov <georgi.dimitrov> # always try to install openssl and create a directory /root/openssl RUN apt-get update && \ apt-get install openssl dnsutils -y && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN mkdir -p /data/ #ENV SOMEVAR # always add theese files COPY ./resou...
arthur-kovalenko/adop-docker-registry
Dockerfile
Dockerfile
apache-2.0
1,210
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --bat...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/debian/bullseye/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,955
# AUTOGENERATED FILE FROM balenalib/beagleboard-xm-ubuntu:cosmic-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: ...
nghiant2710/base-images
balena-base-images/python/beagleboard-xm/ubuntu/cosmic/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,837
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-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 \ libicu57 \ liblttng-...
nghiant2710/base-images
balena-base-images/dotnet/orangepi-plus2/debian/bullseye/2.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,977
# AUTOGENERATED FILE FROM balenalib/photon-xavier-nx-fedora:33-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 "virtua...
nghiant2710/base-images
balena-base-images/python/photon-xavier-nx/fedora/33/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
2,443
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-fedora:31-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 \ python-pip \ python-dbus \ && dnf clean all # install "virtualenv...
nghiant2710/base-images
balena-base-images/python/imx8m-var-dart/fedora/31/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
2,438
# AUTOGENERATED FILE FROM balenalib/parallella-fedora:33-run # 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 "virtualenv", s...
resin-io-library/base-images
balena-base-images/python/parallella/fedora/33/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
2,433
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-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/orange-pi-lite/alpine/3.15/8-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,763
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-alpine:3.10-run ENV NODE_VERSION 15.14.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 buildDeps='curl' \ && set -x \ && for key in \ 6A0...
nghiant2710/base-images
balena-base-images/node/jetson-nano-2gb-devkit/alpine/3.10/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
3,037
# AUTOGENERATED FILE FROM balenalib/beaglebone-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/beaglebone/debian/bookworm/5.0-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,129
FROM resnullius/alpine-armv7l:3.5 COPY scripts/mkimage-alpine.bash scripts/apk-install / RUN /apk-install bash tzdata ENTRYPOINT ["/mkimage-alpine.bash"]
resnullius/docker-alpine
builder/armv7l/Dockerfile
Dockerfile
bsd-2-clause
154
# # Build static binary # FROM golang:1.8-alpine as builder LABEL maintainer "Antoine POPINEAU <antoine.popineau@appscho.com>" WORKDIR /go/src/github.com/apognu/vault RUN apk -U add git && go get github.com/Masterminds/glide COPY . /go/src/github.com/apognu/vault RUN glide install RUN CGO_ENABLED=0 GOOS=linux go bui...
apognu/vault
Dockerfile
Dockerfile
bsd-3-clause
706
# This dockerfile utilizes components licensed by their respective owners/authors. # Prior to utilizing this file or resulting images please review the respective licenses at: https://golang.org/LICENSE FROM microsoft/nanoserver ENV GOLANG_VERSION 1.6 ENV GOLANG_DOWNLOAD_URL "https://golang.org/dl/go$GOLANG_VERSION.w...
larsiwer/Virtualization-Documentation
windows-container-samples/golang/Dockerfile
Dockerfile
mit
1,352
FROM debian:wheezy MAINTAINER Johannes Schickling "schickling.j@gmail.com" # needed by cargo ENV USER root ADD install.sh install.sh RUN chmod +x /install.sh RUN /install.sh RUN rm /install.sh VOLUME ["/source"] WORKDIR /source CMD ["bash"] ADD . /source RUN cargo build --release && mkdir -p /usr/share/catapult/bin...
hauleth/catapult
Dockerfile
Dockerfile
mit
409
# AUTOGENERATED FILE FROM balenalib/armv7hf-debian:buster-run # 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 samp...
nghiant2710/base-images
balena-base-images/openjdk/armv7hf/debian/buster/11-jre/run/Dockerfile
Dockerfile
apache-2.0
3,729
# CEPH BASE IMAGE # CEPH VERSION: Jewel # CEPH VERSION DETAIL: 10.2.x FROM ubuntu:14.04 MAINTAINER Sébastien Han "seb@redhat.com" ENV ETCDCTL_VERSION v2.2.4 ENV ETCDCTL_ARCH linux-amd64 ENV CEPH_VERSION jewel ENV CONFD_VERSION 0.10.0 ENV KUBECTL_VERSION v1.6.0 # Download confd ADD https://github.com/kelseyhightower/...
cdxvirt/ceph-docker
ceph-releases/jewel/ubuntu/14.04/base/Dockerfile
Dockerfile
apache-2.0
2,412
FROM alpine:3.1 RUN /bin/echo 'hello from image_3'
chef-cookbooks/docker
test/cookbooks/docker_test/files/image_3/Dockerfile
Dockerfile
apache-2.0
51
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-alpine:edge-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...
nghiant2710/base-images
balena-base-images/openjdk/beaglebone-pocket/alpine/edge/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,770
#FROM cesarev/fabric-boilerplate FROM node:6 RUN npm install -g grunt RUN mkdir -p /usr/src/app/ # use cached layer for node modules ADD package.json /tmp/package.json RUN cd /tmp && npm install --loglevel error RUN mv /tmp/node_modules /usr/src/app/node_modules ADD . /usr/src/app WORKDIR /usr/src/app RUN grunt build
IBMZissou/dbh17-zissou
server/Dockerfile
Dockerfile
apache-2.0
320
FROM buildpack-deps:jessie-scm # gcc for cgo RUN apt-get update && apt-get install -y \ gcc libc6-dev make \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* ENV GOLANG_VERSION 1.4.2 ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz ENV GOLANG_DOWNLOAD_SHA1 460caac03379f746c47381...
sthapaun/golang
1.4/Dockerfile
Dockerfile
bsd-3-clause
756
# Generated automatically by update.sh # Do no edit this file FROM bigtruedata/scala:2.11.6 Run wget -O- "https://github.com/sbt/sbt/releases/download/v1.0.2/sbt-1.0.2.tgz" \ | tar xzf - -C /usr/local --strip-components=1 \ && sbt exit VOLUME /app WORKDIR /app CMD ["sbt"]
bigtruedata/docker-sbt
1.0.2/2.11.6/Dockerfile
Dockerfile
mit
286
FROM phusion/baseimage:0.9.16 MAINTAINER Enderson Maia <endersonmaia@gmail.com> ADD . /build RUN /build/install.sh && \ /build/cleanup.sh CMD ["/sbin/my_init"] EXPOSE 10051
endersonmaia/docker-zabbix-server
image/Dockerfile
Dockerfile
mit
180
FROM ubuntu:trusty MAINTAINER Abe Voelker <abe@abevoelker.com> RUN \ # Install build dependencies apt-get update &&\ DEBIAN_FRONTEND=noninteractive apt-get install -y \ ruby wget build-essential &&\ # Install ruby-install cd /tmp &&\ wget -O ruby-install-0.5.0.tar.gz https://github.com/postmodern/ruby-...
abevoelker/docker-ruby
rubies/jruby-1.6.7.2/Dockerfile
Dockerfile
mit
992
FROM scratch COPY ./storemeta /storemeta #RUN chmod +x /storemeta ENTRYPOINT [ "/storemeta" ]
bayugyug/storemeta
Docker/scratch/Dockerfile
Dockerfile
mit
106
FROM node COPY . /var/www/biturl WORKDIR /var/www/biturl RUN /usr/local/bin/npm install CMD ["/usr/local/bin/node", "/var/www/biturl/app.js"] EXPOSE 4000
fyibmsd/biturl
Dockerfile
Dockerfile
mit
160