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/up-board-alpine:3.12-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVitti... | resin-io-library/base-images | balena-base-images/python/up-board/alpine/3.12/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,841 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-fedora:36-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keys... | resin-io-library/base-images | balena-base-images/node/apalis-imx6q/fedora/36/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
FROM ubuntu:14.04
MAINTAINER "Steve Rude <srude@riotgames.com>"
ENV VERSION 2.26
RUN apt-get update -qy
RUN apt-get install -y software-properties-common
# Add OpenContrail repos
RUN add-apt-repository ppa:opencontrail/ppa
RUN add-apt-repository ppa:opencontrail/release-2.01-juno
RUN echo "deb http://ppa.launchpad... | pedro-r-marques/packnet | Dockerfile | Dockerfile | apache-2.0 | 1,189 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-debian:sid-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
... | resin-io-library/base-images | balena-base-images/node/beaglebone-green/debian/sid/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,781 |
# AUTOGENERATED FILE
FROM balenalib/rpi-alpine:edge-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08... | nghiant2710/base-images | balena-base-images/node/rpi/alpine/edge/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,016 |
FROM openjdk:11-jre-slim
LABEL maintainer="The Apache Lucene/Solr Project"
LABEL repository="https://github.com/docker-solr/docker-solr"
ARG SOLR_VERSION="8.6.3"
ARG SOLR_SHA512="f040d4489118b655bd27451a717c1f22f180c398638d944a53889a1a449e7032b016cecbff1979c2e8bfd51fc037dd613f3b968254001d34fe0e8fc4f6761dcf"
ARG SOLR... | docker-solr/docker-solr | 8.6/slim/Dockerfile | Dockerfile | apache-2.0 | 6,144 |
# This image is only meant to be built from within the build.sh script.
FROM debian:jessie
# Install dependencies
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5072E1F5 \
&& echo 'deb http://repo.mysql.com/apt/debian/ jessie mysql-5.7' > /etc/apt/sources.list.d/mysql.list \
&& apt-get update \
&& DEB... | sougou/vitess | docker/lite/Dockerfile | Dockerfile | apache-2.0 | 1,096 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-alpine:3.13-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/raspberrypi3/alpine/3.13/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:focal-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.c... | nghiant2710/base-images | balena-base-images/node/raspberry-pi2/ubuntu/focal/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-ubuntu:bionic-build
ENV GO_VERSION 1.15.8
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "bde22202576c3920ff5646fb1d19877cedc19501939d6ccd7b16ff89071abd0a go$GO_... | nghiant2710/base-images | balena-base-images/golang/beaglebone-green/ubuntu/bionic/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,034 |
FROM qnib/alpn-nginx
# kopf
ENV KOPF_VERSION=2.1.2 \
SUPERVISOR_SKIP_SRV=nginx
RUN curl -s -L "https://github.com/lmenezes/elasticsearch-kopf/archive/v${KOPF_VERSION}.tar.gz" | tar xz -C /tmp && mv "/tmp/elasticsearch-kopf-${KOPF_VERSION}" /opt/kopf \
&& rm -f /etc/consul.d/nginx-ssl.json \
/opt/qnib/k... | qnib/docker-kopf | Dockerfile | Dockerfile | apache-2.0 | 796 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-ubuntu:eoan-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/generic-armv7ahf/ubuntu/eoan/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,071 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-alpine:3.12-build
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
... | nghiant2710/base-images | balena-base-images/node/photon-xavier-nx/alpine/3.12/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,963 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-ubuntu:cosmic-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some s... | nghiant2710/base-images | balena-base-images/openjdk/qemux86-64/ubuntu/cosmic/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,112 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-r2c-ubuntu:bionic-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ke... | resin-io-library/base-images | balena-base-images/node/nanopi-r2c/ubuntu/bionic/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-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.co... | nghiant2710/base-images | balena-base-images/node/surface-go/ubuntu/cosmic/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,921 |
FROM kollaglue/fedora-rdo-heat-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
# TODO: configure cfn and cloudwatch
# TODO: remove python-openstackclient once crux feature is added in start.sh
RUN yum -y install \
openstack-heat-api \
python-openstackclient \
; yum clean all
ADD ./start.sh /st... | jasonbrooks/kolla | docker/heat/heat-api/Dockerfile | Dockerfile | apache-2.0 | 371 |
# 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.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 2,434 |
# AUTOGENERATED FILE
FROM balenalib/artik10-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 depend... | nghiant2710/base-images | balena-base-images/python/artik10/debian/bullseye/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-debian:buster-run
ENV NODE_VERSION 16.14.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 k... | resin-io-library/base-images | balena-base-images/node/astro-tx2/debian/buster/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,931 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-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/odroid-ux3/debian/buster/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,093 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-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 ... | resin-io-library/base-images | balena-base-images/python/asus-tinker-board/alpine/3.14/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/artik10-debian:sid-build
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --b... | nghiant2710/base-images | balena-base-images/node/artik10/debian/sid/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,778 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-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 depend... | nghiant2710/base-images | balena-base-images/python/coral-dev/ubuntu/bionic/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,442 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-fedora:35-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyser... | resin-io-library/base-images | balena-base-images/node/jn30b-nano/fedora/35/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,745 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-debian:stretch-build
ENV GO_VERSION 1.14.13
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 "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc277... | nghiant2710/base-images | balena-base-images/golang/beaglebone-green-gateway/debian/stretch/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,046 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-ubuntu:disco-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/hummingboard2/ubuntu/disco/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,205 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-alpine:3.10-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... | nghiant2710/base-images | balena-base-images/openjdk/nanopi-neo-air/alpine/3.10/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,763 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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 "virtualenv", s... | resin-io-library/base-images | balena-base-images/python/up-board/fedora/34/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,451 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-ubuntu:focal-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/n510-tx2/ubuntu/focal/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,321 |
FROM balenalib/amd64-alpine:3.10-build
LABEL io.balena.device-type="up-board"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For ... | nghiant2710/base-images | balena-base-images/device-base/up-board/alpine/3.10/build/Dockerfile | Dockerfile | apache-2.0 | 1,030 |
# AUTOGENERATED FILE
FROM balenalib/artik710-ubuntu:cosmic-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.... | nghiant2710/base-images | balena-base-images/node/artik710/ubuntu/cosmic/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-debian:stretch-build
ENV NODE_VERSION 15.10.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/nitrogen8mm/debian/stretch/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,786 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-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 "Sim... | resin-io-library/base-images | balena-base-images/python/asus-tinker-edge-t/alpine/3.13/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,844 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install pytho... | resin-io-library/base-images | balena-base-images/python/beaglebone-black/debian/stretch/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,099 |
# AUTOGENERATED FILE
FROM balenalib/amd64-ubuntu:impish-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyserv... | resin-io-library/base-images | balena-base-images/node/amd64/ubuntu/impish/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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:... | nghiant2710/base-images | balena-base-images/python/via-vab820-quad/debian/buster/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,862 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-ubuntu:cosmic-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ... | nghiant2710/base-images | balena-base-images/node/photon-nano/ubuntu/cosmic/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-debian:sid-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 ... | nghiant2710/base-images | balena-base-images/golang/floyd-nano/debian/sid/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,321 |
# AUTOGENERATED FILE
FROM balenalib/srd3-tx2-fedora:33-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 ha.pool.... | nghiant2710/base-images | balena-base-images/node/srd3-tx2/fedora/33/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,749 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-alpine:3.11-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/ccimx8x-sbc-pro/alpine/3.11/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-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 python... | nghiant2710/base-images | balena-base-images/python/genericx86-64-ext/ubuntu/disco/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,083 |
# AUTOGENERATED FILE
FROM balenalib/nebra-hnt-fedora:33-run
ENV GO_VERSION 1.16.3
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f4e96bbcd5d2d1942f5b55d9e4... | nghiant2710/base-images | balena-base-images/golang/nebra-hnt/fedora/33/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,070 |
FROM django:1.8.3
ENV PYTHONUNBUFFERED 1
RUN mkdir /code
WORKDIR /code
ADD requirements.txt /code/
RUN pip install -r requirements.txt
ADD . /code/
| cclauss/In-Harms-Way | server/Dockerfile | Dockerfile | apache-2.0 | 148 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-ubuntu:eoan-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... | nghiant2710/base-images | balena-base-images/python/orange-pi-one/ubuntu/eoan/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,203 |
FROM balenalib/armv7hf-fedora:33-build
LABEL io.balena.device-type="am571x-evm"
RUN dnf install -y \
less \
nano \
net-tools \
usbutils \
gnupg \
i2c-tools \
&& dnf clean all
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more info... | resin-io-library/base-images | balena-base-images/device-base/am571x-evm/fedora/33/build/Dockerfile | Dockerfile | apache-2.0 | 998 |
FROM python:2.7
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY requirements.txt /usr/src/app/
RUN pip install --no-cache-dir -r requirements.txt
# Download Cuberite server (Minecraft C++ server)
# and load up a special empty world for Dockercraft
RUN sh -c "$(wget -qO - https://raw.githubusercontent.com/cuberit... | nyasukun/openstackcraft | Dockerfile | Dockerfile | apache-2.0 | 437 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-debian:bookworm-run
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserv... | resin-io-library/base-images | balena-base-images/node/var-som-mx6/debian/bookworm/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,941 |
FROM bitnami/nginx:1.12
# built by running:
# $ docker-compose run --rm ui ng build -t production -o rootfs/dist
COPY dist/ /app
| osoriano/monocular | src/ui/rootfs/Dockerfile | Dockerfile | apache-2.0 | 130 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-ubuntu:xenial-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.
#
# ... | nghiant2710/base-images | balena-base-images/openjdk/jetson-nano-2gb-devkit/ubuntu/xenial/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,109 |
FROM ubuntu-debootstrap:14.04
RUN apt-get update && apt-get -qy install git && apt-get clean
ADD taffy.sh /bin/taffy
ADD bin/flynn-receiver /bin/flynn-receiver
ENTRYPOINT ["/bin/taffy"]
| felixrieseberg/flynn | taffy/Dockerfile | Dockerfile | bsd-3-clause | 189 |
# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | aweiteka/cri-o | vendor/k8s.io/kubernetes/test/images/resource-consumer/Dockerfile | Dockerfile | apache-2.0 | 694 |
FROM phpdockerio/php71-fpm:latest
# Install selected extensions and other stuff
RUN apt-get update \
&& apt-get -y --no-install-recommends install php7.1-gd php7.1-mbstring php-yaml \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
WORKDIR "/var/www/photocontainer-site" | luizfsnunes/photocontainer-site | phpdocker/php-fpm/Dockerfile | Dockerfile | mit | 315 |
FROM nginx:stable-alpine
MAINTAINER Earvin <earvin@twoblackdevs.com>
ADD _site/ /usr/share/nginx/html
WORKDIR /usr/share/nginx/html
RUN ls
EXPOSE 80 443
| twoblackdevs/twoblackdevs.github.io | Dockerfile | Dockerfile | mit | 178 |
FROM node:4.2.4
RUN npm update -g npm
RUN mkdir -p /app/user
WORKDIR /app/user
EXPOSE 80
ADD . /app/user/
RUN npm install
| kibiluzbad/gozer | webui/Dockerfile | Dockerfile | mit | 125 |
# src: https://github.com/ubermuda/sflive-docker/blob/master/docker/data/Dockerfile
FROM fferriere/base
MAINTAINER ferriere.florian@gmail.com
VOLUME ["/var/lib/mysql"]
ENTRYPOINT ["true"]
| fferriere/docker-lamp | mysql/data/Dockerfile | Dockerfile | mit | 192 |
#
#--------------------------------------------------------------------------
# Image Setup
#--------------------------------------------------------------------------
#
# To edit the 'workspace' base Image, visit its repository on Github
# https://github.com/Laradock/workspace
#
# To change its version, see the ava... | hnquang112/laradock | workspace/Dockerfile | Dockerfile | mit | 66,229 |
FROM scratch
COPY helm-test /
ENTRYPOINT ["/helm-test"]
| cedriclam/helm-test | Dockerfile | Dockerfile | mit | 57 |
FROM functions/alpine:latest
RUN apk --update add nodejs nodejs-npm
COPY package.json .
COPY handler.js .
COPY sample.json .
RUN npm i
ENV fprocess="node handler.js"
CMD ["fwatchdog"]
| rgee0/faas | sample-functions/HostnameIntent/Dockerfile | Dockerfile | mit | 195 |
#
# szepeviktor/stretch-build
#
# VERSION :0.1.0
# BUILD :docker build -t szepeviktor/stretch-build .
# RUN :docker run --rm -i -t -v /opt/results:/opt/results szepeviktor/stretch-build
FROM debian:stretch
ENV LC_ALL C
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update \
&& apt-get upg... | szepeviktor/debian-server-tools | virtualization/stretch-build/Dockerfile | Dockerfile | mit | 722 |
FROM debian:8
MAINTAINER dnscrypt.io
ENV DEBIAN_FRONTEND=noninteractive
ENV BUILD_DEPENDENCIES \
autoconf \
bzip2 \
curl \
gcc \
make
RUN set -x && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y libssl-dev libcap-dev $BUILD_DEPENDENCIES
ENV BIND_VERSION 9.10.5-P1
EN... | dnscryptio/bind-docker | Dockerfile | Dockerfile | mit | 1,350 |
FROM centos:7.3.1611
# Install all packages
RUN yum -y install epel-release && yum clean all
RUN curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
RUN python get-pip.py
RUN yum -y install ansible && yum clean all
RUN yum -y install vim && yum clean all
RUN yum -y install curl && yum clean all
RUN yum -y inst... | p1nrojas/pk-sdnlab-stdalone | install/Dockerfile | Dockerfile | mit | 1,636 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-ubuntu:disco-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.g... | nghiant2710/base-images | balena-base-images/golang/raspberrypi3-64/ubuntu/disco/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,002 |
FROM balenalib/amd64-fedora:31-run
LABEL io.balena.device-type="genericx86-64-ext"
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 i... | nghiant2710/base-images | balena-base-images/device-base/genericx86-64-ext/fedora/31/run/Dockerfile | Dockerfile | apache-2.0 | 1,014 |
FROM openshift/base-centos7
# This image provides a Perl 5.20 environment you can use to run your Perl applications.
MAINTAINER SoftwareCollections.org <sclorg@redhat.com>
EXPOSE 8080
# Image metadata
ENV PERL_VERSION=5.20 \
PATH=$PATH:/opt/rh/rh-perl520/root/usr/local/bin
LABEL io.k8s.description="Platform for... | stevekuznetsov/sti-perl | 5.20/Dockerfile | Dockerfile | apache-2.0 | 1,953 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public... | nghiant2710/base-images | balena-base-images/python/kitra710/debian/buster/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,227 |
# AUTOGENERATED FILE
FROM balenalib/artik5-alpine:3.12-build
ENV GO_VERSION 1.15.8
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo... | nghiant2710/base-images | balena-base-images/golang/artik5/alpine/3.12/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,333 |
# Dockerfile required to generate a DataFlow flex template
FROM gcr.io/dataflow-templates-base/java11-template-launcher-base:latest
# Define the Java command options required by Dataflow Flex Templates.
ENV FLEX_TEMPLATE_JAVA_MAIN_CLASS="com.mypackage.pipeline.MyPipeline"
ENV FLEX_TEMPLATE_JAVA_CLASSPATH="/template/p... | GoogleCloudPlatform/training-data-analyst | quests/dataflow/2_Branching_Pipelines/solution/Dockerfile | Dockerfile | apache-2.0 | 486 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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: publi... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit-emmc/alpine/3.13/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-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 \
libicu66... | resin-io-library/base-images | balena-base-images/dotnet/hummingboard2/ubuntu/focal/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,164 |
# AUTOGENERATED FILE
FROM balenalib/up-core-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public ... | resin-io-library/base-images | balena-base-images/python/up-core/debian/buster/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,858 |
# 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... | gunan/tensorflow | tensorflow/tools/dockerfiles/dockerfiles/ppc64le/gpu-ppc64le-jupyter.Dockerfile | Dockerfile | apache-2.0 | 6,397 |
FROM ubuntu:14.04
MAINTAINER Payam Emami, payam.emami@medsci.uu.se
RUN apt-get update && apt-get install --yes openms
ENTRYPOINT ["InclusionExclusionListCreator"]
| phnmnl/workflow-demo | OpenMS/OpenMSDockers/InclusionExclusionListCreator/Dockerfile | Dockerfile | apache-2.0 | 163 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-ubuntu:eoan-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... | nghiant2710/base-images | balena-base-images/python/jetson-xavier/ubuntu/eoan/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-debian:stretch-run
ENV NODE_VERSION 10.24.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 --keys... | nghiant2710/base-images | balena-base-images/node/generic-aarch64/debian/stretch/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# Dockerfile for swarm integration test environment.
# Use with run_in_docker.sh
FROM dockerswarm/dind:1.6.0
# Install dependencies.
RUN apt-get update && apt-get install -y --no-install-recommends git file \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
# Install golang
ENV GO_VERSION 1.5.1
RUN curl -sSL http... | bsmr-docker/swarm | test/integration/Dockerfile | Dockerfile | apache-2.0 | 867 |
FROM tifayuki/java:7
MAINTAINER Feng Honglin <hfeng@tutum.co>
RUN apt-get update && \
apt-get install -y wget unzip pwgen expect && \
wget download.java.net/glassfish/4.1/release/glassfish-4.1.zip && \
unzip glassfish-4.1.zip -d /opt && \
rm glassfish-4.1.zip && \
apt-get clean && \
rm -rf /var... | jancelin/tutum-docker-glassfish | Dockerfile | Dockerfile | apache-2.0 | 772 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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", sin... | resin-io-library/base-images | balena-base-images/python/up-board/fedora/34/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,446 |
# AUTOGENERATED FILE
FROM balenalib/up-board-fedora:32-run
ENV GO_VERSION 1.15.11
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "8825b72d74b14e82b54ba36978... | nghiant2710/base-images | balena-base-images/golang/up-board/fedora/32/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,086 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-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... | resin-io-library/base-images | balena-base-images/python/odroid-xu4/debian/bullseye/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,858 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-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.... | nghiant2710/base-images | balena-base-images/dotnet/generic-armv7ahf/debian/stretch/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-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 ] ... | nghiant2710/base-images | balena-base-images/golang/apalis-imx6q/alpine/3.12/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
FROM alpine:3.4
MAINTAINER Feng Honglin <hfeng@tutum.co>
RUN apk update && apk add ca-certificates
ADD https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 /usr/local/bin/docker
RUN chmod +x /usr/local/bin/docker
ADD dockercloud-events /events
ENV REPORT_INTERVAL=30 DOCKERCLOUD_AUTH=**None** EVENTS_API_URL=**None... | docker/dockercloud-events | Dockerfile | Dockerfile | apache-2.0 | 347 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-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... | resin-io-library/base-images | balena-base-images/python/jn30b-nano/alpine/3.13/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-ubuntu:xenial-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90... | resin-io-library/base-images | balena-base-images/python/cnx100-xavier-nx/ubuntu/xenial/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-alpine:3.13-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 ] &... | nghiant2710/base-images | balena-base-images/golang/bananapi-m1-plus/alpine/3.13/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-ubuntu:focal-build
ENV GO_VERSION 1.15.6
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 "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_... | nghiant2710/base-images | balena-base-images/golang/beaglebone-pocket/ubuntu/focal/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
# AUTOGENERATED FILE
FROM balenalib/edison-alpine:3.12-build
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/edison/alpine/3.12/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,329 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:xenial-run
ENV GO_VERSION 1.14.13
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& ap... | nghiant2710/base-images | balena-base-images/golang/raspberry-pi2/ubuntu/xenial/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,359 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-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... | resin-io-library/base-images | balena-base-images/python/etcher-pro/debian/buster/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,091 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-ubuntu:focal-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 -... | nghiant2710/base-images | balena-base-images/node/intel-nuc/ubuntu/focal/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/generic-alpine:3.13-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.conf ] && ec... | nghiant2710/base-images | balena-base-images/golang/generic/alpine/3.13/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,343 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-debian:bookworm-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/jetson-tx2/debian/bookworm/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,331 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-debian:bullseye-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-arm... | nghiant2710/base-images | balena-base-images/golang/jetson-nano-2gb-devkit/debian/bullseye/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,011 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-alpine:3.13-run
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/orbitty-tx2/alpine/3.13/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,470 |
# AUTOGENERATED FILE
FROM balenalib/photon-tx2-nx-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 \
; ... | resin-io-library/base-images | balena-base-images/node/photon-tx2-nx/alpine/3.15/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,954 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-alpine:3.11-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVi... | nghiant2710/base-images | balena-base-images/python/apalis-imx6/alpine/3.11/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-ubuntu:bionic-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: pub... | nghiant2710/base-images | balena-base-images/python/apalis-imx6/ubuntu/bionic/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,832 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-ubuntu:bionic-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | resin-io-library/base-images | balena-base-images/node/iot-gate-imx8/ubuntu/bionic/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-fedora:30-run
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-11-openjdk \
java-11-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! Deta... | nghiant2710/base-images | balena-base-images/openjdk/revpi-core-3/fedora/30/11-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,313 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.