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 |
|---|---|---|---|---|---|
# Generated automatically by update.sh
# Do no edit this file
FROM bigtruedata/scala:2.11.7
Run wget -O- "https://github.com/sbt/sbt/releases/download/v1.0.2/sbt-1.0.2.tgz" \
| tar xzf - -C /usr/local --strip-components=1 \
&& sbt exit
VOLUME /app
WORKDIR /app
CMD ["sbt"]
| bigtruedata/docker-sbt | 1.0.2/2.11.7/Dockerfile | Dockerfile | mit | 286 |
FROM microsoft/aspnetcore:1.1
ARG source
WORKDIR /app
EXPOSE 80
COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "WebSPA.dll"]
| oferns/eShopOnContainers | src/Web/WebSPA/Dockerfile | Dockerfile | mit | 137 |
ARG IMAGE_NAME=node:15-alpine
FROM $IMAGE_NAME AS build
ARG NPM_TOKEN
# Make Git available for NPM and rsync in the build image
RUN apk add --update git && rm -rf /var/cache/apk/*
WORKDIR /build
COPY package.json .
COPY package-lock.json .
# Only if needed, copy .npmrc files into the container
# COPY Dockerfile.np... | Azure/azure-oss-portal | Dockerfile | Dockerfile | mit | 2,385 |
FROM sameersbn/postgresql:9.6-2
ENV DB_USER=rsaccounts \
DB_PASS=rsaccounts \
DB_NAME=axelerator
COPY runtime/init.sql ${PG_HOME}/
RUN chmod 755 ${PG_HOME}/init.sql
COPY runtime/postgresql.conf /tmp
COPY entrypoint.sh /sbin/entrypoint.sh
RUN chmod 755 /sbin/entrypoint.sh
ENTRYPOINT ["/sbin/entrypoint.sh"]
| ericmort/axelerator | docker/axelerator-postgres/Dockerfile | Dockerfile | mit | 314 |
FROM alpine:3.7
LABEL maintainer "https://github.com/blacktop"
ENV KAFKA_VERSION 1.1.0
ENV SCALA_VERSION 2.12
LABEL name="kafka" version=${KAFKA_VERSION}
RUN apk add --no-cache openjdk8-jre bash docker coreutils su-exec
RUN apk add --no-cache -t .build-deps curl ca-certificates jq \
&& mkdir -p /opt \
&& mirror... | blacktop/docker-kafka-alpine | 1.1/Dockerfile | Dockerfile | mit | 1,221 |
FROM nginx:1.11.6-alpine
MAINTAINER Ramzi Double <double.ramzi@hotmail.com>
ADD nginx.conf /etc/nginx/
ADD double-gestion.project.conf /etc/nginx/conf.d/
RUN echo "upstream php-upstream { server php-fpm:9000; }" > /etc/nginx/conf.d/upstream.conf | Double-Ramzi/Double-Docker | nginx/Dockerfile | Dockerfile | mit | 248 |
FROM phusion/baseimage
ADD tor.list /etc/apt/sources.list.d/
RUN gpg --keyserver keys.gnupg.net --recv 886DDD89 &&\
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"
RUN apt-get install -y tor deb.torproject.org... | juniorz/tor-proxy-docker | Dockerfile | Dockerfile | mit | 687 |
FROM golang:1.9-alpine
RUN apk update && apk upgrade && \
apk add --no-cache git bash
WORKDIR /go/src/github.com/ear7h/m0ney
COPY . .
WORKDIR /go/src/github.com/ear7h/m0ney/daemon
RUN go get ./...
RUN go build .
WORKDIR /go/src/github.com/ear7h/m0ney/
RUN go get ./...
RUN go build .
CMD daemon/daemon & ./m0ne... | ear7h/m0ney | Dockerfile | Dockerfile | mit | 321 |
from alpine
copy myip /myip
run chmod +x myip && \
apk update && \
apk add curl && \
rm /var/cache/apk/*
cmd ./myip
| packertemplate/alpine-go16 | Dockerfile | Dockerfile | mit | 124 |
FROM oracle/graalvm-ce:19.3.1 as graalvm
RUN gu install native-image
COPY . /home/app/nakedgraalgrpc
WORKDIR /home/app/nakedgraalgrpc
RUN native-image \
--verbose \
-H:+TraceClassInitialization \
-H:+ReportExceptionStackTraces \
--no-server \
--no-fallback \
--allow-incomplete-classpath \
--report-unsup... | aquatir/remember_java_api | code-sample-kotlin/graal-native-image/nakedgraalgrpc/Dockerfile | Dockerfile | mit | 4,830 |
FROM centos:7
MAINTAINER Juan Manuel Parrilla <jparrill@redhat.com>
RUN yum clean all && \
yum install -y epel-release && \
yum install -y PyYAML python-jinja2 python-httplib2 python-keyczar python-paramiko python-setuptools git python-pip sshpass && \
yum install -y gcc libffi-devel python-devel openssl-... | padajuan/ansible-docker-base | spec/ansible-2.5.2/Dockerfile | Dockerfile | mit | 534 |
FROM alpine:3.2
ENV DEPS "make gcc musl-dev pcre-dev openssl-dev zlib-dev ncurses-dev readline-dev wget perl"
RUN printf "####### Updating Alpine ########"
RUN apk update
RUN apk add $DEPS
RUN printf "###### Grabbing Openresty ######"
RUN mkdir openresty
RUN wget --no-check-certificate -O openresty.tgz https://ope... | awinder/alpine-openresty | Dockerfile | Dockerfile | mit | 1,246 |
FROM php:7.2-cli
RUN mkdir /app
COPY . /app
WORKDIR /app
ENTRYPOINT ["./vendor/bin/phpunit"]
| funivan/PhpTokenizer | Dev.Dockerfile | Dockerfile | mit | 93 |
FROM fedora
RUN curl -o /etc/yum.repos.d/bintray-reznikmm-matreshka.repo \
https://bintray.com/reznikmm/matreshka/rpm && \
dnf --assumeyes install gcc-gnat && \
dnf --assumeyes install gprbuild && \
dnf --assumeyes install make && \
dnf --assumeyes install gdb && \
dnf --assumeyes install --repo bintray--reznikmm... | reznikmm/ada-lsp | tools/travis/Dockerfile | Dockerfile | mit | 629 |
# AlpineLinux with a glibc-2.23 and Oracle Java 8
FROM tomaer/alpine:edge-utc
MAINTAINER tomaer <i@tomaer.com>
# Anastas Dancha <anapsix@random.io>
# thanks to Vladimir Krivosheev <develar@gmail.com> aka @develar for smaller image
# and Victor Palma <palma.victor@gmail.com> aka @devx for pointing it out
# Java Versio... | tomaer/docker-oracle-java | X86/8/utc/111b14/unlimited/server-jre/Dockerfile | Dockerfile | mit | 3,679 |
# Use adoptopenjdk/openjdk15:alpine-jre because its ~60MB
# and the openjdk alpine container is ~190MB
FROM adoptopenjdk/openjdk15:alpine-jre AS builder
# We will eventually need more things here
RUN apk add --no-cache curl tar bash
RUN mkdir -p /app
WORKDIR /app
COPY build/libs/ /app/libs
# Using multi build steps... | StubbornJava/StubbornJava | stubbornjava-webapp/docker/Dockerfile | Dockerfile | mit | 639 |
# Chrome Print - xvfb
# ==============================================================================
# This container runs Google Chrome inside an X Virtual Frame Buffer or XVFB.
FROM fedora:latest
MAINTAINER Brad Jones <brad@bjc.id.au>
# Update base image
RUN yum -y update && yum clean all
# Install the google ch... | brad-jones/chrome-print | xvfb/Dockerfile | Dockerfile | mit | 1,020 |
FROM centos:7
MAINTAINER 178inaba <178inaba@users.noreply.github.com>
# add repo
COPY etc/yum/ /etc/yum.repos.d/
# add epel and remi
RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm && \
yum-con... | 178inaba/php7-nginx | Dockerfile | Dockerfile | mit | 1,201 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-alpine:edge-run
ENV GO_VERSION 1.16
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo... | nghiant2710/base-images | balena-base-images/golang/up-squared/alpine/edge/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,470 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-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: p... | nghiant2710/base-images | balena-base-images/python/hummingboard2/debian/buster/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,858 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-debian:jessie-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some... | nghiant2710/base-images | balena-base-images/openjdk/hummingboard/debian/jessie/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,090 |
# AUTOGENERATED FILE
FROM balenalib/artik710-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/artik710/debian/buster/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,527 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-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 depen... | nghiant2710/base-images | balena-base-images/python/beaglebone/debian/buster/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,095 |
FROM wurstmeister/base
MAINTAINER Wurstmeister
ENV ZOOKEEPER_VERSION 3.4.13
#Download Zookeeper
RUN wget -q http://mirror.vorboss.net/apache/zookeeper/zookeeper-${ZOOKEEPER_VERSION}/zookeeper-${ZOOKEEPER_VERSION}.tar.gz && \
wget -q https://www.apache.org/dist/zookeeper/KEYS && \
wget -q https://www.apache.org/dist/... | wurstmeister/zookeeper-docker | Dockerfile | Dockerfile | apache-2.0 | 1,315 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-debian:jessie-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "013a489ebb3e24ef3d915abe5b94c3286c070dfe0818d5bca8108f1d6e8440d2 go$GO_VERSION.linux-amd64.tar.gz" ... | nghiant2710/base-images | balena-base-images/golang/surface-pro-6/debian/jessie/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,013 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-fedora:34-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", ... | resin-io-library/base-images | balena-base-images/python/vab820-quad/fedora/34/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 2,434 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-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 add... | nghiant2710/base-images | balena-base-images/python/floyd-nano/alpine/3.10/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
FROM balenalib/amd64-fedora:31-run
LABEL io.balena.device-type="intel-nuc"
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 informati... | nghiant2710/base-images | balena-base-images/device-base/intel-nuc/fedora/31/run/Dockerfile | Dockerfile | apache-2.0 | 1,006 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-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 ... | resin-io-library/base-images | balena-base-images/python/beaglebone/debian/sid/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,848 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depen... | nghiant2710/base-images | balena-base-images/python/surface-pro-6/debian/sid/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
FROM ubuntu:14.04
MAINTAINER Payam Emami, payam.emami@medsci.uu.se
RUN apt-get update && apt-get install --yes openms
ENTRYPOINT ["SpectraFilterScaler"]
| phnmnl/workflow-demo | OpenMS/OpenMSDockers/SpectraFilterScaler/Dockerfile | Dockerfile | apache-2.0 | 153 |
FROM node:4.2.1
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev
MAINTAINER Claudio Eduardo de Oliveira
# Set workdir
WORKDIR /crm-app
ADD . /crm-app
# Logstash in sources list
RUN echo 'deb http://packages.elastic.co/logstashforwarder/debian stable main' | tee /etc/apt/sources.list.d/logstashf... | claudioed/elk-showcase | crm-app/Dockerfile | Dockerfile | apache-2.0 | 863 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:bionic-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "6f1354c9040d65d1622b451f43c324c1e5197aa9242d00c5a117d0e2625f3e0d go$GO_VERSION.linux-amd64.tar.gz" | s... | nghiant2710/base-images | balena-base-images/golang/generic/ubuntu/bionic/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,013 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-alpine:3.13-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/raspberrypi3/alpine/3.13/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-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/nitrogen6x/debian/bullseye/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
FROM ubuntu:16.04
MAINTAINER Vikash Kumar <vikash.iitb@gmail.com>
# Update and upgrade
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y vim unzip wget curl
# Install PHP
RUN apt-get install -y \
php7.0 \
php7.0-cli \
php7.0-mbstring \
php7.0-zip \
php7.0-dom \
php7.0-curl \
... | ZopNow/docker-lamp-stack | Dockerfile | Dockerfile | apache-2.0 | 1,679 |
FROM balenalib/aarch64-debian:buster-run
LABEL io.balena.device-type="jetson-xavier-nx-devkit-emmc"
RUN echo "deb https://repo.download.nvidia.com/jetson/common r32.4 main" >> /etc/apt/sources.list.d/nvidia.list \
&& echo "deb https://repo.download.nvidia.com/jetson/t194 r32.4 main" >> /etc/apt/sources.list.d/nvidia... | nghiant2710/base-images | balena-base-images/device-base/jetson-xavier-nx-devkit-emmc/debian/buster/run/Dockerfile | Dockerfile | apache-2.0 | 1,544 |
# 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.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-debian:bookworm-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: p... | resin-io-library/base-images | balena-base-images/python/var-som-mx6/debian/bookworm/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,857 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-fedora:34-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv",... | nghiant2710/base-images | balena-base-images/python/up-core-plus/fedora/34/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,449 |
FROM ubuntu:latest
LABEL maintainer "Ram Gopinathan"
ARG SONARQUBE_SCANNER_CLI_VERSION="4.6.0.2311"
ENV SONARQUBE_SCANNER_HOME /opt/sonar-scanner-${SONARQUBE_SCANNER_CLI_VERSION}-linux
ENV SONARQUBE_SCANNER_BIN ${SONARQUBE_SCANNER_HOME}/bin
ENV SONAR_SCANNER_CLI_DOWNLOAD_URL "https://binaries.sonarsource.com/Distrib... | GoogleCloudPlatform/cloud-builders-community | sonarqube/Dockerfile | Dockerfile | apache-2.0 | 1,079 |
# Copyright 2020-present Open Networking Foundation
# SPDX-License-Identifier: Apache-2.0
FROM bitnami/minideb:stretch
ADD ./chassis_config_migrator /
LABEL maintainer="Stratum dev <stratum-dev@lists.stratumproject.org>"
LABEL description="Docker-based distribution of the Stratum chassis config migration tool"
ENTRY... | stratum/stratum | stratum/hal/config/Dockerfile | Dockerfile | apache-2.0 | 357 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-ubuntu:focal-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ... | nghiant2710/base-images | balena-base-images/node/orange-pi-one/ubuntu/focal/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-alpine:3.11-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 ] && e... | nghiant2710/base-images | balena-base-images/golang/qemux86-64/alpine/3.11/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,476 |
# AUTOGENERATED FILE
FROM balenalib/nuc-debian:jessie-build
ENV GO_VERSION 1.15.8
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "d3379c32a90fdf9382166f8f48034c459a8cc433730bc9476d39d9082c94583b go$GO_VERSION.linux-amd64.tar.gz" | sha256... | nghiant2710/base-images | balena-base-images/golang/nuc/debian/jessie/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,007 |
FROM ubuntu:bionic
LABEL base.image="ubuntu:bionic"
LABEL dockerfile.version="1.0.0"
LABEL software="SneakerNet"
LABEL software.version="0.20.1"
LABEL description="SneakerNet QA/QC system for primary genomic data"
LABEL website="https://github.com/lskatz/SneakerNet"
LABEL license="https://github.com/lskatz/SneakerNet/... | lskatz/SneakerNet | Dockerfile | Dockerfile | apache-2.0 | 10,167 |
FROM ubuntu:18.04
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y time \
openjdk-8-jre-headless \
leiningen \
wget gcc make libbz2-dev zlib1g-dev libncurses5-dev libncursesw5-dev liblzma-dev\
&& apt-get clean \
&& cd /opt/ && wget https://githu... | uc-cdis/cwl | genomel/docker/variant_calling/variant_ensemble/Dockerfile | Dockerfile | apache-2.0 | 1,155 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-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/astro-tx2/alpine/edge/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# AUTOGENERATED FILE
FROM balenalib/nuc-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 dependencies... | nghiant2710/base-images | balena-base-images/python/nuc/ubuntu/bionic/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,443 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-debian:bullseye-build
ENV GO_VERSION 1.15.11
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "bfc8f07945296e97c6d28c7999d86b5cab51c7a87eb2b22ca6781c41a6bb6f2d go$GO_VERSION.linux-arm64.tar.gz... | nghiant2710/base-images | balena-base-images/golang/floyd-nano/debian/bullseye/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,005 |
FROM balenalib/armv7hf-ubuntu:disco-run
LABEL io.balena.device-type="orange-pi-zero"
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... | nghiant2710/base-images | balena-base-images/device-base/orange-pi-zero/ubuntu/disco/run/Dockerfile | Dockerfile | apache-2.0 | 1,091 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-alpine:3.12-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | nghiant2710/base-images | balena-base-images/node/n510-tx2/alpine/3.12/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,953 |
# AUTOGENERATED FILE
FROM balenalib/i386-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
R... | resin-io-library/base-images | balena-base-images/python/i386/debian/sid/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,079 |
FROM tedross/qpid-proton:0.22.0
RUN dnf -y install gettext hostname iputils libwebsockets-devel
ADD qpid-dispatch-binary.tar.gz /
ADD console-binary.tar.gz /
COPY ./qdrouterd.conf.template /etc/qpid-dispatch/
COPY ./run_qdr.sh /usr/sbin/
EXPOSE 5671 5672 55672 8080
CMD ["/usr/sbin/run_qdr.sh"]
| ted-ross/dockerfiles | qpid-dispatch/Dockerfile | Dockerfile | apache-2.0 | 297 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-fedora:34-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 "virtuale... | nghiant2710/base-images | balena-base-images/python/blackboard-tx2/fedora/34/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-fedora:31-run
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.... | nghiant2710/base-images | balena-base-images/node/etcher-pro/fedora/31/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
FROM socketplane/busybox:latest
MAINTAINER OpenDaylight OVSDB Project Team <ovsdb-dev@lists.opendaylight.org>
ENV OVS_VERSION 2.0.1
ENV SUPERVISOR_STDOUT_VERSION 0.1.1
# Configure supervisord
RUN mkdir -p /var/log/supervisor/
ADD supervisord.conf /etc/
# Install supervisor_stdout
WORKDIR /opt
RUN mkdir -p /var/log/supe... | mgkwill/docker-openvswitch | 2.0.1/Dockerfile | Dockerfile | apache-2.0 | 1,375 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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 McVitti... | resin-io-library/base-images | balena-base-images/python/artik530/alpine/3.13/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-ubuntu:xenial-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.... | resin-io-library/base-images | balena-base-images/node/rockpi-4b-rk3399/ubuntu/xenial/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-fedora:32-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 "virtuale... | nghiant2710/base-images | balena-base-images/python/photon-xavier-nx/fedora/32/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-ubuntu:cosmic-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.pg... | nghiant2710/base-images | balena-base-images/node/orange-pi-zero/ubuntu/cosmic/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/ppc64le/generate.sh"!
#
FROM ppc64le/opensuse:42.1
RUN zypper addrepo -n ppc64le-oss -f https://download.opensuse.org/ports/ppc/distribution/leap/42.1/repo/oss/ ppc64le-oss
RUN zypper addrepo -n ppc64le-updates -f https://download.opensuse.org/ports/update/42.1... | duglin/docker | contrib/builder/rpm/ppc64le/opensuse-42.1/Dockerfile | Dockerfile | apache-2.0 | 837 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-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 d... | resin-io-library/base-images | balena-base-images/python/beagleboard-xm/debian/buster/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,095 |
# AUTOGENERATED FILE
FROM balenalib/amd64-ubuntu:eoan-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "0d142143794721bb63ce6c8a6180c4062bcf8ef4715e7d6d6609f3a8282629b3 go$GO_VERSION.linux-amd64.tar.gz" | sha256... | nghiant2710/base-images | balena-base-images/golang/amd64/ubuntu/eoan/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,005 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-debian:stretch-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC9... | resin-io-library/base-images | balena-base-images/python/beaglebone-green/debian/stretch/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,860 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-debian:buster-build
ENV NODE_VERSION 12.21.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/orange-pi-zero/debian/buster/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,791 |
FROM alpine:latest
ARG LOCAL_REPO
ARG JAVA_PACKAGE
ARG JAVA_VERSION
ARG JAVA_VERSION_BUILD
RUN wget -O - http://${LOCAL_REPO}/install/alpine/glibc.sh | sh -s
RUN wget -O - http://${LOCAL_REPO}/install/java/oracle/jdk.sh | \
JAVA_PACKAGE=${JAVA_PACKAGE} \
JAVA_VERSION=${JAVA_VERSION} \
JAVA_VERSION_BUILD=${JAVA... | ownport/bigdata-docker-env | dockerfiles/java/oracle/Dockerfile | Dockerfile | apache-2.0 | 346 |
# Copyright (c) 2015 The Virtual Vulcano authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that
# can be found in the LICENSE.md file.
FROM debian:wheezy
MAINTAINER Virtual Vulcano <virtualvulcano@gmail.com>
RUN apt-get update
RUN apt-get install -y apache2 && \
apt-get i... | ernestoalejo/virtual-vulcano | apache/Dockerfile | Dockerfile | bsd-2-clause | 411 |
## This Dockerfile is meant to aid in the building and debugging patroni whilst developing on your local machine
## It has all the necessary components to play/debug with a single node appliance, running etcd
FROM ubuntu:14.04
MAINTAINER Feike Steenbergen <feike.steenbergen@zalando.de>
# We need curl
RUN apt-get updat... | jinty/patroni | Dockerfile | Dockerfile | mit | 1,499 |
FROM profideo/php54
MAINTAINER Alban Duval <aduval@profideo.com>
# update apt
RUN apt-get update
# Install imagemagick
RUN apt-get install -y imagemagick
RUN apt-get install -y librsvg2-2 librsvg2-bin librsvg2-dbg
RUN apt-get install -y libmagickcore5 libmagickcore5-extra libmagickcore5 libmagickcore5-extra
COPY ./... | yyameogo/docker-images | php54-imagick/Dockerfile | Dockerfile | mit | 540 |
FROM balenalib/aarch64-ubuntu:focal-run
LABEL io.balena.device-type="imx8m-var-dart"
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... | nghiant2710/base-images | balena-base-images/device-base/imx8m-var-dart/ubuntu/focal/run/Dockerfile | Dockerfile | apache-2.0 | 1,091 |
FROM python:3.5-slim
# ensure unoconv can locate the uno library
ENV PYTHONPATH=/usr/lib/python3/dist-packages
RUN usermod -d /home www-data \
&& chown www-data:www-data /home \
&& apt-get update \
# mfr dependencies
&& apt-get install -y \
git \
make \
gcc \
build-esse... | TomBaxter/modular-file-renderer | Dockerfile | Dockerfile | apache-2.0 | 1,824 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-ubuntu:xenial-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 s... | nghiant2710/base-images | balena-base-images/openjdk/nitrogen6xq2g/ubuntu/xenial/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,107 |
FROM php:7.1-fpm
LABEL Maintainer="Jeremy Brayton <jeremy@braytonium.com>"
# apt-get required packages
RUN apt-get update -yqq && apt-get install -yqq git openssh-client zlib1g-dev zip unzip
# PHP extension installation
RUN docker-php-ext-install pdo_mysql zip bcmath json pcntl posix
# Install iconv, mcrypt, and gd... | w0rd-driven/docker-laravel-deployer | 7.1/Dockerfile | Dockerfile | mit | 1,377 |
FROM debian
RUN apt-get update \
&& apt-get install -y curl \
&& apt-get clean
RUN curl https://install.meteor.com/ | sh
RUN export LC_ALL=es_MX.utf8
ENTRYPOINT ["meteor"]
CMD ["--help"]
| hochzehn/meteor-docker | Dockerfile | Dockerfile | mit | 192 |
FROM golang:alpine as gobuilder
RUN apk add --update git
ENV GO111MODULE=auto
RUN go get "github.com/DMarby/huproxy"
RUN go install github.com/DMarby/huproxy
FROM alpine:3.8
COPY --from=gobuilder /go/bin/huproxy /usr/bin/huproxy
ENTRYPOINT ["/usr/bin/huproxy"]
| DMarby/infrastructure | ansible/proxy/roles/proxy/files/docker/huproxy/Dockerfile | Dockerfile | mit | 264 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.4
# persistent / runtime deps
ENV PHPIZE_DEPS \
autoconf \
file \
g++ \
gcc \
libc-dev \
make \
pkgconf \
re2c
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
t... | dsingleton47/php | 7.0/alpine/Dockerfile | Dockerfile | mit | 3,345 |
FROM sameersbn/ubuntu:14.04.20151023
MAINTAINER sameer@damagehead.com
ENV GITLAB_CI_VERSION=8.0.5 \
GITLAB_CI_USER="gitlab_ci" \
GITLAB_CI_HOME="/home/gitlab_ci" \
GITLAB_CI_LOG_DIR="/var/log/gitlab-ci" \
SETUP_DIR="/var/cache/gitlab-ci" \
RAILS_ENV=production
ENV GITLAB_CI_INSTALL_DIR="${GITLAB_C... | sameersbn/docker-gitlab-ci | Dockerfile | Dockerfile | mit | 2,134 |
FROM golang:1.10-alpine
RUN apk add --update -t build-deps curl go git libc-dev gcc libgcc
RUN go get -u -v github.com/shurcooL/github_flavored_markdown github.com/gorilla/mux
WORKDIR /srv
CMD ["go", "run", "repo.go"]
| Oire/awesome-go | Dockerfile | Dockerfile | mit | 221 |
FROM alpine:3.4
LABEL authors="KYEWON SEO <k@bluehack.net>"
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN apk add --update nodejs bash git
COPY package.json /usr/src/app/
RUN npm install
#RUN npm install cb-conversation -g
COPY . /usr/src/app
EXPOSE 3000
CMD [ "npm", "run", "start" ]
| chatbrick/cb-conversation | Dockerfile | Dockerfile | mit | 297 |
FROM ubuntu:14.10
MAINTAINER Cowgirl MEUH, cowgirl@iscool-e.com
# Set the env variables to non-interactive
ENV DEBIAN_FRONTEND=noninteractive \
DEBIAN_PRIORITY=critical \
DEBCONF_NOWARNINGS=yes
RUN apt-get update && apt-get -y upgrade && apt-get install -y \
aptitude \
build-essential \
... | johnnoone/meuh-python | meuh/data/ubuntu-utopic.Dockerfile | Dockerfile | mit | 426 |
FROM golang:1.8
WORKDIR /go/src/github.com/cxmate/cxmate
COPY . .
RUN go-wrapper install
WORKDIR /cxmate
CMD ["cxmate"]
| cxmate/cxmate | Dockerfile | Dockerfile | mit | 124 |
FROM debian:11.2-slim
LABEL maintainer="mail@sobolevn.me"
LABEL vendor="git-secret team"
ENV DEBIAN_FRONTEND='noninteractive'
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
# Direct dependencies:
gawk \
git \
gnupg \
# Assumed to be present:
file \
procps \
mak... | sobolevn/git-secret | .ci/docker-ci/debian-gnupg2/Dockerfile | Dockerfile | mit | 481 |
FROM nikolaik/python-nodejs:python3.8-nodejs10
ENV PYTHONUNBUFFERED 1
WORKDIR /usr/src/app
COPY requirements.txt ./
COPY Makefile ./
COPY package.json ./
RUN make install
RUN npm install
COPY . .
RUN make serve-setup
EXPOSE 8000
CMD ["sh", "-c", ". /usr/src/app/venv/bin/activate && make serve"]
| TwilioDevEd/browser-calls-django | Dockerfile | Dockerfile | mit | 307 |
FROM vulhub/elasticsearch:1.4.4
LABEL maintainer="phithon <root@leavesongs.com>"
RUN set -ex \
&& plugin -install mobz/elasticsearch-head/1.x | vulhub/vulhub | elasticsearch/CVE-2015-3337/Dockerfile | Dockerfile | mit | 147 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-debian:buster-run
ENV NODE_VERSION 15.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 --keyserv... | nghiant2710/base-images | balena-base-images/node/orangepi-plus2/debian/buster/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
FROM ownport/python:2.7
ARG LOCAL_REPOS_HOST
ARG HTTP_PROXY
RUN apk add --update build-base python-dev libffi-dev openssl-dev && \
pip install --upgrade pip && \
pip install ansible-container && \
apk del build-base python-dev libffi-dev openssl-dev
| ownport/docker-env | sandbox/dockerfiles/ansible/ansible-container.Dockerfile | Dockerfile | apache-2.0 | 270 |
# AUTOGENERATED FILE
FROM balenalib/edge-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 dependenc... | nghiant2710/base-images | balena-base-images/python/edge/debian/bullseye/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,100 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-ubuntu:cosmic-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg -... | nghiant2710/base-images | balena-base-images/node/raspberrypicm4-ioboard/ubuntu/cosmic/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,771 |
# AUTOGENERATED FILE
FROM balenalib/srd3-tx2-ubuntu:eoan-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --r... | nghiant2710/base-images | balena-base-images/node/srd3-tx2/ubuntu/eoan/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,906 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-debian:sid-run
ENV GO_VERSION 1.17.7
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get upda... | resin-io-library/base-images | balena-base-images/golang/qemux86/debian/sid/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,320 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-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 a... | resin-io-library/base-images | balena-base-images/python/jetson-nano-emmc/alpine/3.14/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,134 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-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: pub... | resin-io-library/base-images | balena-base-images/python/npe-x500-m3/debian/buster/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,853 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-fedora:31-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... | nghiant2710/base-images | balena-base-images/openjdk/jn30b-nano/fedora/31/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,320 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-ubuntu:eoan-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.... | nghiant2710/base-images | balena-base-images/node/jn30b-nano/ubuntu/eoan/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/artik520-alpine:3.13-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599A... | resin-io-library/base-images | balena-base-images/node/artik520/alpine/3.13/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 3,017 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-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 63C7CC... | resin-io-library/base-images | balena-base-images/python/photon-xavier-nx/debian/bullseye/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,864 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-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/etcher-pro/debian/stretch/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# Flutter (https://flutter.io) Developement Environment for Linux
# ===============================================================
#
# This environment passes all Linux Flutter Doctor checks and is sufficient
# for building Android applications and running Flutter tests.
#
# To build iOS applications, a Mac developmen... | GoogleCloudPlatform/cloud-builders-community | flutter/Dockerfile | Dockerfile | apache-2.0 | 2,010 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-alpine:3.15-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | resin-io-library/base-images | balena-base-images/node/armv7hf/alpine/3.15/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,948 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.