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 biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="adun-core" \
container="adun-core" \
about.summary="Molecular Simulator" \
about.home="http://diana.imim.es/Adun" \
software.version="0.81-9b2-deb" \
version="1" \
ab... | BioDocker/containers | adun-core/0.81-9b2-deb/Dockerfile | Dockerfile | apache-2.0 | 631 |
FROM microsoft/windowsservercore
LABEL Description="indy-plenum" Vendor="Hyperledger"
# Install environment
# Python
RUN powershell.exe -Command \
$ErrorActionPreference = 'Stop'; \
wget https://www.python.org/ftp/python/3.5.1/python-3.5.1.exe -OutFile c:\python-3.5.1.exe; \
Start-Process c:\python-3.5... | evernym/zeno | ci/windows.dockerfile | Dockerfile | apache-2.0 | 1,586 |
FROM php:7-apache-jessie
COPY . /var/www/html
RUN a2enmod rewrite \
&& apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng-dev \
zlib1g-dev \
&& docker-php-ext-install -j$(nproc) zip \
&& docker-php-ext-configure gd... | AlloVince/EvaThumber | Dockerfile | Dockerfile | bsd-3-clause | 530 |
FROM centos:centos6
# Install some basic utilities and build tools
RUN yum makecache && \
rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6 && \
yum -y install epel-release java-1.8.0-openjdk-devel && \
yum -y install git iproute net-tools openssh-server rsync sudo time vim wget unzip && \
... | 50wu/gpdb | src/tools/docker/centos6/Dockerfile | Dockerfile | apache-2.0 | 3,753 |
#++++++++++++++++++++++++++++++++++++++
# MySQL Docker container
#++++++++++++++++++++++++++++++++++++++
#
# Official images:
#
# percona - PerconaDB (MySQL fork) from Percona
# https://hub.docker.com/r/library/percona/
#
#++++++++++++++++++++++++++++++++++++++
FROM percona:5.7
ADD conf/mysql-docker.cn... | randomresult/boilerplate.typo3.org.local | docker/mysql/Percona-5.7.Dockerfile | Dockerfile | mit | 355 |
FROM hseeberger/scala-sbt:8u181_2.12.8_1.2.8
WORKDIR /play2
COPY play2-scala-reactivemongo .
RUN sed -i 's/.enablePlugins(PlayScala, PlayNettyServer)/.enablePlugins(PlayScala, PlayNettyServer).disablePlugins(PlayAkkaHttpServer)/g' build.sbt
RUN sbt stage
CMD target/universal/stage/bin/play2-scala-reactivemongo -Dplay... | nbrady-techempower/FrameworkBenchmarks | frameworks/Scala/play2-scala/play2-scala-reactivemongo-netty.dockerfile | Dockerfile | bsd-3-clause | 614 |
# CentOS 6.9 from 02/06/2017
FROM centos@sha256:a23bced61701af9a0a758e94229676d9f09996a3ff0f3d26955b06bac8c282e0
RUN yum install -y wget && \
yum install -y system-config-services && \
yum install -y curl && \
wget --output-document jdk.rpm \
http://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linu... | bclozel/spring-boot | spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/6.9-a23bced6/Dockerfile | Dockerfile | apache-2.0 | 401 |
# FROM python:3.6-alpine
# FROM alpine
LABEL MAINTAINER="WaterBolik@163.com"
# ------------------------------------------------------------------------------
# python 2.7.13-alpine, 2.7-alpine, 2-alpine (2.7/alpine/Dockerfile) #
# ------------------------------------------------------------------------------
FROM a... | waterbolik/prestudy | docker/deepleaning/Dockerfile | Dockerfile | mit | 7,889 |
FROM debian:buster-slim
# Usage:
# (1) Build image (only required once or after this file was changed):
# $ docker build -t photobooth .
# (2) Start the container:
# $ docker run --name photobooth --rm -v "$(pwd):/var/www/html/" -p 8080:80 photobooth
# (3) Go to: http://localhost:8080
#
# If you would like to ... | andreknieriem/photobooth | Dockerfile | Dockerfile | mit | 1,985 |
FROM ruby:2.0-slim
# gpg keys listed at https://github.com/nodejs/io.js
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
9554F04D7259F04124DE6B476D5A82AC7E37093B \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
FD3A5288F042B6850C66B31F09FE44734EB7990E \
94AE36675C464D64BAFA68DD7434390BDBE9B9C5
ENV NPM_CO... | Turistforeningen/docker-ruby-iojs | 2.0-3.0/slim/Dockerfile | Dockerfile | mit | 815 |
FROM ubuntu:16.04
ENV HOME /root
ENV DEBIAN_FRONTEND noninteractive
ENV NUCLIDE_VERSION 0.249.0
RUN apt-get update -qq
# Install and configre SSH server
RUN apt-get install -y openssh-server
RUN mkdir /var/run/sshd
RUN echo 'root:nuclide' | chpasswd
RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin ye... | neuhausler/nuclide-remote | Dockerfile | Dockerfile | mit | 1,067 |
# docker run --rm -it -v /mnt/sda6/sven/src/docker/boot2docker/boot2docker.iso:/boot2docker.iso --privileged qemu
FROM debian:jessie
RUN apt-get update
RUN apt-get install -yq qemu-user qemu-user-static qemu-kvm qemu-system-x86
# qemu-system-x86_64 -curses -net nic -net user -m 2048M -boot d -cdrom ../../boot2dock... | carlye566/dockerfiles | qemu/Dockerfile | Dockerfile | mit | 467 |
FROM debian:8.0
MAINTAINER andystanton
ENV LANG C.UTF-8
RUN apt-get update -y -qq && \
apt-get install -y patch racket && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ADD image-common /tmp/dexec/image-common
VOLUME /tmp/dexec... | docker-exec/racket | Dockerfile | Dockerfile | mit | 393 |
FROM twiliodeved/api-snippets-base:ruby
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
ENV RUN_ENV=test
RUN pip install virtualenvwrapper
RUN composer global require overtrue/phplint && \
ln -s /root/.composer/vendor/bin/phplint /usr/local/bin/phplint
RUN mkdir /.virtualenvs
ENV WORKON_HOME /.virtualenvs
RUN echo... | TwilioDevEd/api-snippets-base-docker | Dockerfile | Dockerfile | mit | 570 |
FROM alpine:3.2
MAINTAINER roemer.jp@gmail.com
# Install system utils & Gogs runtime dependencies
ADD https://github.com/tianon/gosu/releases/download/1.6/gosu-amd64 /usr/sbin/gosu
RUN echo "@edge http://dl-4.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories \
&& echo "@community http://dl-4.alpinelinu... | xiaoyanit/gogs | Dockerfile | Dockerfile | mit | 772 |
FROM romeoz/docker-phpfpm:5.4
MAINTAINER romeOz <serggalka@gmail.com>
ENV OS_LOCALE="en_US.UTF-8"
RUN locale-gen ${OS_LOCALE}
ENV LANG=${OS_LOCALE} \
LANGUAGE=${OS_LOCALE} \
LC_ALL=${OS_LOCALE} \
NGINX_CONF_DIR=/etc/nginx
COPY ./supervisord.conf /etc/supervisor/conf.d/
COPY ./app /var/www/app/
RUN \
BUILD_... | romeOz/docker-nginx-php | 5.4/Dockerfile | Dockerfile | mit | 1,558 |
# PostgtreSQL Server
#
# VERSION 9.5
FROM debian:jessie
ARG VCS_REF
ARG BUILD_DATE
LABEL maintainer="James Brink, brink.james@gmail.com" \
decription="PostgreSQL Server" \
version="9.5" \
org.label-schema.name="postgres" \
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vc... | jamesbrink/docker-postgres | 9.5/Dockerfile | Dockerfile | mit | 3,070 |
FROM alpine:3.7
RUN mkdir -p /opt/vendor
WORKDIR /opt/vendor
RUN apk update
# Basic python usage
RUN apk add python3
RUN apk add py3-pip
# Required for compiling
RUN apk add python3-dev build-base linux-headers gcc postgresql-dev
RUN pip3 install cython wheel
ADD ./deps /opt/deps
RUN mkdir -p /opt/vendor
ADD require... | jaimebuelta/django-docker-template | docker/deps/Dockerfile | Dockerfile | mit | 491 |
FROM node:latest
# Reduce NPM log level to Warnings
ENV NPM_CONFIG_LOGLEVEL warn
VOLUME /var/app/
# Copy the code of the client to the container
COPY ./client/ /var/app/
WORKDIR /var/app/
# Build the client code for production
CMD ["npm", "start"]
| pgbastante/angular2-bootstrap | .docker/dockerfiles/node-builder.prod.dockerfile | Dockerfile | mit | 253 |
FROM alpine:3.4
EXPOSE 8080
ENV NGINX_URL="http://nginx.org/download/nginx-1.10.2.tar.gz" \
build_pkgs="build-base linux-headers openssl-dev pcre-dev zlib-dev wget curl py-pip" \
runtime_pkgs="ca-certificates openssl pcre zlib dumb-init supervisor fabric" \
NGINX_OPTS="--user=nginx \
--grou... | washingtonpost/nginx-lambda | Dockerfile | Dockerfile | mit | 1,704 |
FROM python:2.7-alpine
COPY . /beam
RUN cd /beam && pip install -r requirements.txt && python setup.py install
ENTRYPOINT ["/usr/local/bin/run.py"]
| jacentio/beam | Dockerfile | Dockerfile | mit | 149 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-ubuntu:bionic-build
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | nghiant2710/base-images | balena-base-images/node/apalis-imx6q/ubuntu/bionic/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-ubuntu:cosmic-build
ENV GO_VERSION 1.15.6
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 "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_VE... | nghiant2710/base-images | balena-base-images/golang/orange-pi-lite/ubuntu/cosmic/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-alpine:3.12-run
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/generic-armv7ahf/alpine/3.12/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,473 |
#
# This is the base image for nodes of an openshift dind dev cluster.
#
# The standard name for this image is openshift/dind-node
#
FROM openshift/dind
## Install packages
RUN dnf -y update && dnf -y install\
bind-utils\
findutils\
hostname\
iproute\
iputils\
less\
procps-ng\
tar\
which\
# Node-specific pa... | louyihua/origin | images/dind/node/Dockerfile | Dockerfile | apache-2.0 | 2,264 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-debian:bookworm-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/nitrogen8mm/debian/bookworm/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,530 |
FROM balenalib/aarch64-debian:sid-run
LABEL io.balena.device-type="jetson-xavier-nx-devkit"
RUN echo "deb https://repo.download.nvidia.com/jetson/common r32.6 main" >> /etc/apt/sources.list.d/nvidia.list \
&& echo "deb https://repo.download.nvidia.com/jetson/t194 r32.6 main" >> /etc/apt/sources.list.d/nvidia.list \
... | resin-io-library/base-images | balena-base-images/device-base/jetson-xavier-nx-devkit/debian/sid/run/Dockerfile | Dockerfile | apache-2.0 | 1,533 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon M... | resin-io-library/base-images | balena-base-images/python/orangepi-plus2/alpine/edge/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-ubuntu:bionic-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_V... | nghiant2710/base-images | balena-base-images/golang/beaglebone-pocket/ubuntu/bionic/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,031 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-ubuntu:disco-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.p... | nghiant2710/base-images | balena-base-images/node/beaglebone-green/ubuntu/disco/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
FROM balenalib/armv7hf-fedora:36-build
LABEL io.balena.device-type="beaglebone-green-gateway"
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 Docker image ... | resin-io-library/base-images | balena-base-images/device-base/beaglebone-green-gateway/fedora/36/build/Dockerfile | Dockerfile | apache-2.0 | 1,012 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-ubuntu:xenial-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/jetson-nano-emmc/ubuntu/xenial/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-debian:buster-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 ... | nghiant2710/base-images | balena-base-images/node/etcher-pro/debian/buster/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,938 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-ubuntu:eoan-build
ENV NODE_VERSION 12.21.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/beagleboard-xm/ubuntu/eoan/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-ubuntu:disco-build
ENV NODE_VERSION 15.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... | nghiant2710/base-images | balena-base-images/node/orange-pi-zero/ubuntu/disco/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-alpine:3.15-build
ENV NODE_VERSION 14.18.3
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 \
;... | resin-io-library/base-images | balena-base-images/node/firefly-rk3288/alpine/3.15/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
# ubuntu-periodicointeractivo
FROM ubuntu
MAINTAINER J. Cristóbal López <tobas92@gmail.com> Version: 1.1
# Instalaremos los paquetes y herramientas necesarias para el despliegue de la aplicación
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
RUN echo "deb http://downloads-distro.mongodb.org/repo/ubu... | JCristobal/ubuntu-periodicointeractivo | Dockerfile | Dockerfile | apache-2.0 | 736 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-ubuntu:xenial-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.c... | nghiant2710/base-images | balena-base-images/node/zc702-zynq7/ubuntu/xenial/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:bionic-run
ENV GO_VERSION 1.14.13
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&... | nghiant2710/base-images | balena-base-images/golang/genericx86-64-ext/ubuntu/bionic/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,349 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-alpine:3.12-run
ENV GO_VERSION 1.14.14
# 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.12/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,474 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-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 dependenc... | nghiant2710/base-images | balena-base-images/python/cubox-i/ubuntu/disco/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,438 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-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 "virtualen... | resin-io-library/base-images | balena-base-images/python/imx6ul-var-dart/fedora/35/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-ubuntu:bionic-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/bionic/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,911 |
FROM ruby:2.3.0
RUN apt-get update && apt-get install -y build-essential libpq-dev
ADD . /app
WORKDIR /app
RUN bundle install
| jzakrzeski/franz | franz-app/Dockerfile | Dockerfile | apache-2.0 | 128 |
# AUTOGENERATED FILE
FROM balenalib/edge-debian:sid-run
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver... | nghiant2710/base-images | balena-base-images/node/edge/debian/sid/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,933 |
# AUTOGENERATED FILE
FROM balenalib/artik520-debian:jessie-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some sam... | nghiant2710/base-images | balena-base-images/openjdk/artik520/debian/jessie/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,086 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-ubuntu:xenial-build
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 h... | nghiant2710/base-images | balena-base-images/node/qemux86-64/ubuntu/xenial/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:jessie-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 ... | nghiant2710/base-images | balena-base-images/golang/am571x-evm/debian/jessie/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,350 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-alpine:3.13-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk ad... | nghiant2710/base-images | balena-base-images/python/orbitty-tx2/alpine/3.13/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,131 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-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/photon-nano/debian/buster/5.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-ubuntu:cosmic-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "013a489ebb3e24ef3d915abe5b94c3286c070dfe0818d5bca8108f1d6e8440d2 go$GO_VERSION.linux-amd64.tar.gz" |... | nghiant2710/base-images | balena-base-images/golang/up-core-plus/ubuntu/cosmic/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,012 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-fedora:31-run
ENV GO_VERSION 1.15.11
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "bfc8f07945296e97c6d... | nghiant2710/base-images | balena-base-images/golang/generic-aarch64/fedora/31/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,078 |
# AUTOGENERATED FILE
FROM balenalib/ZE250-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 dependen... | nghiant2710/base-images | balena-base-images/python/ZE250/debian/bullseye/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,108 |
FROM balenalib/aarch64-debian:stretch-build
LABEL io.balena.device-type="jetson-nano-2gb-devkit"
RUN echo "deb https://repo.download.nvidia.com/jetson/common r32.4 main" >> /etc/apt/sources.list.d/nvidia.list \
&& echo "deb https://repo.download.nvidia.com/jetson/t210 r32.4 main" >> /etc/apt/sources.list.d/nvidia.li... | nghiant2710/base-images | balena-base-images/device-base/jetson-nano-2gb-devkit/debian/stretch/build/Dockerfile | Dockerfile | apache-2.0 | 1,544 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-alpine:edge-run
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 ] && echo 'h... | nghiant2710/base-images | balena-base-images/golang/qemux86/alpine/edge/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,460 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-alpine:3.12-build
ENV GO_VERSION 1.16.3
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch... | nghiant2710/base-images | balena-base-images/golang/beaglebone-green-wifi/alpine/3.12/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,348 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-fedora:31-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", ... | nghiant2710/base-images | balena-base-images/python/iot-gate-imx8/fedora/31/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-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/raspberrypi3-64/debian/bullseye/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,792 |
FROM node:dubnium-alpine
LABEL maintainer="mike.ralphson@gmail.com" description="Swagger to OpenAPI"
ENV NODE_ENV=production
WORKDIR /usr/src/app
# install the app
RUN npm i -g swagger2openapi
CMD [ "swagger2openapi", "--help" ]
| Mermade/swagger2openapi | packages/swagger2openapi/Dockerfile | Dockerfile | bsd-3-clause | 232 |
# Start with busybox, but with libc.so.6
FROM busybox:glibc
MAINTAINER Michael Stapelberg <michael@robustirc.net>
# So that we can run as unprivileged user inside the container.
RUN echo 'rnobody:x:99:99:nobody:/:/bin/sh' >> /etc/passwd
USER rnobody
ADD ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
ADD rob... | robustirc/bridge | Dockerfile | Dockerfile | bsd-3-clause | 875 |
FROM caffe:0.14
MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
ENV DIGITS_VERSION 3.0
LABEL com.nvidia.digits.version="3.0"
ENV DIGITS_PKG_VERSION 3.0.0-1
# workaround: gcc and libhdf5-dev are dependencies that are currently missing from the torch package
RUN apt-get update && apt-get install -y --no-install-recom... | mvechava/nvidia-docker | ubuntu-14.04/digits/3.0/Dockerfile | Dockerfile | bsd-3-clause | 668 |
FROM ubuntu:14.04.1
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y libssl-dev libpcre3-dev wget build-essential
WORKDIR /root
RUN wget http://www.haproxy.org/download/1.5/src/haproxy-1.5.11.tar.gz
RUN tar zxvf haproxy-1.5.11.tar.gz
WORKDIR /root/haproxy-1.5.11
RUN make TARGET=linux2628... | eavatar/docker-haproxy | base/overlayfs/Dockerfile | Dockerfile | bsd-3-clause | 784 |
FROM node:12.18
RUN apt-get update && \
apt-get -y install xvfb gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 \
libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 \
libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 ... | lightster/lidsys-web | docker/scraper/Dockerfile | Dockerfile | bsd-3-clause | 676 |
FROM nutshells/base
LABEL maintainer='Chao QU <mail@quchao.com>'
WORKDIR /usr/local/src/
ARG DNSMASQ_COMMIT='3390db4'
ARG DNSMASQ_SHA256='9b1a08c5c6fa55784a21db7019bba16d07c8a6d57ec8029d1b52becb9e5626e1'
ARG DNSMASQ_VERSION='v2.77test4'
ARG WITH_DNSSEC='true'
ARG WITH_IDN='true'
ENV SAMPLE_CFG_DIR='/usr/local/share/... | QuChao/nutshells | dnsmasq-fast-lookup/Dockerfile | Dockerfile | mit | 3,155 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-alpine:edge-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirna... | nghiant2710/base-images | balena-base-images/openjdk/jn30b-nano/alpine/edge/7-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,763 |
FROM balenalib/i386-debian:sid-run
LABEL io.balena.device-type="edison"
RUN apt-get update && apt-get install -y --no-install-recommends \
less \
kmod \
nano \
net-tools \
ifupdown \
iputils-ping \
i2c-tools \
usbutils \
&& rm -rf /var/lib/apt/lists/*
# MRAA
ENV MRAA_COMMIT 967585c9ea0e1a8818d2172d23... | nghiant2710/base-images | balena-base-images/device-base/edison/debian/sid/run/Dockerfile | Dockerfile | apache-2.0 | 2,858 |
FROM balenalib/armv7hf-debian:bullseye-run
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 ] && mkd... | nghiant2710/base-images | balena-base-images/device-base/odroid-xu4/debian/bullseye/run/Dockerfile | Dockerfile | apache-2.0 | 1,093 |
FROM golang:1.5
RUN apt-get update
RUN apt-get install -y zip
ADD . /go/src/github.com/gophergala2016/goad
WORKDIR /go/src/github.com/gophergala2016/goad
RUN go get -u github.com/jteeuwen/go-bindata/...
RUN make bindata
RUN go build -o /go/bin/goad-api webapi/webapi.go
CMD ["/go/bin/goad-api", "-addr", ":8080"]
EXPO... | betabrand/goad | cli/Godeps/_workspace/src/github.com/gophergala2016/goad/Dockerfile | Dockerfile | mit | 328 |
FROM node:0.10-slim
# https://github.com/fraunhoferfokus/OCDB
WORKDIR /root/ocdb
RUN apt-get -y update && \
apt-get -y install wget apg netcat git curl
RUN git clone https://github.com/fraunhoferfokus/ocdb /root/ocdb
RUN npm install
RUN mkdir -p db/mongodb/bin && \
wget https://fastdl.mongodb.org/linux/mo... | jjdblast/OCDB | Dockerfile | Dockerfile | apache-2.0 | 548 |
FROM node:16.9.1-slim
COPY ./ ./
RUN npm install
RUN npm run build
ENV NODE_ENV production
ENV DATABASE_CONFIGURATION_PROFILE mongodb
ENV FRAMEWORK express
EXPOSE 8080
CMD ["node", "dist/main"] | sumeetchhetri/FrameworkBenchmarks | frameworks/TypeScript/nest/nestjs-mongo.dockerfile | Dockerfile | bsd-3-clause | 197 |
FROM buildpack-deps:xenial
RUN apt update -yqq && apt install -yqq software-properties-common unzip cmake
RUN apt install -yqq libgcrypt11-dev python nginx
WORKDIR /installs
#http://cppcms.com/wikipp/en/page/cppcms_1x_build
#note '-rc1' in the url
ENV CPPCMS_VERSION=1.1.1
ENV BACKNAME=cppcms
ENV CPPCMS_HOME=/instal... | stefanocasazza/FrameworkBenchmarks | frameworks/C++/cppcms/cppcms-direct.dockerfile | Dockerfile | bsd-3-clause | 1,455 |
FROM microsoft/dotnet:2.1.0-aspnetcore-runtime
WORKDIR /app
COPY . .
ENTRYPOINT ["dotnet", "MarginTrading.MigrateApp.dll"]
| LykkeCity/MT | src/MarginTrading.Brokers/MarginTrading.MigrateApp/Dockerfile | Dockerfile | mit | 123 |
# Zibra pipeline Docker container
FROM ubuntu:16.04
MAINTAINER Nick Loman <n.j.loman@bham.ac.uk>
# base software
RUN apt-get update
RUN apt-get install -y git build-essential wget zlib1g-dev vim libncurses5-dev
# python and python dependencies
RUN apt-get install -y python python-pip
RUN pip install pysam pyvcf biopy... | zibraproject/zika-pipeline | Dockerfile | Dockerfile | mit | 1,710 |
FROM water/alpine
# 软件包安装
RUN apk add nginx
# 软件包参数配置
RUN mkdir /run/nginx
RUN mkdir /apps
RUN mkdir -p /usr/share/nginx/html
COPY conf/nginx.conf /etc/nginx/
COPY conf/vhosts.conf /etc/nginx/conf.d/
# 端口号配置
EXPOSE 80
VOLUME /apps/
# 容器命令执行
ENTRYPOINT ["nginx", "-g", "daemon off;"] | gnulife/dphp | nginx/Dockerfile | Dockerfile | mit | 332 |
# https://github.com/docker-library/mariadb/blob/master/10.4/Dockerfile
ARG version=10.4
FROM minidocks/base:3.7 AS v10.1
FROM minidocks/base:3.8 AS v10.2
FROM minidocks/base:3.10 AS v10.3
FROM minidocks/base:3.12 AS v10.4
FROM minidocks/base:edge AS v10.5
FROM v$version AS mariadb
LABEL maintainer="Martin Hasoň... | microcontainers/microcontainers | mariadb/Dockerfile | Dockerfile | mit | 1,777 |
FROM python:3.7-alpine
RUN apk add git
WORKDIR /arteria-delivery
COPY . .
RUN pip install --no-cache-dir -r requirements/prod .
CMD ["delivery-ws", "--configroot=config/", "--port=8080", "--debug"]
| arteria-project/arteria-delivery | Dockerfile | Dockerfile | mit | 202 |
FROM osixia/web-baseimage:0.1.2
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
# phpLDAPadmin version
ENV PHPLDAPADMIN_VERSION 1.2.3
ENV PHPLDAPADMIN_SHA1 669fca66c75e24137e106fdd02e3832f81146e23
# Use baseimage's init system.
# https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/run
CMD ["... | cmaoling/docker-phpLDAPadmin | image/Dockerfile | Dockerfile | mit | 1,949 |
# Inspired by https://github.com/mumoshu/dcind
# and by https://github.com/meAmidos/dcind
FROM maven
# grab gosu for easy step-down from root
ENV GOSU_VERSION 1.7
RUN set -x \
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
&& wget -... | guido4f/mavenastic | src/main/docker/Dockerfile/Dockerfile | Dockerfile | mit | 2,416 |
FROM diozero/diozero-cc
ARG HOME_DIR=/home/${RUN_AS_USER}
RUN sudo apt-get update && sudo apt-get -y install scons
#RUN sudo apt-get -y install python3-distutils
RUN git clone https://github.com/jgarff/rpi_ws281x.git --depth 1
WORKDIR ${HOME_DIR}/rpi_ws281x
# aarch64
RUN scons V=yes TOOLCHAIN=aarch64-linux-gnu CFLA... | mattjlewis/diozero | diozero-ws281x-native/docker/Dockerfile | Dockerfile | mit | 1,320 |
FROM openanalytics/r-base
MAINTAINER Logan "lpiep@github.com"
# system libraries of general use
RUN apt-get update && apt-get install -y \
sudo \
pandoc \
pandoc-citeproc \
libcurl4-gnutls-dev \
libcairo2-dev \
libxt-dev \
libssl-dev \
libssh2-1-dev \
libssl1.0.0
# basic shiny fun... | kaufman-lab/uw-radical | Dockerfile | Dockerfile | mit | 783 |
FROM rocker/shiny:3.3.2
COPY shiny-server.conf /etc/shiny-server/shiny-server.conf
# RUN sed -i -- 's/location \//location \/PAEA/g' /etc/shiny-server/shiny-server.conf
RUN apt-get update
RUN apt-get install -y libmysqlclient-dev \
libssl-dev \
libxml2-dev
RUN R -e "install.packages('devtools')"
RUN R -e "devt... | MaayanLab/PAEA | Dockerfile | Dockerfile | mit | 1,170 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-ubuntu:disco-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.pg... | nghiant2710/base-images | balena-base-images/node/photon-xavier-nx/ubuntu/disco/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-ubuntu:disco-run
ENV GO_VERSION 1.15.11
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& ap... | nghiant2710/base-images | balena-base-images/golang/orange-pi-lite/ubuntu/disco/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,358 |
# AUTOGENERATED FILE
FROM balenalib/edison-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-get u... | resin-io-library/base-images | balena-base-images/golang/edison/debian/stretch/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,327 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-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... | resin-io-library/base-images | balena-base-images/python/raspberry-pi2/ubuntu/bionic/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-fedora:30-run
ENV NODE_VERSION 15.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 ha.p... | nghiant2710/base-images | balena-base-images/node/orange-pi-lite/fedora/30/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-fedora:34-run
ENV NODE_VERSION 15.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 ha.pool... | nghiant2710/base-images | balena-base-images/node/etcher-pro/fedora/34/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,749 |
# Copyright 2017 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 ... | gmarek/test-infra | images/ci-kubernetes-e2e-kubeadm/Dockerfile | Dockerfile | apache-2.0 | 1,907 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-ubuntu:xenial-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/generic-armv7ahf/ubuntu/xenial/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,360 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-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 de... | resin-io-library/base-images | balena-base-images/python/blackboard-tx2/ubuntu/focal/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-fedora:33-build
ENV NODE_VERSION 14.15.4
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/intel-nuc/fedora/33/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/parallella-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/parallella/alpine/edge/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,339 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-alpine:edge-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 ] && echo '... | nghiant2710/base-images | balena-base-images/golang/fincm3/alpine/edge/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,463 |
FROM alpine:3.3
ARG version=0.25.0
ARG workdir=/opt
RUN rm -rf $workdir
RUN mkdir -p $workdir
COPY kpm-$version.tar.gz $workdir
WORKDIR $workdir
RUN tar xzvf kpm-$version.tar.gz
WORKDIR $workdir/kpm-$version
RUN apk --update add python py-pip openssl ca-certificates git
RUN apk --update add --virtual build-dependenc... | kubespray/kpm | deploy/Dockerfile | Dockerfile | apache-2.0 | 471 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-alpine:edge-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add... | resin-io-library/base-images | balena-base-images/python/jetson-tx1/alpine/edge/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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 depende... | resin-io-library/base-images | balena-base-images/python/odroid-c1/ubuntu/focal/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,064 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-alpine:3.12-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVitt... | nghiant2710/base-images | balena-base-images/python/odroid-c1/alpine/3.12/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,235 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-alpine:edge-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add ... | resin-io-library/base-images | balena-base-images/python/artik533s/alpine/edge/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,127 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-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: public ... | nghiant2710/base-images | balena-base-images/python/qemux86/ubuntu/bionic/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,828 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-r2c-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 "virtualenv", s... | resin-io-library/base-images | balena-base-images/python/nanopi-r2c/fedora/34/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 2,433 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.