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/orange-pi-zero-alpine:3.14-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... | resin-io-library/base-images | balena-base-images/python/orange-pi-zero/alpine/3.14/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,132 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-debian:jessie-build
ENV NODE_VERSION 14.16.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" |... | nghiant2710/base-images | balena-base-images/node/genericx86-64-ext/debian/jessie/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,797 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-debian:bullseye-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_VE... | resin-io-library/base-images | balena-base-images/golang/revpi-core-3/debian/bullseye/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,034 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-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 depen... | resin-io-library/base-images | balena-base-images/python/surface-go/ubuntu/bionic/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,074 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-ubuntu:bionic-run
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pg... | nghiant2710/base-images | balena-base-images/node/blackboard-tx2/ubuntu/bionic/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/up-core-fedora:36-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", si... | resin-io-library/base-images | balena-base-images/python/up-core/fedora/36/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,450 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-debian:stretch-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" || \
... | resin-io-library/base-images | balena-base-images/node/raspberrypi3/debian/stretch/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,783 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-debian:bullseye-build
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" ... | nghiant2710/base-images | balena-base-images/node/beaglebone-green/debian/bullseye/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,797 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-debian:sid-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" | sha25... | nghiant2710/base-images | balena-base-images/golang/aarch64/debian/sid/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 1,990 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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 add... | nghiant2710/base-images | balena-base-images/python/jetson-tx1/alpine/3.12/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-alpine:3.13-build
ENV GO_VERSION 1.15.6
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] &&... | nghiant2710/base-images | balena-base-images/golang/cl-som-imx8/alpine/3.13/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-alpine:3.11-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do ... | nghiant2710/base-images | balena-base-images/node/odroid-ux3/alpine/3.11/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-alpine:3.11-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516600... | nghiant2710/base-images | balena-base-images/node/orange-pi-lite/alpine/3.11/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,027 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-alpine:3.15-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 'dir... | resin-io-library/base-images | balena-base-images/openjdk/beagleboard-xm/alpine/3.15/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,763 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-ubuntu:impish-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --... | resin-io-library/base-images | balena-base-images/node/armv7hf/ubuntu/impish/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,907 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-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: pu... | nghiant2710/base-images | balena-base-images/python/surface-go/debian/bullseye/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,868 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-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", ... | resin-io-library/base-images | balena-base-images/python/spacely-tx2/fedora/33/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,433 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-ubuntu:xenial-run
ENV NODE_VERSION 10.24.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/jetson-tx1/ubuntu/xenial/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
FROM ubuntu:18.04
ENV PYTHONPATH $PYTHONPATH:/usr/local/google-cloud-sdk/platform/google_appengine
# NOTE: the Cloud SDK component manager is disabled in this install, so
# `gcloud components install app-engine-python` does not work. So, use:
RUN apt-get update
RUN apt-get install -y wget python-pip vim git
# Setup g... | m-lab/mlab-ns | Dockerfile | Dockerfile | apache-2.0 | 877 |
# use java:openjdk-8u66-jre as base image because this has curl and we know it is already downloaded
# for the project's main image, because it is the parent image of qkrijger/wiremock:0.1
FROM java:openjdk-8u66-jre
CMD ["wget", "-O-", "--retry-connrefused", "--waitretry", "1", "--dns-timeout", "1", "-t", "2", "not.the... | stackwork/stackwork | src/test/gradle-projects/test-image-failing-test/testimage/Dockerfile | Dockerfile | apache-2.0 | 338 |
# AUTOGENERATED FILE
FROM balenalib/artik710-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 'dirname "... | nghiant2710/base-images | balena-base-images/openjdk/artik710/alpine/edge/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,757 |
# Dockerfile for swarm integration test environment.
# Use with run_in_docker.sh
FROM dockerswarm/dind:1.9.0
# Install dependencies.
RUN apt-get update && apt-get install -y --no-install-recommends git file parallel \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
# Install golang
ENV GO_VERSION 1.5.1
RUN curl ... | BSWANG/swarm | test/integration/Dockerfile | Dockerfile | apache-2.0 | 876 |
# Build:
# docker build -t meanjs/mean .
#
# Run:
# docker run -it meanjs/mean
#
# Compose:
# docker-compose up -d
FROM ubuntu:latest
MAINTAINER MEAN.JS
# 80 = HTTP, 443 = HTTPS, 3000 = MEAN.JS server, 35729 = livereload, 8080 = node-inspector
EXPOSE 80 443 3000 35729 8080
# Set development environment as default
EN... | ninox92/cookiebot-web | Dockerfile | Dockerfile | mit | 1,661 |
#++++++++++++++++++++++++++++++++++++++
# PostgreSQL Docker container
#++++++++++++++++++++++++++++++++++++++
#
# Official images:
#
# postgres - official PostgreSQL
# https://registry.hub.docker.com/u/library/postgres/
#
#++++++++++++++++++++++++++++++++++++++
FROM postgres:9.4
| SterlingVix/php-docker-boilerplate | docker/postgres/Dockerfile | Dockerfile | mit | 296 |
# 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... | frreiss/tensorflow-fred | tensorflow/tools/dockerfiles/dockerfiles/onednn/centos-8-mpich-horovod.Dockerfile | Dockerfile | apache-2.0 | 3,054 |
FROM nginx:latest
# Install curl for docker nginx health check
RUN \
apt-get update && \
apt-get install -y curl && \
rm -rf /var/lib/apt/lists/*
COPY docker/wait-for-port.sh /
COPY docker/nginx/files/web.conf /etc/nginx/conf.d/default.conf
COPY docker/nginx/files/scoringengine.crt /etc/nginx/scoringengine.crt... | pwnbus/scoring_engine | docker/nginx/Dockerfile | Dockerfile | mit | 461 |
FROM mariadb:10.2
ENV MYSQL_ROOT_PASSWORD="buboard"
COPY Schema/* /docker-entrypoint-initdb.d/
| michaelclarkcuadrado/BuBoard | Database/Dockerfile | Dockerfile | mit | 95 |
# Lightweight alpine OS, weight only 5mb, everything else is Go environment
FROM golang AS builder
# Workdir is path in your docker image from where all your commands will be executed
WORKDIR /go/src/github.com/proshik/githubstatbot
# Add all from your project inside workdir of docker image
ADD . /go/src/github.com/pro... | proshik/githubstatbot | Dockerfile | Dockerfile | mit | 987 |
FROM circleci/golang:latest
MAINTAINER Sam Gammon <sam@bloombox.io>
RUN sudo apt-get update && sudo apt-get install -y protobuf-compiler python2.7 python-pip
RUN sudo pip install virtualenv
RUN go get github.com/ckaznocha/protoc-gen-lint
| sgammon/codeclimate-protobuf | ci/Dockerfile | Dockerfile | mit | 238 |
FROM armhf/alpine
RUN addgroup -g ${GROUP_ID-1000} transmission && adduser -D -G transmission -u ${USER_ID-1000} transmission
RUN apk update &&\
apk add --no-cache transmission-daemon &&\
mkdir -p /app/torrents &&\
chown -R transmission:transmission /app
USER transmission
ENV TRANSMISSION_USER "transmis... | seggcsont/dockers | transmission/Dockerfile | Dockerfile | mit | 579 |
FROM rethinkdb
CMD ["rethinkdb", "--bind", "all"]
| Osedea/nodock | rethinkdb/Dockerfile | Dockerfile | mit | 51 |
FROM ruby:2.6-stretch
LABEL maintainer="GitLab Quality Department <quality@gitlab.com>"
ENV DEBIAN_FRONTEND="noninteractive"
ENV DOCKER_VERSION="17.09.0-ce"
ENV CHROME_VERSION="84.0.4147.89-1"
ENV CHROME_DRIVER_VERSION="84.0.4147.30"
ENV CHROME_DEB="google-chrome-stable_${CHROME_VERSION}_amd64.deb"
ENV CHROME_URL="htt... | mmkassem/gitlabhq | qa/Dockerfile | Dockerfile | mit | 2,880 |
# ubuntu-openjdk-8-tomcat
#
# VERSION 8.0.28
#
# Setsup and configure ubuntu, with openjdk 8, and tomcat 8
#
FROM picoded/ubuntu-openjdk-8-jdk
MAINTAINER Eugene Cheah <picoded@socialoctet.com>
# update, and get dependency (wget)
RUN apt-get update && apt-get install -y wget
# install git and coding core... | picoded/dockerfiles | ubuntu-openjdk-8-tomcat/Dockerfile | Dockerfile | mit | 1,748 |
FROM microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR /app
EXPOSE 80
FROM microsoft/dotnet:2.1-sdk AS build
WORKDIR /src
COPY . .
WORKDIR /src/src/Services/Ordering/Ordering.BackgroundTasks
RUN dotnet restore -nowarn:msb3202,nu1503
RUN dotnet build --no-restore -c Release -o /app
FROM build AS publish
RUN dotn... | andrelmp/eShopOnContainers | src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile | Dockerfile | mit | 477 |
# Basics
FROM gcc:5.4
FROM opentable/anaconda
MAINTAINER Arthur Rand, arand@soe.ucsc.edu
# apt-get installs
RUN apt-get update && apt-get install -y git make zlib1g-dev g++
WORKDIR /home/
# signalAlign
RUN git clone --recursive -b toil_refactor https://github.com/artrand/signalAlign.git
WORKDIR /home/signalAlign/
RU... | mitenjain/signalAlign | Docker/Dockerfile | Dockerfile | mit | 651 |
# Base x64 image for all targets.
FROM ubuntu:20.04
# Username is assumed to be 'duktape' for now, change only UID/GID if required.
ARG USERNAME=duktape
ARG UID=1000
ARG GID=1000
# Set timezone to Europe/Helsinki, some tests depend on it. Must be done
# first to avoid interactive prompts in tzdata install.
RUN echo... | svaarala/duktape | docker/duktape-base-ubuntu-20.04-x64/Dockerfile | Dockerfile | mit | 4,366 |
ARG core=mcr.microsoft.com/windows/servercore
ARG target=mcr.microsoft.com/windows/nanoserver:sac2016
FROM $core as download
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ENV GPG_VERSION 2.3.4
RUN Invoke-WebRequest $('https://files.gpg4win.org/gpg4win-... | StefanScherer/dockerfiles-windows | node/6/nano/Dockerfile | Dockerfile | mit | 3,367 |
FROM scratch
MAINTAINER Neerav Kumar <me@nero.im>
# mkimage-debootstrap.sh -i iproute,iputils-ping,ubuntu-minimal -t trusty.tar.xz trusty http://sg.archive.ubuntu.com/ubuntu/
ADD trusty.tar.xz /
| neeravkumar/dockerfiles | trusty/Dockerfile | Dockerfile | mit | 195 |
FROM buildpack-deps:jessie
MAINTAINER Joerg Patzer <joerg.patzer@me.com>
ENV PHANTOM_VERSION 2.1.1
COPY ./infinality /tmp
RUN sed -i "s/jessie main/jessie main contrib/" /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y \
ttf-mscorefonts-installer \
&& curl -L https://bitbucket.or... | joergpatz/docker-phantomjs | Dockerfile | Dockerfile | mit | 901 |
From haproxy:1.6.4
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
# This is just creating a user 'haproxy' with password 'haproxy'
RUN useradd haproxy -p '$6$xdWkk9b.$lQiYLBsaVIxujlXj2lAhbNskglkrUcHKjajfiaIMwHOVxGrGhC30oGhBi939PFOM9DmbfgdTCqUjrQUc2GIAC0' && \
mkdir -m 000 /haproxy
# Lifted from the official hapr... | secant/quilt | specs/haproxy/Dockerfile | Dockerfile | mit | 455 |
FROM buildpack-deps:jessie
WORKDIR /root
ENV DEBIAN_FRONTEND=noninteractive VENV_PATH=/root/venv
RUN set -x \
&& git clone -q https://github.com/letsencrypt/letsencrypt \
&& cd letsencrypt \
&& ./letsencrypt-auto --help all
EXPOSE 80 443
ENTRYPOINT [ "/root/venv/bin/letsencrypt" ]
| noumia/docker-letsencrypt | Dockerfile | Dockerfile | cc0-1.0 | 291 |
FROM ontouchstart/docker-golang-base
MAINTAINER ontouchstart <ontouchstart@gmail.com>
RUN go get github.com/ontouchstart/cayley
RUN echo "graph.Vertex().All()" | cayley repl --dbpath=/src/github.com/google/cayley/testdata.nt
| ontouchstart/docker-cayley-base | Dockerfile | Dockerfile | cc0-1.0 | 226 |
FROM python:2.7-onbuild
MAINTAINER Michael Hausenblas "michael@dcos.io"
ENV REFRESHED_AT 2016-05-29T19:17
EXPOSE 8989
CMD [ "python", "./osmlookup.py" ] | mhausenblas/marvin | nS2/Dockerfile | Dockerfile | apache-2.0 | 152 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-ubuntu:disco-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install ... | nghiant2710/base-images | balena-base-images/python/jetson-xavier-nx-devkit/ubuntu/disco/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,080 |
# AUTOGENERATED FILE
FROM balenalib/artik10-fedora:36-run
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfile! Det... | resin-io-library/base-images | balena-base-images/openjdk/artik10/fedora/36/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,313 |
# AUTOGENERATED FILE
FROM balenalib/edge-ubuntu:xenial-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.pool... | nghiant2710/base-images | balena-base-images/node/edge/ubuntu/xenial/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-debian:buster-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/generic-aarch64/debian/buster/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,788 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-ubuntu:bionic-build
ENV GO_VERSION 1.17.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "a5aa1ed17d45ee1d58b4a4099b12f8942acbd1dd09b2e9a6abb1c4898043c5f5 go$GO_VERSION.linux-arm64.tar.... | resin-io-library/base-images | balena-base-images/golang/generic-aarch64/ubuntu/bionic/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,004 |
FROM python:3.6-alpine
RUN set -e -x ;\
apk add --no-cache unzip p7zip busybox bash binwalk
CMD sleep 100
| google/google-ctf | 2018/finals/misc-polyglot/general/Dockerfile | Dockerfile | apache-2.0 | 115 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-ubuntu:bionic-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu60 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/beaglebone-green/ubuntu/bionic/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,527 |
FROM minimum/oracle-java:8
MAINTAINER minimum@cepave.com
# Install Elasticsearch 1.6
RUN \
apt-get install -y wget && \
(wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | \
apt-key add -) && \
(echo "deb http://packages.elastic.co/elasticsearch/1.6/debian stable main" | \
tee -a /etc/apt/so... | minimum-hsu/docker-elasticsearchd | Dockerfile | Dockerfile | apache-2.0 | 792 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-fedora:36-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtu... | resin-io-library/base-images | balena-base-images/python/generic-amd64-fde/fedora/36/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,459 |
# Copyright 2021 Google, LLC.
#
# 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, ... | GoogleCloudPlatform/bigquery-oreilly-book | blogs/cloud_run/Dockerfile | Dockerfile | apache-2.0 | 1,334 |
#
# Red5 + Oracle Java 7 Dockerfile
#
# https://github.com/Red5/docker
#
FROM dockerfile/java:oracle-java7
MAINTAINER Paul Gregoire <mondain@gmail.com>
ENV DEBIAN_FRONTEND noninteractive
ENV RED5_VERSION 1.0.4-RELEASE
# Define RED5_HOME variable
ENV RED5_HOME /opt/red5
RUN apt-get update && \
apt-get install -y... | songpr/docker | oraclejdk7-red5-104R/Dockerfile | Dockerfile | apache-2.0 | 797 |
FROM jenkinsci/blueocean:latest
MAINTAINER Joe Rice
USER root
# https://wiki.alpinelinux.org/wiki/Docker
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" > /etc/apk/repositories \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
&& apk add --update docker
R... | joericearchitect/shared-infra | infra-modules/jenkins/docker/jenkins-oracle-linux/Dockerfile | Dockerfile | apache-2.0 | 430 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-alpine:edge-run
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/up-core-plus/alpine/edge/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,478 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-ubuntu:xenial-build
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keys... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/ubuntu/xenial/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
FROM golang:1.8.3
MAINTAINER Nicolas Ruflin <ruflin@elastic.co>
RUN set -x && \
apt-get update && \
apt-get install -y --no-install-recommends \
netcat python-pip virtualenv && \
apt-get clean
# Setup work environment
ENV APM_SERVER_PATH /go/src/github.com/elastic/apm-server
RUN mkdir -p $APM_SE... | roncohen/apm-server | Dockerfile | Dockerfile | apache-2.0 | 517 |
# AUTOGENERATED FILE
FROM balenalib/cybertan-ze250-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 d... | nghiant2710/base-images | balena-base-images/python/cybertan-ze250/ubuntu/cosmic/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,089 |
FROM ceylon/ceylon:1.3.1-jre7-redhat
# This image provides a Ceylon 1.3.1 environment you can use to run your Ceylon
# applications.
MAINTAINER Tako Schotanus <tako@ceylon-lang.org>
EXPOSE 8080
ENV CEYLON_VERSION 1.3.1
LABEL summary="Platform for building and running Ceylon applications" \
io.k8s.description="... | ceylon-docker/s2i-ceylon | 1.3.1/1.3.1-jre7/Dockerfile | Dockerfile | apache-2.0 | 761 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-fedora:35-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/jn30b-nano/fedora/35/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-alpine:3.11-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do ... | nghiant2710/base-images | balena-base-images/node/odroid-xu4/alpine/3.11/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
# Copyright 2020 Google, LLC.
#
# 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, ... | GoogleCloudPlatform/nodejs-docs-samples | eventarc/audit-storage/Dockerfile | Dockerfile | apache-2.0 | 1,358 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-ubuntu:xenial-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/spacely-tx2/ubuntu/xenial/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
FROM phusion/baseimage:0.9.16
MAINTAINER Matt McCormick <matt@mmmccormick.com>
RUN apt-get update
RUN apt-get install -y x-window-system
RUN apt-get install -y binutils
RUN apt-get install -y mesa-utils
RUN apt-get install -y module-init-tools
ADD nvidia-driver.run /tmp/nvidia-driver.run
RUN sh /tmp/nvidia-driver.run... | DominicBoettger/docker-kodi-nvidia | Dockerfile | Dockerfile | apache-2.0 | 656 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-nx-devkit-alpine:3.14-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 \
6A010C5166006599AA17F08146C2130DFD2497F... | resin-io-library/base-images | balena-base-images/node/jetson-tx2-nx-devkit/alpine/3.14/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-alpine:3.12-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/orangepi-plus2/alpine/3.12/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/astro-tx2/debian/buster/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,524 |
FROM python:3.5-alpine
RUN ["pip", "install", "requests", "unicodecsv", "futures"]
COPY collateontologies.py /
COPY entrypoint.sh /
ENTRYPOINT ["sh", "entrypoint.sh"]
| tburdett/biosamples-analysis | collate-ontologies/Dockerfile | Dockerfile | apache-2.0 | 170 |
# Copyright 2019 Google, LLC.
#
# 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, ... | GoogleCloudPlatform/serverless-expeditions | webhooks-with-cloud-run/Monolith/Dockerfile | Dockerfile | apache-2.0 | 1,275 |
# AUTOGENERATED FILE
FROM balenalib/artik10-debian:jessie-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver key... | nghiant2710/base-images | balena-base-images/node/artik10/debian/jessie/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,939 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-fedora:30-run
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 ha.pool... | nghiant2710/base-images | balena-base-images/node/nitrogen6x/fedora/30/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-fedora:36-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 ke... | resin-io-library/base-images | balena-base-images/node/raspberry-pi2/fedora/36/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-debian:bookworm-build
ENV NODE_VERSION 12.22.9
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/beaglebone-green/debian/bookworm/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,791 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-debian:stretch-build
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/iot-gate-imx8/debian/stretch/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,138 |
FROM alpine:3.2
RUN apk add --update nginx && rm -rf /var/cache/apk/*
COPY nginx.conf /etc/nginx/nginx.conf
COPY index.html /usr/share/nginx/html/index.html
USER nobody
CMD ["nginx", "-g", "daemon off;"] | EderRoger/the_docker_book | alpine/Dockerfile | Dockerfile | apache-2.0 | 207 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-ubuntu:disco-run
ENV NODE_VERSION 10.24.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... | nghiant2710/base-images | balena-base-images/node/nanopi-neo-air/ubuntu/disco/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-debian:bookworm-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" || \
... | resin-io-library/base-images | balena-base-images/node/nitrogen8mm/debian/bookworm/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,780 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-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 dependen... | nghiant2710/base-images | balena-base-images/python/aarch64/debian/buster/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,092 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-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 pytho... | resin-io-library/base-images | balena-base-images/python/imx8mm-var-dart/debian/bullseye/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,100 |
FROM ubuntu:14.04
#Needs Java 8, make, git
#http://askubuntu.com/questions/464755/how-to-install-openjdk-8-on-14-04-lts
RUN apt-get -y -q update &&\
apt-get -y -q install software-properties-common &&\
add-apt-repository ppa:webupd8team/java &&\
apt-get -y update &&\
echo oracle-java8-installer shared/accepted-ora... | pughlab/tracker | Dockerfile | Dockerfile | bsd-3-clause | 1,012 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="mapsembler2" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="mapsembler2" \
about.summary="bioinformatics targeted assembly software" \
... | BioDocker/containers | mapsembler2/2.2.4dfsg-3b1-deb/Dockerfile | Dockerfile | apache-2.0 | 1,082 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-ubuntu:bionic-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 ... | nghiant2710/base-images | balena-base-images/openjdk/odroid-c1/ubuntu/bionic/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,103 |
FROM balenalib/armv7hf-debian:sid-run
LABEL io.balena.device-type="zc702-zynq7"
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 ] && mkdir -... | nghiant2710/base-images | balena-base-images/device-base/zc702-zynq7/debian/sid/run/Dockerfile | Dockerfile | apache-2.0 | 1,084 |
FROM golang:1.5.1
RUN go get github.com/golang/lint/golint \
github.com/mattn/goveralls \
golang.org/x/tools/cover \
github.com/tools/godep \
github.com/aktau/github-release
ENV USER root
WORKDIR /go/src/github.com/docker/machine
ADD . /go/src/github.com/docker/machin... | dudymas/machine | Dockerfile | Dockerfile | apache-2.0 | 322 |
# 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 ... | kubernetes/kops | hooks/nvidia-device-plugin/image/Dockerfile | Dockerfile | apache-2.0 | 956 |
FROM scratch
MAINTAINER Jessica Forrester <jforrest@redhat.com>
COPY bin/hello-openshift /hello-openshift
EXPOSE 8080 8888
ENTRYPOINT ["/hello-openshift"]
| tmckayus/oshinko-cli | vendor/github.com/openshift/origin/examples/hello-openshift/Dockerfile | Dockerfile | apache-2.0 | 155 |
FROM jruby:latest
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY Gemfile /usr/src/app/
COPY Gemfile.lock /usr/src/app/
RUN bundle install
COPY . /usr/src/app
CMD ["sudo ruby app.rb"]
| flower-pot/redis_sentinel_ruby | Dockerfile | Dockerfile | mit | 293 |
FROM node:8.3.0-alpine
MAINTAINER Bjarne Oeverli
WORKDIR /app
COPY package.json .
RUN npm i
ADD . .
RUN npm run build -- --build-disableProgressbar="true"
EXPOSE 3000
CMD ["npm", "start"]
| bjarneo/giggle | Dockerfile | Dockerfile | mit | 195 |
FROM ubuntu:14.04
ENV NODE_VERSION 7.2.0
RUN apt-get update && apt-get install -y \
curl git bzip2 g++ python=2.7.5-5ubuntu3 make
RUN curl -L -o /tmp/nodejs.tar.gz https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz \
&& tar xfvz /tmp/nodejs.tar.gz -C /usr/local --strip-components... | majisti/boilerplate | docker/node/Dockerfile | Dockerfile | mit | 576 |
FROM node:8-alpine
WORKDIR /app/server
COPY server/package.json ./
RUN npm install
WORKDIR /app
COPY package.json ./
RUN npm install
RUN npm rebuild node-sass
COPY . .
RUN npm run build:prod
FROM mhart/alpine-node:base-8
WORKDIR /app
COPY --from=0 /app/server .
COPY --from=0 /app/dist .
ENV NODE_ENV production
E... | nathejk/status-app | Dockerfile | Dockerfile | mit | 360 |
FROM alpine:3.9
ARG BUILD_DATE
ARG VCS_REF
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-url="https://github.com/phpearth/docker-php.git" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.schema-version="1.0" \
org.label-schema.vendor="PHP.earth" \
org.label-s... | php-earth/docker-php | docker/7.4-nginx.Dockerfile | Dockerfile | mit | 2,061 |
FROM ruby:2.2
COPY . /app/
WORKDIR /app/
RUN bundle install
EXPOSE 80
ENTRYPOINT /usr/local/bundle/bin/shotgun -p80 -o0.0.0.0
| 0x203/lti_tool_provider_example | Dockerfile | Dockerfile | mit | 126 |
FROM nginx
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./server.crt /etc/nginx/server.crt
COPY ./server.key /etc/nginx/server.key | sesispla/docker-nginx-kestrel | nginx/Dockerfile | Dockerfile | mit | 131 |
FROM jrottenberg/ffmpeg:4.3-alpine312 as ffmpeg
FROM node:alpine3.12
WORKDIR /usr/chibisafe
COPY package.json package-lock.json ./
RUN apk add --update \
&& apk add --no-cache ca-certificates libwebp libwebp-tools expat \
&& apk add --no-cache vidstab-dev --repository=http://dl-cdn.alpinelinux.org/alpine/edge/commun... | WeebDev/loli-safe | docker/chibisafe/Dockerfile | Dockerfile | mit | 615 |
FROM alpine:3.4
RUN apk update && apk add ca-certificates && apk add openssl
WORKDIR /opt
RUN wget https://releases.hashicorp.com/terraform/0.7.13/terraform_0.7.13_linux_amd64.zip \
&& unzip terraform_0.7.13_linux_amd64.zip \
&& rm terraform_0.7.13_linux_amd64.zip
RUN ln -s /opt/terraform /bin/terraform
WORKDIR ... | jdassonvil/dockerized-cli | terraform/Dockerfile | Dockerfile | mit | 361 |
FROM nginx:alpine
ENV PHP_FPM="php:9000"
RUN find /etc/nginx -type f -not -name 'mime.types' -not -name 'fastcgi_params' -delete && \
rm -rf conf.d modules
COPY nginx.conf /etc/nginx
COPY entrypoint.sh /
# The www-data user has uid 33 on Debian/Ubuntu which is what most people are used to
USER 33
ENTRYPOINT [ ... | NamelessMC/Nameless-Docker | nginx_web/Dockerfile | Dockerfile | mit | 345 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-alpine:3.11-run
ENV GO_VERSION 1.14.14
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch... | nghiant2710/base-images | balena-base-images/golang/jetson-nano-2gb-devkit/alpine/3.11/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,481 |
FROM postgres:9.4
COPY init-user-db.sh /docker-entrypoint-initdb.d/
| devopsdelta/recommendations | docker/Dockerfile | Dockerfile | apache-2.0 | 68 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-debian:stretch-run
ENV NODE_VERSION 17.6.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... | resin-io-library/base-images | balena-base-images/node/intel-edison/debian/stretch/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,963 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.