code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
FROM gcr.io/{{ global.project }}/ubuntu:18.04 RUN apt-get update -y && \ apt-get install -y nginx && \ rm -rf /var/lib/apt/lists/* RUN rm -f /etc/nginx/sites-enabled/default ADD gateway.nginx.conf /etc/nginx/conf.d/gateway.conf ADD gzip.conf /etc/nginx/conf.d/gzip.conf RUN ln -sf /dev/stdout /var/log/nginx/a...
cseed/hail
gateway/Dockerfile
Dockerfile
mit
414
FROM node:4.4 RUN apt-get update && \ apt-get install -y vim COPY . /apt/app CMD ["node" , "/apt/app/index.js"]
mohammadhosseinaghamahdi/Teaching-HEIGVD-RES-2016-Labo-HTTPInfra
docker-images/koa-image/Dockerfile
Dockerfile
mit
127
# Dockerfile for Rethinkdb # http://www.rethinkdb.com/ FROM ubuntu RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list RUN apt-get update RUN apt-get upgrade -y RUN apt-get install -y python-software-properties RUN add-apt-repository ppa:rethinkdb/ppa RUN apt-get update RUN...
johnzan/docker-cookbooks
RethinkDB/Dockerfile
Dockerfile
mit
506
FROM registry.service.opg.digital/opguk/jre-8 #Install tools RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D && \ echo 'deb https://apt.dockerproject.org/repo ubuntu-trusty main' > /etc/apt/sources.list.d/docker.list && \ apt-get update && \...
ministryofjustice/opg-docker
jenkins/Dockerfile
Dockerfile
mit
3,724
FROM dockerizedrupal/puppet-debian-jessie:1.1.1 MAINTAINER Jürgen Viljaste <j.viljaste@gmail.com> LABEL vendor=dockerizedrupal.com ENV TERM xterm ADD ./src /src RUN /src/entrypoint.sh build ENTRYPOINT ["/src/entrypoint.sh", "run"]
dockerizedrupal/docker-supervisor-debian-jessie
Dockerfile
Dockerfile
mit
238
FROM centos:7 ARG NODE_VERSION=6.9.5 ARG NODE_ENV=production ARG NODE_HOME=/srv ARG NODE_USER=nobody ARG NPM_LOGLEVEL=warn # gpg keys listed at https://github.com/nodejs/node#release-team RUN export GNUPGHOME="$(mktemp -d)" \ && gpg --keyserver pool.sks-keyservers.net --recv-keys \ 9554F04D7259F04124DE6B476...
macedigital/dockerfiles
centos-nodejs/Dockerfile
Dockerfile
mit
1,396
FROM golang:latest ADD loop ./ CMD ./loop
enriquebris/tinycache
Dockerfile
Dockerfile
mit
42
# AUTOGENERATED FILE FROM balenalib/parallella-alpine:3.10-build ENV GO_VERSION 1.16 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && ec...
nghiant2710/base-images
balena-base-images/golang/parallella/alpine/3.10/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,333
# AUTOGENERATED FILE FROM balenalib/etcher-pro-fedora:34-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 keyse...
resin-io-library/base-images
balena-base-images/node/etcher-pro/fedora/34/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,747
# AUTOGENERATED FILE FROM balenalib/surface-go-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 key...
nghiant2710/base-images
balena-base-images/node/surface-go/debian/sid/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,939
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-fedora:33-run 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/genericx86-64-ext/fedora/33/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,763
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-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/raspberrypi3/fedora/33/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
2,440
FROM balenalib/armv7hf-ubuntu:impish-run 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 -p ...
resin-io-library/base-images
balena-base-images/device-base/artik5/ubuntu/impish/run/Dockerfile
Dockerfile
apache-2.0
1,085
# AUTOGENERATED FILE FROM balenalib/vab820-quad-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 depende...
nghiant2710/base-images
balena-base-images/python/vab820-quad/debian/sid/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,088
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-alpine:3.13-build ENV GO_VERSION 1.14.14 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswit...
nghiant2710/base-images
balena-base-images/golang/jetson-nano-2gb-devkit/alpine/3.13/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,351
# AUTOGENERATED FILE FROM balenalib/smarc-px30-fedora:33-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 keyse...
resin-io-library/base-images
balena-base-images/node/smarc-px30/fedora/33/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,747
# AUTOGENERATED FILE FROM balenalib/cubox-i-ubuntu:bionic-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu60 \ libssl1.1 \ libst...
resin-io-library/base-images
balena-base-images/dotnet/cubox-i/ubuntu/bionic/3.1-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,119
# AUTOGENERATED FILE FROM balenalib/raspberrypi0-2w-64-ubuntu:bionic-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. # # Fo...
resin-io-library/base-images
balena-base-images/openjdk/raspberrypi0-2w-64/ubuntu/bionic/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,105
FROM centos:7 MAINTAINER Matt Cover <werekraken@gmail.com> RUN yum -y update \ && yum clean all ENV LANG en_US.UTF-8 RUN yum -y install \ java-1.7.0-openjdk \ && yum clean all
werekraken/docker-openjdk
7-jre/centos/Dockerfile
Dockerfile
apache-2.0
187
# AUTOGENERATED FILE FROM balenalib/odroid-ux3-debian:jessie-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 \ ' \ && apt-g...
nghiant2710/base-images
balena-base-images/golang/odroid-ux3/debian/jessie/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,356
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-debian:sid-run ENV NODE_VERSION 10.24.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...
nghiant2710/base-images
balena-base-images/node/nanopi-neo-air/debian/sid/10.24.1/run/Dockerfile
Dockerfile
apache-2.0
2,940
# AUTOGENERATED FILE FROM balenalib/i386-debian:bookworm-run ENV GO_VERSION 1.16.14 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get u...
resin-io-library/base-images
balena-base-images/golang/i386/debian/bookworm/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,329
# AUTOGENERATED FILE FROM balenalib/solidrun-imx6-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/solidrun-imx6/alpine/3.14/8-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,762
# AUTOGENERATED FILE FROM balenalib/hummingboard2-fedora:36-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 "virtualen...
resin-io-library/base-images
balena-base-images/python/hummingboard2/fedora/36/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
2,441
# AUTOGENERATED FILE FROM balenalib/aarch64-debian:sid-build ENV NODE_VERSION 10.24.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" || \ gpg --b...
nghiant2710/base-images
balena-base-images/node/aarch64/debian/sid/10.24.0/build/Dockerfile
Dockerfile
apache-2.0
2,774
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-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 \ libicu63 \ libssl1.1 ...
nghiant2710/base-images
balena-base-images/dotnet/jetson-xavier/debian/bullseye/3.1-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,139
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-debian:sid-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependen...
nghiant2710/base-images
balena-base-images/python/jetson-tx1/debian/sid/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,087
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-fedora:34-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv...
resin-io-library/base-images
balena-base-images/python/raspberrypi2/fedora/34/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
2,440
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-debian:jessie-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...
nghiant2710/base-images
balena-base-images/node/nitrogen8mm/debian/jessie/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,939
# AUTOGENERATED FILE FROM balenalib/aarch64-debian:jessie-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" | s...
nghiant2710/base-images
balena-base-images/golang/aarch64/debian/jessie/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
1,998
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-ubuntu:bionic-build ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ...
nghiant2710/base-images
balena-base-images/node/var-som-mx6/ubuntu/bionic/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,764
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-debian:sid-run ENV NODE_VERSION 17.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 --keyserve...
resin-io-library/base-images
balena-base-images/node/beaglebone-black/debian/sid/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,934
FROM python COPY . /src RUN pip install eve RUN pip install boto3 RUN pip install awscli RUN pip install -U flask-cors RUN chmod +x /src/credentials.sh RUN ./src/credentials.sh EXPOSE 8015 CMD ["python", "/src/storage_operation.py"]
UNarqui17i-A/Picstory
backend/storage_ms/Storage/Dockerfile
Dockerfile
apache-2.0
233
# AUTOGENERATED FILE FROM balenalib/up-core-alpine:edge-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add --...
nghiant2710/base-images
balena-base-images/python/up-core/alpine/edge/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,134
# AUTOGENERATED FILE FROM balenalib/armv7hf-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 dependen...
nghiant2710/base-images
balena-base-images/python/armv7hf/ubuntu/cosmic/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,068
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-ubuntu:eoan-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 --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp...
nghiant2710/base-images
balena-base-images/node/raspberrypi3-64/ubuntu/eoan/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
2,915
# AUTOGENERATED FILE FROM balenalib/qemux86-64-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 \ ...
nghiant2710/base-images
balena-base-images/dotnet/qemux86-64/debian/buster/5.0-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,954
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-ubuntu:eoan-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/jetson-xavier/ubuntu/eoan/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
1,998
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-ubuntu:cosmic-run ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.c...
nghiant2710/base-images
balena-base-images/node/raspberrypi3/ubuntu/cosmic/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,918
# AUTOGENERATED FILE FROM balenalib/astro-tx2-fedora:32-run 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.pool....
nghiant2710/base-images
balena-base-images/node/astro-tx2/fedora/32/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,748
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-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 "virtualen...
resin-io-library/base-images
balena-base-images/python/nitrogen6xq2g/fedora/33/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
2,441
# AUTOGENERATED FILE FROM balenalib/up-core-plus-ubuntu:xenial-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dep...
resin-io-library/base-images
balena-base-images/python/up-core-plus/ubuntu/xenial/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,076
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-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...
resin-io-library/base-images
balena-base-images/python/beaglebone-green-wifi/debian/bookworm/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,104
# AUTOGENERATED FILE FROM balenalib/aarch64-debian:stretch-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" | s...
nghiant2710/base-images
balena-base-images/golang/aarch64/debian/stretch/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
1,998
# AUTOGENERATED FILE FROM balenalib/artik710-debian:buster-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu57 \ liblttng-ust0 \ ...
nghiant2710/base-images
balena-base-images/dotnet/artik710/debian/buster/2.1-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,553
# AUTOGENERATED FILE FROM balenalib/raspberrypi4-64-ubuntu:xenial-run ENV GO_VERSION 1.16.3 # 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/ubuntu/xenial/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,330
# AUTOGENERATED FILE FROM balenalib/parallella-ubuntu:focal-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_VERSION...
nghiant2710/base-images
balena-base-images/golang/parallella/ubuntu/focal/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,026
# AUTOGENERATED FILE FROM balenalib/up-core-alpine:3.12-build 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 for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ ...
resin-io-library/base-images
balena-base-images/node/up-core/alpine/3.12/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,953
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-debian:stretch-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" ||...
nghiant2710/base-images
balena-base-images/node/imx8mm-var-dart/debian/stretch/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,790
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-fedora:31-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 "v...
nghiant2710/base-images
balena-base-images/python/jetson-xavier-nx-devkit/fedora/31/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
2,445
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-debian:sid-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/nitrogen8mm/debian/sid/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
1,996
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-alpine:edge-run ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6...
nghiant2710/base-images
balena-base-images/node/beaglebone-green-gateway/alpine/edge/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
3,039
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-alpine:3.10-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/orange-pi-lite/alpine/3.10/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,341
# AUTOGENERATED FILE FROM balenalib/artik533s-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 \ ...
resin-io-library/base-images
balena-base-images/dotnet/artik533s/debian/buster/5.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,128
# AUTOGENERATED FILE FROM balenalib/beaglebone-debian:buster-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 ...
nghiant2710/base-images
balena-base-images/node/beaglebone/debian/buster/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,942
# AUTOGENERATED FILE FROM balenalib/coral-dev-debian:bullseye-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/coral-dev/debian/bullseye/6.0-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,172
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-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/blackboard-tx2/debian/bullseye/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
4,862
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-fedora:30-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_VERSION....
nghiant2710/base-images
balena-base-images/golang/apalis-imx6q/fedora/30/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,024
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-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 63C7CC90: ...
resin-io-library/base-images
balena-base-images/python/apalis-imx6q/debian/bookworm/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,858
# AUTOGENERATED FILE FROM balenalib/edge-fedora:32-build ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool.sks...
nghiant2710/base-images
balena-base-images/node/edge/fedora/32/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-alpine:3.11-build ENV NODE_VERSION 14.15.4 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \...
nghiant2710/base-images
balena-base-images/node/genericx86-64-ext/alpine/3.11/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,971
# Set the base image FROM ubuntu # Set the file maintainer MAINTAINER Dongyi Yang <dongyi.yang@vmturbo.com> ADD ./_output/conntracker /bin/conntracker ENTRYPOINT ["/bin/conntracker"]
DongyiYang/k8sconnection
Dockerfile
Dockerfile
apache-2.0
186
# AUTOGENERATED FILE FROM balenalib/artik520-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 'dirname "...
nghiant2710/base-images
balena-base-images/openjdk/artik520/alpine/3.11/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,753
# AUTOGENERATED FILE FROM balenalib/generic-debian:bookworm-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 ...
resin-io-library/base-images
balena-base-images/openjdk/generic/debian/bookworm/11-jdk/build/Dockerfile
Dockerfile
apache-2.0
3,860
# # 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 us...
apache-spark-on-k8s/spark
resource-managers/kubernetes/docker-minimal-bundle/src/main/docker/driver-py/Dockerfile
Dockerfile
apache-2.0
2,789
FROM python:2.7 RUN apt-get update && apt-get install -y python-netifaces duplicity gcc python-dev RUN pip2.7 install pyrax python-keystoneclient RUN mkdir /srv/backup WORKDIR /srv/backup ADD backup.py /srv/backup/backup.py ENV PYTHONPATH /usr/local/lib/python2.7/site-packages ENTRYPOINT ["python2.7", "backup.py"]
compmodels/backup
Dockerfile
Dockerfile
bsd-3-clause
318
FROM ubuntu:14.04 # Install java and other utils RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y software-properties-common && \ add-apt-repository ppa:webupd8team/java -y && \ apt-get update && \ echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | /usr/...
bigdawg-istc/bigdawg
provisions/postgres/Dockerfile
Dockerfile
bsd-3-clause
1,997
FROM mongo:5.0 LABEL maintainer="Debezium Community" COPY init-inventory.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/init-inventory.sh # Starting with MongoDB 4.4 the authentication enabled MongoDB requires a key # for intra-replica set communication RUN openssl rand -base64 756 > /etc/mongodb.keyfile &&\ cho...
debezium/docker-images
examples/mongodb/1.9/Dockerfile
Dockerfile
mit
474
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-debian:buster-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...
nghiant2710/base-images
balena-base-images/openjdk/revpi-core-3/debian/buster/11-jre/run/Dockerfile
Dockerfile
apache-2.0
3,734
FROM biocontainers/biocontainers:debian-stretch-backports MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="sbmltoolbox" \ container="sbmltoolbox" \ about.summary="libsbml toolbox for octave and matlab" \ about.home="http://sbml.org/Software/SBMLToolbox" \ software.version="4.1.0-3-d...
BioDocker/containers
sbmltoolbox/4.1.0-3-deb/Dockerfile
Dockerfile
apache-2.0
689
################## BASE IMAGE ###################### FROM biocontainers/biocontainers:v1.0.0_cv4 ################## METADATA ###################### LABEL base_image="biocontainers:v1.0.0_cv4" LABEL version="4" LABEL software="bowtie" LABEL software.version="1.1.2" LABEL about.summary="an ultrafast memory-efficient s...
BioContainers/containers
bowtie/1.1.2/Dockerfile
Dockerfile
apache-2.0
919
FROM python:2.7.16-slim-stretch # add our user and group first to make sure their IDs get assigned consistently RUN groupadd -r sentry && useradd -r -m -g sentry sentry RUN apt-get update && apt-get install -y --no-install-recommends \ gcc \ git \ libffi-dev \ libjpeg-dev \ lib...
docker-library/sentry
9.1/Dockerfile
Dockerfile
bsd-3-clause
6,058
#--------- Generic stuff all our Dockerfiles should start with so we get caching ------------ # Note this base image is based on debian FROM kartoza/django-base MAINTAINER Tim Sutton<tim@kartoza.com> RUN apt-get update -y; apt-get -y --force-yes install yui-compressor # Open port 8080 as we will be running our uwsgi ...
AIFDR/inasafe-django
deployment/production/docker/uwsgi/Dockerfile
Dockerfile
bsd-2-clause
937
FROM peterevans/xenial-gcloud:1.2.19 MAINTAINER Peter Evans <pete.evans@gmail.com> ENV OSRM_VERSION 5.18.0 # Let the container know that there is no TTY ARG DEBIAN_FRONTEND=noninteractive # Install packages RUN apt-get -y update \ && apt-get install -y -qq --no-install-recommends \ build-essential \ cmake ...
peter-evans/osrm-backend-k8s
archive/1.17/Dockerfile
Dockerfile
mit
1,400
FROM ubuntu:latest MAINTAINER Volkan Özçelik <me@volkan.io> LABEL Description="A ready-to-run Node.JS Container" RUN apt-get update \ && apt-get install -y build-essential \ && apt-get install -y curl \ && curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - \ && apt-get install -y nodejs \ ...
v0lkan/jsbites-docker
Dockerfile
Dockerfile
mit
369
FROM pascalgrimaud/ubuntu MAINTAINER Pascal Grimaud <pascalgrimaud@gmail.com> # update RUN apt-get -y update # installation : postgresql-9.3 ENV PG_VERSION 9.3 RUN apt-get -y install postgresql-${PG_VERSION} \ postgresql-client-${PG_VERSION} \ postgresql-contrib-${PG_VERSION} # configuration : remote connections t...
pascalgrimaud/docker-postgresql
Dockerfile
Dockerfile
mit
869
FROM php:5.6-fpm MAINTAINER Michał Kruczek <mkruczek@pgs-soft.com> RUN mkdir -p /var/www && \ chmod 777 -R /var/www RUN apt-get -qq update --fix-missing && \ apt-get -qq install -y \ zlib1g-dev \ libicu-dev \ g++ \ libfreetype6-dev \ libjpeg62-turbo-dev \ libmc...
PGSSoft/php-docker-skeleton
docker/php56xdebug/Dockerfile
Dockerfile
mit
1,318
# -*- Dockerfile -*- FROM debian:jessie MAINTAINER Respoke <info@respoke.io> RUN apt-get update -qq && \ DEBIAN_FRONTEND=noninteractive \ apt-get install -y --no-install-recommends \ build-essential \ ca-certificates \ curl \ libgsm1-dev \ libspeex-d...
respoke/pjsip-docker
Dockerfile
Dockerfile
mit
1,310
# # Debian image that has Foswiki installed from the release tgz # # docker build -t svendowideit/foswiki . FROM debian MAINTAINER Sven Dowideit <SvenDowideit@home.org.au> RUN apt-get update RUN apt-get install -yq vim-tiny wget \ apache2 rcs \ libalgorithm-diff-perl libarchive-tar-perl libauthen-sasl-perl libcgi...
SvenDowideit/dockerfiles
foswiki/Dockerfile
Dockerfile
mit
1,377
FROM ubuntu MAINTAINER nick@nickguletskii.com RUN sudo sed 's@http://archive.ubuntu.com/ubuntu@mirror://mirrors.ubuntu.com/mirrors.txt@' -i /etc/apt/sources.list RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections RUN sudo apt-get -y update RUN sudo a...
nickguletskii/OpenOlympus-Docker
jppf-server/Dockerfile
Dockerfile
mit
1,006
FROM postgres:latest RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 ENV LANG en_US.utf8
GhostSt/Eastwood
docker/postgresql/Dockerfile
Dockerfile
mit
122
FROM jwilder/nginx-proxy MAINTAINER Brian Schalme bschalme@airspeed.ca RUN sed -i 's/^http {/&\n client_max_body_size 500M;/g' /etc/nginx/nginx.conf
bschalme/nginx-proxy
Dockerfile
Dockerfile
mit
153
FROM gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.3 MAINTAINER NsLib <mdl2009@vip.qq.com>
NsLib/k8s-library
kubernetes-dashboard-amd64/Dockerfile
Dockerfile
mit
102
######################################################################## # Dockerfile for a Flask & Redis application ######################################################################## FROM centos:7 MAINTAINER Joan Ordinas <jordinas@escoladeltreball.org> # enable delta RPMs and add EPEL RUN yum --assumeyes ins...
fadado/shed
tests/flask/base/Dockerfile
Dockerfile
mit
808
# AUTOGENERATED FILE FROM balenalib/artik10-ubuntu:eoan-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 --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --r...
nghiant2710/base-images
balena-base-images/node/artik10/ubuntu/eoan/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,911
FROM balenalib/amd64-alpine:3.10-build LABEL io.balena.device-type="surface-go" 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 (Fo...
nghiant2710/base-images
balena-base-images/device-base/surface-go/alpine/3.10/build/Dockerfile
Dockerfile
apache-2.0
1,032
# AUTOGENERATED FILE FROM balenalib/nitrogen6x-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 add...
nghiant2710/base-images
balena-base-images/python/nitrogen6x/alpine/3.10/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,130
# Copyright 2016, EMC, Inc. ARG repo=rackhd ARG tag=devel FROM ${repo}/on-core:${tag} COPY . /RackHD/on-tasks/ RUN cd /RackHD/on-tasks \ && mkdir -p /RackHD/on-tasks/node_modules \ && npm install --ignore-scripts --production \ && rm -r /RackHD/on-tasks/node_modules/on-core \ && rm -r /RackHD/on-tasks/node_...
AlaricChan/on-tasks
Dockerfile
Dockerfile
apache-2.0
552
# Copyright 2016 Google Inc. 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 applicable law or a...
mbookman/pipelines-api-examples
wdl_runner/cromwell_launcher/Dockerfile
Dockerfile
apache-2.0
2,085
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-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 depe...
nghiant2710/base-images
balena-base-images/python/raspberrypi2/ubuntu/focal/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,069
FROM balenalib/aarch64-ubuntu:bionic-run 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-k...
nghiant2710/base-images
balena-base-images/device-base/jetson-nano/ubuntu/bionic/run/Dockerfile
Dockerfile
apache-2.0
1,527
# AUTOGENERATED FILE FROM balenalib/hummingboard2-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/hummingboard2/alpine/3.14/7-jre/build/Dockerfile
Dockerfile
apache-2.0
1,766
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-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 "Simo...
nghiant2710/base-images
balena-base-images/python/raspberrypi400-64/alpine/edge/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,846
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-ubuntu:cosmic-run ENV NODE_VERSION 14.15.4 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver ke...
nghiant2710/base-images
balena-base-images/node/beaglebone-green-gateway/ubuntu/cosmic/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,932
# AUTOGENERATED FILE FROM balenalib/revpi-connect-alpine:3.10-run 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 ] &&...
nghiant2710/base-images
balena-base-images/golang/revpi-connect/alpine/3.10/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,470
# AUTOGENERATED FILE FROM balenalib/parallella-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 depend...
resin-io-library/base-images
balena-base-images/python/parallella/ubuntu/focal/3.9.10/run/Dockerfile
Dockerfile
apache-2.0
4,065
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-alpine:3.12-run ENV NODE_VERSION 14.15.4 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C516600659...
nghiant2710/base-images
balena-base-images/node/odroid-xu4/alpine/3.12/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
3,025
# AUTOGENERATED FILE FROM balenalib/astro-tx2-fedora:31-run 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.pool....
nghiant2710/base-images
balena-base-images/node/astro-tx2/fedora/31/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,748
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-debian:stretch-run ENV NODE_VERSION 10.23.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 --keyserv...
nghiant2710/base-images
balena-base-images/node/imx7-var-som/debian/stretch/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,946
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-alpine:3.10-run 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/imx8mm-var-dart/alpine/3.10/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,472