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 |
|---|---|---|---|---|---|
# This is an idle image to dynamically replace any component if disabled.
ARG DISTRO=alpine:3.14
FROM $DISTRO
CMD sleep 1000000d
| kaiyou/freeposte.io | core/none/Dockerfile | Dockerfile | mit | 131 |
FROM ayethin/ruby-deps:0.0.1
# install libs, xvfb and firefox
RUN apt-get update && apt-get install -y zlib1g-dev xvfb libxcomposite1 libasound2 libdbus-glib-1-2 libgtk2.0-0
ENV FF_LANG="en-US" \
FF_BASE_URL="https://archive.mozilla.org/pub" \
FF_PLATFORM="linux-x86_64" \
FF_INNER_PATH="firefox/releases"
... | LeeRhodes/docker-selenium-ruby | docker-bases/ruby-firefox/Dockerfile | Dockerfile | mit | 1,241 |
FROM zoomulus/java8
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C \
&& echo 'deb http://www.apache.org/dist/cassandra/debian 30x main' >> /etc/apt/sources.list.d/cassandra.list \
&& apt-get update \
&& apt-get install -y cassandra \
&& rm -rf /var/lib/ap... | zoomulus/docker | cassandra/Dockerfile | Dockerfile | mit | 410 |
FROM dorowu/ubuntu-desktop-lxde-vnc:focal
LABEL maintainer="Tiryoh<tiryoh@gmail.com>"
ENV DEBIAN_FRONTEND noninteractive
RUN echo "Set disable_coredump false" >> /etc/sudo.conf
RUN apt-get update -q && \
apt-get upgrade -yq && \
apt-get install -yq wget curl git build-essential vim sudo lsb-release locales bas... | TeamSPoon/logicmoo_workspace | docker/noetic-testing/Dockerfile | Dockerfile | mit | 728 |
FROM drupaldocker/php-dev:cli
MAINTAINER drupal-docker
RUN apt-get update && apt-get install -y mysql-client openssh-client rsync \
&& composer global require drush/drush:7.* \
&& rm -f /usr/local/bin/drush \
&& ln -s ~/.composer/vendor/bin/drush /usr/local/bin/drush \
&& drush core-status -y \
&& rm -rf /va... | drupal-docker/drush | 7/Dockerfile | Dockerfile | mit | 365 |
FROM busybox
LABEL branch="addon-build"
CMD sh
| akosinsky/test_ember | addon/Dockerfile | Dockerfile | mit | 52 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-fedora:33-run
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyserver... | resin-io-library/base-images | balena-base-images/node/n510-tx2/fedora/33/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,741 |
# AUTOGENERATED FILE
FROM balenalib/i386-ubuntu:cosmic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencie... | nghiant2710/base-images | balena-base-images/python/i386/ubuntu/cosmic/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,065 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-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/up-squared/debian/bookworm/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,788 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-fedora:34-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keys... | resin-io-library/base-images | balena-base-images/node/orange-pi-lite/fedora/34/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,749 |
FROM balenalib/armv7hf-debian:bookworm-run
LABEL io.balena.device-type="npe-x500-m3"
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/npe-x500-m3/debian/bookworm/run/Dockerfile | Dockerfile | apache-2.0 | 1,094 |
FROM frolvlad/alpine-oraclejdk8:slim
VOLUME /tmp
ADD *.jar app.jar
RUN sh -c 'touch /app.jar'
ENV JAVA_OPTS=""
ENTRYPOINT [ "sh", "-c", "java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar /app.jar" ] | kupolua/visualtext | src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 209 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-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 6... | resin-io-library/base-images | balena-base-images/python/raspberrypicm4-ioboard/debian/stretch/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,868 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-debian:buster-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | nghiant2710/base-images | balena-base-images/node/solidrun-imx6/debian/buster/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-fedora:34-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... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/fedora/34/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,771 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-fedora:35-build
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 keys... | resin-io-library/base-images | balena-base-images/node/npe-x500-m3/fedora/35/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-debian:bullseye-run
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch... | resin-io-library/base-images | balena-base-images/node/beaglebone-green-wifi/debian/bullseye/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-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 depe... | resin-io-library/base-images | balena-base-images/python/photon-nano/debian/buster/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,092 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-debian:stretch-build
ENV NODE_VERSION 12.22.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/revpi-core-3/debian/stretch/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,791 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-debian:sid-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key... | nghiant2710/base-images | balena-base-images/python/aarch64/debian/sid/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,846 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-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: publ... | nghiant2710/base-images | balena-base-images/python/odroid-xu4/ubuntu/bionic/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
FROM alpine
MAINTAINER Lothar Wieske <lothar.wieske@gmail.com>
RUN cd /tmp && \
apk add --no-cache --virtual=build-dependencies ca-certificates wget && \
export GLIBC_VERSION="2.23-r3" && \
export JAVA_PACKAGE="j... | lwieske/dockerfiles-java-8 | 8u51/jdk/slim/Dockerfile | Dockerfile | apache-2.0 | 5,144 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-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 "e4f3... | resin-io-library/base-images | balena-base-images/golang/kitra520/fedora/35/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,098 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-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 Docker... | resin-io-library/base-images | balena-base-images/openjdk/generic-armv7ahf/fedora/34/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,322 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-fedora:30-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 --keys... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/fedora/30/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,768 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-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/astro-tx2/fedora/31/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-ubuntu:bionic-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/revpi-connect/ubuntu/bionic/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,359 |
# syntax=docker/dockerfile:labs
ARG PHP_VERSION=7.4.25
ARG USERNAME=khs1994
FROM --platform=$TARGETPLATFORM ${USERNAME}/php:${PHP_VERSION}-cli-alpine as builder
LABEL maintainer="khs1994-docker/lnmp <khs1994@khs1994.com>"
ARG EXT_NAME="mongodb"
ARG APK_EXTRA
ARG APK_DEV_EXTRA="pcre2-dev"
ENV EXT_VERSION=x.y.z
AR... | khs1994-docker/lnmp | dockerfile/php/7.4/ext/mongodb/Dockerfile | Dockerfile | apache-2.0 | 971 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-fedora:35-build
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keys... | resin-io-library/base-images | balena-base-images/node/vab820-quad/fedora/35/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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 63C7C... | resin-io-library/base-images | balena-base-images/python/asus-tinker-board-s/debian/buster/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,863 |
# AUTOGENERATED FILE
FROM balenalib/artik10-debian:bullseye-build
ENV Logging__Console__FormatterName=Json
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
... | resin-io-library/base-images | balena-base-images/dotnet/artik10/debian/bullseye/6.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,170 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-alpine:3.14-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 ] && e... | resin-io-library/base-images | balena-base-images/golang/photon-nano/alpine/3.14/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-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 M... | resin-io-library/base-images | balena-base-images/python/blackboard-tx2/alpine/3.12/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-debian:stretch-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/intel-edison/debian/stretch/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,335 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-alpine:edge-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.conf ] &&... | nghiant2710/base-images | balena-base-images/golang/vab820-quad/alpine/edge/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-ubuntu:focal-build
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu6... | resin-io-library/base-images | balena-base-images/dotnet/beagleboard-xm/ubuntu/focal/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,564 |
FROM koding/base
MAINTAINER Sonmez Kartal <sonmez@koding.com>
RUN apt-get update && \
apt-get install --yes \
mongodb-server \
postgresql postgresql-contrib \
rabbitmq-server \
redis-server
RUN rabbitmq-plugins enable rabbitmq_management
USER postgres
RUN sed -i "s... | alex-ionochkin/koding | docker/singular/Dockerfile | Dockerfile | apache-2.0 | 1,263 |
FROM openjdk:8-jdk
MAINTAINER "Yugandha Deshpande <yugandha@us.ibm.com>"
ENV DERBY_VERSION 10.14.1.0
ENV DERBY_INSTALL /home/derby
ENV DERBY_HOME /derby-data
ENV CLASSPATH=$DERBY_INSTALL/lib/derbynet.jar:$DERBY_INSTALL/lib/derbytools.jar:$DERBY_INSTALL/lib/derby.jar:$DERBY_INSTALL/lib/derbyoptionaltools.jar:$DERBY_INS... | ppc64le/build-scripts | d/derby/Dockerfiles/latest_ubuntu_16.04/Dockerfile | Dockerfile | apache-2.0 | 991 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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... | resin-io-library/base-images | balena-base-images/python/via-vab820-quad/alpine/3.13/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-fedora:33-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyserve... | resin-io-library/base-images | balena-base-images/node/etcher-pro/fedora/33/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,741 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-alpine:edge-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/up-squared/alpine/edge/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,958 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-debian:sid-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/imx8m-var-dart/debian/sid/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,781 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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.pg... | nghiant2710/base-images | balena-base-images/node/firefly-rk3288/ubuntu/xenial/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-fedora:32-run
ENV GO_VERSION 1.16.3
# 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 "f4e96bbcd5d2d1942f5b55d9... | nghiant2710/base-images | balena-base-images/golang/spacely-tx2/fedora/32/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,072 |
FROM ubuntu:16.04
MAINTAINER "Yugandha Deshpande <yugandha@us.ibm.com>"
RUN apt-get update \
&& apt-get install make gcc g++ wget libncurses5-dev -y \
&& wget https://cmake.org/files/v3.11/cmake-3.11.0.tar.gz \
&& tar -xzvf cmake-3.11.0.tar.gz \
&& cd cmake-3.11.0 \
# make
&& ./bootstrap && make && make install ... | ppc64le/build-scripts | c/cmake/Dockerfiles/latest_ubuntu_16.04/Dockerfile | Dockerfile | apache-2.0 | 458 |
# AUTOGENERATED FILE
FROM balenalib/artik710-debian:jessie-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg... | nghiant2710/base-images | balena-base-images/node/artik710/debian/jessie/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,781 |
# AUTOGENERATED FILE
FROM balenalib/generic-fedora:34-run
ENV GO_VERSION 1.14.13
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "bfea0c8d7b70c1ad99b0266b321... | nghiant2710/base-images | balena-base-images/golang/generic/fedora/34/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,085 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-alpine:3.10-run
ENV NODE_VERSION 14.16.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 \
6A... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit/alpine/3.10/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,038 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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 \
6A010C516600... | nghiant2710/base-images | balena-base-images/node/solidrun-imx6/alpine/edge/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 3,028 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-fedora:34-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 "bfc8f07945296e97c6d28c79... | nghiant2710/base-images | balena-base-images/golang/smarc-px30/fedora/34/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,073 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-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 apk ad... | nghiant2710/base-images | balena-base-images/python/zc702-zynq7/alpine/3.10/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,131 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-debian:stretch-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1 \... | resin-io-library/base-images | balena-base-images/dotnet/via-vab820-quad/debian/stretch/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,531 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-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 McVittie ... | nghiant2710/base-images | balena-base-images/python/fincm3/alpine/3.13/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-debian:bullseye-build
ENV NODE_VERSION 10.23.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/var-som-mx6/debian/bullseye/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,792 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-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: public ... | nghiant2710/base-images | balena-base-images/python/cubox-i/ubuntu/cosmic/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,828 |
FROM node:9.1.0-alpine
ENV NODE_CONFIG_DIR '/app/config'
RUN mkdir -p /app/config && mkdir -p /app/ui && mkdir -p /app/src
ADD ./config /app/config/
ADD ./ui /app/ui/
ADD ./src /app/src
ADD ./package.json /app
RUN cd /app && npm install --production
EXPOSE 8080
EXPOSE 8443
CMD ["nod... | quirinobrizi/buckle | Dockerfile | Dockerfile | apache-2.0 | 346 |
# Copyright 2017 Intel Corporation.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
ARG USER_NAME
FROM ${USER_NAME}/nff-go-base
LABEL RUN docker run -it --privileged -v /sys/bus/pci/drivers:/sys/bus/pci/drivers -v /sys/kernel/mm/hugepages:/sys/kernel/mm/hugepages ... | intel-go/yanff | dpdk/Dockerfile | Dockerfile | bsd-3-clause | 791 |
FROM php:7.3-cli
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git
RUN pecl install xdebug-2.7.2 && docker-php-ext-enable xdebug
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
php -r "if (hash_file('sha384', 'composer-setup.php') === '48e3236262b34d30... | ringcentral/php-sdk | Dockerfile | Dockerfile | mit | 728 |
FROM google/golang
RUN go get github.com/tools/godep
RUN mkdir -p /gopath/src/github.com/lavab/ritratt
ADD . /gopath/src/github.com/lavab/ritratt
RUN cd /gopath/src/github.com/lavab/ritratt && godep go install
ENTRYPOINT ["/gopath/bin/ritratt"]
| lavab/ritratt | Dockerfile | Dockerfile | mit | 257 |
FROM golang:1.5.3
RUN go get github.com/Masterminds/glide
RUN go get github.com/mitchellh/gox
RUN go get github.com/tcnksm/ghr
RUN go get github.com/jteeuwen/go-bindata/...
RUN go get github.com/golang/lint/golint
# Which docker version to test on
ENV DOCKER_VERSION 1.6.2
# enable GO15VENDOREXPERIMENT
ENV GO15VENDOR... | Hugues-Antoine/traefik | build.Dockerfile | Dockerfile | mit | 793 |
FROM continuumio/anaconda3
RUN apt-get update && apt-get install -y \
pkg-config \
libfreetype6-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
ENV TENSORFLOW_VERSION 1.0.0
RUN pip install tensorflow==$TENSORFLOW_VERSION
# RUN conda update conda; conda update --all
COPY jup... | niazangels/CADL | Dockerfile | Dockerfile | apache-2.0 | 620 |
FROM centos:centos6
RUN yum -y install asciidoc boost boost-devel gcc-c++ git glibc.i686 tar unzip which wget && \
yum clean all
RUN cd /tmp && wget --no-check-certificate --no-cookies \
--header "Cookie: oraclelicense=accept-securebackup-cookie" \
http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jdk-8u60-lin... | chizou/geowave | deploy/packaging/docker/geowave-centos6-java8-build.dockerfile | Dockerfile | apache-2.0 | 713 |
FROM ubuntu:18.10
# Dependencies to get the git sources and go binaries
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Get the git sources. If not cached, this takes O(5 minutes).
WO... | enj/origin | vendor/golang.org/x/sys/unix/linux/Dockerfile | Dockerfile | apache-2.0 | 2,159 |
FROM fedora:29 AS build
COPY --from=registry.svc.ci.openshift.org/openshift/origin-v4.0:machine-os-content /srv/ /srv/
RUN set -x && yum install -y ostree yum-utils selinux-policy-targeted && \
commit=$( find /srv -name *.commit | sed -Ee 's|.*objects/(.+)/(.+)\.commit|\1\2|' | head -1 ) && \
mkdir /tmp/workin... | anpingli/origin | images/os/Dockerfile | Dockerfile | apache-2.0 | 974 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-alpine:3.13-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 'dirname... | nghiant2710/base-images | balena-base-images/openjdk/am571x-evm/alpine/3.13/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,755 |
# recommendation_mahout
# VERSION : 0.1
FROM zetdata/cdh:4
MAINTAINER Xiaolin Zhang, zhangxl@zetyun.com
RUN pip install boto
ADD spec.json /home/run/
ADD main.py /home/run/
ADD specparser.py /home/run/
ADD mahout-core-1.0-SNAPSHOT-job.jar /home/run/
| DataCanvasIO/example-modules | modules/modeling/CDH4/demo_recommendation/recommendation_mahout/Dockerfile | Dockerfile | bsd-3-clause | 254 |
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install \
bridge-utils \
&& yum clean all
RUN pip install \
python-cinderclient \
python-keystoneclient
ADD ./nova.tar /
RUN ln -s /nova-* /nova
RUN cd /nova \
&& use... | jakedahn/kolla | docker/centos/source/nova/nova-base/Dockerfile | Dockerfile | apache-2.0 | 659 |
# Start with cuDNN base image
FROM nvidia/cuda:8.0-cudnn6-devel-ubuntu14.04
MAINTAINER Kai Arulkumaran <design@kaixhin.com>
# Install git, wget, bc and dependencies
RUN apt-get update && apt-get install -y \
git \
wget \
bc \
cmake \
libatlas-base-dev \
libatlas-dev \
libboost-all-dev \
libopencv-dev \... | Kaixhin/dockerfiles | cuda-caffe/cuda_v8.0/deps/Dockerfile | Dockerfile | mit | 1,211 |
# A Dockerfile to build am openNCP TSAM syncronizer
FROM java:7-jre
MAINTAINER Alexandre Santos <ajvsms@gmail.com>
# The list of artifacts that are needed to the openNCP and the latest version
ENV TSAM_SYNC_VERSION 7.4.0
ENV TSAM_HOME /opt/tsam-sync
ENV PATH $TSAM_HOME:$PATH
ENV EPSOS_PROPS_PATH $TSAM_HOME/conf/
WOR... | alexsantos/docker-openNCP | TSAM-Sync/Dockerfile | Dockerfile | mit | 1,271 |
FROM nginx:1.7
MAINTAINER Helder Correia <heldercorreia@morfose.net>
# Install htpasswd utility and curl
RUN apt-get update \
&& apt-get install -y curl apache2-utils \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Install Kibana
ENV KIBANA_VERSION 3.1.2
RUN mkdir -p /var/www \
&& curl -s https://d... | helderco/docker-elk | kibana/Dockerfile | Dockerfile | mit | 736 |
FROM nginx:latest
ADD nginx.conf /etc/nginx/conf.d/default.conf
ADD php-upstream.conf /etc/nginx/conf.d/upstream.conf
# https://cloud.google.com/monitoring/agent/plugins/nginx
RUN apt-get update && apt-get install -y curl
RUN cd /etc/nginx/conf.d/ \
&& curl -O https://raw.githubusercontent.com/Stackdriver/stackdr... | tarlepp/symfony-flex-backend | docker/nginx/Dockerfile | Dockerfile | mit | 420 |
# httpd container for setting up Apache mod_fcgi_proxy to application containers
FROM httpd:2.4
MAINTAINER Jeff Braucher <jeff@braucher.net>
# Install some tools
RUN apt-get update && apt-get install -y vim less
# Setup apache
RUN echo "Include conf/fcgi.conf" >> /usr/local/apache2/conf/httpd.conf
COPY ./fcgi.conf /... | jwbraucher/docker-fcgi | app/Dockerfile | Dockerfile | mit | 394 |
FROM python:3.5
ENV PYTHONUNBUFFERED 1
ENV CELERY_BROKER_URL redis://redis:6379/0
ENV CELERY_RESULT_BACKEND redis://redis:6379/0
ENV C_FORCE_ROOT true
# copy source code
COPY . /flask-celery
WORKDIR /flask-celery
# install requirements
RUN pip install -r requirements.txt
RUN groupadd -r celery && useradd -r -g cele... | CSUChico-CINS465/CINS465-Spring2017-Lecture-Examples | flask-celery-docker-scale/flask-celery/Dockerfile | Dockerfile | mit | 481 |
# Start with Ubuntu base image
FROM ubuntu:16.04
LABEL maintainer="Ricardo Rebello Sierra <contato@ricardosierra.com.br>"
# Install OpenSSH
RUN apt-get update && apt-get install -y openssh-server
# Set password
COPY password.txt .
RUN mkdir /var/run/sshd && \
echo "root:`cat password.txt`" | chpasswd && \
# Allow... | ricardorsierra/dockerfiles | ssh/Dockerfile | Dockerfile | mit | 716 |
FROM debian:sid
MAINTAINER Markus Fix "http://deeprecursion.com"
RUN apt-get update
RUN apt-get install -y scala git curl
RUN git clone https://github.com/twitter/zipkin.git
RUN (cd zipkin; bin/sbt compile)
| lispmeister/docker-zipkin | base/Dockerfile | Dockerfile | mit | 208 |
FROM node:7.8-alpine
MAINTAINER Francisco Preller <francisco.preller@gmail.com>
## Setup userspace
RUN rm /home/app -rf
RUN mkdir -p /home/app/
WORKDIR /home/app
# Install app dependencies
RUN npm install -g forever@0.14.2
# Load Package JSON
ADD ./package.json /home/app/package.json
ADD ./yarn.lock /home/app/yarn.l... | franciscopreller/outflow-client | Dockerfile | Dockerfile | mit | 522 |
FROM ubuntu
RUN apt-get update
RUN apt-get install -y curl language-pack-en build-essential libpcre3-dev zlib1g-dev \
libatomic-ops-dev libaio-dev python git
# the ADD command breaks the build cache: ADD build.py /usr/src/
# RUN cd /usr/src && python ./build.py
RUN cd /usr/src && curl -O https://raw.github.... | cagerton/dropthat | Dockerfile | Dockerfile | mit | 821 |
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
ca-certificates \
lua-cjson \
lua-iconv \
nginx-extras \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# forward request and error logs to docker log collector
RUN ln -sf /dev/stdout /var... | rothgar/dockerfiles | telize/Dockerfile | Dockerfile | mit | 1,483 |
FROM mcr.microsoft.com/dotnet/core/sdk:3.0.100-preview8-disco
MAINTAINER Dan Gershony - CoinVault <dan@coinvault.io>
# install git and nano
RUN apt-get update && apt-get install -y nano git \
&& echo -e "\nexport TERM=xterm" >> ~/.bashrc
RUN git clone https://github.com/CoinVault/Nako.git /nako
WORKDIR /nako/co... | CoinVault/Nako | docker/nako-ui-blazor/Dockerfile | Dockerfile | mit | 396 |
FROM ubuntu
RUN apt-get update
# Install MySQL
RUN apt-get install -y mysql-server
RUN mysql_install_db
COPY wordpress/db.sql /tmp/db.sql
RUN /usr/sbin/mysqld & sleep 10s &&\
mysqladmin -u root -p CREATE wordpress &&\
mysql -u root --password="" wordpress < /tmp/db.sql
# Install Apache 2
RUN apt-get install -y a... | matachi/hesitant | Dockerfile | Dockerfile | mit | 1,218 |
FROM banovo/php:5
# Set environmental variables
ENV COMPOSER_HOME /root/composer
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
# Install composer
RUN set -xe \
&& apt-get update && apt-get install -y git --no-install-recommends && rm -r /var/lib/apt/lists/* \
&& curl -sS https://getcomposer.org/installer | php -- --inst... | bleed2002/docker-php | 5/cli-dev/Dockerfile | Dockerfile | mit | 640 |
FROM spotify/kafka
MAINTAINER "Israel Zúñiga de la Mora https://github.com/israelzuniga
# Install Python
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get install -y python3 && \
apt-get install -y python3-pip
# Install tweepy
RUN pip3 install tweepy
# Install Kafka for python
RUN pip3 install ... | israelzuniga/spark_streaming_class | spark_streaming_class/TwitterTrends_Kafka/Dockerfile | Dockerfile | mit | 335 |
FROM ubuntu:18.04
RUN apt-get -y update && \
apt-get install -y git make build-essential libnl-3-dev libnl-genl-3-dev binutils-dev libreadline6-dev && \
git clone https://github.com/pavel-odintsov/drop_watch.git && \
cd drop_watch/src/ && \
make
CMD ["/drop_watch/src/dropwatch", "-l", "kas"]
| alexandrnikitin/dockerfiles | drop_watch/Dockerfile | Dockerfile | mit | 311 |
FROM node:10-alpine as build
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh yarn
RUN mkdir /app
WORKDIR /app
COPY package.json .
RUN yarn install
COPY . .
RUN yarn build
# ---------------
FROM node:10-alpine
RUN mkdir -p /app/build
RUN apk update && apk upgrade && apk add yarn git
... | auth0-samples/auth0-react-samples | Sample-01/Dockerfile | Dockerfile | mit | 693 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-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 \
' \
&& apt-get... | nghiant2710/base-images | balena-base-images/golang/kitra520/ubuntu/bionic/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,354 |
FROM balenalib/aarch64-fedora:31-build
LABEL io.balena.device-type="etcher-pro"
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 (For more info... | nghiant2710/base-images | balena-base-images/device-base/etcher-pro/fedora/31/build/Dockerfile | Dockerfile | apache-2.0 | 998 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-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/colibri-imx6dl/alpine/edge/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
FROM ubuntu:17.10
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
gcc-multilib libc6-dev ca-certificates
ENV PATH=$PATH:/rust/bin
| mneumann/libc | ci/docker/i686-unknown-linux-gnu/Dockerfile | Dockerfile | apache-2.0 | 152 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-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 ... | nghiant2710/base-images | balena-base-images/python/ccimx8x-sbc-pro/ubuntu/bionic/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,448 |
FROM rgardler/acs-logging-test-base
COPY src src
ENTRYPOINT [ "python", "src/cli.py"] | rgardler/acs-logging-test | cli/Dockerfile | Dockerfile | apache-2.0 | 87 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-alpine:3.10-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 \
6A010C51660... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/alpine/3.10/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,029 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-debian:jessie-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | nghiant2710/base-images | balena-base-images/node/hummingboard2/debian/jessie/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-ubuntu:eoan-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \
&& echo "48b2d1481db756c88c18b1f064dbfc3e265ce4a775a23177ca17e25d13a24c5d go$GO_VERSION.linux-386.tar.gz" | sha... | nghiant2710/base-images | balena-base-images/golang/intel-edison/ubuntu/eoan/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,001 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-ubuntu:focal-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 h... | nghiant2710/base-images | balena-base-images/node/var-som-mx6/ubuntu/focal/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
FROM debian:stretch
MAINTAINER Oliver Fesseler <oliver@fesseler.info>
EXPOSE 9189
EXPOSE 24007
EXPOSE 24009-24108
RUN apt-get update && apt-get install -y apt-utils apt-transport-https ca-certificates gnupg2
# Gluster debian Repo
ADD http://download.gluster.org/pub/gluster/glusterfs/3.12/rsa.pub /tmp
RUN apt-key add ... | ofesseler/gluster_exporter | Dockerfile | Dockerfile | apache-2.0 | 1,081 |
# 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/oss-fuzz | projects/tidb/Dockerfile | Dockerfile | apache-2.0 | 909 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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/odroid-c1/debian/buster/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,523 |
FROM python:3.4
MAINTAINER Hibou Corp. <hello@hibou.io>
ENV DEBIAN_FRONTEND noninteractive
ENV TZ UTC
RUN pip install mongo-connector==2.3 elastic-doc-manager elastic2-doc-manager
RUN mkdir /conf && mkdir /var/log/mongo-connector
COPY ./config.json /conf/
CMD ["mongo-connector", "-c", "/conf/config.json"]
| hibou-io/mongo-connector-docker | Dockerfile | Dockerfile | apache-2.0 | 310 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-ubuntu:xenial-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/artik533s/ubuntu/xenial/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-ubuntu:bionic-build
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | resin-io-library/base-images | balena-base-images/node/up-core-plus/ubuntu/bionic/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.