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 |
|---|---|---|---|---|---|
FROM base
MAINTAINER Harry Marr <harry.marr@gmail.com>
RUN apt-get update
RUN apt-get install -y build-essential python ruby golang-go
ADD entrypoint.sh entrypoint.sh
ADD run-code.sh run-code.sh
ENTRYPOINT ["/bin/bash", "entrypoint.sh"]
| 108ium/codecube | server/Dockerfile | Dockerfile | mit | 241 |
ARG REPO=mcr.microsoft.com/dotnet/runtime
# Installer image
FROM arm64v8/buildpack-deps:focal-curl AS installer
# Retrieve ASP.NET Core
RUN aspnetcore_version=5.0.15 \
&& curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetco... | dotnet/dotnet-docker | src/aspnet/5.0/focal/arm64v8/Dockerfile | Dockerfile | mit | 898 |
FROM ubuntu
MAINTAINER ty "xdtianyu@gmail.com"
RUN ln -s -f /bin/bash /bin/sh
RUN apt-get update && \
apt-get install -y openssh-server sudo curl wget zip unzip vim virtualenv apache2-utils net-tools supervisor htop && \
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A145185859... | xdtianyu/docker-auto-builds | backend/Dockerfile | Dockerfile | mit | 2,191 |
FROM node:9
# Create app directory
WORKDIR /usr/src/natural
# Install app dependencies
# A wildcard is used to ensure both package.json AND package-lock.json are copied
# where available (npm@5+)
COPY package*.json ./
RUN npm install
# If you are building your code for production
# RUN npm install --only=production
... | Hugo-ter-Doest/natural | Dockerfile | Dockerfile | mit | 386 |
FROM debian:stretch
RUN dpkg --add-architecture i386 \
&& apt-get -qq update \
&& apt-get -qq upgrade -y \
&& apt-get -qq install -y --no-install-recommends \
ca-certificates \
wget \
g++-multilib \
make \
git \
unzip \
vim \
less \
man \
libssl-dev:i386 \
libmariadb-dev:i386
# CMake
RUN \
... | maddinat0r/docker-debian-samp | Dockerfile | Dockerfile | mit | 2,047 |
FROM ubuntu:14.04
RUN apt-get update
RUN apt-get install -y -qq curl git python-pip
WORKDIR /opt
RUN git clone https://github.com/ianmiell/shutit.git
WORKDIR shutit
RUN pip install -r requirements.txt
WORKDIR /
RUN git clone https://github.com/ianmiell/gogs_shutit.git
WORKDIR /gogs_shutit
RUN /opt/shutit/shutit build... | ianmiell/gogs_shutit | Dockerfile | Dockerfile | mit | 398 |
# AlpineLinux with a glibc-2.29-r0 and Oracle Java 8
FROM alpine:3.8
MAINTAINER 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 Version and other ENV
ENV JAVA_VERSION... | anapsix/docker-alpine-java | 8/172b11/jdk-dcevm/unlimited/Dockerfile | Dockerfile | mit | 5,181 |
FROM google/nodejs
RUN mkdir /app
COPY ./app.js /app/
COPY ./package.json /app/
COPY ./app /app/app/
COPY ./config /app/config/
WORKDIR /app
RUN npm install
RUN npm -g install forever
EXPOSE 18080
CMD npm start | ynu/notice-wx | Dockerfile | Dockerfile | mit | 213 |
FROM elixir:latest
RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main" > /etc/apt/sources.list.d/pgdg.list' && \
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
RUN curl --silent --location https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get up... | av-ast/scrawler | Dockerfile | Dockerfile | mit | 905 |
FROM debian:stretch
RUN apt-get update
RUN apt-get install -y git build-essential xdg-utils libtag1-dev cmake libmagic-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-regex-dev file
ADD https://api.github.com/repos/kaethorn/mp3-report/git/refs/heads/master version.json
RUN git clo... | kaethorn/mp3-report | Dockerfile | Dockerfile | mit | 518 |
FROM debian:stable
MAINTAINER Marcin Rataj <lidel@lidel.org>
ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb /src/google-chrome-stable_current_amd64.deb
# Install Chromium and PulseAudio with minimal dependencies
RUN apt-get update && apt-get install -y \
ca-certificates \
gconf-... | lidel/dockerfiles | archive/netflix-chrome/Dockerfile | Dockerfile | cc0-1.0 | 2,071 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-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 k... | nghiant2710/base-images | balena-base-images/python/coral-dev/debian/sid/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,850 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-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 dep... | nghiant2710/base-images | balena-base-images/python/ccimx8x-sbc-pro/debian/sid/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,092 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-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 \
libicu57 \
liblttng-ust0 \
... | nghiant2710/base-images | balena-base-images/dotnet/ts4900/debian/buster/2.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,965 |
# AUTOGENERATED FILE
FROM balenalib/nuc-ubuntu:disco-run
ENV GO_VERSION 1.15.11
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get updat... | nghiant2710/base-images | balena-base-images/golang/nuc/ubuntu/disco/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,333 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-ubuntu:eoan-run
ENV GO_VERSION 1.15.8
# 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/eoan/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,339 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-debian:bullseye-run
ENV GO_VERSION 1.16.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-... | resin-io-library/base-images | balena-base-images/golang/astro-tx2/debian/bullseye/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,330 |
#FROM daocloud.io/library/ubuntu:latest
FROM daocloud.io/library/ubuntu:14.04
MAINTAINER xiongjun <fenyunxx@163.com>
ADD sources.list /etc/apt/sources.list
# Install Oracle Java 7
ENV JAVA_VER 7
ENV JAVA_HOME /usr/lib/jvm/java-7-oracle
ENV TZ "Asia/Shanghai"
ENV TERM xterm
RUN echo 'deb http://ppa.launchpad.net/web... | xiongjungit/docker-tomcat | 7.0/Dockerfile | Dockerfile | apache-2.0 | 1,867 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-ubuntu:eoan-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | nghiant2710/base-images | balena-base-images/node/via-vab820-quad/ubuntu/eoan/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-ubuntu:focal-build
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libic... | resin-io-library/base-images | balena-base-images/dotnet/rockpi-4b-rk3399/ubuntu/focal/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,568 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-debian:bookworm-build
ENV Logging__Console__FormatterName=Json
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-k... | resin-io-library/base-images | balena-base-images/dotnet/cnx100-xavier-nx/debian/bookworm/6.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,183 |
# Spark
FROM spark-base:1.0.0
MAINTAINER LuqmanSahaf lgsahaf@gmail.com
ENV SPARK_NODE_TYPE MASTER
# Expose TCP ports 7077 8080
EXPOSE 7077 8080
ADD files /root/spark_master_files
ENTRYPOINT ["/root/spark_master_files/default_cmd"]
| LuqmanSahaf/etcd-spark | spark-1.0.0/spark-master/Dockerfile | Dockerfile | apache-2.0 | 235 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-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 ... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-gateway/debian/buster/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,869 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-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 --keyserver... | nghiant2710/base-images | balena-base-images/node/artik533s/debian/bullseye/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-alpine:edge-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 a... | nghiant2710/base-images | balena-base-images/python/raspberrypi3/alpine/edge/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,132 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-alpine:edge-run
ENV GO_VERSION 1.17.7
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ... | resin-io-library/base-images | balena-base-images/golang/revpi-core-3/alpine/edge/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/nanopc-t4/debian/buster/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,910 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-alpine:3.12-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/coral-dev/alpine/3.12/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-alpine:3.11-build
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.co... | nghiant2710/base-images | balena-base-images/golang/asus-tinker-board/alpine/3.11/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,346 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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 depende... | nghiant2710/base-images | balena-base-images/python/artik530/ubuntu/cosmic/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,441 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-fedora:32-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "bfea0c8d7b70c1ad99b0266b321608db57df75820e8f4333efa448a43da01992 go$GO_VERSION.linux-amd64.tar.gz" | sh... | nghiant2710/base-images | balena-base-images/golang/up-squared/fedora/32/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,010 |
# AUTOGENERATED FILE
FROM balenalib/photon-tx2-nx-alpine:3.12-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 'di... | resin-io-library/base-images | balena-base-images/openjdk/photon-tx2-nx/alpine/3.12/7-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,766 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-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... | nghiant2710/base-images | balena-base-images/python/jetson-nano-emmc/alpine/3.13/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,845 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-alpine:3.12-build
ENV GO_VERSION 1.14.13
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ech... | nghiant2710/base-images | balena-base-images/golang/ts4900/alpine/3.12/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,335 |
# Using official python runtime base image
FROM python:2.7-alpine
# Set the application directory
WORKDIR /app
# Install our requirements.txt
ADD requirements.txt /app/requirements.txt
RUN pip install -r requirements.txt
# Copy our code from the current folder to /app inside the container
ADD . /app
# Make port 818... | kurtcrowley/tgscatsanddogs | vote/Dockerfile | Dockerfile | apache-2.0 | 563 |
# syntax=docker/dockerfile:labs
ARG PHP_VERSION=7.4.25
ARG USERNAME=khs1994
ARG BASE=composer
FROM alpine:3.14 as phploc-downloader
# Copy/Paste Detector (CPD) for PHP code. https://github.com/sebastianbergmann/phploc
ARG PHPLOC_VERSION=7.0.2
RUN set -x ; apk add --no-cache curl \
&& curl -fsSL https://phar.p... | khs1994-docker/lnmp | dockerfile/php/phploc/Dockerfile | Dockerfile | apache-2.0 | 602 |
FROM grahamdumpleton/mod-wsgi-docker:python-3.5
WORKDIR /app
ONBUILD COPY . /app
ONBUILD RUN mod_wsgi-docker-build
EXPOSE 80
ENTRYPOINT [ "mod_wsgi-docker-start" ]
| GrahamDumpleton/mod_wsgi-docker | 3.5/onbuild/Dockerfile | Dockerfile | apache-2.0 | 169 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-ubuntu:cosmic-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.... | nghiant2710/base-images | balena-base-images/node/revpi-core-3/ubuntu/cosmic/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/astro-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", si... | nghiant2710/base-images | balena-base-images/python/astro-tx2/fedora/33/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,431 |
FROM hseeberger/scala-sbt
MAINTAINER Aaron Glahe <aarongmldt@gmail.com>
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64 \
KM_VERSION=1.3.0.7 \
KM_REVISION=4b57fc9b65e6f9ac88fff4391994fd06bb782663
RUN mkdir -p /tmp && \
cd /tmp && \
git clone https://github.com/yahoo/kafka-manager && \
cd /tmp/... | aglahe/dsra-dcos | docker/kafka-manager/Dockerfile | Dockerfile | apache-2.0 | 718 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-ubuntu:disco-run
ENV GO_VERSION 1.15.8
# 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 u... | nghiant2710/base-images | balena-base-images/golang/kitra520/ubuntu/disco/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,350 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-alpine:3.13-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add ... | nghiant2710/base-images | balena-base-images/python/astro-tx2/alpine/3.13/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,131 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-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/aio-3288c/fedora/35/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 as build
RUN apk add --no-cache go git musl-dev make
ENV GOPATH=/go PATH=$PATH:/go/bin
ENV GITREPO=github.com/prometheus/node_exporter
ENV COMMIT=v0.15.1
RUN go get -d ${GITREPO} \
&& cd /go/src/${GITREPO} \
&& git checkout ${COMMIT} \
&& CGO_... | eyz/linuxkit | pkg/node_exporter/Dockerfile | Dockerfile | apache-2.0 | 830 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-fedora:30-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 --keyserve... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/fedora/30/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-alpine:edge-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/am571x-evm/alpine/edge/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,132 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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 --keyse... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit/fedora/31/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-ubuntu:focal-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python ... | nghiant2710/base-images | balena-base-images/python/beaglebone-black/ubuntu/focal/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,075 |
FROM magneticio/vamp-gateway-agent:VGA_TAG
ADD vga/vgaCertAndKey.crt /usr/local/vamp/
ADD client/clientRootCA.crt /usr/local/vamp/ | magneticio/vamp-gateway-agent | docs/tls/Dockerfile | Dockerfile | apache-2.0 | 131 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-ubuntu:eoan-build
ENV NODE_VERSION 14.15.4
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 --ke... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/ubuntu/eoan/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,770 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-alpine:3.13-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 ] && echo... | nghiant2710/base-images | balena-base-images/golang/cubox-i/alpine/3.13/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,466 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-fedora:33-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" |... | nghiant2710/base-images | balena-base-images/golang/photon-xavier-nx/fedora/33/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,995 |
FROM tomcat:8-slim
MAINTAINER WangXiaoMing <wxmclub@gmail.com>
ENV TZ="Asia/Shanghai" \
LANG="zh_CN.UTF-8"
RUN rm /etc/localtime \
&& ln -s /usr/share/zoneinfo/$TZ /etc/localtime \
&& echo $TZ > /etc/timezone \
&& rm -rf webapps/*
COPY dubbo-admin-2.0.0 webapps/ROOT
| wxmclub/docker-images | dubbo-admin/2.0.0/Dockerfile | Dockerfile | apache-2.0 | 287 |
# AUTOGENERATED FILE
FROM balenalib/amd64-debian:buster-run
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyse... | nghiant2710/base-images | balena-base-images/node/amd64/debian/buster/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,940 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-alpine:3.13-build
ENV GO_VERSION 1.16.3
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && e... | nghiant2710/base-images | balena-base-images/golang/artik533s/alpine/3.13/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,336 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-ubuntu:bionic-run
ENV GO_VERSION 1.15.11
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-ge... | nghiant2710/base-images | balena-base-images/golang/aio-3288c/ubuntu/bionic/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,355 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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 "virtual... | resin-io-library/base-images | balena-base-images/python/via-vab820-quad/fedora/34/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,443 |
# syntax=docker/dockerfile:1.1-experimental
# Copyright 2020 Authors of Cilium
# SPDX-License-Identifier: Apache-2.0
ARG CILIUM_BUILDER_IMAGE=docker.io/cilium/cilium-builder-dev:618b6b93c98b3075048861a512fa93525ef3f1f1
ARG UBUNTU_IMAGE=docker.io/library/ubuntu:20.04@sha256:8bce67040cd0ae39e0beb55bcb976a824d9966d2ac8d... | cilium-team/cilium | images/cilium-test/Dockerfile | Dockerfile | apache-2.0 | 2,238 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-fedora:34-run
ENV NODE_VERSION 14.18.3
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 key... | resin-io-library/base-images | balena-base-images/node/orange-pi-zero/fedora/34/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
# Spotify Cassandra 2.0 Cluster Node Image
#
# VERSION 0.1
#
# Expects CASSANDRA_SEEDS and CASSANDRA_TOKEN env variables to be set.
# If CASSANDRA_SEEDS is not set, node acts as its own seed
# If CASSANDRA_TOKEN is not set, startup process is aborted
FROM peerbelt/cassandra:base
USER root
# Place clust... | peerbelt/docker-cassandra | cassandra-cluster/Dockerfile | Dockerfile | apache-2.0 | 480 |
FROM hseeberger/scala-sbt:8u181_2.12.7_1.2.3
WORKDIR /play2
COPY play2-java-ebean-hikaricp .
RUN sed -i 's/.enablePlugins(PlayJava, PlayEbean, PlayNettyServer)/.enablePlugins(PlayJava, PlayEbean).disablePlugins(PlayNettyServer)/g' build.sbt
RUN sbt stage
CMD ["target/universal/stage/bin/play2-java-ebean-hikaricp", "-... | jeevatkm/FrameworkBenchmarks | frameworks/Java/play2-java/play2-java-ebean-hikaricp.dockerfile | Dockerfile | bsd-3-clause | 542 |
#Riak - LeanKit
# Pull base image.
FROM ubuntu:14.04
MAINTAINER Jason Greathouse jason.greathouse@leankit.com
ENV RIAK_VERSION 2.1.1-1
ENV DEBIAN_FRONTEND noninteractive
# Update base image and install Riak
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install -y curl software-properties-commo... | brianedgerton/riaktive | .riak/Dockerfile | Dockerfile | mit | 1,416 |
FROM ubuntu:latest
ENV DEBIAN_FRONTEND noninteractive
ENV CRAN_URL https://cloud.r-project.org/
ADD https://s3.amazonaws.com/rstudio-server/current.ver /tmp/ver
RUN set -e \
&& ln -sf bash /bin/sh
RUN set -e \
&& apt-get -y update \
&& apt-get -y dist-upgrade \
&& apt-get -y install --no-ins... | dceoy/fab-r-docker | slim/Dockerfile | Dockerfile | mit | 1,293 |
FROM openjdk:8-jre
ENV INDRA_JAVA_OPTS "-Xmx4g -Dindra.http.host=0.0.0.0"
WORKDIR /usr/share/indra
ADD indra-service-${project.version}-distribution.tar.gz .
WORKDIR /usr/share/indra/bin
EXPOSE 8916
CMD ["./start"]
| Lambda-3/indra | indra-service/docker/Dockerfile | Dockerfile | mit | 218 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-debian:stretch-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... | nghiant2710/base-images | balena-base-images/openjdk/beagleboard-xm/debian/stretch/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,107 |
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="circos" \
container="circos" \
about.summary="plotter for visualizing data" \
about.home="http://circos.ca/" \
software.version="0.69.4dfsg-1-deb" \
version="1" \
ext... | BioDocker/containers | circos/0.69.4dfsg-1-deb/Dockerfile | Dockerfile | apache-2.0 | 814 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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/jetson-tx1/alpine/edge/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
FROM itzg/ubuntu-openjdk-7
MAINTAINER itzg
ENV TITAN_VERSION 0.5.4
RUN wget -q -O /tmp/titan.zip http://s3.thinkaurelius.com/downloads/titan/titan-$TITAN_VERSION-hadoop2.zip
RUN unzip -q /tmp/titan.zip -d /opt && rm /tmp/titan.zip
ENV TITAN_HOME /opt/titan-$TITAN_VERSION-hadoop2
WORKDIR $TITAN_HOME
VOLUME ["/conf"... | sekka1/dockerfiles | titan-gremlin/Dockerfile | Dockerfile | apache-2.0 | 404 |
FROM wener/base as builder
ENV ARCH=armhf
ENV QEMU_ARCH=arm
WORKDIR /root
RUN QEMU_ARCH=${QEMU_ARCH:-$ARCH} \
&& apk add --no-cache qemu-$QEMU_ARCH \
&& wget -q https://mirrors.tuna.tsinghua.edu.cn/alpine/v$(sed -n 's/\.\d\+$//p' /etc/alpine-release)/releases/$ARCH/alpine-minirootfs-$(cat /etc/alpine-release)-$... | wenerme/dockerfiles | base/armhf/Dockerfile | Dockerfile | mit | 1,540 |
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim
WORKDIR /app
COPY . .
ENTRYPOINT ["dotnet", "IdentityServerWithEfCoreDemo.Web.Mvc.dll"]
| aspnetboilerplate/aspnetboilerplate-samples | IdentityServerWithEfCoreDemo/aspnet-core/src/IdentityServerWithEfCoreDemo.Web.Mvc/Dockerfile | Dockerfile | mit | 149 |
FROM ubuntu:14.04
MAINTAINER Boyd Hemphill <boyd@stackengine.com>
# Install the old and faithful stress package
RUN apt-get update && apt-get install --assume-yes stress
# Now use a go binary to wrap stress so we can launch an arbitrary number of
# containers on a node.
WORKDIR /code
ADD docker-stress stress-full
RUN... | daniel-garcia/docker-stress | Dockerfile | Dockerfile | mit | 375 |
FROM ubuntu:18.04
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
RUN apt -y update && \
apt -y install locales && \
locale-gen en_US.UTF-8
RUN apt -y install nodejs npm ruby-full zlib1g-dev && apt clean
| adasegroup/adasegroup.github.io | _setup_env/Dockerfile | Dockerfile | mit | 231 |
FROM bash
RUN mkdir -p /scenario
WORKDIR /scenario
ENV LANG=C.UTF-8
CMD echo 'default command' && echo $ENV_VAR
| rf-/roadshow | spec/projects/simple/scenarios/one.dockerfile | Dockerfile | mit | 112 |
FROM ros:indigo-ros-core
MAINTAINER Todd Sampson "toddsampson+docker@gmail.com"
RUN sudo apt-get -y update
RUN sudo apt-get -y install ros-indigo-leap-motion bc libgl1-mesa-glx-lts-trusty libglu1-mesa libxi6 libxxf86vm1 libgl1-mesa-glx libx11-6 libxext6 libx11-xcb1 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-presen... | toddsampson/ros-docker | ros-leap_motion/Dockerfile | Dockerfile | mit | 1,975 |
FROM ubuntu:trusty
MAINTAINER Elliot Wright <elliot@elliotwright.co>
# Install Ansible
RUN \
useradd -u 1000 -m -s /bin/bash ansible && \
mkdir -p /app && \
chown -R ansible: /opt && \
apt-get install -y software-properties-common && \
apt-add-repository ppa:ansible/ansible && \
apt-get update ... | SeerUK/docker-ansible | Dockerfile | Dockerfile | mit | 473 |
# escape=`
ARG REPO=mcr.microsoft.com/dotnet/aspnet
# Installer image
FROM mcr.microsoft.com/windows/servercore:1809-amd64 AS installer
RUN powershell -Command " `
$ErrorActionPreference = 'Stop'; `
$ProgressPreference = 'SilentlyContinue'; `
`
# Retrieve .NET SDK
$sdk_version... | dotnet/dotnet-docker | src/sdk/6.0/nanoserver-1809/amd64/Dockerfile | Dockerfile | mit | 3,792 |
# Go cross compiler (xgo): Go 1.12.11
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
FROM karalabe/xgo-base
MAINTAINER Péter Szilágyi <peterke@gmail.com>
# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11211
RUN \
export ROOT_DIST=https:... | karalabe/xgo | docker/go-1.12.11/Dockerfile | Dockerfile | mit | 507 |
FROM resin/i386-debian:wheezy
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
wget \
&& rm -rf /var/lib/apt/lists/*
| resin-io-library/buildpack-deps | i386/wheezy/curl/Dockerfile | Dockerfile | mit | 175 |
FROM resin/rpi-raspbian
MAINTAINER Nuno Sousa <nunofgs@gmail.com>
RUN apt-get -q update
RUN apt-get -qy --force-yes dist-upgrade
RUN apt-get install -qy --force-yes python git-core
RUN git clone https://github.com/RuudBurger/CouchPotatoServer.git /CouchPotatoServer
VOLUME /config
VOLUME /data
ADD ./start.sh /start... | nunofgs/rpi-couchpotato | Dockerfile | Dockerfile | mit | 489 |
## -*- docker-image-name: "scaleway/fedora:28" -*-
FROM library/fedora:28
# Environment
ENV SCW_BASE_IMAGE scaleway/fedora:latest
# Adding and calling builder-enter
COPY ./overlay-base/usr/local/sbin/scw-builder-enter /usr/local/sbin/
COPY ./overlay/etc/default/grub /etc/default/
RUN dnf group install -y "Minimal In... | scaleway/image-fedora | 28/Dockerfile | Dockerfile | mit | 1,987 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:7.2-fpm
LABEL maintainer="MilesChou <github.com/MilesChou>, fizzka <github.com/fizzka>"
ARG PSR_VERSION=1.1.0
ARG PHALCON_VERSION=4.1.2
ARG PHALCON_EXT_PATH=php7/64bits
RUN set -xe && \
# Download PSR, see h... | MilesChou/docker-phalcon | 7.2/fpm/Dockerfile | Dockerfile | mit | 1,165 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-ubuntu:eoan-build
ENV NODE_VERSION 15.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 --k... | nghiant2710/base-images | balena-base-images/node/jetson-nano-2gb-devkit/ubuntu/eoan/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,767 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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 pyt... | nghiant2710/base-images | balena-base-images/python/asus-tinker-board-s/debian/buster/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,477 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-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.... | nghiant2710/base-images | balena-base-images/golang/parallella-hdmi-resin/alpine/3.11/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,480 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependen... | nghiant2710/base-images | balena-base-images/python/odroid-u3+/debian/sid/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,087 |
# Copyright 2010-2014, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and ... | kishikawakatsumi/Mozc-for-iOS | src/docker/ubuntu14.04/Dockerfile | Dockerfile | apache-2.0 | 3,633 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-alpine:edge-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \... | nghiant2710/base-images | balena-base-images/node/artik533s/alpine/edge/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,956 |
FROM golang:1.5.1
EXPOSE 8081
COPY . /go/src/github.com/timperman/dispatcher
RUN go get -d -v ./...
RUN go test ./... && go install ./...
ENTRYPOINT [ "/go/bin/dispatcher" ]
| timperman/dispatcher | Dockerfile | Dockerfile | apache-2.0 | 178 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-ubuntu:xenial-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 depend... | resin-io-library/base-images | balena-base-images/python/coral-dev/ubuntu/xenial/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-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 depende... | resin-io-library/base-images | balena-base-images/python/fincm3/debian/bullseye/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,091 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-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/apalis-imx6/fedora/33/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,434 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-alpine:3.14-run
ENV Logging__Console__FormatterName=Json
RUN apk add --no-cache \
ca-certificates \
\
# .NET Core dependencies
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libstdc++ \
icu-... | resin-io-library/base-images | balena-base-images/dotnet/jetson-xavier-nx-devkit/alpine/3.14/6.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,103 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-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 ... | resin-io-library/base-images | balena-base-images/python/jetson-nano-2gb-devkit/alpine/edge/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,848 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-debian:buster-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyser... | resin-io-library/base-images | balena-base-images/node/orangepi-plus2/debian/buster/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,940 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-debian:sid-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 \
' \
&& apt-get u... | nghiant2710/base-images | balena-base-images/golang/apalis-imx6q/debian/sid/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,346 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-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 --keyserver ... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/debian/buster/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,937 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-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/nanopi-neo-air/debian/buster/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,791 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-ubuntu:eoan-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... | nghiant2710/base-images | balena-base-images/node/orbitty-tx2/ubuntu/eoan/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
FROM resin/aarch64-debian:stretch
LABEL io.kuzzle.vendor="Kuzzle <support@kuzzle.io>"
LABEL description="Core development stack"
ENV NODE_14_VERSION=14.17.0
ENV NODE_ENV=production
WORKDIR /var/app
RUN [ "cross-build-start" ]
# node js - taken from official dockerfile
RUN set -x \
\
&& apt-get update \
&& ap... | kuzzleio/kuzzle-containers | core-dev-aarch64/Dockerfile | Dockerfile | apache-2.0 | 1,527 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-debian:stretch-run
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyse... | nghiant2710/base-images | balena-base-images/node/nanopi-neo-air/debian/stretch/12.22.1/run/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.