code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3
values | license stringclasses 5
values | size int64 2 1.05M |
|---|---|---|---|---|---|
FROM golang:1
ENV PROJECT=annotations-rw-neo4j
ENV ORG_PATH="github.com/Financial-Times"
ENV SRC_FOLDER="${GOPATH}/src/${ORG_PATH}/${PROJECT}"
ARG GITHUB_USERNAME
ARG GITHUB_TOKEN
COPY . /${SRC_FOLDER}/
WORKDIR ${SRC_FOLDER}
RUN BUILDINFO_PACKAGE="${ORG_PATH}/service-status-go/buildinfo." \
&& VERSION="version=... | Financial-Times/annotations-rw-neo4j | Dockerfile | Dockerfile | mit | 1,288 |
FROM progrium/busybox
RUN wget http://download-cdn.getsyncapp.com/stable/linux-x64/BitTorrent-Sync_x64.tar.gz \
&& gzip -d BitTorrent-Sync_x64.tar.gz \
&& tar xf BitTorrent-Sync_x64.tar -C /usr/bin/ btsync \
&& rm BitTorrent-Sync_x64.tar \
&& mkdir -p /config /data \
&& btsync --dump-sample-config ... | philipz/Docker_BTSync | Dockerfile | Dockerfile | mit | 595 |
FROM microsoft/dotnet:2.0-sdk-jessie AS builder
WORKDIR /WebApp
COPY src/WebApp /WebApp
RUN dotnet restore RaspberryPi.csproj
RUN dotnet publish --configuration Release --output ./app -r linux-arm
FROM microsoft/dotnet:2.0-runtime-deps-stretch-arm32v7
LABEL maintainer "frank@pommerening-online.de"
ENV REFRESHED_AT... | fpommerening/DotnetInTheBox | Samples/RaspberryPi/Dockerfile | Dockerfile | mit | 479 |
FROM openjdk:11-slim
MAINTAINER Richard Hull <rm_hull@yahoo.co.uk>
ARG SCALA_VERSION=2.12
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY . /usr/src/app
RUN apt-get update && \
apt-get install -y gnupg && \
echo "deb https://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list && \
apt-key... | rm-hull/byok3 | Dockerfile | Dockerfile | mit | 781 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-fedora:33-run
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.pool... | nghiant2710/base-images | balena-base-images/node/smarc-px30/fedora/33/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,749 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-ubuntu:eoan-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependenc... | nghiant2710/base-images | balena-base-images/python/n510-tx2/ubuntu/eoan/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,065 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-ubuntu:disco-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.po... | nghiant2710/base-images | balena-base-images/node/aarch64/ubuntu/disco/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# Build the webui
FROM java as builder
# Uncomment the following during development to reduce build time
#RUN apt install git && \
# cd /tmp && git clone https://github.com/daisy/pipeline-webui && \
# cd /tmp/pipeline-webui && ./activator publish-local
ADD . /usr/src/webui
WORKDIR /usr/src/webui
# use the sbt d... | daisy/pipeline-issues | webui/Dockerfile | Dockerfile | apache-2.0 | 975 |
FROM ubuntu:14.04
RUN echo "deb http://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
RUN apt-get update && apt-get install -y --force-yes build-essential wget unzip git openjdk-7-jdk sbt
RUN git clone https://github.com/evertrue/kafka-manager.git \
&& cd kafka-manager \
&& sbt update \
... | evertrue/kafka-manager | Dockerfile | Dockerfile | apache-2.0 | 494 |
FROM ubuntu:16.10
MAINTAINER Brad Bonkoski "brad.bonkoski@gmail.com"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y curl apache2 php7.0 php7.0-mysqlnd php7.0-memcached php7.0-xml php7.0-curl php7.0-mbstring git
ENV APACHE_RUN_USER www-data
ENV APACHE_RUN_GROUP www-data
ENV APACKE_LOG_DI... | bradbonkoski/php-apache | Dockerfile | Dockerfile | apache-2.0 | 591 |
# AUTOGENERATED FILE
FROM balenalib/up-core-alpine:3.10-run
ENV NODE_VERSION 14.15.4
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 \
6A010C5166006599AA... | nghiant2710/base-images | balena-base-images/node/up-core/alpine/3.10/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 3,029 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-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/am571x-evm/debian/stretch/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,911 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-alpine:3.11-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
... | nghiant2710/base-images | balena-base-images/python/parallella-hdmi-resin/alpine/3.11/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,143 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-fedora:34-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 "virtuale... | nghiant2710/base-images | balena-base-images/python/jetson-nano-emmc/fedora/34/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,439 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simo... | resin-io-library/base-images | balena-base-images/python/raspberrypi400-64/alpine/edge/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,841 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-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... | resin-io-library/base-images | balena-base-images/python/jetson-nano-2gb-devkit/alpine/3.12/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,140 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | nghiant2710/base-images | balena-base-images/node/qemux86-64/debian/bullseye/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-alpine:3.12-run
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.conf ] && ... | nghiant2710/base-images | balena-base-images/golang/raspberry-pi/alpine/3.12/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-alpine:3.11-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk ad... | nghiant2710/base-images | balena-base-images/python/zc702-zynq7/alpine/3.11/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,131 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-fedora:32-build
ENV GO_VERSION 1.15.11
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "bfc8f07945296e97c6d28c7999d86b5cab51c7a87eb2b22ca6781c41a6bb6f2d go$GO_VERSION.linux-arm64.tar.gz" ... | nghiant2710/base-images | balena-base-images/golang/imx8m-var-dart/fedora/32/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 1,999 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-ubuntu:cosmic-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/var-som-mx6/ubuntu/cosmic/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-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 key... | resin-io-library/base-images | balena-base-images/node/imx8m-var-dart/fedora/36/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-ubuntu:bionic-run
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.... | nghiant2710/base-images | balena-base-images/node/beaglebone-green/ubuntu/bionic/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,924 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-debian:sid-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/beaglebone-pocket/debian/sid/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-ubuntu:bionic-build
ENV NODE_VERSION 14.16.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 --keyse... | nghiant2710/base-images | balena-base-images/node/photon-xavier-nx/ubuntu/bionic/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-fedora:32-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 --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/fedora/32/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-fedora:35-run
ENV GO_VERSION 1.17.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 ... | resin-io-library/base-images | balena-base-images/golang/raspberry-pi2/fedora/35/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,103 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-alpine:3.15-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516... | resin-io-library/base-images | balena-base-images/node/generic-amd64-fde/alpine/3.15/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,031 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-fedora:30-run
ENV GO_VERSION 1.14.14
# 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 "93a8... | nghiant2710/base-images | balena-base-images/golang/cubox-i/fedora/30/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,099 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --key... | nghiant2710/base-images | balena-base-images/node/raspberrypi4-64/debian/bullseye/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-alpine:3.13-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN ap... | nghiant2710/base-images | balena-base-images/python/raspberrypi4-64/alpine/3.13/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,579 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-alpine:3.10-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/via-vab820-quad/alpine/3.10/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-debian:buster-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depend... | nghiant2710/base-images | balena-base-images/python/intel-nuc/debian/buster/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,099 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-alpine:3.12-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \... | nghiant2710/base-images | balena-base-images/node/qemux86-64/alpine/3.12/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,962 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-debian:buster-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/nanopi-neo-air/debian/buster/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-ubuntu:xenial-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dep... | nghiant2710/base-images | balena-base-images/python/imx7-var-som/ubuntu/xenial/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,445 |
# Docker container with ssh server, to run the xenon ssh adaptor integration tests against.
#
# Build with:
#
# docker build -t nlesc/xenon-ssh .
#
# Run with:
#
# docker run -d --name=xenon-ssh -h xenon-ssh nlesc/xenon-ssh
#
# Get containers ip with
#
# XENON_SSH_LOCATION=$(docker inspect -f "{{ .NetworkSe... | benvanwerkhoven/Xenon | src/integrationTest/docker/xenon-ssh/Dockerfile | Dockerfile | apache-2.0 | 1,300 |
# Dockerfile to deploy Mercurial web heads
FROM centos:centos6
MAINTAINER Ben Kero <bkero@bke.ro>
RUN /bin/rpm -ivh http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-11.noarch.rpm
RUN /bin/rpm -ivh http://mirrors.kernel.org/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
RUN /usr/bin/yum install -... | bkero/puppet-module-hg | Dockerfile | Dockerfile | apache-2.0 | 1,622 |
FROM ruby:2.2.2
RUN mkdir /app
ADD . /app
WORKDIR /app
RUN bundle install -j 4
EXPOSE 9292
| DaveBlooman/dockerfiles | ruby-influx/ruby_app/Dockerfile | Dockerfile | apache-2.0 | 94 |
FROM swodev/apache-php:dev
RUN apt-get update
RUN apt-get install -y mysql-server
RUN rm -rf /var/www
RUN ln -s /srv/application /var/www
RUN mkdir -p /tmp/app/cache /tmp/app/log
RUN chown -R www-data:www-data /tmp/app/
ADD entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
EXPO... | stiftungswo/generic-docker-symfony-dev-container | app/Dockerfile | Dockerfile | apache-2.0 | 326 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-ubuntu:focal-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/beaglebone-pocket/ubuntu/focal/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,074 |
FROM balenalib/armv7hf-ubuntu:cosmic-run
LABEL io.balena.device-type="parallella-hdmi-resin"
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/parallella-hdmi-resin/ubuntu/cosmic/run/Dockerfile | Dockerfile | apache-2.0 | 1,100 |
# stage.1 graphene
FROM ubuntu:18.04 AS graphene
ARG GRAPHENE_BRANCH=branch-210913
RUN env DEBIAN_FRONTEND=noninteractive apt-get update && \
env DEBIAN_FRONTEND=noninteractive apt-get install -y \
autoconf bison build-essential coreutils gawk git wget \
python3 python3-pip libcurl4-openssl-dev \
... | intel-analytics/analytics-zoo | ppml/trusted-big-data-ml/python/docker-graphene/Dockerfile | Dockerfile | apache-2.0 | 18,218 |
FROM debian:wheezy
RUN apt-get update -qq && apt-get install -qy python python-pip python-dev git && apt-get clean
RUN useradd -d /home/user -m -s /bin/bash user
WORKDIR /code/
ADD requirements.txt /code/
RUN pip install -r requirements.txt
ADD requirements-dev.txt /code/
RUN pip install -r requirements-dev.txt
ADD ... | ouziel-slama/compose | Dockerfile | Dockerfile | apache-2.0 | 418 |
# use rabbitmq official
FROM rabbitmq:3-alpine
# enable management plugin
RUN rabbitmq-plugins enable --offline rabbitmq_management
# enable mqtt plugin
RUN rabbitmq-plugins enable --offline rabbitmq_mqtt
# expose management port
EXPOSE 15672
# expose default port
EXPOSE 5672
| labtempo/osiris-binaries | infrastructure/rabbitmq/Dockerfile | Dockerfile | apache-2.0 | 283 |
# 基础镜像
FROM liuhong1happy/docker-angularjs
# 维护人员
MAINTAINER liuhong1.happy@163.com
# 添加环境变量
ENV USER_NAME admin
ENV SERVICE_ID console
# 安装git
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/liuhong1happy/DockerConsoleApp /app
# 安装python库
COPY requirements... | SimonWang2014/DockerConsoleApp | docker_build/Dockerfile | Dockerfile | apache-2.0 | 792 |
# AUTOGENERATED FILE
FROM balenalib/nuc-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 sample... | nghiant2710/base-images | balena-base-images/openjdk/nuc/debian/buster/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,744 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-fedora:33-run
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-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/smarc-px30/fedora/33/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,316 |
FROM mysql:5.6.22
COPY docker-entrypoint.sh /entrypoint.sh
COPY root.sql /tmp/root.sql
COPY users.sql /tmp/users.sql
COPY data.sql /tmp/data.sql
ENTRYPOINT ["/entrypoint.sh"]
CMD ["mysqld"]
| PiratasDoDevOps/vagrant-samples | vagrant-docker/docker/mysql/Dockerfile | Dockerfile | apache-2.0 | 190 |
# Copyright 2018 The gRPC 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 writ... | firebase/grpc-SwiftPM | tools/dockerfile/distribtest/python_dev_alpine3.7_x64/Dockerfile | Dockerfile | apache-2.0 | 922 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/s390x/generate.sh"!
#
FROM sinenomine/clefos-base-s390x
RUN touch /var/lib/rpm/* && yum groupinstall -y "Development Tools"
RUN touch /var/lib/rpm/* && yum install -y btrfs-progs-devel device-mapper-devel glibc-static libseccomp-devel libselinux-devel pkgconfi... | mattaitchison/terraform-provider-convox | vendor/github.com/docker/docker/contrib/builder/rpm/s390x/clefos-base-s390x-7/Dockerfile | Dockerfile | mit | 704 |
FROM apiaryio/debian-minimal
MAINTAINER Apiary <sre@apiary.io>
ENV REFRESHED_AT 2018-07-13
# Requirements for installing using bundler
# nodejs intentional as it is required as a javascript runtime for some ruby packages
RUN apt-get update && \
apt-get install -y \
locales curl autoconf bison \
bu... | apiaryio/docker-base-images | jekyll/Dockerfile | Dockerfile | mit | 826 |
FROM quay.io/panubo/php-apache-c7
RUN cd /var/www/html && git clone https://github.com/voltgrid/voltgrid-wordpress-example.git .
COPY Mountfile /var/www/html/Mountfile
COPY voltgrid.conf /usr/local/etc/voltgrid.conf
ADD https://raw.githubusercontent.com/voltgrid/voltgrid-pie/master/voltgrid.py /usr/local/bin/voltgri... | macropin/docker-wordpress | Dockerfile | Dockerfile | mit | 408 |
from ubuntu:14.04
run echo 'deb http://us.archive.ubuntu.com/ubuntu/ trusty universe' >> /etc/apt/sources.list
run apt-get -y update
# Install required packages
RUN apt-get -y update &&\
apt-get -y install software-properties-common python-django-tagging python-simplejson \
python-memcache python-ldap python-ca... | nanit/kubernetes-graphite-cluster | docker/graphite-node/Dockerfile | Dockerfile | mit | 3,080 |
FROM mono:6.12-slim
RUN mono --aot=full /usr/lib/mono/4.5/mscorlib.dll && \
mono --aot=full /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll && \
mono --aot=full /usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll && \
mono --aot=full /usr/lib/mono/gac/Mono.Security/4.0.... | aaubry/YamlDotNet | tools/aot/Dockerfile | Dockerfile | mit | 787 |
#
# This image is based on another image
#
FROM httpd:2.4
#
# When we create the image, we copy files from the host into
# the image file system. This is NOT a shared folder!
#
# copie des deux fichiers de config apache
COPY ./config/httpd.conf /usr/local/apache2/conf/httpd.conf
COPY ./config/httpd-vhosts.conf /usr/l... | j-nolan/Teaching-HEIGVD-RES-2015-Labo-05 | docker/image_apache_server/Dockerfile | Dockerfile | mit | 963 |
FROM node:7-wheezy
LABEL org.label-schema.schema-version = 1.0.0 \
org.label-schema.vendor = mkenney@webbedlam.com \
org.label-schema.vcs-url = https://github.com/mkenney/docker-npm \
org.label-schema.description = "This image provides node based build tools." \
org.label-schema.name = "NPM" \
org.... | mkenney/docker-npm | node-7-debian/Dockerfile | Dockerfile | mit | 3,586 |
#
# build a docker container to run sabnzbd
#
FROM rednut/ubuntu:latest
MAINTAINER dotcomstu <dotcomstu@gmail.com>
# make apt non-interactive
ENV DEBIAN_FRONTEND noninteractive
# add ubuntu repos
ADD ./apt/ubuntu-sources.list /etc/apt/sources.list
# use local apt cache
#RUN mkdir -p /etc/apt/apt.conf.d/ && echo 'Ac... | rednut/docker-sabnzbd | Dockerfile | Dockerfile | mit | 1,901 |
FROM ruby:2.3
MAINTAINER Robert (robert@nigma.org)
EXPOSE 4567
# Installing ruby gems
RUN DEBIAN_FRONTEND=noninteractive gem install sinatra --version 1.4.8
RUN DEBIAN_FRONTEND=noninteractive gem install data_mapper
RUN DEBIAN_FRONTEND=noninteractive gem install dm-sqlite-adapter
RUN DEBIAN_FRONTEND=noninteractive ge... | robertcsapo/cisco-meraki-cmx-api-app | Dockerfile | Dockerfile | mit | 694 |
FROM ruby
MAINTAINER gecko655 <aqwsedrft1234@yahoo.co.jp>
WORKDIR /root/4min-faith
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y dist-upgrade \
&& apt-get -y autoremove \
&& apt-get -y install rsyslog \
&& apt-get -y install vim \
&& apt-get -y install cmake\
&& apt-get -y inst... | gecko655/4min-faith | Dockerfile | Dockerfile | mit | 883 |
FROM golang:1.13-alpine
RUN apk add --no-cache git gcc musl-dev
COPY builder.sh /usr/bin/builder.sh
CMD ["/bin/sh", "/usr/bin/builder.sh"]
| abiosoft/caddy-docker | builder/Dockerfile | Dockerfile | mit | 142 |
FROM graze/php-alpine
RUN apk add --no-cache --repository "http://dl-cdn.alpinelinux.org/alpine/edge/testing" \
php7-mbstring \
php7-xdebug \
perl \
file \
musl-utils \
zip \
gzip \
bash
ADD . /srv
WORKDIR /srv
CMD /bin/bash
| graze/data-file | Dockerfile | Dockerfile | mit | 261 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-alpine:3.13-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/odroid-ux3/alpine/3.13/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-ubuntu:focal-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com -... | nghiant2710/base-images | balena-base-images/node/nanopc-t4/ubuntu/focal/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,909 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/nitrogen8mm/debian/buster/6.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-alpine:3.11-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/alpine/3.11/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,031 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-alpine:3.10-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN ap... | nghiant2710/base-images | balena-base-images/python/raspberrypi4-64/alpine/3.10/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,137 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-fedora:34-run
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.poo... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/fedora/34/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,750 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-debian:buster-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \... | resin-io-library/base-images | balena-base-images/dotnet/orange-pi-zero/debian/buster/6.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,531 |
# AUTOGENERATED FILE
FROM balenalib/iot2000-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 dependen... | nghiant2710/base-images | balena-base-images/python/iot2000/ubuntu/bionic/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,082 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi-debian:jessie-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For som... | nghiant2710/base-images | balena-base-images/openjdk/raspberrypi/debian/jessie/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,093 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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 ] &... | nghiant2710/base-images | balena-base-images/golang/firefly-rk3288/alpine/3.11/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-ubuntu:xenial-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dep... | nghiant2710/base-images | balena-base-images/python/raspberrypi3/ubuntu/xenial/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,445 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-ubuntu:focal-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_VERSION.li... | nghiant2710/base-images | balena-base-images/golang/aio-3288c/ubuntu/focal/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,021 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-fedora:32-run
ENV NODE_VERSION 10.24.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 ... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/fedora/32/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-ubuntu:focal-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public ke... | resin-io-library/base-images | balena-base-images/python/fincm3/ubuntu/focal/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,824 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-debian:stretch-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... | resin-io-library/base-images | balena-base-images/golang/raspberrypi3/debian/stretch/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,358 |
FROM centos:centos7
MAINTAINER John Gasper <jgasper@unicon.net>
ENV JAVA_HOME=/opt/openjdk7
RUN java_version=8.0.172; \
zulu_version=8.30.0.1; \
yum update -y \
&& yum install -y wget tar \
&& yum clean all \
\
&& echo 'Downloading the OpenJDK Zulu...' \
&& wget -q http://cdn.azul.co... | Unicon/grouper-dockerized | java-base/Dockerfile | Dockerfile | apache-2.0 | 718 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-ubuntu:disco-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/nanopc-t4/ubuntu/disco/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/artik10-ubuntu:bionic-run
ENV GO_VERSION 1.16
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get upd... | nghiant2710/base-images | balena-base-images/golang/artik10/ubuntu/bionic/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,347 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-debian:jessie-build
ENV NODE_VERSION 14.15.4
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.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,783 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-fedora:33-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 h... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/fedora/33/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-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/jetson-nano/fedora/35/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,434 |
FROM %%DOCKER_NAMESPACE%%/%%DOCKER_PREFIX%%openstack-nova-alpine:%%DOCKER_TAG%%
ENV OPENSTACK_COMPONENT="nova-serialproxy"
COPY ./assets/ /opt/harbor/assets
RUN set -e && \
set -x && \
cp -rfav /opt/harbor/assets/* / && \
rm -rf /opt/harbor/assets
USER nova
LABEL license="Apache-2.0" \
vendor="Po... | portdirect/harbor | docker/openstack/openstack-nova/openstack-nova-serialproxy/Dockerfile | Dockerfile | apache-2.0 | 556 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-fedora:36-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/jetson-tx2/fedora/36/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
FROM adoptopenjdk/openjdk8:jdk8u191-b12
ENV DOCKER_VERSION 1.12.0
ENV WHISK_CLI_VERSION latest
ENV WHISKDEPLOY_CLI_VERSION latest
RUN apt-get update && apt-get inst... | csantanapr/incubator-openwhisk | tools/ow-utils/Dockerfile | Dockerfile | apache-2.0 | 1,274 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-fedora:30-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 "virtualen... | nghiant2710/base-images | balena-base-images/python/beaglebone-pocket/fedora/30/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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/firefly-rk3288/alpine/3.15/7-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,767 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-ubuntu:disco-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 keyser... | nghiant2710/base-images | balena-base-images/node/parallella-hdmi-resin/ubuntu/disco/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,927 |
# AUTOGENERATED FILE
FROM balenalib/artik520-ubuntu:disco-run
ENV NODE_VERSION 14.16.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/artik520/ubuntu/disco/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-ubuntu:eoan-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependenci... | nghiant2710/base-images | balena-base-images/python/qemux86/ubuntu/eoan/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,062 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-ubuntu:eoan-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | nghiant2710/base-images | balena-base-images/node/orange-pi-lite/ubuntu/eoan/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-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/apalis-imx6/debian/bullseye/6.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,532 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:jessie-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 \
' \... | nghiant2710/base-images | balena-base-images/golang/parallella-hdmi-resin/debian/jessie/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,365 |
# AUTOGENERATED FILE
FROM balenalib/nuc-ubuntu:focal-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 dependencies
... | nghiant2710/base-images | balena-base-images/python/nuc/ubuntu/focal/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,069 |
FROM balenalib/armv7hf-debian:bookworm-run
LABEL io.balena.device-type="var-som-mx6"
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 ] && mk... | resin-io-library/base-images | balena-base-images/device-base/var-som-mx6/debian/bookworm/run/Dockerfile | Dockerfile | apache-2.0 | 1,094 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-fedora:34-run
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.poo... | nghiant2710/base-images | balena-base-images/node/nitrogen8mm/fedora/34/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,750 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-alpine:3.12-build
ENV NODE_VERSION 16.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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | resin-io-library/base-images | balena-base-images/node/fincm3/alpine/3.12/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-fedora:35-run
ENV GO_VERSION 1.17.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... | resin-io-library/base-images | balena-base-images/golang/beagleboard-xm/fedora/35/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,104 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-fedora:34-run
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-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 Dockerfi... | resin-io-library/base-images | balena-base-images/openjdk/firefly-rk3288/fedora/34/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,320 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.