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 |
|---|---|---|---|---|---|
# Copyright 2020 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,... | skia-dev/oss-fuzz | projects/libspng/Dockerfile | Dockerfile | apache-2.0 | 1,086 |
# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | crobby/oshinko-cli | vendor/k8s.io/kubernetes/build/build-image/cross/Dockerfile | Dockerfile | apache-2.0 | 3,039 |
FROM node:4
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN curl -L --insecure https://github.com/odise/go-cron/releases/download/v0.0.7/go-cron-linux.gz \
| zcat > /usr/local/bin/go-cron \
&& chmod u+x /usr/local/bin/go-cron
COPY package.json /usr/src/app/package.json
RUN npm install
COPY . /usr/src/app/
CM... | chk1/mensaparser | parser/Dockerfile | Dockerfile | mit | 346 |
FROM alpine
MAINTAINER Anders Brujordet "anders@brujordet.no"
RUN apk --update add varnish bash coreutils bc
RUN rm -rf /etc/varnish
EXPOSE 6081
ADD vtcunit /vtcunit
ADD docker-entrypoint /docker-entrypoint
CMD ["/docker-entrypoint"]
| brujoand/vtcunit | Dockerfile | Dockerfile | mit | 238 |
FROM python:2.7
# install google chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
RUN apt-get -y update
RUN apt-get install -y google-chrome-... | joyzoursky/docker-python-chromedriver | deprecated/py2.7-selenium/Dockerfile | Dockerfile | mit | 751 |
# GENERATED FROM Dockerfile.template-scm
FROM vicamo/buildpack-deps:stretch-mipsel-curl
# procps is very common in build systems, and is a reasonably small package
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bzr \
git \
mercurial \
openssh-client \
subversion \
\
procps \
&& ap... | vicamo/docker-buildpack-deps | stretch/mipsel/scm/Dockerfile | Dockerfile | mit | 374 |
FROM ubuntu
# Add the PostgreSQL PGP key to verify their Debian packages.
# It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ preci... | Jakenberg/instaemploy | docker/postgres/Dockerfile | Dockerfile | mit | 1,091 |
FROM pritunl/archlinux
MAINTAINER kvaps <kvapss@gmail.com>
RUN pacman --noconfirm -Sy base-devel
RUN curl -L https://aur.archlinux.org/cgit/aur.git/snapshot/mjpg-streamer.tar.gz | tar -xzv -C /usr/src/
WORKDIR /usr/src/mjpg-streamer
RUN useradd makepkg ; echo "makepkg ALL = (root) NOPASSWD:ALL" >> /etc/sudoers.d/makep... | kvaps/docker-mjpg-streamer | Dockerfile | Dockerfile | mit | 435 |
FROM kennethzfeng/dockerize-python:2.7.8
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
ONBUILD COPY . /usr/src/app
ONBUILD COPY requirements.txt /usr/src/app/
ONBUILD RUN pip install -r requirements.txt
ONBUILD COPY bower.json /usr/src/app/
ONBUILD RUN bower install --allow-root
| kennethzfeng/dockerize-python | onbuild/Dockerfile | Dockerfile | mit | 285 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-debian:sid-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" || \
gpg -... | nghiant2710/base-images | balena-base-images/node/nanopc-t4/debian/sid/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,776 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-debian:bookworm-build
ENV NODE_VERSION 14.18.3
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" ||... | resin-io-library/base-images | balena-base-images/node/orangepi-plus2/debian/bookworm/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,789 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-ubuntu:xenial-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 \
' \
&& ... | nghiant2710/base-images | balena-base-images/golang/raspberrypi3-64/ubuntu/xenial/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,332 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-debian:bullseye-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f4e96bbcd5d2d1942f5b55d9e4ab19564da4fad192012f6d7b0b9b055ba4208f go$GO_VERSION.linux-arm64.tar.gz"... | nghiant2710/base-images | balena-base-images/golang/jetson-tx2/debian/bullseye/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,003 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-debian:bullseye-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: ... | resin-io-library/base-images | balena-base-images/python/raspberrypi2/debian/bullseye/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,860 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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 ... | resin-io-library/base-images | balena-base-images/python/via-vab820-quad/debian/buster/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-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 ... | resin-io-library/base-images | balena-base-images/python/aarch64/ubuntu/bionic/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,827 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-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.pgp.co... | nghiant2710/base-images | balena-base-images/node/photon-nano/ubuntu/disco/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-fedora:32-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098 go$GO_VERSION.linux-arm64.tar.gz" | sha256... | nghiant2710/base-images | balena-base-images/golang/coral-dev/fedora/32/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,988 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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... | resin-io-library/base-images | balena-base-images/python/beaglebone-green/alpine/edge/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,842 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-alpine:edge-build
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/blackboard-tx2/alpine/edge/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-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 \
libicu57 \
liblttng-u... | nghiant2710/base-images | balena-base-images/dotnet/solidrun-imx6/debian/bullseye/2.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,560 |
# AUTOGENERATED FILE
FROM balenalib/up-core-ubuntu:cosmic-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 --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/up-core/ubuntu/cosmic/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv"... | resin-io-library/base-images | balena-base-images/python/nitrogen8mm/fedora/33/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-alpine:3.13-run
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A01... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/alpine/3.13/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 3,036 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-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: pu... | nghiant2710/base-images | balena-base-images/python/intel-edison/debian/buster/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,857 |
FROM cu.eshore.cn/library/java:jdk8
RUN rm -rf /etc/localtime && \
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
COPY hadoop.limits /etc/security/limits.d/hadoop.conf
#
# COPY hadoop-2.6.5 /opt/hadoop-2.6.5
#
RUN groupadd hadoop && useradd -m -g hadoop hadoop
RUN mkdir /data && chmod 700 /data && chown h... | winse/docker-hadoop | kube-deploy/hadoop/docker/hadoop.Dockerfile | Dockerfile | apache-2.0 | 447 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-ubuntu:impish-run
ENV NODE_VERSION 14.18.3
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 ... | resin-io-library/base-images | balena-base-images/node/kitra520/ubuntu/impish/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,910 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-alpine:3.10-build
ENV GO_VERSION 1.14.13
# 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-tx1/alpine/3.10/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,339 |
FROM zubzub/cross-compilers/android
MAINTAINER Erik De Rijcke "derijcke.erik@gmail.com"
ENV CROSS_TRIPLE arm-linux-androideabi
ENV SYS_ROOT ${CROSS_ROOT}/sysroot
WORKDIR ${CROSS_ROOT}/ndk/android-ndk-r${ANDROID_NDK_REVISION}/build/tools
RUN chmod +x make-standalone-toolchain.sh && \
./make-standalone-toolchain.sh... | Zubnix/jni-cross-compilers | android/armv7hf/Dockerfile | Dockerfile | apache-2.0 | 540 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-debian:stretch-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC9... | resin-io-library/base-images | balena-base-images/python/generic-armv7ahf/debian/stretch/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,860 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-alpine:3.13-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; ... | nghiant2710/base-images | balena-base-images/node/jetson-xavier/alpine/3.13/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,960 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:jessie-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "bca4af0c20f86521dfabf3b39fa2f1ceeeb11cebf7e90bdf1de2618c40628539 go$GO_VERSION.linux-arm64.tar.gz" | s... | nghiant2710/base-images | balena-base-images/golang/kitra710/debian/jessie/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 1,997 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-alpine:edge-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 \
6A010C516... | nghiant2710/base-images | balena-base-images/node/beaglebone-black/alpine/edge/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 3,031 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-alpine:3.10-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.10/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-fedora:31-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 Docker... | nghiant2710/base-images | balena-base-images/openjdk/jetson-nano-emmc/fedora/31/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,322 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-debian:bullseye-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/npe-x500-m3/debian/bullseye/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,361 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-alpine:edge-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/alpine/edge/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,034 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-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/cubox-i/debian/buster/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,122 |
FROM balenalib/aarch64-debian:bookworm-build
LABEL io.balena.device-type="raspberrypi400-64"
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... | resin-io-library/base-images | balena-base-images/device-base/raspberrypi400-64/debian/bookworm/build/Dockerfile | Dockerfile | apache-2.0 | 1,104 |
FROM alpine:3.3
RUN apk add --no-cache curl
ENV DOCKER_BUCKET github.com/armhf-docker-library/binaries/raw/master
ENV DOCKER_VERSION 1.9.1
ENV DOCKER_SHA256 2750deeb0994cce37f94c3d63b2a2544e006d67b243fc88498a43fc7c250a67d
RUN curl -fSL "https://${DOCKER_BUCKET}/docker-$DOCKER_VERSION" -o /usr/local/bin/docker \
&& ... | armhf-docker-library/docker | 1.9/Dockerfile | Dockerfile | apache-2.0 | 512 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-fedora:30-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 ha.... | nghiant2710/base-images | balena-base-images/node/raspberrypi3/fedora/30/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-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 63C7... | resin-io-library/base-images | balena-base-images/python/parallella-hdmi-resin/ubuntu/focal/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-debian:stretch-run
ENV NODE_VERSION 14.18.3
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/beaglebone-green-wifi/debian/stretch/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
FROM ubuntu:12.04
EXPOSE 5984
RUN echo "deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted \n\
deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted \n\
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted \n\
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates... | rstiller/docker-couchdb | ubuntu-12.04/1.3.0/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-debian:bullseye-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: p... | nghiant2710/base-images | balena-base-images/python/orbitty-tx2/debian/bullseye/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,862 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-debian:sid-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver ke... | nghiant2710/base-images | balena-base-images/node/npe-x500-m3/debian/sid/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,937 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-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 dependen... | resin-io-library/base-images | balena-base-images/python/jn30b-nano/debian/sid/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,085 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-alpine:3.12-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do... | nghiant2710/base-images | balena-base-images/node/photon-nano/alpine/3.12/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,958 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-fedora:31-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv",... | nghiant2710/base-images | balena-base-images/python/qemux86-64/fedora/31/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,452 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-alpine:edge-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/firefly-rk3288/alpine/edge/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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/raspberrypi4-64/debian/buster/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,857 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-debian:buster-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | nghiant2710/base-images | balena-base-images/node/apalis-imx6q/debian/buster/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-debian:bullseye-build
ENV GO_VERSION 1.15.8
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.linux-arm64.ta... | nghiant2710/base-images | balena-base-images/golang/raspberrypi3-64/debian/bullseye/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,008 |
FROM gcr.io/google_containers/defaultbackend:1.4
MAINTAINER cloudnil <cloudnil@126.com>
| CloudNil/kubernetes-library | defaultbackend/Dockerfile | Dockerfile | apache-2.0 | 88 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-alpine:3.11-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 ] && e... | nghiant2710/base-images | balena-base-images/golang/jetson-nano/alpine/3.11/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-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-g... | resin-io-library/base-images | balena-base-images/golang/floyd-nano/debian/stretch/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,327 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-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/qemux86/ubuntu/bionic/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,068 |
FROM golang:1.10-alpine
ARG VERSION
ENV APP_DIR "$GOPATH/src/github.com/Fitbit/smartling"
WORKDIR $APP_DIR
COPY . $APP_DIR
RUN apk add --no-cache git && \
go get -u -v github.com/golang/dep/cmd/dep && \
dep ensure && \
go build -ldflags "-X main.Version=${VERSION}" -o $GOPATH/bin/smartling ./cli/... && \
... | Fitbit/smartling | Dockerfile | Dockerfile | apache-2.0 | 448 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-alpine:edge-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirn... | nghiant2710/base-images | balena-base-images/openjdk/raspberry-pi2/alpine/edge/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,762 |
# Copyright 2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the f... | ktamashun/grpc-docker-library | 1.0/node/Dockerfile | Dockerfile | bsd-3-clause | 1,648 |
FROM registry.ng.bluemix.net/ibmnode:latest
COPY ./ bluechatter
WORKDIR bluechatter
RUN npm install -d --production
EXPOSE 80
ENV PORT 80
ENV DOCKER true
CMD ["node", "app.js"]
# If you would like to run node-inspector to debug the application
# Comment out the above CMD call and uncomment the below 4 lines
#RUN npm i... | ryanjbaxter/bluechatter | Dockerfile | Dockerfile | apache-2.0 | 391 |
FROM openjdk:8
ARG HBASE_VERSION
ARG HBASE_DIR
ARG PHOENIX_VERSION
ARG PHOENIX_NAME=apache-phoenix
ENV HBASE_URL https://archive.apache.org/dist/hbase/$HBASE_DIR/hbase-$HBASE_VERSION-bin.tar.gz
RUN wget --no-verbose -O hbase.tar.gz "$HBASE_URL" && \
mkdir /opt/hbase && \
tar xf hbase.tar.gz --strip-component... | ohadshacham/phoenix | python/phoenixdb/ci/phoenix/Dockerfile | Dockerfile | apache-2.0 | 973 |
# Copyright 2015, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the f... | arkmaxim/grpc | tools/dockerfile/stress_test/grpc_interop_stress_ruby/Dockerfile | Dockerfile | bsd-3-clause | 3,292 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/amd64/generate.sh"!
#
FROM ubuntu:xenial
RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libseccomp-dev pkg-config vim... | crobby/oshinko-cli | vendor/github.com/openshift/origin/cmd/cluster-capacity/go/src/github.com/kubernetes-incubator/cluster-capacity/vendor/github.com/docker/docker/contrib/builder/deb/amd64/ubuntu-xenial/Dockerfile | Dockerfile | apache-2.0 | 657 |
FROM ubuntu:18.10
LABEL maintainer="jmcoimbra.eng.br"
# Avoid apps to ask questions during instalation
ENV DEBIAN_FRONTEND=noninteractive
### Installing Apache httpd
RUN apt-get update; \
apt-get install -y apache2;
# Configuring httpd
COPY ./000-default.conf /etc/apache2/sites-enabled/000-default.conf
COPY ./apac... | jmcoimbra/LAMP-env | apache/Dockerfile | Dockerfile | mit | 1,101 |
# AUTOGENERATED FILE
FROM resin/armv7hf-debian:jessie
ENV NODE_VERSION 0.11.16
ENV NPM_VERSION 2.10.1
RUN buildDeps='curl' \
&& set -x \
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/node... | inn1983/docker-node | armv7hf/0.11/slim/Dockerfile | Dockerfile | mit | 692 |
FROM redis:3.2.1-alpine
RUN set -x \
&& apk add --no-cache --virtual .build-deps \
make \
openssl \
unzip \
curl \
&& curl -k -L -o containerpilot.tar.gz https://github.com/joyent/containerpilot/releases/download/2.4.3/containerpilot-2.4.3.tar.gz \
&& tar -xzf containerpilot.tar.gz -C /usr/local/bin \
&& r... | docketbook/redis-consul | 3.0.7/Dockerfile | Dockerfile | mit | 822 |
FROM debezium/kafka:1.3
LABEL maintainer="Debezium Community"
EXPOSE 8083
VOLUME ["/kafka/data","/kafka/logs","/kafka/config"]
COPY docker-entrypoint.sh /
COPY --chown=kafka:kafka log4j.properties $KAFKA_HOME/config/log4j.properties
COPY docker-maven-download.sh /usr/local/bin/docker-maven-download
#
# Set up the p... | debezium/docker-images | connect-base/1.3/Dockerfile | Dockerfile | mit | 2,940 |
from ubuntu
maintainer Matthew Fisher <me@bacongobbler.com>
run apt-get update && apt-get install -q -y wget build-essential tcl8.5
run wget http://download.redis.io/redis-stable.tar.gz
run tar xzvf redis-stable.tar.gz
run cd redis-stable && make && make test && make install
r... | bacongobbler/dockerfiles | redis/Dockerfile | Dockerfile | mit | 431 |
FROM ubuntu:xenial
RUN apt-get update && apt-get install -y curl jq coreutils net-tools openjdk-8-jre
ARG kafka_version=1.0.0
ARG scala_version=2.12
ENV KAFKA_VERSION=$kafka_version SCALA_VERSION=$scala_version
#ENV KAFKA_ZOOKEEPER_CONNECT zookeeper
COPY download-kafka.sh /tmp/download-kafka.sh
RUN /tmp/download-k... | spicavigo/kafka-rust | tests/kafka-rust-image/Dockerfile | Dockerfile | mit | 1,298 |
FROM ubuntu:16.04
MAINTAINER TobiLG <tobilg@gmail.com>
# Download dumb-init
ADD https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64 /usr/bin/dumb-init
ENV DIND_COMMIT 3b5fac462d21ca164b3778647420016315289034
ENV GITLAB_RUNNER_VERSION="13.4.1"
ENV DOCKER_CE_VERSION="5:19.03.13~3-0~ubunt... | tobilg/gitlab-ci-runner-marathon | Dockerfile | Dockerfile | mit | 1,956 |
# set base os
FROM linuxserver/baseimage
ENV DEBIAN_FRONTEND noninteractive
# Set correct environment variables
ENV HOME /root
# Configure user nobody to match unRAID's settings
RUN \
usermod -u 99 nobody && \
usermod -g 100 nobody && \
usermod -d /home nobody && \
chown -R nobody:users /home
# Use baseimage-do... | noinip/docker-mylar | Dockerfile | Dockerfile | mit | 1,985 |
FROM scratch
MAINTAINER YI-HUNG JEN <yihungjen@gmail.com>
COPY ca-certificates.crt /etc/ssl/certs/
COPY wowza-streaming-agent /
ENTRYPOINT ["/wowza-streaming-agent"]
CMD ["--help"]
EXPOSE 20080
ENV VERSION latest
ENV BUILD golang-1.5.1
| AndrewMagv/wowza-streaming-agent | Dockerfile | Dockerfile | mit | 239 |
FROM php:7.1-fpm
COPY --from=composer /usr/bin/composer /usr/bin/composer
RUN apt-get update
RUN apt-get install -y \
libzip-dev \
zip
RUN docker-php-ext-install zip | unreal4u/mqtt | docker/php71/Dockerfile | Dockerfile | mit | 183 |
FROM profideo/php54-apache
MAINTAINER Alban Duval <aduval@profideo.com>
# @see https://github.com/joyent/node/wiki/installing-node.js-via-package-manager
# @see https://deb.nodesource.com/setup
RUN echo 'deb https://deb.nodesource.com/node wheezy main' > /etc/apt/sources.list.d/nodesource.list
RUN echo 'deb-src https... | yyameogo/docker-images | php54-apache-node/Dockerfile | Dockerfile | mit | 825 |
FROM purplekarrot/wine32-gcc
ARG RUN_TESTS=1
ENV BUILD_NAME 'wine32-gcc'
ENV BUILD_MODEL 'Experimental'
ENV CHANGE_ID "$(git rev-parse --verify HEAD)"
ENV CTEST_COVERAGE_COMMAND ''
ENV CTEST_MEMORYCHECK_COMMAND ''
ENV CTEST_MEMORYCHECK_TYPE ''
ENV SUBMIT_RESULTS 0
ENV BUILD_PACKAGES 0
ENV BUILD_CONFIG Release
ENV BU... | abeimler/cmdocker-tmpl | docker/wine32-gcc/Dockerfile | Dockerfile | mit | 647 |
FROM node:alpine
RUN npm install -g stockjs
| imZack/stockjs | Dockerfile | Dockerfile | mit | 45 |
FROM node:latest
MAINTAINER Victor Bocharsky <bocharsky.bw@gmail.com>
RUN npm install -g bower
VOLUME ["/data"]
WORKDIR /data
ENTRYPOINT ["/usr/local/bin/bower", "--allow-root"]
CMD ["help"]
| LapaLabs/docker-bower | Dockerfile | Dockerfile | mit | 193 |
# base image
FROM nginx:1.17
# maintainer
LABEL maintainer="nilosoares@gmail.com"
# installs dependencies
RUN apt-get update && apt-get install -y \
apt-utils \
vim
# expose ports
EXPOSE 80 | nscps/docker | nginx/1.17/Dockerfile | Dockerfile | mit | 200 |
FROM voxxit/alpine-rpi
MAINTAINER Matt Williams <matt@matthewkwilliams.com>
RUN apk update \
&& apk add wget perl gzip \
&& wget http://cactus.nci.nih.gov/SDF_toolkit/SDF_toolkit.1.2.tgz \
&& tar xzvf SDF_toolkit.1.2.tgz \
&& rm SDF_toolkit.1.2.tgz \
&& cp /root/SDF_toolkit/*.pm /usr/local/lib/perl5... | aetherical/rpi-dockerfiles | rpi-sdf-toolkit/Dockerfile | Dockerfile | mit | 456 |
FROM python:2.7
# install pip
RUN apt-get update && apt-get install -y python-pip
# upgrade pip
RUN pip install --upgrade pip
ADD compile.sh /tmp/compile.sh
CMD /tmp/compile.sh | morsoinferno/CI-tutorial | builder/Dockerfile | Dockerfile | mit | 179 |
FROM smebberson/alpine-apache
MAINTAINER Scott Mebberson <scott@scottmebberson.com>
# Add the files
ADD root /
| smebberson/docker-alpine | examples/user-apache/Dockerfile | Dockerfile | mit | 112 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVi... | resin-io-library/base-images | balena-base-images/python/npe-x500-m3/alpine/3.13/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-fedora:33-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", s... | resin-io-library/base-images | balena-base-images/python/floyd-nano/fedora/33/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 2,433 |
# AUTOGENERATED FILE
FROM balenalib/generic-alpine:3.10-run
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 ] && echo ... | nghiant2710/base-images | balena-base-images/golang/generic/alpine/3.10/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,471 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-alpine:3.13-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
... | nghiant2710/base-images | balena-base-images/node/beaglebone-black/alpine/3.13/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
# AUTOGENERATED FILE
FROM balenalib/nuc-debian:bookworm-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 samp... | resin-io-library/base-images | balena-base-images/openjdk/nuc/debian/bookworm/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,856 |
# Copyright 2019 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,... | google/fuzzbench | benchmarks/aspell_aspell_fuzzer/Dockerfile | Dockerfile | apache-2.0 | 1,258 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-alpine:3.13-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 \
; do ... | resin-io-library/base-images | balena-base-images/node/jetson-tx1/alpine/3.13/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-ubuntu:bionic-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com ... | nghiant2710/base-images | balena-base-images/node/kitra520/ubuntu/bionic/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-debian:bullseye-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/jetson-tx2/debian/bullseye/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:cosmic-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90... | nghiant2710/base-images | balena-base-images/python/bananapi-m1-plus/ubuntu/cosmic/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-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 add... | nghiant2710/base-images | balena-base-images/python/up-squared/alpine/3.11/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,137 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-debian:buster-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some s... | resin-io-library/base-images | balena-base-images/openjdk/jetson-tx2/debian/buster/17-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,017 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:focal-build
ENV NODE_VERSION 15.7.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.... | nghiant2710/base-images | balena-base-images/node/odroid-u3+/ubuntu/focal/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-alpine:3.10-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516600659... | nghiant2710/base-images | balena-base-images/node/zc702-zynq7/alpine/3.10/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-fedora:34-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... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/fedora/34/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,771 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:eoan-run
ENV GO_VERSION 1.16.3
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get ... | nghiant2710/base-images | balena-base-images/golang/beaglebone/ubuntu/eoan/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,350 |
FROM ownport/python:2.7
ARG LOCAL_REPOS_HOST
ARG HTTP_PROXY
ARG SPHINX_VERSION
RUN wget -O - http://${LOCAL_REPOS_HOST}/install/alpine/sphinx.sh | \
SCRAPY_VERSION=${SPHINX_VERSION} sh -s add
| ownport/docker-env | sandbox/dockerfiles/sphinx/Dockerfile | Dockerfile | apache-2.0 | 202 |
# encoding: UTF-8
#
# Author: Stefano Harding <riddopic@gmail.com>
# License: Apache License, Version 2.0
# Copyright: (C) 2014-2015 Stefano Harding
#
# 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 ... | riddopic/docker-containers | ubuntu-14.04/Dockerfile | Dockerfile | apache-2.0 | 6,650 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.