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/zc702-zynq7-debian:jessie-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_VERSI...
nghiant2710/base-images
balena-base-images/golang/zc702-zynq7/debian/jessie/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,029
FROM balenalib/aarch64-ubuntu:eoan-build LABEL io.balena.device-type="raspberrypi3-64" RUN apt-get update && apt-get install -y --no-install-recommends \ software-properties-common \ && add-apt-repository ppa:ubuntu-raspi2/ppa -y \ && apt-get purge -y --auto-remove software-properties-common \ && rm -rf /var/lib/...
nghiant2710/base-images
balena-base-images/device-base/raspberrypi3-64/ubuntu/eoan/build/Dockerfile
Dockerfile
apache-2.0
1,362
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-debian:sid-build ENV NODE_VERSION 10.24.1 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" || \ gp...
nghiant2710/base-images
balena-base-images/node/imx7-var-som/debian/sid/10.24.1/build/Dockerfile
Dockerfile
apache-2.0
2,783
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-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/jetson-xavier/ubuntu/focal/6.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,560
# AUTOGENERATED FILE FROM balenalib/n310-tx2-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: public...
resin-io-library/base-images
balena-base-images/python/n310-tx2/ubuntu/bionic/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,828
# AUTOGENERATED FILE FROM balenalib/artik530-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 sam...
nghiant2710/base-images
balena-base-images/openjdk/artik530/ubuntu/cosmic/8-jre/run/Dockerfile
Dockerfile
apache-2.0
3,095
# AUTOGENERATED FILE FROM balenalib/surface-pro-6-alpine:edge-run ENV NODE_VERSION 15.10.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 \ 6A010C516600...
nghiant2710/base-images
balena-base-images/node/surface-pro-6/alpine/edge/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
3,035
FROM ubuntu-debootstrap:14.04 ENV DEBIAN_FRONTEND noninteractive # Try to use the Hosts squid-deb-proxy and fall back if it's unreachable RUN (echo 'Acquire { Retries "0"; HTTP { Proxy "http://172.17.42.1:8000"; }; };' > /etc/apt/apt.conf.d/10_docker_hostproxy && apt-get update -qq 2>&1 | grep -q 'Unable to connect t...
rikur/flynn
taffy/Dockerfile
Dockerfile
bsd-3-clause
659
FROM ubuntu:latest RUN apt-get update RUN apt-get install -y cmake libjansson-dev libminizip-dev clang-3.8 build-essential libcurl4-openssl-dev RUN apt-get install zlib1g-dev ADD . /src WORKDIR /src RUN cmake . RUN make
tbartelmess/libvault
Dockerfile
Dockerfile
bsd-3-clause
222
# Run spotify in a container # # docker run -d \ # -v /etc/localtime:/etc/localtime:ro \ # -v /tmp/.X11-unix:/tmp/.X11-unix \ # -e DISPLAY=unix$DISPLAY \ # --device /dev/snd:/dev/snd \ # -v $HOME/.spotify/config:/home/spotify/.config/spotify \ # -v $HOME/.spotify/cache:/home/spotify/spotify \ # --name spotify \ # jess/...
rothgar/dockerfiles
spotify/Dockerfile
Dockerfile
mit
1,420
FROM biocontainers/biocontainers:debian-stretch-backports MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="gbrowse" \ container="gbrowse" \ about.summary="GMOD Generic Genome Browser" \ about.home="http://www.gbrowse.org/" \ software.version="2.56dfsg-2-deb" \ version="1" \ ...
BioDocker/containers
gbrowse/2.56dfsg-2-deb/Dockerfile
Dockerfile
apache-2.0
1,487
# AUTOGENERATED FILE FROM balenalib/raspberrypi-alpine:edge-run # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirnam...
nghiant2710/base-images
balena-base-images/openjdk/raspberrypi/alpine/edge/7-jre/run/Dockerfile
Dockerfile
apache-2.0
1,760
FROM hopsoft/graphite-statsd:latest MAINTAINER Maxfield Stewart # We want to import our own storage-schema so we can control retention values COPY storage-schemas.conf /opt/graphite/conf/storage-schemas.conf
maxfields2000/dockerjenkins_tutorial
monitoring/graphite/Dockerfile
Dockerfile
apache-2.0
210
############################## Dockerfile ################################### FROM java:7 ###################################### METADATA ############################## LABEL base_image="biocontainers:latest" \ version="2" \ software="gatk" \ software.version="3.4" \ about.summary="The Genome Analysis Toolki...
BioDocker/containers
gatk/3.4/Dockerfile
Dockerfile
apache-2.0
3,780
FROM ubuntu:16.04 RUN apt-get update && \ apt-get install -y --no-install-recommends \ ca-certificates \ curl \ gcc \ libc-dev \ python \ unzip \ file \ make WORKDIR /android/ ENV ANDROID_ARCH=x86_64 COPY android-install-ndk.sh /android/ RUN sh /android/android-install-ndk.sh $ANDROID_ARCH # We d...
nrc/rustc-perf
collector/benchmarks/packed-simd/ci/docker/x86_64-linux-android/Dockerfile
Dockerfile
mit
849
# # THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/generate.sh"! # FROM fedora:22 RUN dnf install -y @development-tools fedora-packager RUN dnf install -y btrfs-progs-devel device-mapper-devel glibc-static libselinux-devel libtool-ltdl-devel selinux-policy selinux-policy-devel sqlite-devel tar ENV GO_VERSION 1...
ulrichSchreiner/dockmon
vendor/github.com/docker/docker/contrib/builder/rpm/fedora-22/Dockerfile
Dockerfile
mit
516
FROM alpine:latest RUN apk --update add nodejs nodejs-npm ADD https://github.com/openfaas/faas/releases/download/0.6.0/fwatchdog /usr/bin RUN chmod +x /usr/bin/fwatchdog COPY package.json . COPY main.js . RUN npm i ENV fprocess="node main.js" CMD ["fwatchdog"]
haru01/faas
sample-functions/NodeInfo/Dockerfile
Dockerfile
mit
263
From openjdk:8 MAINTAINER "John Celoria <john@celoria.net>" ENV UNIFI_VERSION 3.7.3 ENV UNIFI_DIR /var/lib/unifi-video ENV DEBIAN_FRONTEND noninteractive ENV ENABLE_TMPFS no ADD run.sh /run.sh # Download and install unifi controller RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup && \ echo "Acqu...
jceloria/docker-unifi-video
Dockerfile
Dockerfile
mit
1,578
FROM resin/raspberrypi3-node:6 MAINTAINER dcmartin <github@dcmartin.com> # # install packages for "motion" and mail support # RUN apt-get update RUN apt-get install -q -y --no-install-recommends \ apt-utils \ csh \ git \ make \ tcsh \ bc \ gawk \ motion \ imagemagick \ sysstat...
dcmartin/AgeAtHome
Dockerfile
Dockerfile
mit
3,739
FROM ubuntu:bionic-20190612 AS builder ENV RTMP_VERSION=1.2.1 \ NPS_VERSION=1.13.35.2 \ FDK_AAC_VERSION=0.1.6 \ X264_VERSION=snapshot-20180720-2245-stable \ LIBAV_VERSION=12.3 \ NGINX_VERSION=1.15.12 \ NGINX_BUILD_ASSETS_DIR=/var/lib/docker-nginx \ NGINX_BUILD_ROOT_DIR=/var/lib/docker-ngin...
sameersbn/docker-nginx
Dockerfile
Dockerfile
mit
1,364
FROM node:8-slim RUN apt-get update && apt-get install -y wget git # puppeteer dependencies RUN apt-get -y install gconf-service \ libasound2 \ libatk1.0-0 \ libcups2 \ libdbus-1-3 \ libgconf-2-4 \ ...
tadashi-aikawa/owlora
Dockerfile
Dockerfile
mit
773
FROM blacktop/bro LABEL maintainer "https://github.com/blacktop" RUN apk --update add --no-cache tini su-exec \ && echo "===> Add malice user and malware folder..." \ && addgroup malice \ && adduser -S -G malice malice \ && mkdir /malware \ && chown -R malice:malice /malware COPY . /go/src/github.com/malic...
maliceio/malice-bro
Dockerfile
Dockerfile
mit
1,088
FROM alpine:3.2 ENV NODE_VERSION 5.1.0 RUN apk add --update --virtual build-dependencies build-base linux-headers curl paxctl python \ && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.gz" \ && tar -xzf "node-v$NODE_VERSION.tar.gz" \ && cd "/node-v$NODE_VERSION" \ && ./configure --p...
asakaguchi/docker-node
Dockerfile
Dockerfile
mit
786
FROM birkhofflee/coffeeforever:node-0.10 MAINTAINER Birkhoff Lee <admin@birkhoff.me> EXPOSE 1827 RUN /build.sh BirkhoffLee jumper CMD [ "/run.sh" ]
BirkhoffLee/jumper
Dockerfile
Dockerfile
mit
151
FROM centos:7 MAINTAINER john.harvey@travelex.com RUN yum upgrade -y && yum install -y gcc git make ruby ruby-devel RUN git clone https://github.com/johnpeterharvey/kongfigurator.git WORKDIR /kongfigurator RUN gem install bundler && bundle install ENTRYPOINT ruby main.rb && while true; do sleep 1000; done
johnpeterharvey/kongfigurator
Dockerfile
Dockerfile
mit
309
# This Dockerfile is used to build an image containing basic stuff to be used as a Jenkins slave build node. FROM base2/amazon-ecr-credential-helper:latest as amazon-ecr-credential-helper FROM java:openjdk-8-jdk MAINTAINER "base2Services" <itsupport@base2services.com> # Default to not using credentials helper and doc...
toshke/ciinabox-containers
jenkins-docker-slave/Dockerfile
Dockerfile
mit
2,733
# AUTOGENERATED FILE FROM balenalib/nuc-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-amd64.tar.gz" \ && echo "f4f5f02eb6809ac5bf19b5ad517b23504fd5fc036f6487651968ad36aa7a20e0 go$GO_VERSION.linux-amd64.tar.gz" | sha256sum...
resin-io-library/base-images
balena-base-images/golang/nuc/fedora/36/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,003
# AUTOGENERATED FILE FROM balenalib/orange-pi-zero-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...
nghiant2710/base-images
balena-base-images/python/orange-pi-zero/debian/bullseye/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,863
FROM ppc64le/ubuntu:16.04 MAINTAINER "Atul Sowani <sowania@us.ibm.com>" ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-ppc64el ENV JAVA7_HOME=$JAVA_HOME ENV PATH=$PATH:$JAVA_HOME/bin RUN apt-get update -y && \ apt-get install -y bc apt-transport-https dirmngr wget git \ openjdk-8-jdk software-properties-co...
ppc64le/build-scripts
j/jackson-module-scala/Dockerfiles/latest_ubuntu_16.04/Dockerfile
Dockerfile
apache-2.0
886
# # Java JRE Dockerfile # # https://github.com/rossbachp/dockerbox/docker-images/jre8 # http://wiki.ubuntuusers.de/Java/Installation/Oracle_Java/Java_8#source-1 # # Pull base image. FROM ubuntu:14.04 MAINTAINER Peter Rossbach <peter.rossbach@bee42.com> ENV JAVAVERSION 20 ENV JAVA_HOME /opt/Oracle_Java/jdk1.8.0_20 AD...
rossbachp/dockerbox
docker-images/jre8/Dockerfile
Dockerfile
apache-2.0
1,188
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-fedora:34-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 keyse...
resin-io-library/base-images
balena-base-images/node/raspberry-pi2/fedora/34/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,748
FROM centos:7 ARG UID=0 ADD Makefile /tmp/Makefile RUN mkdir /tmp/requirements RUN yum -y update && yum -y install curl epel-release && yum -y install https://centos7.iuscommunity.org/ius-release.rpm RUN yum -y localinstall http://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-3.no...
wwitzel3/awx
tools/docker-compose/Dockerfile
Dockerfile
apache-2.0
3,246
FROM balenalib/armv7hf-alpine:3.15-build LABEL io.balena.device-type="var-som-mx6" 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 ...
resin-io-library/base-images
balena-base-images/device-base/var-som-mx6/alpine/3.15/build/Dockerfile
Dockerfile
apache-2.0
1,020
# AUTOGENERATED FILE FROM balenalib/nuc-ubuntu:xenial-build ENV NODE_VERSION 12.22.9 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 keyserve...
resin-io-library/base-images
balena-base-images/node/nuc/ubuntu/xenial/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,753
# AUTOGENERATED FILE FROM balenalib/odroid-c1-ubuntu:eoan-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/odroid-c1/ubuntu/eoan/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,023
# AUTOGENERATED FILE FROM balenalib/artik710-fedora:32-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! De...
nghiant2710/base-images
balena-base-images/openjdk/artik710/fedora/32/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,314
# AUTOGENERATED FILE FROM balenalib/n510-tx2-debian:bullseye-build ENV NODE_VERSION 12.22.1 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" || \ g...
nghiant2710/base-images
balena-base-images/node/n510-tx2/debian/bullseye/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,785
FROM ownport/python:3.5 ARG BUILDER_HOST ARG HTTP_PROXY RUN wget -O - http://${BUILDER_HOST}/install/newspaper.sh | sh -s add
ownport/docker-env
sandbox/dockerfiles/newspaper/Dockerfile
Dockerfile
apache-2.0
128
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-ubuntu:cosmic-run ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pg...
nghiant2710/base-images
balena-base-images/node/firefly-rk3288/ubuntu/cosmic/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,922
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-debian:buster-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keys...
nghiant2710/base-images
balena-base-images/node/bananapi-m1-plus/debian/buster/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,948
# AUTOGENERATED FILE FROM balenalib/solidrun-imx6-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 de...
resin-io-library/base-images
balena-base-images/python/solidrun-imx6/debian/buster/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
4,094
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-nx-devkit-fedora:36-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 Do...
resin-io-library/base-images
balena-base-images/openjdk/jetson-tx2-nx-devkit/fedora/36/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,326
# Copyright 2021 Google LLC # # 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, ...
GoogleCloudPlatform/python-docs-samples
dataflow/gpu-examples/tensorflow-minimal/Dockerfile
Dockerfile
apache-2.0
1,779
# AUTOGENERATED FILE FROM balenalib/edison-ubuntu:xenial-build ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver keyse...
resin-io-library/base-images
balena-base-images/node/edison/ubuntu/xenial/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,778
# AUTOGENERATED FILE FROM balenalib/floyd-nano-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 McVit...
resin-io-library/base-images
balena-base-images/python/floyd-nano/alpine/3.12/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
4,836
# AUTOGENERATED FILE FROM balenalib/intel-edison-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: pu...
resin-io-library/base-images
balena-base-images/python/intel-edison/debian/buster/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,856
# AUTOGENERATED FILE FROM balenalib/astro-tx2-fedora:36-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 "5e59056e36704acb25809bcdb...
resin-io-library/base-images
balena-base-images/golang/astro-tx2/fedora/36/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,072
# AUTOGENERATED FILE FROM balenalib/nuc-fedora:36-build RUN dnf -y update \ && dnf clean all \ && dnf -y install \ gzip \ java-1.8.0-openjdk \ java-1.8.0-openjdk-devel \ tar \ && dnf clean all # set JAVA_HOME ENV JAVA_HOME /usr/lib/jvm/java-openjdk CMD ["echo","'No CMD command was set in Dockerfile! Detai...
resin-io-library/base-images
balena-base-images/openjdk/nuc/fedora/36/8-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,328
# AUTOGENERATED FILE FROM balenalib/edge-debian:buster-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 --keyserver keyser...
nghiant2710/base-images
balena-base-images/node/edge/debian/buster/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,939
# AUTOGENERATED FILE FROM balenalib/ccimx8x-sbc-pro-debian:buster-run ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyser...
nghiant2710/base-images
balena-base-images/node/ccimx8x-sbc-pro/debian/buster/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,941
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-fedora:31-run 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 --keys...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/fedora/31/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,762
FROM php:7.3-rc RUN apt-get update && apt-get install -y git zlib1g-dev libzip-dev RUN docker-php-ext-install zip RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer
layershifter/TLDExtract
travis/docker/php-7.3/Dockerfile
Dockerfile
apache-2.0
215
FROM fabric8/java-centos-openjdk8-jdk COPY target/lib/* /deployments/lib/ COPY target/*-runner.jar /deployments/app.jar ENTRYPOINT [ "/deployments/run-java.sh" ]
debezium/debezium-examples
camel-component/qa-app/Dockerfile
Dockerfile
apache-2.0
164
# AUTOGENERATED FILE FROM balenalib/odroid-c1-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/odroid-c1/alpine/3.12/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
2,338
# AUTOGENERATED FILE FROM balenalib/ts4900-fedora:30-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", sin...
nghiant2710/base-images
balena-base-images/python/ts4900/fedora/30/3.7.9/build/Dockerfile
Dockerfile
apache-2.0
2,433
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-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 pytho...
resin-io-library/base-images
balena-base-images/python/imx6ul-var-dart/debian/bullseye/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,098
# AUTOGENERATED FILE FROM balenalib/qemux86-debian:bookworm-build ENV GO_VERSION 1.16.14 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \ && echo "b4cd4602267f60db851fc420b53524ab4449d4a4c52c33cdb87bb74abc870ebf go$GO_VERSION.linux-386.tar.gz" | sha...
resin-io-library/base-images
balena-base-images/golang/qemux86/debian/bookworm/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,006
# AUTOGENERATED FILE FROM balenalib/floyd-nano-fedora:34-build ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.po...
nghiant2710/base-images
balena-base-images/node/floyd-nano/fedora/34/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,753
# AUTOGENERATED FILE FROM balenalib/jetson-nano-debian:sid-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public...
resin-io-library/base-images
balena-base-images/python/jetson-nano/debian/sid/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,849
# AUTOGENERATED FILE FROM balenalib/coral-dev-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 depe...
resin-io-library/base-images
balena-base-images/python/coral-dev/debian/bullseye/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
4,094
# AUTOGENERATED FILE FROM balenalib/qemux86-64-fedora:33-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \ && echo "d3379c32a90fdf9382166f8f48034c459a8cc433730bc9476d39d9082c94583b go$GO_VERSION.linux-amd64.tar.gz" | sha...
nghiant2710/base-images
balena-base-images/golang/qemux86-64/fedora/33/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,008
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-alpine:3.13-run ENV NODE_VERSION 17.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 buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166006...
resin-io-library/base-images
balena-base-images/node/orange-pi-one/alpine/3.13/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
3,020
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-alpine:3.11-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 ] && e...
nghiant2710/base-images
balena-base-images/golang/nanopc-t4/alpine/3.11/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,336
# AUTOGENERATED FILE FROM balenalib/artik520-debian:bookworm-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/artik520/debian/bookworm/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,093
FROM python:2.7 RUN apt-get update RUN apt-get -y install python-dev RUN pip install --no-cache-dir aerospike>=1.0.56 tornado ADD . /code WORKDIR /code EXPOSE 8888 ENTRYPOINT ["python","/code/geoproxy"]
aerospike/geospatial-samples
geoproxy/Dockerfile
Dockerfile
apache-2.0
203
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-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 ...
resin-io-library/base-images
balena-base-images/python/imx8mm-var-dart/ubuntu/bionic/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,070
# AUTOGENERATED FILE FROM balenalib/artik533s-ubuntu:xenial-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 key...
resin-io-library/base-images
balena-base-images/node/artik533s/ubuntu/xenial/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-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/odroid-xu4/debian/bookworm/6.0-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,913
FROM alpine:3.5 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" ENV NGINX_VERSION 1.13.5 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ && CONFIG="\ --prefix=/etc/nginx \ --sbin-path=/usr/sbin/nginx \ --modules-path=/usr/lib/nginx/modules \ --conf-path=/etc/nginx/nginx.conf \ ...
thresheek/docker-nginx
mainline/alpine-perl/Dockerfile
Dockerfile
bsd-2-clause
5,491
FROM centos:6.6 RUN yum upgrade -y && \ yum install -y \ python-devel \ gcc && \ mkdir /bench ## install optcray stuff ADD optcray_cori.tar / RUN echo "/opt/cray/mpt/default/gni/mpich2-gnu/49/lib" >> /etc/ld.so.conf && \ echo "/opt/cray/pmi/default/lib64" >> /etc/ld.so.conf && \ ec...
rcthomas/nersc-pynamic
docker/Dockerfile
Dockerfile
bsd-3-clause
1,109
# Nodejs forever! # # VERSION 0.0.1 FROM ubuntu MAINTAINER Michael Feher <personalpc@live.com> RUN apt-get update && apt-get install -y wget RUN echo deb http://apt.newrelic.com/debian/ newrelic non-free >> /etc/apt/sources.list.d/newrelic.list RUN wget -O- https://download.newrelic.com/548C16BF.g...
PhearNet/engine
templates/nodejs/Dockerfile
Dockerfile
mit
579
FROM ubuntu RUN apt-get update -qq && apt-get install -yqq curl # Install java RUN curl -s -k -L -C - -b "oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u60-b27/server-jre-8u60-linux-x64.tar.gz | tar xfz - -C / ENV JAVA_HOME /jdk1.8.0_60 ENV PATH $PATH:$JAVA_HOME/bin WORKDIR ...
dbgjerez/ic-m1
Dockerfile
Dockerfile
apache-2.0
484
# AUTOGENERATED FILE FROM balenalib/generic-aarch64-alpine:3.12-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 'di...
nghiant2710/base-images
balena-base-images/openjdk/generic-aarch64/alpine/3.12/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,760
FROM microsoft/dotnet:2.1-sdk-stretch AS build WORKDIR /app COPY Benchmarks . RUN dotnet publish -c Release -o out COPY Benchmarks/appsettings.postgresql.json ./out/appsettings.json FROM microsoft/dotnet:2.1-aspnetcore-runtime AS runtime ENV ASPNETCORE_URLS http://+:8080 ENV COMPlus_ReadyToRun 0 WORKDIR /app COPY --fr...
zapov/FrameworkBenchmarks
frameworks/CSharp/aspnetcore/aspcore-mvc-dap-pg.dockerfile
Dockerfile
bsd-3-clause
482
FROM progrium/busybox MAINTAINER almavrog@google.com # Copy all pages to /pages ADD pages /pages # Create the static JS and css directories ADD static /static RUN mkdir -p /static/js # Add the application frontend under /static ADD app /static/js/app # Add third party JS files under /static ADD third_party/jquery/d...
afein/kubedash
Dockerfile
Dockerfile
apache-2.0
1,095
# Copyright 2015 gRPC 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 in writing...
chrisdunelm/grpc
tools/dockerfile/test/csharp_jessie_x64/Dockerfile
Dockerfile
apache-2.0
3,222
FROM centos:centos7 RUN yum install -y --enablerepo=centosplus epel-release gettext tar automake make git docker ADD https://github.com/openshift/source-to-image/releases/download/v1.0.1/source-to-image-v1.0.1-e28fc86-linux-amd64.tar.gz /usr/bin/sti.tar.gz RUN cd /usr/bin && tar xzvf /usr/bin/sti.tar.gz && rm -f /usr...
dkorn/origin
images/builder/docker/sti-image-builder/Dockerfile
Dockerfile
apache-2.0
422
# # THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/generate.sh"! # FROM ubuntu:precise RUN apt-get update && apt-get install -y apparmor bash-completion build-essential curl ca-certificates debhelper dh-apparmor git libapparmor-dev libltdl-dev libsqlite3-dev --no-install-recommends && rm -rf /var/lib/apt/lis...
ulrichSchreiner/dockmon
vendor/github.com/docker/docker/contrib/builder/deb/ubuntu-precise/Dockerfile
Dockerfile
mit
606
FROM django:1.10-python3 COPY "$PWD" /usr/src/app WORKDIR /usr/src/app RUN pip install -r requirements.txt
kiss90benedek/solveit
Dockerfile
Dockerfile
mit
110
FROM ubuntu:14.04 RUN rm /bin/sh && ln -s /bin/bash /bin/sh WORKDIR / RUN \ apt-get update && apt-get install -y curl tar g++ RUN \ curl -Lo cling.tar.bz2 https://ecsft.cern.ch/dist/cling/current/cling-Ubuntu-14.04-64bit-5842d86a2f.tar.bz2 RUN \ tar -xf cling.tar.bz2 &&\ rm cling.tar.bz2 RUN \ mv /cling-* /c...
nikhedonia/docker-cling
Dockerfile
Dockerfile
mit
359
FROM nodesource/trusty:0.10.40 MAINTAINER Ivan Koptiev <ivan.koptiev@codex.systems> # Copy build tools COPY ./scripts/tools/ /opt/meteor/tools/ COPY ./scripts/docker-entrypoint /usr/local/bin/ # Install Meteor ENV METEOR_VERSION 1.2.1 RUN /opt/meteor/tools/installer # Expose resources VOLUME /app EXPOSE 80 # Deploy...
codexsystems/docker-meteor
Dockerfile
Dockerfile
mit
543
FROM debian:stretch LABEL maintainer "Jessie Frazelle <jess@linux.com>" RUN apt-get update && apt-get install -y \ stress \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* ENTRYPOINT [ "stress" ]
alanbrent/dockerfiles
stress/Dockerfile
Dockerfile
mit
210
FROM debian:unstable ENV VER=1.8.13 ENV SRC=arduino-$VER-linux64.tar.xz \ DST=/usr/local WORKDIR $DST ADD https://downloads.arduino.cc/$SRC /tmp RUN apt update \ && apt install -y xz-utils openjdk-14-jre \ && tar xf /tmp/$SRC \ && $DST/arduino-$VER/install.sh \ && rm -rf /tmp/$SRC /var/lib/apt/lists/* CMD...
twhtanghk/docker.shell
arduino/Dockerfile
Dockerfile
mit
347
# This is the Dockerfile for ArchiveBox, it bundles the following dependencies: # python3, ArchiveBox, curl, wget, git, chromium, youtube-dl, single-file # Usage: # docker build . -t archivebox --no-cache # docker run -v "$PWD/data":/data archivebox init # docker run -v "$PWD/data":/data archivebox add ...
pirate/bookmark-archiver
Dockerfile
Dockerfile
mit
5,035
FROM julia:latest MAINTAINER Petter Rasmussen "petter.rasmussen@gmail.com" # Add user RUN groupadd glot RUN useradd -m -d /home/glot -g glot -s /bin/bash glot # Install code-runner ADD https://github.com/prasmussen/glot-code-runner/releases/download/2017-04-12/runner /home/glot/runner RUN chmod +x /home/glot/runner ...
prasmussen/glot-containers
julia/latest/Dockerfile
Dockerfile
mit
407
# AUTOGENERATED FILE FROM balenalib/astro-tx2-fedora:32-run ENV GO_VERSION 1.15.8 # 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 "0e31ea4bf53496b0f080973052...
nghiant2710/base-images
balena-base-images/golang/astro-tx2/fedora/32/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,070
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-alpine:3.14-build # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'di...
resin-io-library/base-images
balena-base-images/openjdk/orange-pi-one/alpine/3.14/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,766
# AUTOGENERATED FILE FROM balenalib/smarc-px30-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 "virtualenv",...
resin-io-library/base-images
balena-base-images/python/smarc-px30/fedora/33/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
2,438
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-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 depen...
nghiant2710/base-images
balena-base-images/python/npe-x500-m3/ubuntu/disco/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,070
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-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 # ...
nghiant2710/base-images
balena-base-images/python/jetson-xavier-nx-devkit-emmc/ubuntu/bionic/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
4,849
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-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...
resin-io-library/base-images
balena-base-images/python/jetson-nano-2gb-devkit/alpine/3.14/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,140
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-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 "virtua...
resin-io-library/base-images
balena-base-images/python/generic-armv7ahf/fedora/34/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
2,444
# AUTOGENERATED FILE FROM balenalib/qemux86-64-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...
resin-io-library/base-images
balena-base-images/python/qemux86-64/debian/buster/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,861
# AUTOGENERATED FILE FROM balenalib/kitra520-debian:sid-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public ke...
resin-io-library/base-images
balena-base-images/python/kitra520/debian/sid/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,846
# AUTOGENERATED FILE FROM balenalib/etcher-pro-debian:sid-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public ...
nghiant2710/base-images
balena-base-images/python/etcher-pro/debian/sid/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
4,849
# AUTOGENERATED FILE FROM balenalib/solidrun-imx6-debian:jessie-build ENV NODE_VERSION 15.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" || \ ...
nghiant2710/base-images
balena-base-images/node/solidrun-imx6/debian/jessie/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,788
# AUTOGENERATED FILE FROM balenalib/amd64-debian:sid-run ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserve...
nghiant2710/base-images
balena-base-images/node/amd64/debian/sid/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,934
# AUTOGENERATED FILE FROM balenalib/intel-nuc-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 depe...
resin-io-library/base-images
balena-base-images/python/intel-nuc/debian/bullseye/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,101
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-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 # k...
nghiant2710/base-images
balena-base-images/python/jetson-xavier-nx-devkit-emmc/ubuntu/disco/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
4,847
# AUTOGENERATED FILE FROM balenalib/am571x-evm-alpine:3.14-build ENV GO_VERSION 1.17.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && ...
resin-io-library/base-images
balena-base-images/golang/am571x-evm/alpine/3.14/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,337