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/iot-gate-imx8-debian:buster-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For s... | resin-io-library/base-images | balena-base-images/openjdk/iot-gate-imx8/debian/buster/17-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-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 "Simon ... | nghiant2710/base-images | balena-base-images/python/imx6ul-var-dart/alpine/edge/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,844 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-fedora:34-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 "f4e96bbcd5d2d1942f5b... | nghiant2710/base-images | balena-base-images/golang/imx8mm-var-dart/fedora/34/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,076 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-ubuntu:focal-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com... | resin-io-library/base-images | balena-base-images/node/jetson-tx1/ubuntu/focal/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,906 |
FROM ubuntu:14.04
MAINTAINER CREATIVE AREA <contact@creative-area.net>
ENV DEBIAN_FRONTEND noninteractive
ENV GRAPHITEWEB_USERNAME root
ENV GRAPHITEWEB_PASSWORD root
ENV GRAPHITEWEB_EMAIL root@localhost
RUN apt-get -qq update && apt-get install -y \
python-dev \
python-pip \
python-cairo \
python-tz \
python-ld... | creative-area/docker-graphite | Dockerfile | Dockerfile | apache-2.0 | 1,877 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-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 \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtual... | resin-io-library/base-images | balena-base-images/python/generic-aarch64/fedora/33/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,442 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-ubuntu:disco-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 --keyserve... | nghiant2710/base-images | balena-base-images/node/firefly-rk3288/ubuntu/disco/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-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 63C7CC9... | nghiant2710/base-images | balena-base-images/python/beaglebone-pocket/debian/buster/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,862 |
# AUTOGENERATED FILE
FROM balenalib/i386-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 key... | nghiant2710/base-images | balena-base-images/python/i386/debian/buster/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,849 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-fedora:35-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... | resin-io-library/base-images | balena-base-images/python/intel-nuc/fedora/35/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,447 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-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 --keyserv... | resin-io-library/base-images | balena-base-images/node/raspberrypi2/debian/stretch/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,940 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-debian:bookworm-run
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-krb5-2 \
... | resin-io-library/base-images | balena-base-images/dotnet/artik533s/debian/bookworm/6.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,168 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-ubuntu:focal-build
ENV GO_VERSION 1.16
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 "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_VER... | nghiant2710/base-images | balena-base-images/golang/beaglebone-black/ubuntu/focal/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-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... | nghiant2710/base-images | balena-base-images/openjdk/generic-aarch64/ubuntu/cosmic/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,106 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-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/vab820-quad/fedora/33/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,433 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-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/hummingboard2/ubuntu/eoan/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-fedora:33-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "445b719ebf46d8825360dabad65226db154ca8053de60609bc20f80a17452cbb go$GO_VERSION.linux-arm64.tar.gz" | sha2... | nghiant2710/base-images | balena-base-images/golang/kitra710/fedora/33/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 1,993 |
# AUTOGENERATED FILE
FROM balenalib/parallella-debian:bullseye-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: pu... | nghiant2710/base-images | balena-base-images/python/parallella/debian/bullseye/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,859 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-debian:jessie-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install... | nghiant2710/base-images | balena-base-images/python/jetson-xavier-nx-devkit/debian/jessie/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,481 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:buster-build
ENV GO_VERSION 1.15.11
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "bfc8f07945296e97c6d28c7999d86b5cab51c7a87eb2b22ca6781c41a6bb6f2d go$GO_VERSION.linux-arm64.tar.gz" | ... | nghiant2710/base-images | balena-base-images/golang/kitra710/debian/buster/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 1,999 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-alpine:3.15-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 'd... | resin-io-library/base-images | balena-base-images/openjdk/imx8m-var-dart/alpine/3.15/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,767 |
# AUTOGENERATED FILE
FROM balenalib/nebra-hnt-debian:bullseye-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 ... | resin-io-library/base-images | balena-base-images/openjdk/nebra-hnt/debian/bullseye/16-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,019 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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 dependen... | resin-io-library/base-images | balena-base-images/python/artik520/ubuntu/focal/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,063 |
FROM socrata/base-bionic
RUN apt-get update
RUN apt-get -y install jq
ENV IGNORE_UNAVAILABLE true
ENV INCLUDE_GLOBAL_STATE true
ADD ship.d /etc/ship.d
| socrata-platform/spandex | elasticsearch-snapshotter/docker/Dockerfile | Dockerfile | apache-2.0 | 163 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-fedora:34-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 "f4e96bbcd5d2d1942f5b55d9e... | nghiant2710/base-images | balena-base-images/golang/floyd-nano/fedora/34/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,071 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-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 "Simo... | nghiant2710/base-images | balena-base-images/python/raspberrypi400-64/alpine/3.12/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,287 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-ubuntu:disco-build
ENV GO_VERSION 1.15.6
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f87515b9744154ffe31182da9341d0a61eb0795551173d242c8cad209239e492 go$GO_VERSION.linux-arm64.tar.gz" |... | nghiant2710/base-images | balena-base-images/golang/jetson-nano/ubuntu/disco/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 1,998 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-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/bananapi-m1-plus/ubuntu/disco/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,073 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-ubuntu:xenial-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/vab820-quad/ubuntu/xenial/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,355 |
# AUTOGENERATED FILE
FROM balenalib/artik710-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 ... | resin-io-library/base-images | balena-base-images/python/artik710/ubuntu/focal/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,826 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-debian:sid-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 ke... | nghiant2710/base-images | balena-base-images/node/colibri-imx6/debian/sid/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,936 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-debian:sid-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 --keyse... | resin-io-library/base-images | balena-base-images/node/asus-tinker-edge-t/debian/sid/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,934 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-fedora:32-run
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/fedora/32/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-debian:bullseye-build
ENV GO_VERSION 1.15.8
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.linux-arm64.tar.gz... | nghiant2710/base-images | balena-base-images/golang/orbitty-tx2/debian/bullseye/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,004 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-ubuntu:eoan-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-g... | nghiant2710/base-images | balena-base-images/golang/generic-aarch64/ubuntu/eoan/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,322 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-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 ha.p... | nghiant2710/base-images | balena-base-images/node/aarch64/ubuntu/cosmic/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-debian:bookworm-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1... | resin-io-library/base-images | balena-base-images/dotnet/jetson-nano-emmc/debian/bookworm/6.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,539 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-fedora:34-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-arm64.tar.gz" \
&& echo "bfc8f07945296e97c6d... | nghiant2710/base-images | balena-base-images/golang/imx8mm-var-dart/fedora/34/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,078 |
# AUTOGENERATED FILE
FROM balenalib/artik530-debian:buster-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver key... | nghiant2710/base-images | balena-base-images/node/artik530/debian/buster/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,938 |
# AUTOGENERATED FILE
FROM balenalib/nuc-alpine:3.12-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg... | resin-io-library/base-images | balena-base-images/node/nuc/alpine/3.12/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# Builds a Docker image with FEniCS stable version built from
# git sources. The image is at:
#
# https://quay.io/repository/fenicsproject/stable
#
# Authors:
# Jack S. Hale <jack.hale@uni.lu>
FROM quay.io/fenicsproject/dev-env:latest
MAINTAINER fenics-project <fenics-support@googlegroups.com>
USER root
# Python... | FEniCS/docker | dockerfiles/stable/Dockerfile | Dockerfile | bsd-2-clause | 1,762 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi-debian:bullseye-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 som... | nghiant2710/base-images | balena-base-images/openjdk/raspberrypi/debian/bullseye/11-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,737 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-ubuntu:bionic-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some... | nghiant2710/base-images | balena-base-images/openjdk/up-squared/ubuntu/bionic/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,119 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-fedora:34-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! ... | nghiant2710/base-images | balena-base-images/openjdk/surface-go/fedora/34/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,331 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="sofa-apps" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="sofa-apps" \
about.summary="GUI for the Simulation Open Framework Architecture (S... | BioDocker/containers | sofa-apps/1.0beta4-12b2-deb/Dockerfile | Dockerfile | apache-2.0 | 978 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-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... | nghiant2710/base-images | balena-base-images/openjdk/generic-armv7ahf/debian/stretch/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,105 |
# Copyright 2018 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... | adit-chandra/tensorflow | tensorflow/tools/dockerfiles/dockerfiles/devel-cpu.Dockerfile | Dockerfile | apache-2.0 | 3,296 |
FROM sumeetchhetri/ffead-cpp-sql-raw-async-clibpqb-pool-profiled-base:6.0
ENV IROOT=/installs
WORKDIR /
RUN sed -i 's|router="TeBkUmLpqAsyncRouter"|router="TeBkUmLpqAsyncRouter" properties="app.prop"|g' ${IROOT}/ffead-cpp-6.0-sql/web/t4/config/application.xml
RUN echo "dbpoolsize=4" > ${IROOT}/ffead-cpp-6.0-sql/web/... | jamming/FrameworkBenchmarks | frameworks/C++/ffead-cpp/ffead-cpp-p4-b.dockerfile | Dockerfile | bsd-3-clause | 644 |
FROM swift:4.1
ADD ./ /kitura
WORKDIR /kitura
RUN apt update -yqq && apt install -yqq libpq-dev
RUN swift build -c release
CMD .build/release/TechEmpowerMongoKitten
| actframework/FrameworkBenchmarks | frameworks/Swift/kitura/kitura-mongodb.dockerfile | Dockerfile | bsd-3-clause | 166 |
ARG REPO=mcr.microsoft.com/dotnet/aspnet
FROM $REPO:6.0.3-focal-amd64
ENV \
# Unset ASPNETCORE_URLS from aspnet base image
ASPNETCORE_URLS= \
# Do not generate certificate
DOTNET_GENERATE_ASPNET_CERTIFICATE=false \
# Do not show first run text
DOTNET_NOLOGO=true \
# SDK version
DOTNET_S... | dotnet/dotnet-docker | src/sdk/6.0/focal/amd64/Dockerfile | Dockerfile | mit | 2,659 |
FROM debian:buster-slim AS src
ARG TARGETARCH
ENV DEBIAN_FRONTEND="noninteractive" \
PLEX_PATH=/usr/lib/plexmediaserver \
PLEX_USER_NAME=plex \
PLEX_CONFIG_DIR=/config \
PLEX_DATA_DIR=/data \
PLEX_TRANSCODE_DIR=/transcode
RUN apt-get update \
&& apt-get install -y wget ca-certificates
COPY VERSION .
COP... | greensheep/plex-server-docker-rpi | Dockerfile | Dockerfile | mit | 785 |
FROM openjdk:8-jre-alpine
ADD release /opt/jsonCodeGen
RUN ln -s /opt/jsonCodeGen/jsonCodeGen.sh /usr/bin/jsonCodeGen
ENV JSONCODEGEN_HOME=/opt/jsonCodeGen
ENTRYPOINT ["jsonCodeGen"]
CMD [] | schlothauer-wauer/jsoncodegen | docker/image/Dockerfile | Dockerfile | mit | 191 |
FROM node:latest
ADD . /app
WORKDIR /app
EXPOSE 8008
CMD ["npm", "run", "watch"] | plasticanthony/coffee-dates | legacy_app/Dockerfile | Dockerfile | mit | 80 |
FROM alpine:edge
LABEL maintainer="dev@jpillora.com"
# webproc release settings
ENV WEBPROC_VERSION 0.2.2
ENV WEBPROC_URL https://github.com/jpillora/webproc/releases/download/$WEBPROC_VERSION/webproc_linux_amd64.gz
# fetch dnsmasq and webproc binary
RUN apk update \
&& apk --no-cache add dnsmasq \
&& apk add --no-ca... | jpillora/docker-dnsmasq | Dockerfile | Dockerfile | mit | 721 |
FROM ruby:2.4
MAINTAINER thinkbot@outlook.de
ENV VERSION=0.9.9
RUN gem install caboose-cms --version ${VERSION} --no-format-exec
WORKDIR /tmp
ENTRYPOINT ["caboose"]
CMD ["--help"]
| docker-rubygem/caboose-cms | Dockerfile | Dockerfile | mit | 185 |
#
# Dockerfile for aria2
#
FROM alpine
MAINTAINER kev <noreply@easypi.pro>
ENV TOKEN 00000000-0000-0000-0000-000000000000
RUN set -xe \
&& apk add -U aria2 \
&& rm -rf /var/cache/apk/* \
&& aria2c https://github.com/tianon/gosu/releases/download/1.10/gosu-amd64 -o /usr/local/bin/gosu \
&& chmod +x /u... | dprasanthv/DockerFiles | aria2/Dockerfile | Dockerfile | mit | 600 |
# DOCKER-VERSION 0.7.2
FROM jarosser06/nodejs
MAINTAINER Jim Rosser "jarosser06@gmail.com"
RUN apt-get update && apt-get -y install libexpat1-dev libicu-dev
RUN npm install --global coffee-script hubot@v2.6.4
RUN hubot --create /opt/hubot
WORKDIR /opt/hubot
RUN npm install
RUN npm install --save hubot-hipchat
RUN n... | jarosser06/docker-hubot-hipchat | Dockerfile | Dockerfile | mit | 475 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-debian:buster-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
... | resin-io-library/base-images | balena-base-images/node/revpi-connect/debian/buster/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,782 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-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/hummingboard/debian/buster/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,529 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-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: publi... | nghiant2710/base-images | balena-base-images/python/jetson-xavier-nx-devkit-emmc/alpine/edge/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,855 |
# AUTOGENERATED FILE
FROM balenalib/artik5-ubuntu:disco-build
ENV NODE_VERSION 10.23.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.poo... | nghiant2710/base-images | balena-base-images/node/artik5/ubuntu/disco/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-fedora:33-run
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 keyserver.ub... | resin-io-library/base-images | balena-base-images/node/ts4900/fedora/33/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,741 |
# AUTOGENERATED FILE
FROM balenalib/artik10-debian:jessie-build
ENV GO_VERSION 1.16.3
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 "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VERSION.l... | nghiant2710/base-images | balena-base-images/golang/artik10/debian/jessie/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,025 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-ubuntu:focal-build
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 --keyserv... | resin-io-library/base-images | balena-base-images/node/imx8mm-var-dart/ubuntu/focal/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-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... | resin-io-library/base-images | balena-base-images/python/imx8mm-var-dart/debian/sid/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,090 |
# 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... | nghiant2710/base-images | balena-base-images/python/am571x-evm/alpine/3.13/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
# Copyright 2016 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,... | robertswiecki/oss-fuzz | projects/augeas/Dockerfile | Dockerfile | apache-2.0 | 1,011 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-debian:bullseye-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 ... | resin-io-library/base-images | balena-base-images/dotnet/iot-gate-imx8/debian/bullseye/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-debian:buster-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 \
' \
&& a... | nghiant2710/base-images | balena-base-images/golang/raspberrypi4-64/debian/buster/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,330 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-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/iot-gate-imx8/ubuntu/bionic/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,074 |
FROM phusion/baseimage:0.9.12
MAINTAINER Y12STUDIO <y12studio@gmail.com>
ENV BITCOIND_VERSION 0.9.2
ENV HOME /root
ENV LANG zh_TW.UTF-8
ENV LC_ALL zh_TW.UTF-8
ENV DEBIAN_FRONTEND noninteractive
# Use UTF-8 locale inside the container
RUN locale-gen zh_TW.UTF-8 && echo 'LANG="zh_TW.UTF-8"' > /etc/default/locale
# Use t... | y12studio/bkbc-tools | projects/docker-bitcoin/bitcoind/Dockerfile | Dockerfile | apache-2.0 | 1,105 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-ubuntu:hirsute-build
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 --keys... | resin-io-library/base-images | balena-base-images/node/cnx100-xavier-nx/ubuntu/hirsute/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-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 ... | resin-io-library/base-images | balena-base-images/python/genericx86-64-ext/alpine/3.13/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,142 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-ubuntu:xenial-run
ENV GO_VERSION 1.17.7
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \... | resin-io-library/base-images | balena-base-images/golang/beaglebone-green-wifi/ubuntu/xenial/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,365 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-ubuntu:focal-run
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/generic-amd64/ubuntu/focal/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,959 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-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 depend... | resin-io-library/base-images | balena-base-images/python/coral-dev/debian/buster/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,090 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-ubuntu:bionic-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/etcher-pro/ubuntu/bionic/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 "virtualen... | nghiant2710/base-images | balena-base-images/python/raspberrypi4-64/fedora/33/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
FROM centos
MAINTAINER Lothar Wieske <lothar.wieske@gmail.com>
RUN yum update -y && \
curl --insecure --junk-session-cookies --location --remote-name --silent --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u45-b14/server-jre-8u45-linux-x64.tar.gz && \
... | lwieske/dockerfiles-java-8 | 8u45/server-jre/Dockerfile | Dockerfile | apache-2.0 | 767 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-debian:jessie-build
ENV GO_VERSION 1.15.8
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.linux-arm64.tar.gz" | ... | nghiant2710/base-images | balena-base-images/golang/nanopc-t4/debian/jessie/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 1,998 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-fedora:36-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.gz" ... | resin-io-library/base-images | balena-base-images/golang/imx8m-var-dart/fedora/36/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 1,999 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-debian:bullseye-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 --ke... | resin-io-library/base-images | balena-base-images/node/beaglebone-black/debian/bullseye/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,946 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-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 \
lib... | nghiant2710/base-images | balena-base-images/dotnet/raspberrypicm4-ioboard/debian/buster/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,541 |
# AUTOGENERATED FILE
FROM balenalib/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: public... | nghiant2710/base-images | balena-base-images/python/aarch64/debian/stretch/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,856 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:sid-build
ENV GO_VERSION 1.16
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 "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_VERSION.lin... | nghiant2710/base-images | balena-base-images/golang/am571x-evm/debian/sid/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,018 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-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 ad... | nghiant2710/base-images | balena-base-images/python/var-som-mx6/alpine/edge/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-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 --keyserver ha... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/ubuntu/eoan/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/artik530-debian:jessie-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 "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO_VERSION... | nghiant2710/base-images | balena-base-images/golang/artik530/debian/jessie/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-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/aarch64/debian/bullseye/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-alpine:3.13-build
ENV GO_VERSION 1.15.6
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf... | nghiant2710/base-images | balena-base-images/golang/photon-xavier-nx/alpine/3.13/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,343 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-fedora:36-run
ENV GO_VERSION 1.17.7
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
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 "e4... | resin-io-library/base-images | balena-base-images/golang/nitrogen6x/fedora/36/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,100 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-debian:bookworm-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \... | resin-io-library/base-images | balena-base-images/dotnet/orange-pi-lite/debian/bookworm/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,532 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:cosmic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python d... | nghiant2710/base-images | balena-base-images/python/imx8m-var-dart/ubuntu/cosmic/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,075 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-fedora:35-build
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 ... | resin-io-library/base-images | balena-base-images/node/ccimx8x-sbc-pro/fedora/35/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-alpine:3.10-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 'dirn... | nghiant2710/base-images | balena-base-images/openjdk/nitrogen8mm/alpine/3.10/7-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,764 |
FROM zefciu/python-base
MAINTAINER Pylabs <pylabs@allegro.pl>
RUN pip install nose py3dns requests
ADD test test
ADD runtests.sh runtests.sh
CMD bin/sh runtests.sh
| zefciu/django-powerdns-dnssec | integration-tests/Dockerfile | Dockerfile | bsd-2-clause | 164 |
FROM electronuserland/builder:wine
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list && \
apt-get update -y && apt-get install -y --no-install-recommends xvfb google-chrome-... | mastergberry/electron-builder | docker/wine-chrome/Dockerfile | Dockerfile | mit | 401 |
# ___ ___ _ _ ___ ___ _ _____ ___ ___
# / __| __| \| | __| _ \ /_\_ _| __| \
# | (_ | _|| .` | _|| / / _ \| | | _|| |) |
# \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
# | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
# | |) | (_) | | .` | (_) || | | _|| |) |... | andrewklau/openshift-tools | docker/oso-saml-sso/rhel7/Dockerfile | Dockerfile | apache-2.0 | 2,037 |
FROM node:argon
# Create app directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Install app dependencies
COPY package.json /usr/src/app/
RUN npm install
# Bundle app source
COPY laravel-echo-server.json /usr/src/app/laravel-echo-server.json
EXPOSE 3000
CMD [ "npm", "start" ] | NewbMiao/laradock | laravel-echo-server/Dockerfile | Dockerfile | mit | 291 |
# Copyright 2019 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | frreiss/tensorflow-fred | tensorflow/tools/dockerfiles/dockerfiles/ppc64le/cpu-ppc64le.Dockerfile | Dockerfile | apache-2.0 | 2,923 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.