code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3
values | license stringclasses 5
values | size int64 2 1.05M |
|---|---|---|---|---|---|
# AUTOGENERATED FILE
FROM balenalib/kitra520-alpine:3.10-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 'dirname... | nghiant2710/base-images | balena-base-images/openjdk/kitra520/alpine/3.10/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,757 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-ubuntu:xenial-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/ubuntu/xenial/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-alpine:3.12-build
ENV GO_VERSION 1.16.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 ] ... | resin-io-library/base-images | balena-base-images/golang/raspberrypi2/alpine/3.12/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-ubuntu:focal-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/orbitty-tx2/ubuntu/focal/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-ubuntu:focal-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_VERSION... | nghiant2710/base-images | balena-base-images/golang/raspberrypi2/ubuntu/focal/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,024 |
# AUTOGENERATED FILE
FROM balenalib/rpi-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 dependenci... | nghiant2710/base-images | balena-base-images/python/rpi/debian/bullseye/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,465 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-debian:bullseye-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/odroid-ux3/debian/bullseye/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,129 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-fedora:33-build
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfile... | resin-io-library/base-images | balena-base-images/openjdk/beaglebone/fedora/33/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,320 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-debian:buster-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/cl-som-imx8/debian/buster/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,948 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-alpine:3.12-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 \
6A010C51660065... | nghiant2710/base-images | balena-base-images/node/nitrogen8mm/alpine/3.12/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 3,026 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-debian:bullseye-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/astro-tx2/debian/bullseye/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,533 |
FROM python:3.7.4-slim
RUN mkdir -p /usr/src/bot
WORKDIR /usr/src/bot
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY . /usr/src/bot
ENTRYPOINT ["python3", "telesco.py"]
| Kylmakalle/Telescopy | Dockerfile | Dockerfile | apache-2.0 | 190 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-alpine:edge-build
ENV GO_VERSION 1.15.7
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && e... | nghiant2710/base-images | balena-base-images/golang/coral-dev/alpine/edge/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,336 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-debian:buster-build
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg ... | nghiant2710/base-images | balena-base-images/node/armv7hf/debian/buster/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,784 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-debian:buster-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VERSION... | nghiant2710/base-images | balena-base-images/golang/artik533s/debian/buster/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,027 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:bullseye-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/kitra710/debian/bullseye/16-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,018 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-debian:buster-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
g... | resin-io-library/base-images | balena-base-images/node/jetson-nano/debian/buster/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,776 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-alpine:3.11-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/nitrogen6xq2g/alpine/3.11/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,762 |
FROM ubuntu:trusty
# https://github.com/jameslitton/coinscope
RUN apt-get update && apt-get install -y software-properties-common && \
add-apt-repository ppa:bitcoin/bitcoin && \
apt-get update && \
apt-get install -y bitcoind
RUN apt-get update && \
apt-get install -y build-essential curl jq git \
... | y12studio/dltdojo | dockerfiles/coinscope/Dockerfile | Dockerfile | apache-2.0 | 688 |
# AUTOGENERATED FILE
FROM balenalib/odyssey-x86-alpine:3.12-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk ad... | resin-io-library/base-images | balena-base-images/python/odyssey-x86/alpine/3.12/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,136 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-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/intel-edison/debian/bullseye/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,858 |
FROM golang:1.6.0
ENV GO_VER go1.4.2.linux-amd64
ENV HAUS_VER 0.1.7
ENV GOPATH /app/go
ENV GOROOT /usr/local/go
ENV PATH $PATH:$GOROOT/bin:$GOPATH/bin
# Install build tools
RUN \
apt-get update && \
apt-get -y install \
make \
cmake \
pkg-config \
libssh2-1-dev \
libssh2-1 \
libssl-dev \
openssh-client... | SearchSpring/haus | Dockerfile | Dockerfile | apache-2.0 | 1,173 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-ubuntu:eoan-run
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyser... | nghiant2710/base-images | balena-base-images/node/jetson-nano-2gb-devkit/ubuntu/eoan/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-alpine:3.14-run
RUN apk add --no-cache \
ca-certificates \
\
# .NET Core dependencies
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libstdc++ \
icu-libs \
zlib
ENV \
# Configure web server... | resin-io-library/base-images | balena-base-images/dotnet/hummingboard/alpine/3.14/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
FROM ubuntu:14.04
# Basics and cross-compile tools
ENV CROSS arm-linux-gnueabihf
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
unzip \
wget \
git \
gcc-${CROSS} \
g++-${CROSS} \
cmake \
pkg-config \
jq \
ruby-dev \
&& apt-get clean && apt-get autoremove --purge
R... | vincross/mindsdk | xcompile/Dockerfile | Dockerfile | bsd-3-clause | 2,526 |
FROM alpine:latest
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
ENV DOCKER_CONTAINER yes
WORKDIR /home/silverblog/
RUN apk upgrade --no-cache \
&& apk add --no-cache --update procps \
&& apk add --no-cache python3 git curl nano vim bash uws... | SilverBlogTeam/SilverBlog | example/Dockerfile | Dockerfile | bsd-3-clause | 589 |
FROM ubuntu:16.04
RUN apt-get update && \
apt-get -y install sudo
# RUN useradd -d /home/docker -m -s /bin/bash docker
RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo && echo "docker ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
USER docker
RUN mkdir -p /home/docker/src
WORKDIR /home/dock... | league-of-legends-devs/lol-item-sets-generator.org | Dockerfile | Dockerfile | mit | 1,107 |
FROM node:6.3-onbuild
| NoonPacific/Noon-Bot | Dockerfile | Dockerfile | mit | 22 |
FROM buildpack-deps:xenial
ENV IROOT=/installs
ENV FFEAD_CPP_PATH=${IROOT}/ffead-cpp-2.0
ENV PATH=${FFEAD_CPP_PATH}:${PATH}
RUN mkdir /installs
WORKDIR /
COPY te-benchmark/ te-benchmark/
COPY *.sh ./
RUN chmod 755 *.sh
RUN ./install_ffead-cpp-dependencies.sh
WORKDIR /
RUN ./install_ffead-cpp-framework.sh
WORKDI... | actframework/FrameworkBenchmarks | frameworks/C++/ffead-cpp/ffead-cpp-apache-postgresql.dockerfile | Dockerfile | bsd-3-clause | 452 |
FROM node:6
MAINTAINER Markus Dolic <aroha@elevengiants.com>
| yelworc/eleven-server | build/Dockerfile | Dockerfile | mit | 61 |
FROM mysql:5.7.12
COPY ./conf-file.cnf /etc/mysql/conf.d/conf-file.cnf
RUN apt-get update && apt-get install -y netcat
HEALTHCHECK CMD nc -z localhost 3306 | uscdev/compose | elk/config/mysql/Dockerfile | Dockerfile | apache-2.0 | 155 |
# Copyright 2019 The TensorFlow Authors. All Rights Reserved.
#
# 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 applica... | tensorflow/tensorflow | tensorflow/tools/dockerfiles/dockerfiles/onednn/centos-7-devel-mpi-horovod.Dockerfile | Dockerfile | apache-2.0 | 4,472 |
FROM debian:8
# less priviledge user, the id should map the user the downloaded files belongs to
RUN groupadd -r dummy && useradd -r -g dummy dummy -u 1000
# webui + aria2
RUN apt-get update \
&& apt-get install -y aria2 busybox curl \
&& rm -rf /var/lib/apt/lists/*
ADD . /webui-aria2
# gosu install latest
RUN GI... | bcho/compiled-webui-aria2c | webui-aria2/Dockerfile | Dockerfile | mit | 1,186 |
FROM maven:3.6.1-jdk-11-slim as maven
WORKDIR /servlet
COPY src src
COPY pom.xml pom.xml
RUN mvn compile war:war -q
FROM openjdk:11.0.3-stretch
WORKDIR /resin
RUN curl -sL http://caucho.com/download/resin-4.0.61.tar.gz | tar xz --strip-components=1
# Taken from buildpack-deps:stretch - Resin compilation requires JAVA... | sumeetchhetri/FrameworkBenchmarks | frameworks/Java/servlet/servlet-lib-native.dockerfile | Dockerfile | bsd-3-clause | 1,440 |
FROM influxdb:1.6
ARG TZ
ENV TZ=$TZ
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
RUN echo $TZ > /etc/timezone
RUN dpkg-reconfigure --frontend noninteractive tzdata
COPY influxdb.conf /etc/influxdb/influxdb.conf
| rstiller/inspector-influx | test-env/influx/Dockerfile | Dockerfile | mit | 220 |
#+++++++++++++++++++++++++++++++++++++++
# Dockerfile for webdevops/ansible:centos-7
# -- automatically generated --
#+++++++++++++++++++++++++++++++++++++++
FROM webdevops/bootstrap:centos-7
RUN set -x \
# Install ansible
&& yum-install \
epel-release \
PyYAML \
python-jinja2 \
... | webdevops/Dockerfile | docker/ansible/centos-7/Dockerfile | Dockerfile | mit | 812 |
FROM ubuntu:18.04
MAINTAINER Mindaugas K. <kasp.mindaugas@gmail.com>
# Add dependencies
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git git-core curl && \
apt-get install -y nodejs && \
apt-get install -y npm && \
apt-get install -y build-essential ffmpeg python && \
apt-... | mindaugaskasp/discord-music-bot | Dockerfile | Dockerfile | mit | 450 |
# Use current version of node
FROM node:latest
MAINTAINER Chris Ng, chris.ng93@gmail.com
# Create app directory
RUN mkdir /usr/src/hypeset-backend
WORKDIR /usr/src/hypeset-backend
# Install dependencies
COPY package.json /usr/src/hypeset-backend
RUN npm install
# Bundle app source
COPY . /usr/src/hypeset-backend
#... | chrisng93/hypeset | server/Dockerfile | Dockerfile | mit | 360 |
FROM debian:stretch-slim
RUN groupadd -r bitcoin && useradd -r -m -g bitcoin bitcoin
RUN set -ex \
&& apt-get update \
&& apt-get install -qq --no-install-recommends ca-certificates dirmngr gosu gpg wget \
&& rm -rf /var/lib/apt/lists/*
ENV BITCOIN_VERSION 0.11.2
ENV BITCOIN_URL https://bitcoin.org/bin/bitcoin-co... | cryptochain/bitcoin-docker | core/0.11.2/Dockerfile | Dockerfile | mit | 1,369 |
FROM ubuntu:14.04
MAINTAINER "Phil Kates <me@philkates.com>"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get upgrade -y -q
RUN apt-get -y -q install wget curl && apt-get clean
# install Java 7
RUN wget --no-cookies --header 'Cookie: oraclelicense=accept-securebackup-cookie' http://download.oracle.com... | philk/dockerfiles | logstash/Dockerfile | Dockerfile | mit | 1,100 |
FROM factual/docker-cdh5-dev
RUN rm -f /etc/service/sshd/down
RUN /etc/my_init.d/00_regen_ssh_host_keys.sh
ADD sshd_config /etc/ssh/
RUN mkdir -p /share /local
RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
RUN echo "deb https://apt.dockerproject... | bfs/docker-cdh5-devbox | Dockerfile | Dockerfile | mit | 1,031 |
FROM alpine:latest
# proper init
ADD https://github.com/krallin/tini/releases/download/v0.14.0/tini-static /tini
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]
# world data and settings expected to be mounted here
WORKDIR /volumes
CMD ["tar", "-c", "--exclude=*.lock", "game/world", "game/world_nether", "game/world_th... | themattrix/minecraft-fig | containers/tar-save-world/Dockerfile | Dockerfile | mit | 367 |
FROM buildpack-deps:jessie
# verify gpg and sha256: http://nodejs.org/dist/v0.10.31/SHASUMS256.txt.asc
# gpg: aka "Timothy J Fontaine (Work) <tj.fontaine@joyent.com>"
# gpg: aka "Julien Gilli <jgilli@fastmail.fm>"
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 7937DFD2AB06298B2293C3187D33FF9D0246406D 114F43EE... | moander/docker-node | 0.10/Dockerfile | Dockerfile | mit | 932 |
# 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 ... | kubernetes/release | images/build/debian-iptables/buster/Dockerfile | Dockerfile | apache-2.0 | 1,981 |
# AUTOGENERATED FILE
FROM balenalib/artik5-fedora:30-run
ENV GO_VERSION 1.15.6
# 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 "7f6078... | nghiant2710/base-images | balena-base-images/golang/artik5/fedora/30/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,096 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python de... | nghiant2710/base-images | balena-base-images/python/apalis-imx6q/debian/stretch/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-fedora:31-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" | sha2... | nghiant2710/base-images | balena-base-images/golang/spacely-tx2/fedora/31/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,990 |
# This Dockerfile defines an image containing tools for linting, formatting,
# and compiling the Tendermint protos.
FROM golang:1.17-alpine
# Install a commonly used set of programs for use with our protos.
# clang-extra-tools is included here because it provides clang-format,
# used to format the .proto files.
RUN ap... | tendermint/tendermint | proto/Dockerfile | Dockerfile | apache-2.0 | 944 |
# ELK Stack image with customization
FROM willdurand/elk
MAINTAINER Gary A. Stafford <garystafford@rochester.rr.com>
ENV REFRESHED_AT 2015-09-02
COPY logstash-logspout.conf /etc/logstash/logstash-logspout.conf | lrolaz/spring-music-docker | elk/Dockerfile | Dockerfile | apache-2.0 | 213 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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/odroid-c1/alpine/edge/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-debian:bookworm-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python d... | resin-io-library/base-images | balena-base-images/python/revpi-core-3/debian/bookworm/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
FROM centos:8
LABEL maintainer="Swift Infrastructure <swift-infrastructure@swift.org>"
LABEL description="Docker Container for the Swift programming language"
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
RUN yum install --enablerepo=powertools -y \
binutils \
gcc \
g... | swiftdocker/docker-swift | nightly-main/centos/8/Dockerfile | Dockerfile | apache-2.0 | 2,889 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-debian:bullseye-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "f4f5f02eb6809ac5bf19b5ad517b23504fd5fc036f6487651968ad36aa7a20e0 go$GO_VERSION.linux-amd64... | resin-io-library/base-images | balena-base-images/golang/generic-amd64-fde/debian/bullseye/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,027 |
# AUTOGENERATED FILE
FROM balenalib/up-core-alpine:3.10-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/up-core/alpine/3.10/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-ubuntu:focal-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 ha... | nghiant2710/base-images | balena-base-images/node/smarc-px30/ubuntu/focal/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-ubuntu:cosmic-build
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/armv7hf/ubuntu/cosmic/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-fedora:35-run
ENV GO_VERSION 1.16.14
# 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 "5e59056e36704acb2580... | resin-io-library/base-images | balena-base-images/golang/imx8m-var-dart/fedora/35/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,077 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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: public... | resin-io-library/base-images | balena-base-images/python/artik520/debian/buster/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,852 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-alpine:3.11-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/etcher-pro/alpine/3.11/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-ubuntu:focal-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 \
... | nghiant2710/base-images | balena-base-images/golang/jetson-xavier-nx-devkit-emmc/ubuntu/focal/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-debian:bullseye-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 --keyserv... | nghiant2710/base-images | balena-base-images/node/vab820-quad/debian/bullseye/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-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/coral-dev/fedora/31/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
# AUTOGENERATED FILE
FROM balenalib/generic-debian:stretch-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 --keyserver key... | nghiant2710/base-images | balena-base-images/node/generic/debian/stretch/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-alpine:3.15-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirn... | resin-io-library/base-images | balena-base-images/openjdk/apalis-imx6/alpine/3.15/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,760 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-alpine:3.11-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 'dirname "... | nghiant2710/base-images | balena-base-images/openjdk/ts4900/alpine/3.11/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-fedora:30-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/bananapi-m1-plus/fedora/30/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-alpine:3.11-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVit... | nghiant2710/base-images | balena-base-images/python/jetson-tx2/alpine/3.11/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-ubuntu:focal-build
ENV GO_VERSION 1.17.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "e4f33e7e78f96024d30ff6bf8d2b86329fc04df1b411a8bd30a82dbe60f408ba go$GO_VERSI... | resin-io-library/base-images | balena-base-images/golang/hummingboard/ubuntu/focal/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:disco-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/odroid-u3+/ubuntu/disco/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-ubuntu:bionic-build
ENV GO_VERSION 1.15.8
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "bde22202576c3920ff5646fb1d19877cedc19501939d6ccd7b16ff89071abd0a go$GO_V... | nghiant2710/base-images | balena-base-images/golang/imx6ul-var-dart/ubuntu/bionic/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-alpine:edge-build
ENV GO_VERSION 1.17.7
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ... | resin-io-library/base-images | balena-base-images/golang/generic-aarch64/alpine/edge/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-alpine:3.14-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 'dir... | resin-io-library/base-images | balena-base-images/openjdk/raspberry-pi/alpine/3.14/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,761 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-debian:buster-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/vab820-quad/debian/buster/6.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/edge-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.com --rec... | nghiant2710/base-images | balena-base-images/node/edge/ubuntu/disco/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-alpine:edge-build
ENV GO_VERSION 1.16.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 ... | resin-io-library/base-images | balena-base-images/golang/colibri-imx6dl/alpine/edge/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,343 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-debian:jessie-run
ENV GO_VERSION 1.15.6
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& a... | nghiant2710/base-images | balena-base-images/golang/generic-aarch64/debian/jessie/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,330 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-ubuntu:bionic-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 --keyserv... | nghiant2710/base-images | balena-base-images/node/nanopi-neo-air/ubuntu/bionic/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,767 |
FROM debezium/connect:1.1
RUN curl https://repo1.maven.org/maven2/net/logstash/log4j/jsonevent-layout/1.7/jsonevent-layout-1.7.jar > /kafka/libs/jsonevent-layout.jar &&\
curl https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar > /kafka/libs/commons-lang.jar &&\
curl https://repo1.... | debezium/debezium-examples | json-logging/debezium-log4j-json/Dockerfile | Dockerfile | apache-2.0 | 702 |
# AUTOGENERATED FILE
FROM balenalib/parallella-alpine:3.14-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVit... | resin-io-library/base-images | balena-base-images/python/parallella/alpine/3.14/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-fedora:30-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 ha.poo... | nghiant2710/base-images | balena-base-images/node/artik533s/fedora/30/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-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 ] && e... | nghiant2710/base-images | balena-base-images/golang/artik533s/alpine/edge/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,336 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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 --keyserv... | nghiant2710/base-images | balena-base-images/node/via-vab820-quad/ubuntu/focal/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/amd64-debian:jessie-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get up... | nghiant2710/base-images | balena-base-images/golang/amd64/debian/jessie/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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 McVit... | resin-io-library/base-images | balena-base-images/python/jetson-tx1/alpine/edge/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
FROM node:argon
# Create app directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Install app dependencies
COPY package.json /usr/src/app/
RUN npm install
# Bundle app source
COPY . /usr/src/app
# For mongodb
# RUN \
# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 && \
# echo 'deb h... | psaravan/LoremIpsumGenerator | Dockerfile | Dockerfile | apache-2.0 | 1,004 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-debian:stretch-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --ke... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/debian/stretch/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
#
# Image for configuring a nested Kubernetes cluster.
#
# The standard name for this image is maru/nkube
#
from maru/kubeadm
COPY nkube.sh /usr/local/bin
COPY nkube.service /etc/systemd/system/
RUN systemctl enable nkube.service
RUN mkdir /etc/nkube
COPY calico.yaml /etc/nkube/
| marun/nkube | image/Dockerfile | Dockerfile | apache-2.0 | 283 |
FROM python:onbuild
# install system packages
RUN apt-get update && apt-get -y install ruby
RUN gem install -q foreman
# default command
CMD ["make", "start"]
| ricardokirkner/django-12factor-docker | app/Dockerfile | Dockerfile | bsd-2-clause | 161 |
FROM ubuntu:bionic
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y install \
automake \
autotools-dev \
build-essential \
clang \
cmake \
curl \
debhelper \
devscripts \
dh-exec \
dh-lua \
discount \
dox... | BernhardDenner/libelektra | scripts/docker/ubuntu/bionic/Dockerfile | Dockerfile | bsd-3-clause | 1,862 |
FROM node
ENV NPM_CONFIG_LOGLEVEL warn
# Create app directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Install app dependencies
COPY package.json /usr/src/app/
RUN npm install
RUN apt-get update -qqy
RUN apt-get install -qyy -o APT::Install-Recommends=false \
-o APT::Install-Suggests=false \
locales \
nano... | viaacode/node_watchfolder | Dockerfile | Dockerfile | mit | 1,874 |
#
# This is the image that controls the standard build environment for releasing OpenShift Origin.
# It is responsible for performing a cross platform build of OpenShift.
#
# The standard name for this image is openshift/origin-release
#
FROM openshift/origin-base
ENV VERSION=1.7.4 \
GOARM=5 \
GOPATH=/go \
... | chmouel/origin | images/release/golang-1.7/Dockerfile | Dockerfile | apache-2.0 | 1,590 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/generate.sh"!
#
FROM centos:6
RUN yum groupinstall -y "Development Tools"
RUN yum install -y btrfs-progs-devel device-mapper-devel glibc-static libselinux-devel sqlite-devel tar
ENV GO_VERSION 1.4.2
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_... | Carrotzpc/docker | contrib/builder/rpm/centos-6/Dockerfile | Dockerfile | apache-2.0 | 478 |
FROM alpine:latest
MAINTAINER Ivan Pedrazas <ipedrazas@gmail.com>
RUN apk add --update bash && rm -rf /var/cache/apk/*
ADD pingredis /
CMD ["/pingredis"]
| ipedrazas/k8s-lskp-demo | pingpodredis/Dockerfile | Dockerfile | apache-2.0 | 157 |
FROM grpc/php:1.0-onbuild
CMD ["apache2ctl", "-DFOREGROUND"]
| ktamashun/grpc-docker-library | 1.0/php/sample_app/Dockerfile | Dockerfile | bsd-3-clause | 62 |
# 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 ... | Stackdriver/heapster | vendor/k8s.io/kubernetes/cluster/addons/fluentd-elasticsearch/es-image/Dockerfile | Dockerfile | apache-2.0 | 1,127 |
FROM php:8.0
RUN apt-get update > /dev/null
RUN pecl install swoole > /dev/null && \
docker-php-ext-enable swoole
RUN apt-get install -y libpq-dev \
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
&& docker-php-ext-install pdo_pgsql pgsql opcache pcntl > /dev/null
COPY deploy/conf/php-a... | martin-g/FrameworkBenchmarks | frameworks/PHP/ubiquity/ubiquity-swoole.dockerfile | Dockerfile | bsd-3-clause | 1,214 |
FROM postgres:9.6
MAINTAINER Chia-liang Kao <clkao@clkao.org>
ENV PLV8_VERSION=v2.1.0 \
PLV8_SHASUM="207d712e919ab666936f42b29ff3eae413736b70745f5bfeb2d0910f0c017a5c v2.1.0.tar.gz"
RUN buildDependencies="build-essential \
ca-certificates \
curl \
git-core \
postgresql-server-dev-$PG_MAJOR" \
&... | clkao/docker-postgres-plv8 | 9.6-2/Dockerfile | Dockerfile | mit | 1,109 |
FROM centos:7
MAINTAINER "Florian Sachs" <florian.sachs@gmx.at>
ENV container docker
# Install epel
RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# Install runit
RUN curl -s https://packagecloud.io/install/repositories/imeyer/runit/script.rpm.sh | bash && yum -y install r... | sumpfgottheit/docker-centos7-baseimage | Dockerfile | Dockerfile | mit | 865 |
FROM ubuntu:trusty
MAINTAINER Hector Cordero <hhcordero@gmail.com>
# Update repository, install application and dependencies then clean-up after
RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install \
apache2 \
curl \
libapache2-mod-php5 \
... | hhcordero/docker-apache-php | Dockerfile | Dockerfile | mit | 1,405 |
FROM alpine:3.4
MAINTAINER Clint Beacock <clint@therefore.ca>
ENV HENCE_PREFIX=/opt/hence \
HENCE_USER=hence
COPY rootfs /
# Add common packages and create hence user and added specific requirements
RUN apk add --update \
ca-certificates \
curl \
bash \
bash-completion \
ncurses \
vim \
tree \
ta... | hence-io/images | base/Dockerfile | Dockerfile | mit | 1,158 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.