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/beaglebone-green-wifi-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 p... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-wifi/ubuntu/bionic/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,080 |
# AUTOGENERATED FILE
FROM balenalib/parallella-ubuntu:eoan-build
ENV NODE_VERSION 10.23.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.... | nghiant2710/base-images | balena-base-images/node/parallella/ubuntu/eoan/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-ubuntu:disco-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.pg... | nghiant2710/base-images | balena-base-images/node/generic-aarch64/ubuntu/disco/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-alpine:3.12-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-xavier/alpine/3.12/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
FROM debian:jessie
RUN apt-get update && \
apt-get -y -q install rsyslog && \
mkdir /var/log/shared
COPY ./conf/rsyslog.conf /etc/rsyslog.conf
VOLUME [ "/var/log/shared", "/etc/rsyslog.d" ]
EXPOSE 514/tcp 514/udp
ENTRYPOINT ["rsyslogd"]
CMD ["-n", "-f", "/etc/rsyslog.conf"]
| FlavioF/centralized-logs-with-docker | rsyslog/Dockerfile | Dockerfile | apache-2.0 | 289 |
FROM node:12
RUN npm install -g newman newman-reporter-html
WORKDIR /etc/newman
ENTRYPOINT ["newman"] | abrichards5/ABRUnixScripts | docker/postman-newman.Dockerfile | Dockerfile | apache-2.0 | 105 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-debian:buster-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 --keyserver ... | nghiant2710/base-images | balena-base-images/node/odroid-ux3/debian/buster/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-ubuntu:cosmic-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.... | nghiant2710/base-images | balena-base-images/node/beaglebone-black/ubuntu/cosmic/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,924 |
# AUTOGENERATED FILE
FROM balenalib/artik5-fedora:36-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", since... | resin-io-library/base-images | balena-base-images/python/artik5/fedora/36/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 2,429 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-ubuntu:impish-run
ENV GO_VERSION 1.17.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-ge... | resin-io-library/base-images | balena-base-images/golang/smarc-px30/ubuntu/impish/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,325 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-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/am571x-evm/debian/sid/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,848 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-ubuntu:xenial-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_VERSION... | nghiant2710/base-images | balena-base-images/golang/odroid-c1/ubuntu/xenial/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,027 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-debian:bullseye-build
ENV GO_VERSION 1.16.14
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 "8a8e06b02a5e7339675cbbad9eb46a0db2cab7da21306de7c3a60d37a6a96022 go$GO_VE... | resin-io-library/base-images | balena-base-images/golang/var-som-mx6/debian/bullseye/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,035 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:hirsute-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_VE... | resin-io-library/base-images | balena-base-images/golang/raspberry-pi2/ubuntu/hirsute/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
FROM centos:latest
MAINTAINER Alexander Salimonov <asalimonov@bekitzur.com>
VOLUME ["/scratch"]
ENV SCRATCH_DIR=/scratch
ARG GDC_VERSION=1.3.0
RUN set -x && \
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
yum update -y && yum install -y python-wheel && yum instal... | outlierbio/ob-pipelines | ob_pipelines/apps/gdc/Dockerfile | Dockerfile | apache-2.0 | 860 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-ubuntu:focal-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pg... | nghiant2710/base-images | balena-base-images/node/via-vab820-quad/ubuntu/focal/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,921 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-alpine:edge-build
ENV GO_VERSION 1.17.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 ] && ... | resin-io-library/base-images | balena-base-images/golang/etcher-pro/alpine/edge/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
# This file originally came from official Kubernetes GitHub repository.
# You can reach original file with the following link:
# https://github.com/kubernetes/kubernetes/tree/42fbf93fb0bb48d0592e2aa08c5ce6d28ab6d4b0/cluster/addons/fluentd-gcp/fluentd-gcp-image
# Modification:
# 1. add plugin "fluent-plugin-influxdb" f... | ktrance/fission | logger/fluentd/Dockerfile | Dockerfile | apache-2.0 | 3,046 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-fedora:31-run
ENV NODE_VERSION 10.23.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.pool... | nghiant2710/base-images | balena-base-images/node/surface-go/fedora/31/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-ubuntu:cosmic-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 keyse... | nghiant2710/base-images | balena-base-images/node/parallella-hdmi-resin/ubuntu/cosmic/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,929 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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 "v... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit/fedora/35/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-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_VERSION.li... | nghiant2710/base-images | balena-base-images/golang/ts4900/ubuntu/bionic/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,024 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-fedora:30-run
ENV GO_VERSION 1.14.13
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
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 ... | nghiant2710/base-images | balena-base-images/golang/raspberrypi2/fedora/30/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,104 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-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/generic-amd64/ubuntu/focal/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,179 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-debian:bookworm-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-kr... | resin-io-library/base-images | balena-base-images/dotnet/generic-amd64-fde/debian/bookworm/6.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,191 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:bullseye-build
ENV NODE_VERSION 10.24.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" || ... | nghiant2710/base-images | balena-base-images/node/raspberry-pi2/debian/bullseye/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,794 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-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/jn30b-nano/alpine/3.14/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-debian:jessie-build
ENV NODE_VERSION 14.16.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" || \
g... | nghiant2710/base-images | balena-base-images/node/jn30b-nano/debian/jessie/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,783 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-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 "virtuale... | resin-io-library/base-images | balena-base-images/python/imx8m-var-dart/fedora/34/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,442 |
FROM microsoft/aspnetcore:2.0
ARG source
WORKDIR /app
EXPOSE 80
COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "MockResponse.Web.dll"]
| Orbittman/MockResponse | MockResponse.Web/Dockerfile | Dockerfile | apache-2.0 | 147 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-debian:bullseye-build
ENV NODE_VERSION 15.7.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/cubox-i/debian/bullseye/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,786 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-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-... | nghiant2710/base-images | balena-base-images/dotnet/beaglebone-black/debian/buster/2.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,559 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-debian:bookworm-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --... | resin-io-library/base-images | balena-base-images/node/asus-tinker-edge-t/debian/bookworm/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:bionic-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... | nghiant2710/base-images | balena-base-images/node/raspberry-pi2/ubuntu/bionic/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,921 |
FROM mhart/alpine-node:10.15.3 as builder
COPY . /src/
WORKDIR /src
RUN ["npm", "install"]
FROM mhart/alpine-node:base-10.15.3
RUN apk add --update bash && rm -rf /var/cache/apk/*
WORKDIR /app
COPY --from=builder /src/ .
#ADD ["node_modules/", "./node_modules"]
#ADD ["index.js", "package.json", "LICENSE", "./"]
EX... | karlkfi/cloud-sched-viz | Dockerfile | Dockerfile | apache-2.0 | 494 |
FROM fedora:latest
MAINTAINER alex@alexblackie.com
RUN dnf install -y java-1.8.0-openjdk maven gradle && \
dnf clean all
RUN useradd -m developer
USER developer
RUN mkdir -p /home/developer/.m2
COPY dev_java/settings.xml /home/developer/.m2/settings.xml
USER root
VOLUME /data
ADD dockerinit.sh /usr/local/bin/doc... | alexblackie/dev_containers | dev_java/Dockerfile | Dockerfile | bsd-3-clause | 394 |
FROM viapath/snappy_ngstools:flatdog
MAINTAINER David Brawand <dbrawand@nhs.net>
ENV HOME /root
# update
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y cython python-numpy
RUN easy_install -U distribute
RUN apt-get install -y libatlas-base-dev
RUN apt-get install -y software-properties-common
RUN apt-... | viapath/snappydocker | snappy_happy/Dockerfile | Dockerfile | mit | 1,732 |
# Pull base image.
FROM rnbwd/node-io:2.3
MAINTAINER RnbWd <dwisner6@gmail.com>
# Sinopia Version / Path / Backup
ENV version v1.4.0
RUN git clone https://github.com/rlidwka/sinopia
WORKDIR /sinopia
RUN git checkout $version
RUN npm install --production
# Clean
RUN rm -rf .git
RUN npm cache clean
ADD config.yaml... | joshblack/sinopia-docker | Dockerfile | Dockerfile | mit | 403 |
FROM balenalib/armv7hf-ubuntu:bionic-build
LABEL io.balena.device-type="via-vab820-quad"
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 ] &... | nghiant2710/base-images | balena-base-images/device-base/via-vab820-quad/ubuntu/bionic/build/Dockerfile | Dockerfile | apache-2.0 | 1,098 |
############################################################
# Dockerfile that creates a container for running Foreman (nightly) on phusion/baseimage
# (which is just a modified version of Ubuntu)
#
# Recommended build command:
#
# docker build -t foreman /path/to/Dockerfile/dir/.
#
# Recommended run command:
#
# d... | joshuacox/docker-foreman | Dockerfile | Dockerfile | apache-2.0 | 1,964 |
FROM ubuntu:trusty
# conda
RUN apt-get update && apt-get install -y -q curl bzip2 git
RUN curl http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -o /tmp/miniconda.sh
RUN /bin/bash /tmp/miniconda.sh -b -p /opt/conda
RUN rm /tmp/miniconda.sh
ENV PATH /opt/conda/bin:$PATH
# hdfs3 - python 2
RUN apt-get... | broxtronix/distributed | continuous_integration/Dockerfile | Dockerfile | bsd-3-clause | 2,012 |
FROM node:9.10-alpine
RUN apk update && apk upgrade && apk add --update --no-cache python alpine-sdk
RUN mkdir /app
WORKDIR /app
ADD package.json /app/package.json
ADD package-lock.json /app/package-lock.json
RUN npm install
ADD . /app
| ytorii/tebukuro | doc/Dockerfile | Dockerfile | bsd-3-clause | 241 |
FROM ubuntu:14.04
MAINTAINER Jaewoo Lee <continuse@icloud.com>
# Ubuntu Cloud archive keyring and repository
RUN apt-get update && apt-get -y install ubuntu-cloud-keyring \
&& echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu" \
"trusty-updates/kilo main" > /etc/apt/sources.list.d/clou... | ContinUSE/openstack-on-coreos | docker-files/kilo/cinder/Dockerfile | Dockerfile | apache-2.0 | 1,677 |
FROM php:7.2-apache
EXPOSE 80
RUN apt-get update -y
RUN apt-get install stress -y
RUN cp "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
COPY ./*.html /var/www/html/
COPY ./*.php /var/www/html/
| paulnguyen/cmpe281 | labs/lab2/k8s/Dockerfile | Dockerfile | apache-2.0 | 204 |
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN sed -i.bak 's/sid main/sid main contrib/g' /etc/apt/sources.list && \
apt-get update && apt-get install -y \
bzip2 \
ca-certificates \
curl \
flashplugin-nonfree \
hicolor-icon-theme \
libasound2 \
libdbus-glib-1-2 \
libgl1-mesa-dri \
libgl1-m... | chrisdaish/dockerfiles | firefox/Dockerfile | Dockerfile | mit | 832 |
FROM python:3.5.1
MAINTAINER Soloman Weng "soloman1124@gmail.com"
ENV REFRESHED_AT 2016-05-16
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
ADD ./requirements /usr/src/app/requirements
RUN pip install -r requirements/development.txt
ADD . /usr/src/app
| soloman1124/hug_peewee_connect | Dockerfile | Dockerfile | mit | 258 |
FROM mhart/alpine-node:16 as base
WORKDIR /usr/src
COPY package.json package-lock.json /usr/src/
RUN npm i --production
COPY . .
FROM mhart/alpine-node:base-10
WORKDIR /usr/src
COPY --from=base /usr/src .
CMD ["node", "example.js"]
| zrrrzzt/osanywhereweather | Dockerfile | Dockerfile | mit | 233 |
FROM ubuntu:xenial-20171114
RUN apt-get -yq update && \
DEBIAN_FRONTEND=noninteractive \
apt-get -yq install curl python3 python3-pip python3-dev python3-tk build-essential git libopenblas-dev libblas-dev libatlas-base-dev
ADD requirements.txt /tmp/requirements.txt
RUN pip3 install --upgrade pip && \
pip3... | altermarkive/Resurrecting-JimFleming-Numerai | src/ml-jimfleming--numerai/Dockerfile | Dockerfile | mit | 1,182 |
FROM node:alpine
# create directory
RUN mkdir -p /srv/node
WORKDIR /srv/node
# copy config
COPY config config
# install dependencies
COPY package.json /srv/node
RUN npm install
# build source
COPY source source
RUN npm run build
# install production dependencies
RUN rm -r source/ node_modules/
RUN npm install... | dodekeract/impequid-service-provider | Dockerfile | Dockerfile | mit | 404 |
FROM uchiwa/uchiwa
MAINTAINER Christian Sakshaug <christian@csadevio.net>
RUN wget https://github.com/jwilder/dockerize/releases/download/v0.0.2/dockerize-linux-amd64-v0.0.2.tar.gz
RUN tar -C /usr/local/bin -xzvf dockerize-linux-amd64-v0.0.2.tar.gz
ADD config.json.tmpl /config/config.json.tmpl
ADD start /start-uchiwa... | csadevio/docker-sensu-uchiwa | Dockerfile | Dockerfile | mit | 380 |
#+++++++++++++++++++++++++++++++++++++++
# Dockerfile for webdevops/apache:debian-9
# -- automatically generated --
#+++++++++++++++++++++++++++++++++++++++
FROM webdevops/base:debian-9
ENV WEB_DOCUMENT_ROOT=/app \
WEB_DOCUMENT_INDEX=index.php \
WEB_ALIAS_DOMAIN=*.vm \
WEB_PHP_TIMEOUT=600 \
WEB_PH... | webdevops/Dockerfile | docker/apache/debian-9/Dockerfile | Dockerfile | mit | 786 |
FROM mysql:5.5.59
ADD ./prepare-db.sql /docker-entrypoint-initdb.d/
| bengro/url-shortener | docker/db/Dockerfile | Dockerfile | mit | 69 |
FROM resin/rpi-raspbian:stretch
RUN apt-get update && apt-get install -y nginx vim supervisor certbot && \
rm -rf /var/lib/apt/lists/*
RUN rm /etc/nginx/sites-enabled/default && \
mkdir -p /var/www/anfang.hopto.org
ADD supervisord-nginx.conf /etc/supervisor/conf.d/supervisord-nginx.conf
ADD anfang.hopto.org.... | dhessenm/rpi-docker | rpi-anfang/nginx/Dockerfile | Dockerfile | mit | 619 |
# Dockerfile for jay
# https://github.com/nomlab/jay
#
# To build image:
# docker build -t jay .
#
# To run container:
# docker run -t -i --name "jay" -p 12321:12321 jay
#
# In jay container:
# In config/application_settings.yml,
# setup GitHub's organization, client_id, client_secret, and allowed_team_id
FR... | nomlab/jay | Dockerfile | Dockerfile | mit | 1,190 |
# Copyright 2017 Valentine C
FROM alpine:3.6
MAINTAINER Valentine C
RUN apk add --update \
python-dev \
py-pip \
build-base \
ca-certificates \
git \
zlib-dev \
jpeg-dev \
&& git clone https://github.com/valentine/hsg-hackdo.git hackdo \
&& pip install -r hackdo/requirements.txt \... | valentine/docker-hackdo | Dockerfile | Dockerfile | mit | 810 |
FROM debian:jessie
MAINTAINER Booj Data "alix@politeauthority.com"
EXPOSE 5000
RUN apt-get update && \
apt-get install -y --no-install-recommends \
apt-utils \
gcc \
git \
python \
python-dev \
python-pip \
gunicorn \
&& \
apt-get clean && rm -r... | politeauthority/ChatSec | Dockerfile | Dockerfile | mit | 479 |
FROM debian:jessie
MAINTAINER Hyeseong Kim <hyeseong.kim@architectgroup.com>
RUN useradd -r codebeamer
RUN echo "deb http://ftp.debian.org/debian stretch main" > /etc/apt/sources.list.d/jessie-backports.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
cpio ... | CometKim/codebeamer-docker | Dockerfile | Dockerfile | mit | 1,019 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-ubuntu:xenial-run
ENV NODE_VERSION 15.6.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.co... | nghiant2710/base-images | balena-base-images/node/apalis-imx6/ubuntu/xenial/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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: p... | resin-io-library/base-images | balena-base-images/python/beaglebone-green/debian/sid/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
FROM airhacks/wildfly
LABEL maintainer="Adam Bien, adam-bien.com" description="Sample for WildFly with project-specific configuration"
RUN rm ${WILDFLY_HOME}/bin/standalone.conf
ADD standalone.conf ${WILDFLY_HOME}/bin/ | AdamBien/docklands | wildfly-configured/Dockerfile | Dockerfile | apache-2.0 | 218 |
# 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, ... | GoogleCloudPlatform/elixir-runtime | elixir-builder/Dockerfile | Dockerfile | apache-2.0 | 1,780 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:jessie-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 --batch --keyserver ke... | nghiant2710/base-images | balena-base-images/node/kitra710/debian/jessie/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,936 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-alpine:3.12-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.con... | nghiant2710/base-images | balena-base-images/golang/generic-armv7ahf/alpine/3.12/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,345 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-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 \
python-pip \
python-dbus \
&& dnf clean all
# install "vi... | nghiant2710/base-images | balena-base-images/python/jetson-nano-2gb-devkit/fedora/34/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 2,446 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:focal-run
ENV GO_VERSION 1.15.8
# 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/generic/ubuntu/focal/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,335 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-ubuntu:xenial-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.... | nghiant2710/base-images | balena-base-images/node/hummingboard/ubuntu/xenial/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-debian:buster-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: ... | resin-io-library/base-images | balena-base-images/python/orange-pi-lite/debian/buster/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,856 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-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"... | nghiant2710/base-images | balena-base-images/python/spacely-tx2/fedora/33/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-ubuntu:cosmic-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/jetson-tx1/ubuntu/cosmic/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,104 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:eoan-run
ENV GO_VERSION 1.14.14
# 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 \
' \
&& a... | nghiant2710/base-images | balena-base-images/golang/bananapi-m1-plus/ubuntu/eoan/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,358 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-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/npe-x500-m3/debian/bullseye/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,098 |
FROM balenalib/armv7hf-alpine:3.10-run
LABEL io.balena.device-type="beaglebone-green-wifi"
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 Docke... | nghiant2710/base-images | balena-base-images/device-base/beaglebone-green-wifi/alpine/3.10/run/Dockerfile | Dockerfile | apache-2.0 | 1,026 |
# AUTOGENERATED FILE
FROM balenalib/nebra-hnt-debian:bookworm-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/nebra-hnt/debian/bookworm/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,857 |
FROM nimbleplatform/nimble-base
MAINTAINER Salzburg Research <nimble-srfg@salzburgresearch.at>
VOLUME /tmp
ADD config-server-0.0.1.jar app.jar
RUN bash -c 'touch /app.jar'
EXPOSE 8888
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"] | nimble-platform/core-cloud-infrastructure | config-server/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 263 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-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-... | resin-io-library/base-images | balena-base-images/dotnet/jetson-xavier-nx-devkit-seeed-2mic-hat/ubuntu/focal/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,975 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-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/jetson-tx2/ubuntu/disco/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
FROM balenalib/armv7hf-alpine:3.14-build
LABEL io.balena.device-type="nanopi-neo-air"
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 ima... | resin-io-library/base-images | balena-base-images/device-base/nanopi-neo-air/alpine/3.14/build/Dockerfile | Dockerfile | apache-2.0 | 1,023 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:bionic-build
ENV GO_VERSION 1.15.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 "16da0e296dabb6c1199ccaa2de1a83e679ae2512263f6e05923319f4903beac1 go$GO_VERSIO... | nghiant2710/base-images | balena-base-images/golang/beaglebone/ubuntu/bionic/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
#
# Copyright 2016 The BigDL 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 in ... | qiuxin2012/BigDL | docker/spark-on-k8s/executor-py/Dockerfile | Dockerfile | apache-2.0 | 2,715 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-alpine:3.10-run
ENV GO_VERSION 1.15.8
# 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-emmc/alpine/3.10/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,473 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-debian:stretch-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/vab820-quad/debian/stretch/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,527 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-debian:sid-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" || \
... | nghiant2710/base-images | balena-base-images/node/generic-aarch64/debian/sid/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,782 |
# AUTOGENERATED FILE
FROM balenalib/artik520-ubuntu:xenial-run
ENV NODE_VERSION 15.6.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/artik520/ubuntu/xenial/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-debian:sid-build
ENV GO_VERSION 1.16.14
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 "8a8e06b02a5e7339675cbbad9eb46a0db2cab7da21306de7c3a60d37a6a96022 go$GO_VERSION.l... | resin-io-library/base-images | balena-base-images/golang/aio-3288c/debian/sid/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,023 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-fedora:36-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 "vi... | resin-io-library/base-images | balena-base-images/python/jetson-nano-2gb-devkit/fedora/36/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-ubuntu:hirsute-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 --keyserve... | resin-io-library/base-images | balena-base-images/node/raspberrypi3/ubuntu/hirsute/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-fedora:30-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 "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo ... | nghiant2710/base-images | balena-base-images/golang/solidrun-imx6/fedora/30/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,103 |
FROM airhacks/kafka-oracle-connect
LABEL maintainer="Adam Bien, adam-bien.com" description="Kafka Oracle Connector with Configuration"
COPY connector.properties ${KAFKA_HOME}/config/
COPY worker.properties ${KAFKA_HOME}/config/
COPY connect-log4j.properties ${KAFKA_HOME}/config/ | AdamBien/docklands | kafka/kafka-oracle-connect-configured/Dockerfile | Dockerfile | apache-2.0 | 279 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-alpine:3.10-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... | nghiant2710/base-images | balena-base-images/golang/jetson-nano-2gb-devkit/alpine/3.10/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,481 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-ubuntu:xenial-build
ENV GO_VERSION 1.16.3
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 "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VERSION.li... | nghiant2710/base-images | balena-base-images/golang/fincm3/ubuntu/xenial/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,024 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-debian:jessie-build
ENV NODE_VERSION 15.6.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/imx7-var-som/debian/jessie/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-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/beaglebone/ubuntu/focal/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,828 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-ubuntu:eoan-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/imx6ul-var-dart/ubuntu/eoan/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,832 |
FROM tomcat:8-alpine
COPY target/mediaservices.war /usr/local/tomcat/webapps/mediaservices.war | elpresti/MediaServicesWS | Dockerfile | Dockerfile | apache-2.0 | 95 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-fedora:36-run
ENV NODE_VERSION 16.14.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 keyserve... | resin-io-library/base-images | balena-base-images/node/artik533s/fedora/36/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,746 |
# AUTOGENERATED FILE
FROM balenalib/odyssey-x86-ubuntu:bionic-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu60 \
libssl1.1 \
lib... | resin-io-library/base-images | balena-base-images/dotnet/odyssey-x86/ubuntu/bionic/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,533 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:xenial-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: publ... | resin-io-library/base-images | balena-base-images/python/odroid-u3+/ubuntu/xenial/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# Dockerfile for testing yum plugin.
# With a pipeserv container already running
#
# Build with
# docker build -t halstead/yum-plugin .
#
# Run with
# docker run --rm -ti --name yumtest -h yumtest.pipeviz.org --link pipeserv:pipeserv halstead/yum-plugin /bin/bash
#
# Then yum install something to send messages.
FROM ... | pipeviz/pv-yum | Dockerfile | Dockerfile | bsd-3-clause | 451 |
FROM nginx:latest
ADD nginx.conf /etc/nginx/nginx.conf
{% if cookiecutter.use_lets_encrypt == 'y' and cookiecutter.use_docker == 'y' %}
ADD start.sh /start.sh
ADD nginx-secure.conf /etc/nginx/nginx-secure.conf
ADD dhparams.pem /etc/ssl/private/dhparams.pem
{% endif %}
| ingenioustechie/cookiecutter-django-openshift | {{cookiecutter.project_slug}}/compose/nginx/Dockerfile | Dockerfile | mit | 270 |
# 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 ... | apache/httpcore | httpcore5-testing/docker/apache-httpd/Dockerfile | Dockerfile | apache-2.0 | 1,489 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.