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/nitrogen6xq2g-debian:jessie-build
ENV GO_VERSION 1.15.11
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 "f5253eb04ed6b92e49cb0cbc57a80b4777ce27c6590e05a5c91095870e8632a0 go$GO_VE... | nghiant2710/base-images | balena-base-images/golang/nitrogen6xq2g/debian/jessie/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-debian:sid-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_VERSIO... | resin-io-library/base-images | balena-base-images/golang/nitrogen6xq2g/debian/sid/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,025 |
# AUTOGENERATED FILE
FROM balenalib/nebra-hnt-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 "virtualenv", ... | resin-io-library/base-images | balena-base-images/python/nebra-hnt/fedora/33/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
FROM strimzi/base:latest
ENV JMXTRANS_HOME /usr/share/jmxtrans
ENV PATH $JMXTRANS_HOME/bin:$PATH
ENV JAR_FILE $JMXTRANS_HOME/lib/jmxtrans.jar
ENV JMXTRANS_VERSION 272
ENV JMXTRANS_CHECKSUM="834eef1957e553ad561cd0730f985570e68e0771be743172d371e89a3c6eeeb3d6dfee9a79b08987a4c0e269dd121ff96d24eeef39ff6982a6474f0675825dc6 ... | ppatierno/kaas | docker-images/jmxtrans/Dockerfile | Dockerfile | apache-2.0 | 1,370 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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 63C7CC90: p... | nghiant2710/base-images | balena-base-images/python/solidrun-imx6/ubuntu/bionic/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-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 \
... | nghiant2710/base-images | balena-base-images/dotnet/kitra520/debian/buster/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,124 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-ubuntu:eoan-build
ENV GO_VERSION 1.14.13
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 "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO_V... | nghiant2710/base-images | balena-base-images/golang/beaglebone-black/ubuntu/eoan/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-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/up-squared/alpine/3.10/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-alpine:3.14-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 ... | resin-io-library/base-images | balena-base-images/python/artik533s/alpine/3.14/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,127 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-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/orange-pi-lite/ubuntu/focal/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,560 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-fedora:30-build
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-11-openjdk \
java-11-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfile! ... | nghiant2710/base-images | balena-base-images/openjdk/nanopi-neo-air/fedora/30/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,319 |
# 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 \
... | nghiant2710/base-images | balena-base-images/dotnet/surface-pro-6/debian/buster/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,541 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-debian:buster-run
ENV NODE_VERSION 10.24.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 --keyser... | nghiant2710/base-images | balena-base-images/node/orange-pi-zero/debian/buster/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,946 |
FROM registry.access.redhat.com/ubi8/ubi
ENV LATEST_STABLE_RELEASE 1.10.4
RUN yum install -y make git wget && \
cd /tmp && \
wget https://storage.googleapis.com/golang/go1.9.1.linux-ppc64le.tar.gz && \
tar -C /usr/local -xzf go1.9.1.linux-ppc64le.tar.gz && \
export PATH=$PATH:/usr/loca... | ppc64le/build-scripts | t/telegraf/Dockerfiles/1.10.4-ubi8/Dockerfile | Dockerfile | apache-2.0 | 1,399 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-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 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/generic-amd64/debian/bullseye/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,545 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-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 \
libssl1.1 ... | resin-io-library/base-images | balena-base-images/dotnet/jetson-xavier/debian/bullseye/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,140 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-fedora:33-build
ENV NODE_VERSION 17.6.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 keyserver... | resin-io-library/base-images | balena-base-images/node/cubox-i/fedora/33/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,746 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-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 'dirna... | nghiant2710/base-images | balena-base-images/openjdk/apalis-imx6q/alpine/3.12/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,757 |
FROM balenalib/armv7hf-debian:buster-build
LABEL io.balena.device-type="beaglebone-green-gateway"
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/mes... | nghiant2710/base-images | balena-base-images/device-base/beaglebone-green-gateway/debian/buster/build/Dockerfile | Dockerfile | apache-2.0 | 1,107 |
FROM mongo:latest
| restman/docker-deploy | mysql/Dockerfile | Dockerfile | mit | 18 |
FROM swift:4.1
ADD ./ /kitura
WORKDIR /kitura
RUN apt-get update -yqq && apt-get install -yqq libpq-dev
RUN swift build -c release
EXPOSE 8080
CMD .build/release/TechEmpower
| martin-g/FrameworkBenchmarks | frameworks/Swift/kitura/kitura.dockerfile | Dockerfile | bsd-3-clause | 177 |
FROM ubuntu:14.04
MAINTAINER Morgan Blackthorne <morgan@windsofstorm.net>
# Keep upstart from complaining
RUN dpkg-divert --local --rename --add /sbin/initctl
RUN ln -sf /bin/true /sbin/initctl
# Let the conatiner know that there is no tty
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get -y upgrade
... | stormerider/docker-wpmu-nginx | Dockerfile | Dockerfile | mit | 2,363 |
FROM alpine:latest
MAINTAINER Andrew Cutler <andrew@panubo.com>
RUN apk add --update bash && \
rm -rf /var/cache/apk/*
COPY entry.sh /
ENTRYPOINT ["/entry.sh"]
| panubo/docker-waitfor | Dockerfile | Dockerfile | mit | 168 |
FROM alpine:latest
MAINTAINER Patrik Votoček <patrik@votocek.cz>
ENV COMPOSER_NO_INTERACTION=1 COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_DISCARD_CHANGES=1
RUN apk --update --no-cache upgrade && \
apk --update --no-cache add ca-certificates openssl git openssh \
php7 \
php7-ctype \
php7-snmp \
... | Shipito/docker-images | php/7.0/alpine/Dockerfile | Dockerfile | mit | 2,221 |
FROM node:7.9.0-onbuild
MAINTAINER "Oscar Duque" <oduque@humboldt.org.co>
EXPOSE 8000
| SIB-Colombia/biodiversity_catalogue_v2_API | Dockerfile | Dockerfile | mit | 89 |
FROM python:3.10-alpine
LABEL maintainer="Kévin Darcel <tuxity@users.noreply.github.com>"
WORKDIR /usr/src/insta-unfollower
COPY insta-unfollower.py requirements.txt /usr/src/insta-unfollower/
RUN pip install --no-cache-dir -r requirements.txt
ENTRYPOINT ["python", "-u", "insta-unfollower.py"]
| tuxity/insta-unfollower | Dockerfile | Dockerfile | mit | 300 |
FROM phusion/baseimage:0.9.15
MAINTAINER jondalar <alex@iphonedation.com>
#Forked from needo <needo@superhero.org>
#Based on the work of Eric Schultz <eric@startuperic.com>
#Thanks to Tim Haak <tim@haak.co.uk>
ENV DEBIAN_FRONTEND noninteractive
# Set correct environment variables
ENV HOME /root
# Use baseimage-docke... | Jondalar/plex | Dockerfile | Dockerfile | mit | 1,683 |
# This file describes how to build hipache into a runnable linux container with all dependencies installed
# To build:
# 1) Install docker (http://docker.io)
# 2) Clone hipache repo if you haven't already: git clone https://github.com/dotcloud/hipache.git
# 3) Build: cd hipache && docker build .
# 4) Run:
# docker run ... | inthecloud247/kdocker-hipache | Dockerfile | Dockerfile | mit | 1,152 |
FROM nfnty/arch-mini:latest
MAINTAINER nfnty <docker@nfnty.se>
RUN ugid='880042' && \
groupadd --gid "${ugid}" contgrp && \
useradd --uid "${ugid}" --gid "${ugid}" --shell /usr/bin/false contusr
ENV VERSION_RADVD='2.17-2'
RUN pacman --sync --noconfirm --refresh --sysupgrade && \
pacman --sync --noconfirm ... | nfnty/dockerfiles | images/arch-radvd/latest/Dockerfile | Dockerfile | mit | 529 |
FROM octoblu/builder
MAINTAINER serveradmin@octoblu.com
RUN apt-get update && apt-get install -y python-pip groff jq && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pip install awscli
ADD wait_and_codedeploy.sh /
CMD ["./wait_and_codedeploy.sh"]
| octoblu/dind-codedeploy-quay-io | Dockerfile | Dockerfile | mit | 253 |
FROM scratch
MAINTAINER Ivan Pedrazas <ipedrazas@gmail.com>
ADD botd /
CMD ["/botd"]
| ipedrazas/botd | Dockerfile | Dockerfile | mit | 87 |
FROM django:1.9-python3
RUN apt-get update
RUN apt-get install -y screen python-celery
RUN apt-get install -y rabbitmq-server
# Development...
RUN apt-get install -y git vim
RUN pip3.4 install django-cors-headers
RUN pip3.4 install -e git+http://github.com/SmileyChris/django-mailer-2.git#egg=django-mailer-2
RUN pip3.... | szborows/simplestv | backend/Dockerfile | Dockerfile | mit | 388 |
FROM node:latest
ENV DIR /client
RUN mkdir $DIR
WORKDIR $DIR
RUN apt-get update
RUN apt-get install -y git
RUN apt-get install -y nodejs-legacy
RUN apt-get install -y bzip2
ADD package.json $DIR/package.json
RUN npm install
ADD bower.json $DIR/bower.json
RUN npm install bower -g
RUN bower install --allow-root
A... | tondeveloper/microapp-seed | Dockerfile | Dockerfile | mit | 671 |
FROM base/archlinux
MAINTAINER Spencer Rinehart <anubis@overthemonkey.com>
COPY php/php-5.2.4-1-x86_64.pkg.tar.xz /tmp/php-5.2.4-1-x86_64.pkg.tar.xz
RUN pacman --upgrade --noconfirm --noprogressbar /tmp/php-5.2.4-1-x86_64.pkg.tar.xz
ADD php.ini /etc/php/php.ini
CMD ["php"]
| francis826/docker-php-minimal | php-5.2.4/Dockerfile | Dockerfile | mit | 279 |
FROM debian:stretch
MAINTAINER henryk.iwaniuk@posteo.de version 1.0
RUN apt-get update && apt-get install -y apache2 && apt-get install -y libapache2-mod-wsgi-py3 && apt-get install -y git && apt-get install -y python3-venv;
COPY ./ /opt/server/
RUN chmod +x /opt/server/docker/setup.sh && /opt/server/docker/setup.s... | SNDjango/server | docker/Dockerfile | Dockerfile | mit | 433 |
FROM ubuntu:16.04
RUN apt-get update -y && \
apt-get install -y --no-install-recommends \
python3-dev \
python3-pip \
python3-wheel \
python3-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
RUN pip3 install --no-cache-dir 'ideep4py<2.1' chainer==6.0.0b1
| ktnyt/chainer | docker/intel/python3/Dockerfile | Dockerfile | mit | 302 |
FROM iron/base
RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \
&& echo '@community http://nl.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
&& echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \
&& apk update \
&& ap... | iron-io/dockers | mono/Dockerfile | Dockerfile | mit | 441 |
FROM python:2-slim
MAINTAINER nicolas@movio.co
WORKDIR /usr/src/app
ARG config=/etc/maxwell-prometheus-exporter.cfg
ENV CONFIG=$config
COPY LICENSE /usr/src/app/
COPY requirements.txt /usr/src/app/
RUN pip install -r requirements.txt
COPY exporter/*.py /usr/src/app/exporter/
COPY setup.py /usr/src/app/
RUN pip ins... | movio/maxwell-prometheus-exporter | Dockerfile | Dockerfile | mit | 405 |
FROM debian:jessie
MAINTAINER charchess
# based on/forked of aheil work
ENV DEBIAN_FRONTEND noninteractive
ENV TS_VERSION LATEST
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install libnspr4 bzip2 wget ca-certificates libmariadb2 \
&& rm -rf /var/lib/apt/lists/* \
&& wget -O /usr/bi... | charchess/teamspeak-mysql | Dockerfile | Dockerfile | mit | 706 |
FROM dmiyamoto/neuron:gcc-ompi
MAINTAINER Daisuke Miyamoto <miyamoto@brain.imi.i.u-tokyo.ac.jp>
WORKDIR /work
USER root
ADD hoc /work/hoc
ADD mod /work/mod
COPY run.sh /work
RUN chown -R neuron /work
USER neuron
RUN nrnivmodl mod \
&& mkdir log \
&& chmod +x run.sh
| DaisukeMiyamoto/docker-neuron | neuron-benchmark-simple/Dockerfile | Dockerfile | apache-2.0 | 278 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-debian:bullseye-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "445b719ebf46d8825360dabad65226db154ca8053de60609bc20f80a17452cbb go$GO_VERSION.linux-arm64.tar.g... | nghiant2710/base-images | balena-base-images/golang/photon-nano/debian/bullseye/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,006 |
# AUTOGENERATED FILE
FROM balenalib/artik530-ubuntu:focal-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 ... | nghiant2710/base-images | balena-base-images/golang/artik530/ubuntu/focal/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,352 |
# AUTOGENERATED FILE
FROM balenalib/up-core-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... | nghiant2710/base-images | balena-base-images/python/up-core/debian/stretch/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-debian:jessie-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "511d764197121f212d130724afb9c296f0cb4a22424e5ae956a5cc043b0f4a29 go$GO_VERSION.linux-arm64.tar.gz" |... | nghiant2710/base-images | balena-base-images/golang/coral-dev/debian/jessie/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,000 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-ubuntu:disco-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... | nghiant2710/base-images | balena-base-images/python/raspberrypi400-64/ubuntu/disco/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,076 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-debian:jessie-build
ENV NODE_VERSION 14.16.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 "$ke... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/debian/jessie/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,798 |
FROM hseeberger/scala-sbt
WORKDIR /code
COPY ./build.sbt ./
COPY ./project/*.sbt ./project/
# install the dependencies
RUN sbt update
# copy the application code
COPY ./src ./src
RUN sbt compile
CMD ["sbt", "-J-Xms128m", "-J-Xmx384m","run"]
| callstats-io/hc_membership_probe | Dockerfile | Dockerfile | apache-2.0 | 247 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-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 \
libicu57 \
liblttng-u... | nghiant2710/base-images | balena-base-images/dotnet/raspberrypi3-64/debian/buster/2.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,560 |
FROM balenalib/aarch64-fedora:35-build
LABEL io.balena.device-type="jetson-xavier-nx-devkit-seeed-2mic-hat"
RUN dnf install -y \
less \
nano \
net-tools \
usbutils \
gnupg \
i2c-tools \
&& dnf clean all
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this... | resin-io-library/base-images | balena-base-images/device-base/jetson-xavier-nx-devkit-seeed-2mic-hat/fedora/35/build/Dockerfile | Dockerfile | apache-2.0 | 1,026 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-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 \
l... | nghiant2710/base-images | balena-base-images/dotnet/raspberrypicm4-ioboard/debian/bullseye/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,148 |
# AUTOGENERATED FILE
FROM balenalib/odyssey-x86-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 McVi... | resin-io-library/base-images | balena-base-images/python/odyssey-x86/alpine/3.13/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,844 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-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 -... | nghiant2710/base-images | balena-base-images/node/coral-dev/ubuntu/eoan/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,909 |
FROM centos:7
RUN useradd -r -m -g root galaxy
ENV PIP_NO_CACHE_DIR off
# Install python
RUN yum -y install epel-release \
&& yum -y install python python-pip \
&& pip install virtualenv \
&& yum -y clean all \
&& rm -rf /var/cache/yum
# Install tini
ENV TINI_VERSION v0.16.1
RUN yum -y install wget ... | chouseknecht/galaxy | scripts/docker-release/Dockerfile | Dockerfile | apache-2.0 | 1,460 |
FROM anapsix/alpine-java:8_server-jre
MAINTAINER Niko Nyrh "https://github.com/nikonyrh"
ENTRYPOINT [ "java" ]
# Example:
# docker run --rm -it -v "$PWD:/src" nikonyrh/java8 -jar /src/my-file.jar
| nikonyrh/docker-scripts | java8/Dockerfile | Dockerfile | apache-2.0 | 199 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-ubuntu:cosmic-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_V... | nghiant2710/base-images | balena-base-images/golang/via-vab820-quad/ubuntu/cosmic/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-debian:buster-run
ENV Logging__Console__FormatterName=Json
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
... | resin-io-library/base-images | balena-base-images/dotnet/fincm3/debian/buster/6.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,161 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-ubuntu:hirsute-build
ENV NODE_VERSION 17.6.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 --keyser... | resin-io-library/base-images | balena-base-images/node/raspberrypi4-64/ubuntu/hirsute/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-alpine:3.10-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | nghiant2710/base-images | balena-base-images/node/aarch64/alpine/3.10/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,954 |
# AUTOGENERATED FILE
FROM balenalib/edge-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 \
l... | resin-io-library/base-images | balena-base-images/dotnet/edge/debian/bookworm/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,138 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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 \
python-pip \
python-dbus \
&& dnf clean all
# install "virtualenv", since... | nghiant2710/base-images | balena-base-images/python/up-board/fedora/33/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 2,442 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-debian:sid-run
ENV GO_VERSION 1.16.3
# 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-ge... | nghiant2710/base-images | balena-base-images/golang/iot-gate-imx8/debian/sid/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,322 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:focal-run
ENV NODE_VERSION 14.16.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/beaglebone/ubuntu/focal/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-ubuntu:cosmic-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 depen... | nghiant2710/base-images | balena-base-images/python/jn30b-nano/ubuntu/cosmic/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,443 |
ARG BASE_IMAGE=hsac/fitnesse-fixtures-test-jre8:base-latest
ARG JRE_IMAGE=amazoncorretto:8-alpine-jre
FROM ${BASE_IMAGE} as base
FROM ${JRE_IMAGE}
RUN mkdir -p /fitnesse/wiki/fixtures/nl/hsac/fitnesse
WORKDIR /fitnesse
RUN mkdir target
VOLUME /fitnesse/target
RUN mkdir wiki/FitNesseRoot
VOLUME /fitnesse/wiki/Fit... | fhoeben/hsac-fitnesse-fixtures | docker/test/Dockerfile | Dockerfile | apache-2.0 | 583 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-ubuntu:focal-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... | nghiant2710/base-images | balena-base-images/node/orange-pi-zero/ubuntu/focal/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-ubuntu:xenial-run
ENV NODE_VERSION 15.10.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.pg... | nghiant2710/base-images | balena-base-images/node/orange-pi-zero/ubuntu/xenial/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-alpine:3.12-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... | resin-io-library/base-images | balena-base-images/python/jetson-tx2/alpine/3.12/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-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... | resin-io-library/base-images | balena-base-images/python/orange-pi-zero/fedora/33/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-debian:buster-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 u... | nghiant2710/base-images | balena-base-images/golang/aarch64/debian/buster/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,322 |
# AUTOGENERATED FILE
FROM balenalib/generic-fedora:32-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", sinc... | nghiant2710/base-images | balena-base-images/python/generic/fedora/32/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,444 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-alpine:3.15-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 \
g... | resin-io-library/base-images | balena-base-images/node/fincm3/alpine/3.15/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-fedora:34-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 "virtualenv... | resin-io-library/base-images | balena-base-images/python/revpi-core-3/fedora/34/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 2,440 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-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.
#
# F... | resin-io-library/base-images | balena-base-images/openjdk/generic-amd64-fde/ubuntu/bionic/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,126 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-debian:stretch-build
ENV NODE_VERSION 12.20.1
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/armv7hf/debian/stretch/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,786 |
FROM balenalib/armv7hf-ubuntu:eoan-build
LABEL io.balena.device-type="odroid-xu4"
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 ] && mkdir... | nghiant2710/base-images | balena-base-images/device-base/odroid-xu4/ubuntu/eoan/build/Dockerfile | Dockerfile | apache-2.0 | 1,089 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-ubuntu:focal-build
ENV NODE_VERSION 10.24.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/kitra520/ubuntu/focal/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-alpine:edge-build
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 ] &... | nghiant2710/base-images | balena-base-images/golang/jetson-nano/alpine/edge/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,340 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-fedora:36-run
ENV NODE_VERSION 17.6.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 keys... | resin-io-library/base-images | balena-base-images/node/firefly-rk3288/fedora/36/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,749 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-alpine:3.13-build
ENV NODE_VERSION 15.10.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/orangepi-plus2/alpine/3.13/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
# Copyright 2016 The Kubernetes Authors.
#
# 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 ... | wanghaoran1988/origin | vendor/k8s.io/kubernetes/examples/k8petstore/redis/Dockerfile | Dockerfile | apache-2.0 | 929 |
FROM crosbymichael/golang
MAINTAINER Miek Gieben <miek@miek.nl> (@miekg)
ADD . /go/src/github.com/skynetservices/skydns
RUN go get github.com/skynetservices/skydns
EXPOSE 53
ENTRYPOINT ["skydns"]
| spotify/skydns | Dockerfile | Dockerfile | mit | 198 |
# Copyright 2017 Google Inc.
#
# 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,... | FeliciaLim/oss-fuzz | projects/openssh/Dockerfile | Dockerfile | apache-2.0 | 1,050 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-debian:buster-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 ... | nghiant2710/base-images | balena-base-images/openjdk/artik533s/debian/buster/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,843 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-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 sa... | nghiant2710/base-images | balena-base-images/openjdk/qemux86/ubuntu/bionic/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,110 |
FROM balenalib/aarch64-alpine:3.13-run
LABEL io.balena.device-type="nitrogen8mm"
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 (F... | nghiant2710/base-images | balena-base-images/device-base/nitrogen8mm/alpine/3.13/run/Dockerfile | Dockerfile | apache-2.0 | 1,016 |
FROM ubuntu:12.04
MAINTAINER Jon Chen "fly@burrito.sh"
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y nginx
RUN echo "\ndaemon off;" >> /etc/nginx/nginx.conf
VOLUME /etc/nginx/sites-en... | bsdlp/docker-nginx | Dockerfile | Dockerfile | apache-2.0 | 392 |
FROM library/photon:1.0
RUN mkdir /harbor/
COPY ./make/dev/ui/harbor_ui /harbor/
COPY ./src/ui/views /harbor/views
COPY ./src/ui/static /harbor/static
COPY ./src/favicon.ico /harbor/favicon.ico
COPY ./VERSION /harbor/VERSION
RUN chmod u+x /harbor/harbor_ui
WORKDIR /harbor/
ENTRYPOINT ["/harbor/harbor_ui"]
| wemeya/harbor | make/photon/ui/Dockerfile | Dockerfile | apache-2.0 | 314 |
# This is a basic install of Nit on a debian base.
FROM debian:stretch
MAINTAINER Jean Privat <jean@pryen.org>
# Install dependencies
RUN dpkg --add-architecture i386 \
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
# Recomanded builds pakages
build-essential \
... | privat/nit | misc/docker/ci/Dockerfile | Dockerfile | apache-2.0 | 3,033 |
FROM tsuru/java
RUN true
| ArxdSilva/tsuru-client | tsuru/admin/testdata/Dockerfile | Dockerfile | bsd-3-clause | 25 |
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | astroshim/incubator-zeppelin | scripts/docker/zeppelin/bin/Dockerfile | Dockerfile | apache-2.0 | 4,623 |
# Dockerfile for generating the keytar image. See README.md for more information.
FROM debian:jessie
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -y \
&& apt-get install --no-install-recommends -y -q \
apt-utils \
apt-transport-https \
build-essential \
curl \
python2.7 \
python2.7-d... | theskyinflames/bpulse-go-client | vendor/github.com/youtube/vitess/test/cluster/keytar/Dockerfile | Dockerfile | apache-2.0 | 1,139 |
FROM tomcat:8-jre8
ENV APR_VERSION 1.5.2
# ################################################################################ APR
RUN apt-get update
RUN apt-get install -yq build-essential openssl libssl-dev libtcnative-1
RUN cd /tmp \
&& curl -fSL "http://ftp.cixug.es/apache/apr/apr-$APR_VERSION.tar.gz" -O \
... | genexies/docker-tomcat8 | Dockerfile | Dockerfile | mit | 437 |
FROM mdillon/postgis
#FROM mdillon/postgis:9.6-2.3
# make the "en_US.UTF-8" locale so postgres will be utf-8 enabled by default
RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* \
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
ENV LANG en_US.utf8
# insta... | kort/kort-core | database/Dockerfile | Dockerfile | mit | 2,765 |
FROM ubuntu:xenial
MAINTAINER Zachary Huff <zach.huff.386@gmail.com>
RUN echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list
RUN echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list
RUN echo "deb http://archive.ubuntu.com/ubuntu/ xenial-sec... | dockercask/dockercask | apps/ubuntu/base/Dockerfile | Dockerfile | mit | 2,066 |
FROM ubuntu:15.04
MAINTAINER c0d3r85@gmail.com
RUN apt-get update
RUN apt-get upgrade --with-new-pkgs -y
# RUN apt-get install wget -y
WORKDIR workspace
RUN apt-get install python git -y --force-yes
# RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
ADD https://deb.nodesource.com/setup_4.x ./node_setup.... | c0d3r85/ionic-docker | Dockerfile | Dockerfile | mit | 469 |
FROM feduxorg/centos
MAINTAINER dev@fedux.org
ENV RUBY_MAJOR 2.3
ENV RUBY_VERSION 2.3.1
# Build environment for ruby and ruby gems
RUN yum install -y gcc make
# Build ruby
RUN yum install -y openssl-devel libyaml libyaml-devel libffi libffi-devel readline-devel zlib zlib-devel gdbm gdbm-devel ncurses ncurses-devel b... | fedux-org/centos-ruby | files/latest/Dockerfile | Dockerfile | mit | 1,610 |
FROM tiangolo/uwsgi-nginx-flask:flask-python3.5
MAINTAINER Chris Rink <chrisrink10@gmail.com>
RUN rm -rf /app/*
COPY ./cjblog /app/cjblog
COPY ./requirements.txt /tmp/requirements.txt
COPY ./bin /bin
RUN pip install -U pip
RUN pip install -r /tmp/requirements.txt | chrisrink10/cjblog | Dockerfile | Dockerfile | mit | 266 |
FROM ubuntu:trusty
MAINTAINER gaetano@loopperfect.io
RUN apt-get update && \
apt-get install -y wget sudo
ADD install.sh /
RUN ./install.sh
CMD /bin/bash
| LoopPerfect/jyt-docker | Dockerfile | Dockerfile | mit | 158 |
FROM progrium/busybox
MAINTAINER Pavel Litvinenko "gerasim13@gmail.com"
RUN opkg-install curl bash git sshtunnel
ENTRYPOINT ["git"] | gerasim13/busybox-git | Dockerfile | Dockerfile | mit | 131 |
FROM httpd:2.2-alpine
# Build arguments
ARG BUILD_DATE
ARG VCS_REF
ARG NAME
# Basic build-time metadata as defined at http://label-schema.org
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.docker.dockerfile="/Dockerfile" \
org.label-schema.license="MIT" \
org.label-schema.name=$NAM... | egobude/docker | httpd/2.2-alpine/Dockerfile | Dockerfile | mit | 542 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.