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/raspberrypi2-ubuntu:disco-build
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ... | nghiant2710/base-images | balena-base-images/node/raspberrypi2/ubuntu/disco/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
FROM concourse/busyboxplus:git
ENV LANG C
ADD http://stedolan.github.io/jq/download/linux64/jq /usr/local/bin/jq
RUN chmod +x /usr/local/bin/jq
ADD assets/ /opt/resource/
RUN chmod +x /opt/resource/*
ADD test/ /opt/resource-tests/
RUN /opt/resource-tests/all.sh
| vito/git-resource | Dockerfile | Dockerfile | apache-2.0 | 266 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-ubuntu:disco-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 --keyserver ha.... | nghiant2710/base-images | balena-base-images/node/odroid-c1/ubuntu/disco/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-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/odroid-xu4/debian/buster/5.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,909 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-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/jetson-nano/alpine/3.11/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-debian:buster-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-... | nghiant2710/base-images | balena-base-images/golang/var-som-mx6/debian/buster/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,357 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi0-2w-64-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 63C7... | resin-io-library/base-images | balena-base-images/python/raspberrypi0-2w-64/debian/bookworm/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,866 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-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/am571x-evm/alpine/3.13/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-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 63C7CC90... | resin-io-library/base-images | balena-base-images/python/generic-aarch64/debian/stretch/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
# AUTOGENERATED FILE
FROM balenalib/up-board-ubuntu:cosmic-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/up-board/ubuntu/cosmic/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-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 depen... | resin-io-library/base-images | balena-base-images/python/npe-x500-m3/ubuntu/focal/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,064 |
# AUTOGENERATED FILE
FROM balenalib/edge-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependenci... | resin-io-library/base-images | balena-base-images/python/edge/debian/stretch/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-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... | nghiant2710/base-images | balena-base-images/node/blackboard-tx2/ubuntu/eoan/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
FROM phenompeople/apache-storm:1.0.1
MAINTAINER Rajesh Jonnalagadda (<admin.squad@phenompeople.com>)
EXPOSE 8881
COPY *-server.sh /opt/deployment/
RUN mkdir -p ${STORM_HOME}/logs && \
touch ${STORM_HOME}/logs/storm-ui.out && \
chown -R phenom:phenom ${STORM_HOME}
COPY topology-page-template.html /opt/storm/publ... | phenompeople/apache-storm | storm-ui-ro/1.0.1/Dockerfile | Dockerfile | apache-2.0 | 419 |
# AUTOGENERATED FILE
FROM balenalib/edison-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 dependenc... | nghiant2710/base-images | balena-base-images/python/edison/ubuntu/cosmic/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,439 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-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/raspberrypicm4-ioboard/alpine/edge/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,848 |
FROM debian:buster-slim AS base
RUN apt-get update && apt-get --no-install-recommends install -y \
binutils-arm-linux-gnueabihf \
binutils-aarch64-linux-gnu \
binutils-x86-64-linux-gnu \
binutils-i686-linux-gnu \
binutils-riscv64-linux-gnu \
binutils-s390x-linux-gnu \
binutils-powerpc64le-linux-gnu
WORKDI... | tonistiigi/buildkit_poc | util/binfmt_misc/Dockerfile | Dockerfile | apache-2.0 | 1,809 |
# AUTOGENERATED FILE
FROM balenalib/artik10-debian:bullseye-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
liblttng-ust0 \
... | nghiant2710/base-images | balena-base-images/dotnet/artik10/debian/bullseye/2.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,966 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-alpine:3.11-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirnam... | nghiant2710/base-images | balena-base-images/openjdk/zc702-zynq7/alpine/3.11/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,760 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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.pgp.co... | resin-io-library/base-images | balena-base-images/node/jetson-tx1/ubuntu/xenial/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,908 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:bullseye-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 \
... | nghiant2710/base-images | balena-base-images/golang/parallella-hdmi-resin/debian/bullseye/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,371 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-debian:bullseye-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/nitrogen8mm/debian/bullseye/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,131 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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 \
liblt... | nghiant2710/base-images | balena-base-images/dotnet/beaglebone-green-wifi/debian/stretch/2.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,978 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-ubuntu:cosmic-build
ENV NODE_VERSION 14.16.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/orbitty-tx2/ubuntu/cosmic/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
FROM centos:7
RUN yum install -y \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel
ENV JAVA_HOME /etc/alternatives/jre
# Agent bond
ADD agent-bond-opts /bin/
RUN mkdir -p /opt/agent-bond \
&& curl http://central.maven.org/maven2/io/fabric8/agent-bond-agent/0.1.0/agent-bond-agent-0.1.0.jar \
-o ... | christian-posta/base-images | java/images/centos/openjdk8/jdk/Dockerfile | Dockerfile | apache-2.0 | 609 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-debian:stretch-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "5e59056e36704acb25809bcdb27191f27593cb7aba4d716b523008135a1e764a go$GO_VERSION.linux-arm64.tar... | resin-io-library/base-images | balena-base-images/golang/blackboard-tx2/debian/stretch/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,007 |
# AUTOGENERATED FILE
FROM balenalib/nuc-debian:sid-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.... | nghiant2710/base-images | balena-base-images/node/nuc/debian/sid/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,932 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-ubuntu:cosmic-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some sam... | nghiant2710/base-images | balena-base-images/openjdk/ts4900/ubuntu/cosmic/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,100 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-ubuntu:eoan-build
ENV GO_VERSION 1.14.14
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 "93a87bdde7d5dd8c7ba0570fd811cebdfb988a6393f5f660f4595566120e0620 go$GO_... | nghiant2710/base-images | balena-base-images/golang/asus-tinker-board/ubuntu/eoan/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:jessie-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 ke... | nghiant2710/base-images | balena-base-images/node/kitra710/debian/jessie/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,936 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:focal-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... | resin-io-library/base-images | balena-base-images/python/generic/ubuntu/focal/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,832 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-alpine:edge-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... | nghiant2710/base-images | balena-base-images/golang/generic-armv7ahf/alpine/edge/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,343 |
FROM python:3.6-alpine
LABEL maintainer "https://github.com/ryanmaclean"
ENV ENDPOINT="192.168.99.100:9200"
ENV CREDENTIALS=""
ENV CLUSTERHEALTH=""
ENV PIPELINE="--pipeline=benchmark-only"
ENV RALLYCONFIG="rally.ini"
ENV RALLYVER="0.5.3"
ENV HTTPPROXY=""
ENV REPORTFMT="markdown"
RUN apk add --update --no-cache git b... | ryanmaclean/esrally-docker | Dockerfile | Dockerfile | apache-2.0 | 654 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-ubuntu:cosmic-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 --keyserver h... | nghiant2710/base-images | balena-base-images/node/qemux86-64/ubuntu/cosmic/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
FROM balenalib/armv7hf-ubuntu:impish-build
LABEL io.balena.device-type="artik5"
RUN apt-get update && apt-get install -y --no-install-recommends \
less \
kmod \
nano \
net-tools \
ifupdown \
iputils-ping \
i2c-tools \
usbutils \
&& rm -rf /var/lib/apt/lists/*
RUN [ ! -d /.balena/messages ] && mkdir -... | resin-io-library/base-images | balena-base-images/device-base/artik5/ubuntu/impish/build/Dockerfile | Dockerfile | apache-2.0 | 1,089 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-debian:stretch-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 --keyserve... | resin-io-library/base-images | balena-base-images/node/npe-x500-m3/debian/stretch/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,939 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-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 a... | nghiant2710/base-images | balena-base-images/python/raspberry-pi/alpine/3.10/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,576 |
# AUTOGENERATED FILE
FROM balenalib/parallella-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: publ... | resin-io-library/base-images | balena-base-images/python/parallella/ubuntu/bionic/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# This is a comment
FROM azul/zulu-openjdk-centos:latest
MAINTAINER Totto <totto@totto.org>
RUN yum install -y yum-cron
RUN yum -y update
RUN yum install -y wget
# Install sshd - should probably be fortified
RUN yum install -y openssh-server
RUN mkdir /var/run/sshd
RUN echo 'root:kjempehemmelig' | chpasswd
RUN sed -i ... | altran/_Whydah | config/Docker/uawa/Dockerfile | Dockerfile | apache-2.0 | 1,871 |
FROM balenalib/aarch64-debian:jessie-build
LABEL io.balena.device-type="jetson-nano"
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/t210 r32.4 main" >> /etc/apt/sources.list.d/nvidia.list \
&& apt... | nghiant2710/base-images | balena-base-images/device-base/jetson-nano/debian/jessie/build/Dockerfile | Dockerfile | apache-2.0 | 1,531 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-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 de... | nghiant2710/base-images | balena-base-images/python/nitrogen6xq2g/ubuntu/bionic/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,072 |
# AUTOGENERATED FILE
FROM balenalib/i386-ubuntu:bionic-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \
&& echo "519e5d7518376bc6b87afc04f16e72db66d9bc08641d9b4385ecf1f30e55e64c go$GO_VERSION.linux-386.tar.gz" | sha256sum... | nghiant2710/base-images | balena-base-images/golang/i386/ubuntu/bionic/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 1,997 |
FROM balenalib/aarch64-fedora:36-build
LABEL io.balena.device-type="photon-xavier-nx"
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 mor... | resin-io-library/base-images | balena-base-images/device-base/photon-xavier-nx/fedora/36/build/Dockerfile | Dockerfile | apache-2.0 | 1,004 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-ubuntu:cosmic-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 som... | nghiant2710/base-images | balena-base-images/openjdk/apalis-imx6/ubuntu/cosmic/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,102 |
FROM daocloud.io/ld00000/jdk-8:0.6.0
MAINTAINER <xiongmin@k2data.com.cn>
ENV K2_WORK_DIR /usr/local/k2Asset
ENV K2_JAR_NAME k2Asset-eureka.jar
RUN mkdir -p $K2_WORK_DIR
COPY ./target/$K2_JAR_NAME $K2_WORK_DIR/$K2_JAR_NAME
WORKDIR $K2_WORK_DIR
ENTRYPOINT java -Dspring.profiles.active=prod $JAVA_OPTS -jar k2Asset-e... | ShareTeam/Platform | Server-Platform/SpringCloud/k2asset-server/k2asset-eureka/Dockerfile | Dockerfile | apache-2.0 | 380 |
FROM devopsil/puppet-yum
ENV PUPPET_VERSION 2.7.17
RUN yum install -y puppet-$PUPPET_VERSION \
&& yum clean all
| devops-israel/dockerfiles | docker-puppet/versions/2.7.17/Dockerfile | Dockerfile | apache-2.0 | 118 |
FROM google/nodejs-runtime
ONBUILD RUN npm install -g bower gulp
ONBUILD RUN bower install --allow-root
| MyanmarAPI/partyapi | Dockerfile | Dockerfile | bsd-3-clause | 104 |
FROM us.gcr.io/broad-dsp-gcr-public/base/jre:11-debian
# To run, build jar using ./docker/build.sh
EXPOSE 8080
EXPOSE 5050
ENV GIT_MODEL_HASH $GIT_MODEL_HASH
RUN mkdir /sam
COPY ./sam*.jar /sam
# Add Sam as a service (it will start when the container starts)
CMD java $JAVA_OPTS -jar $(find /sam -name 'sam*.jar')
| broadinstitute/sam | Dockerfile | Dockerfile | bsd-3-clause | 318 |
FROM jesuejunior/python:3
COPY . /app
WORKDIR /app
RUN pip install -r requirements.pip \
&& python3 manage.py collectstatic --noinput
EXPOSE 8000
CMD ["gunicorn", "-b", "0.0.0.0:8000", "--log-file", "/var/log/rocketlang.error.log", "-w", "2", "rocketlang.wsgi:application"]
| jesuejunior/golingo | Dockerfile | Dockerfile | bsd-3-clause | 281 |
# Find the Dockerfile for mcr.microsoft.com/azure-functions/python:3.0-python3.8-core-tools at this URL
# https://github.com/Azure/azure-functions-docker/blob/master/host/3.0/buster/amd64/python/python38/python38-core-tools.Dockerfile
FROM mcr.microsoft.com/azure-functions/python:3.0-python3.8-core-tools
| glenngillen/dotfiles | .vscode/extensions/ms-vscode-remote.remote-containers-0.177.2/dist/node_modules/vscode-dev-containers/containers/azure-functions-python-3/.devcontainer/Dockerfile | Dockerfile | mit | 306 |
## Image name: faucet/adapter-faucetagent
FROM faucet/base:5.0.0
LABEL maintainer="Charlie Lewis <clewis@iqt.org>"
ENV PYTHONUNBUFFERED=0
RUN apk add --update \
gcc \
git \
g++ \
go \
linux-headers \
make \
musl-dev \
psmisc \
python3 \
python3-dev \
&& rm -rf /var/cache/a... | trungdtbk/faucet | adapters/vendors/faucetagent/Dockerfile | Dockerfile | apache-2.0 | 1,307 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-debian:stretch-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 s... | nghiant2710/base-images | balena-base-images/openjdk/beagleboard-xm/debian/stretch/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,103 |
# Base image is in https://registry.hub.docker.com/_/golang/
# Refer to https://blog.golang.org/docker for usage
FROM golang
MAINTAINER tobe tobeg3oogle@gmail.com
ENV REFREST_AT 20141023
# ENV GOPATH /go
# Install dependency
RUN go get github.com/astaxie/beego
RUN go get github.com/beego/bee
RUN go get github.com/t... | sdgdsffdsfff/seagull | Dockerfile | Dockerfile | apache-2.0 | 569 |
#
# This is the integrated OpenShift Service Serving Cert Signer. It signs serving certificates for use inside the platform.
#
# The standard name for this image is openshift/origin-service-serving-cert-signer
#
FROM openshift/origin-base
RUN INSTALL_PKGS="origin-service-serving-cert-signer" && \
yum --enablerepo... | legionus/origin | vendor/github.com/openshift/service-serving-cert-signer/images/service-serving-cert-signer/Dockerfile | Dockerfile | apache-2.0 | 748 |
FROM adoptopenjdk/maven-openjdk13:latest as maven
ENV wfly=18.0.1.Final
ENV JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Xmx24g -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
WORKDIR /wildfly
COPY src src
COPY pom.xml pom.xml
COPY wildfly-config.txt wildfly-config.txt
RUN apt-get update
RUN apt-get install -yqq wget
RUN ... | stefanocasazza/FrameworkBenchmarks | frameworks/Java/wildfly-ee/wildfly-ee.dockerfile | Dockerfile | bsd-3-clause | 677 |
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | apache/tinkerpop | gremlin-console/Dockerfile | Dockerfile | apache-2.0 | 1,230 |
FROM alpine AS base
RUN touch /1
ENV LOCAL=/1
RUN find $LOCAL
FROM base
RUN find $LOCAL
| nalind/buildah | tests/bud/from-as/Dockerfile | Dockerfile | apache-2.0 | 89 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/aarch64/generate.sh"!
#
FROM aarch64/debian:jessie
RUN echo deb http://ftp.debian.org/debian jessie-backports main > /etc/apt/sources.list.d/backports.list
RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ... | diegobernardes/flare | vendor/github.com/docker/docker/contrib/builder/deb/aarch64/debian-jessie/Dockerfile | Dockerfile | bsd-3-clause | 780 |
FROM mongo:3.2
# Build arguments
ARG BUILD_DATE
ARG VCS_REF
ARG NAME
# Basic build-time metadata as defined at http://label-schema.org
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.docker.dockerfile="/Dockerfile" \
org.label-schema.license="MIT" \
org.label-schema.name=$NAME \
... | egobude/docker | mongo/3.2-debian-wheezy/Dockerfile | Dockerfile | mit | 535 |
FROM scratch
COPY dist /
EXPOSE 9000
ENTRYPOINT ["/swarmui"]
| Ptimagos/swarmui | Dockerfile | Dockerfile | mit | 64 |
FROM centos7/base
MAINTAINER Nemanja Andrejevic <andrejevicnemanja@gmail.com>
# Install Nginx
ADD nginx.repo /etc/yum.repos.d/nginx.repo
RUN yum -y install nginx && \
yum clean all
# Configuring Nginx
RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
ln -sf /dev/stderr /var/log/nginx/error.log
# Installing PHP
R... | nemke/docker-images | centos7/lemp/Dockerfile | Dockerfile | mit | 1,318 |
FROM snapcraft/xenial-amd64:2.20
MAINTAINER Rex Tsai "http://about.me/chihchun"
ENV UBUNTUIMAGE_VERSION=0.10+real1
RUN apt-get install -y --no-install-recommends \
devscripts \
equivs \
git
WORKDIR /tmp
RUN git clone --depth 1 --branch ${UBUNTUIMAGE_VERSION} https://github.com/CanonicalLtd/ub... | chihchun/snapcraft-docker | xenial/amd64/2.20-imagebuilder/Dockerfile | Dockerfile | mit | 1,613 |
FROM centos:5
MAINTAINER "Tristan Lins" <tristan@lins.io>
# Install required tools
RUN set -x \
&& yum install -y wget tar gzip
# Install Java JDK 8
RUN set -x \
&& cd /opt \
&& wget --no-cookies --no-check-certificate \
--header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=a... | openwide-java/jsass | src/main/docker/test-centos5/Dockerfile | Dockerfile | mit | 1,232 |
FROM node:10-alpine as base
LABEL maintainer Loc Nguyen <loc@productionpoint.io>
RUN apk update \
&& apk add --no-cache \
bash
ARG HOST_UID=${HOST_UID:-4000}
ARG HOST_USER=${HOST_USER:-nodummy}
ARG PROJECT_NAME=${PROJECT_NAME}
RUN [ "${HOST_USER}" == "root" ] || \
(adduser -h /home/${HOST_USER} -D -u ${... | locnguyen/typescript-node-starter | Dockerfile | Dockerfile | mit | 1,882 |
FROM rust:1.48
RUN rustup target add x86_64-unknown-linux-musl
COPY . /app
WORKDIR /app
RUN cargo build --release --target x86_64-unknown-linux-musl
FROM alpine:3.12
RUN mkdir /app
COPY --from=0 /app/target/x86_64-unknown-linux-musl/release/filestore /app
ENV FILESTORE_PORT=8000
EXPOSE 8000
ENTRYPOINT ["/app/filestore... | EasyCTF/OpenCTF | filestore/Dockerfile | Dockerfile | mit | 324 |
FROM centos:7
MAINTAINER Alastair McClelland <alastair.mcclelland@gmail.com>
RUN \
yum install -y epel-release http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm ;\
yum install -y python-pip libjpeg-devel zlib-devel gcc python-devel make;\
yum clean all ;\
pip install --upgr... | almcc/cinder-data | docs/Dockerfile | Dockerfile | mit | 398 |
FROM nodesource/vivid-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl https://deb.nodesource.com/iojs_3.x/pool/main/i/iojs/iojs_3.3.0-1nodesource1~vivid1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb
RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pang... | nodesource/docker-node | ubuntu/vivid/iojs/3.3.0/Dockerfile | Dockerfile | mit | 547 |
# dkdde/jenkins-worker:node-10_php-7.2_ruby-2.5
FROM ubuntu:bionic-20210118
LABEL maintainer.first="Nicolai Reuschling 'nicolai.reuschling@dkd.de'"
# Setup environment
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
# Setup locale
RUN DEBIAN_FRONTEND="noninteractive" apt-get -q update &&\
DEBIA... | dkd/docker-images | jenkins-worker__node-10_php-7.2_ruby-2.5/Dockerfile | Dockerfile | mit | 4,434 |
FROM mesoscloud/centos:7-20160605
MAINTAINER Peter Ericson <pdericson@gmail.com>
# install python3 and kazoo, compile haproxy
RUN HAPROXY_VERSION=1.5.14; \
\
yum install -y epel-release && \
yum install -y gcc make openssl-devel pcre-devel python34 && \
yum clean all && \
\
curl -fLO https://bootstrap.pypa.io/get-pip.... | mesoscloud/haproxy | 1.5.14/centos/7/Dockerfile | Dockerfile | mit | 763 |
FROM nfqlt/php56-cli
EXPOSE 9001
ENV NFQ_SUPERVISOR_CONF_DIR /etc/supervisor/conf.d
ENV NFQ_SUPERVISOR_ENABLE_HTTP false
ENV NFQ_USE_STARTUP_TRIGGER false
CMD exec /entrypoint.sh
ADD build /build
RUN bash /build/setup_docker.sh && rm -Rf /build
| nfq-technologies/docker-images | php56-supervisor/Dockerfile | Dockerfile | mit | 250 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-alpine:3.11-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \... | nghiant2710/base-images | balena-base-images/node/up-squared/alpine/3.11/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,962 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-ubuntu:hirsute-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.p... | resin-io-library/base-images | balena-base-images/node/orange-pi-lite/ubuntu/hirsute/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
FROM balenalib/aarch64-debian:jessie-run
LABEL io.balena.device-type="astro-tx2"
RUN apt-get update && apt-get install -y --no-install-recommends \
less \
kmod \
nano \
net-tools \
ifupdown \
iputils-ping \
i2c-tools \
usbutils \
&& rm -rf /var/lib/apt/lists/*
RUN [ ! -d /.balena/messages ] && mkdir ... | nghiant2710/base-images | balena-base-images/device-base/astro-tx2/debian/jessie/run/Dockerfile | Dockerfile | apache-2.0 | 1,088 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-debian:stretch-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-g... | nghiant2710/base-images | balena-base-images/golang/odroid-xu4/debian/stretch/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,356 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-ubuntu:xenial-build
ENV NODE_VERSION 10.24.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 ... | nghiant2710/base-images | balena-base-images/node/jetson-nano/ubuntu/xenial/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-alpine:3.14-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon ... | resin-io-library/base-images | balena-base-images/python/generic-aarch64/alpine/3.14/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,841 |
# AUTOGENERATED FILE
FROM balenalib/up-board-fedora:31-run
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 ha.pool.sk... | nghiant2710/base-images | balena-base-images/node/up-board/fedora/31/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-debian:bullseye-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90... | resin-io-library/base-images | balena-base-images/python/firefly-rk3288/debian/bullseye/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,862 |
FROM ubuntu:14.04
MAINTAINER Yu-Chen Chang <edcyc.tw@gmail.com>
# Install curl
RUN apt-get update
RUN apt-get install -y curl
# Install add-apt-repository
RUN apt-get update
RUN apt-get -y install software-properties-common
# Install Java 8
RUN add-apt-repository ppa:webupd8team/java
RUN apt-get update
RUN echo debc... | cloudawan/cloudone_template | spark/image/master/src/Dockerfile | Dockerfile | apache-2.0 | 989 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi0-2w-64-fedora:35-run
ENV GO_VERSION 1.16.14
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "5e59056e36704acb... | resin-io-library/base-images | balena-base-images/golang/raspberrypi0-2w-64/fedora/35/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,081 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-debian:buster-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
... | resin-io-library/base-images | balena-base-images/node/raspberrypi3/debian/buster/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,783 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-alpine:3.12-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add... | nghiant2710/base-images | balena-base-images/python/beaglebone/alpine/3.12/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-alpine:3.12-run
ENV NODE_VERSION 16.14.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 \
6A010C5166006599... | resin-io-library/base-images | balena-base-images/node/intel-nuc/alpine/3.12/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,025 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-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: public ke... | nghiant2710/base-images | balena-base-images/python/armv7hf/ubuntu/eoan/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,824 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-alpine:3.14-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add ... | resin-io-library/base-images | balena-base-images/python/intel-nuc/alpine/3.14/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,132 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-ubuntu:disco-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/qemux86-64/ubuntu/disco/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,334 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-ubuntu:cosmic-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pg... | nghiant2710/base-images | balena-base-images/node/firefly-rk3288/ubuntu/cosmic/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-fedora:33-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 \
python-pip \
python-dbus \
&& dnf clean all
# install "virtualenv", ... | nghiant2710/base-images | balena-base-images/python/orbitty-tx2/fedora/33/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 2,435 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-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/npe-x500-m3/debian/buster/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,528 |
# AUTOGENERATED FILE
FROM balenalib/artik710-debian:buster-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 ... | nghiant2710/base-images | balena-base-images/golang/artik710/debian/buster/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,323 |
FROM balenalib/armv7hf-fedora:30-run
LABEL io.balena.device-type="beaglebone-pocket"
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... | nghiant2710/base-images | balena-base-images/device-base/beaglebone-pocket/fedora/30/run/Dockerfile | Dockerfile | apache-2.0 | 1,001 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-ubuntu:eoan-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.poo... | nghiant2710/base-images | balena-base-images/node/armv7hf/ubuntu/eoan/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-fedora:35-run
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfile! ... | resin-io-library/base-images | balena-base-images/openjdk/odroid-u3+/fedora/35/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,316 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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.
#
# F... | nghiant2710/base-images | balena-base-images/openjdk/asus-tinker-board-s/ubuntu/cosmic/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,106 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-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 "Sim... | resin-io-library/base-images | balena-base-images/python/asus-tinker-edge-t/alpine/edge/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,844 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-debian:sid-run
ENV GO_VERSION 1.15.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... | nghiant2710/base-images | balena-base-images/golang/raspberrypi3/debian/sid/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,350 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-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 de... | nghiant2710/base-images | balena-base-images/python/generic-armv7ahf/debian/sid/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,095 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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 depende... | nghiant2710/base-images | balena-base-images/python/odroid-c1/ubuntu/disco/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
# AUTOGENERATED FILE
FROM balenalib/artik5-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 dependenc... | nghiant2710/base-images | balena-base-images/python/artik5/ubuntu/bionic/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,065 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-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: publ... | nghiant2710/base-images | balena-base-images/python/odroid-ux3/debian/buster/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,855 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.