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 ubuntu:16.04
# TODO(mkl): add maintainer
ARG GOVERSION=1.7.1
# Install some basic utilities
RUN apt-get update && \
apt-get install --yes mc wget git nano net-tools inetutils-ping vim
# Install go
RUN wget https://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz && \
tar -C /usr/local -xzf go${... | BitfuryLightning/lnd-simnet-env | docker/simnet2-debug/Dockerfile | Dockerfile | mit | 2,209 |
# Naive approach,
# following http://trevorappleton.blogspot.ch/2013/04/installing-mediawiki-on-raspberry-pi.html
FROM sdhibit/rpi-raspbian
# FROM resin/rpi-raspbian
RUN apt-get update && apt-get install -y \
imagemagick \
mediawiki \
php-apc \
&& rm -rf /var/lib/apt/lists/*
# Just host t... | felixrabe/rpi-mediawiki | Dockerfile | Dockerfile | mit | 773 |
# Build from Python 2.7
FROM python:2.7
MAINTAINER Gaurav Kaushik <gaurav@sevenbridges.com>
# Copy the Python files to the container
COPY scripts/*.py scripts/
COPY data/* data/
CMD ["/bin/bash"] | gaurav-kaushik/sbg-apps | dna2protein/Dockerfile | Dockerfile | mit | 197 |
FROM ruby:2.2
ENV RAILS_ENV production
RUN gem install rails
RUN git clone https://github.com/mesalva/ranking_points
WORKDIR ranking_points
RUN RAILS_ENV=production bundle install
RUN chmod 777 run_docker.sh
EXPOSE 3000
CMD ./run_docker.sh | mesalva/ranking_points | Dockerfile | Dockerfile | mit | 242 |
FROM qnib/logstash
MAINTAINER "Christian Kniep <christian@qnib.org>"
# Redis
RUN yum install -y redis python-redis
ADD etc/diamond/collectors/RedisCollector.conf /etc/diamond/collectors/
# Add key,cert
ADD etc/pki/tls/certs/logstash-forwarder.crt /etc/pki/tls/certs/
ADD etc/pki/tls/private/logstash-forwarder.key /etc/... | qnib/docker-ls-indexer | Dockerfile | Dockerfile | mit | 585 |
### joachimvda/base-baremetal
# Yes, we are running LTS
from ubuntu:12.04
# Joachim is in charge
maintainer Joachim Van der Auwera <joachim@progs.be>
# Opening-up the repo to universe as well
run echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
# Check that we are up to date... | joachimvda/docker | base/baremetal/Dockerfile | Dockerfile | apache-2.0 | 879 |
FROM balenalib/armv7hf-fedora:35-build
LABEL io.balena.device-type="solidrun-imx6"
RUN dnf install -y \
less \
nano \
net-tools \
usbutils \
gnupg \
i2c-tools \
&& dnf clean all
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more i... | resin-io-library/base-images | balena-base-images/device-base/solidrun-imx6/fedora/35/build/Dockerfile | Dockerfile | apache-2.0 | 1,001 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-debian:sid-run
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyse... | resin-io-library/base-images | balena-base-images/node/kitra520/debian/sid/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,928 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-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", s... | resin-io-library/base-images | balena-base-images/python/odroid-xu4/fedora/33/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 2,433 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-fedora:34-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "vi... | nghiant2710/base-images | balena-base-images/python/raspberrypicm4-ioboard/fedora/34/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-ubuntu:xenial-run
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com... | nghiant2710/base-images | balena-base-images/node/jetson-tx2/ubuntu/xenial/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-nx-devkit-debian:bullseye-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 "$ke... | resin-io-library/base-images | balena-base-images/node/jetson-tx2-nx-devkit/debian/bullseye/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,789 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-debian:bullseye-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" || \
... | nghiant2710/base-images | balena-base-images/node/smarc-px30/debian/bullseye/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# AUTOGENERATED FILE
FROM balenalib/artik520-debian:buster-run
ENV GO_VERSION 1.15.8
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get ... | nghiant2710/base-images | balena-base-images/golang/artik520/debian/buster/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,352 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-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/beaglebone/debian/buster/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-ubuntu:bionic-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... | nghiant2710/base-images | balena-base-images/node/hummingboard2/ubuntu/bionic/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,921 |
FROM continuumio/anaconda3:latest
MAINTAINER Rabin "https://github.com/shemic" | shemic/dm | src/docker/build/dev/python/anaconda/Dockerfile | Dockerfile | apache-2.0 | 79 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-alpine:3.13-build
ENV GO_VERSION 1.15.11
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.con... | nghiant2710/base-images | balena-base-images/golang/generic-armv7ahf/alpine/3.13/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,345 |
FROM adoptopenjdk/openjdk8:alpine-slim
ARG WAR_FILE
ADD ${WAR_FILE} app.war
ADD src/main/docker/wait-for-something.sh .
RUN chmod +x wait-for-something.sh
ENTRYPOINT ["java", "-jar", "/app.war", "-httpPort=8888", "-httpProtocol=org.apache.coyote.http11.Http11NioProtocol"]
| yvoswillens/flowable-engine | modules/flowable-ui-modeler/flowable-ui-modeler-app/Dockerfile | Dockerfile | apache-2.0 | 273 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-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 --keyse... | resin-io-library/base-images | balena-base-images/node/generic-aarch64/ubuntu/hirsute/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
FROM balenalib/aarch64-ubuntu:impish-build
LABEL io.balena.device-type="ccimx8x-sbc-pro"
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 ] &... | resin-io-library/base-images | balena-base-images/device-base/ccimx8x-sbc-pro/ubuntu/impish/build/Dockerfile | Dockerfile | apache-2.0 | 1,098 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-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 Do... | resin-io-library/base-images | balena-base-images/openjdk/asus-tinker-edge-t/fedora/36/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,328 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-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 a... | resin-io-library/base-images | balena-base-images/python/revpi-core-3/alpine/3.13/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-alpine:3.10-build
ENV GO_VERSION 1.14.14
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf... | nghiant2710/base-images | balena-base-images/golang/via-vab820-quad/alpine/3.10/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-ubuntu:xenial-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.... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/ubuntu/xenial/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
FROM agabert/kilaueabase:latest
MAINTAINER agabert <alexander.gabert@gmail.com>
RUN mkdir -pv /opt/kilauea/sbin
RUN mkdir -pv /opt/kilauea/bin
ADD opt/kilauea/sbin/kilauea /opt/kilauea/sbin/kilauea
RUN chmod 0755 /opt/kilauea/sbin/kilauea
ADD opt/kilauea/bin/mastersslconfig.sh /opt/kilauea/bin/mastersslconfig.sh
R... | agabert/kilauea | docker/kilauea/Dockerfile | Dockerfile | apache-2.0 | 618 |
FROM python:3.7
COPY ./train.py .
COPY requirements.txt .
RUN python3 -m pip install -r \
requirements.txt --quiet --no-cache-dir \
&& rm -f requirements.txt
CMD ["python", "train.py"] | kubeflow/pipelines | samples/contrib/versioned-pipeline-ci-samples/kaggle-ci-sample/train_model/Dockerfile | Dockerfile | apache-2.0 | 192 |
# AUTOGENERATED FILE
FROM balenalib/artik710-debian:bullseye-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 k... | nghiant2710/base-images | balena-base-images/node/artik710/debian/bullseye/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,938 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-debian:sid-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 --keyserver ... | nghiant2710/base-images | balena-base-images/node/jetson-xavier/debian/sid/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,935 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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 "v... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-wifi/fedora/34/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 2,449 |
# AUTOGENERATED FILE
FROM balenalib/generic-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 ... | nghiant2710/base-images | balena-base-images/python/generic/ubuntu/bionic/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-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... | resin-io-library/base-images | balena-base-images/python/blackboard-tx2/fedora/35/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
# AUTOGENERATED FILE
FROM balenalib/generic-debian:stretch-build
ENV NODE_VERSION 14.16.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... | nghiant2710/base-images | balena-base-images/node/generic/debian/stretch/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,789 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-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.U... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit-seeed-2mic-hat/ubuntu/bionic/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,095 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-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 p... | resin-io-library/base-images | balena-base-images/python/jetson-nano-2gb-devkit/ubuntu/focal/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,077 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-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 dependenc... | resin-io-library/base-images | balena-base-images/python/nanopc-t4/debian/sid/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,084 |
# Copyright 2018 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wri... | GoogleCloudPlatform/kafka-pubsub-emulator | go/src/kafka-pubsub-emulator-gateway/Dockerfile | Dockerfile | apache-2.0 | 1,643 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-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: publi... | nghiant2710/base-images | balena-base-images/python/odroid-ux3/ubuntu/focal/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:hirsute-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keys... | resin-io-library/base-images | balena-base-images/node/generic/ubuntu/hirsute/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-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 \
... | resin-io-library/base-images | balena-base-images/dotnet/raspberrypi4-64/debian/buster/3.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,134 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-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 de... | resin-io-library/base-images | balena-base-images/python/raspberry-pi2/ubuntu/xenial/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,070 |
# -*- dockerfile -*-
# vim:ts=2 sw=2 et:
FROM ubuntu:xenial
MAINTAINER Vladimir Ermakov <vooon341@gmail.com>
ENV GCCARM_VERSION 5_4-2016q3
ENV GCCARM_URL https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q3-update/+download/gcc-arm-none-eabi-5_4-2016q3-20160926-linux.tar.bz2
ENV PATH "$PATH:/opt/gcc-arm-none-eabi-${... | vooon/docker-firmware-ota-arm | 5.4/Dockerfile | Dockerfile | apache-2.0 | 994 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-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 dependenc... | nghiant2710/base-images | balena-base-images/python/qemux86/ubuntu/disco/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,064 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-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 s... | nghiant2710/base-images | balena-base-images/openjdk/orange-pi-one/ubuntu/cosmic/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,107 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-debian:jessie-build
ENV NODE_VERSION 12.20.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/nitrogen6x/debian/jessie/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-ubuntu:xenial-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get... | nghiant2710/base-images | balena-base-images/golang/kitra710/ubuntu/xenial/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,325 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-alpine:3.12-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; d... | nghiant2710/base-images | balena-base-images/node/revpi-connect/alpine/3.12/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,958 |
FROM debian:jessie
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y build-essential && \
apt-get clean
| markus-k/dockerfiles | buildessentials/Dockerfile | Dockerfile | apache-2.0 | 141 |
# 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... | jtattermusch/grpc | tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile | Dockerfile | apache-2.0 | 1,660 |
FROM scratch
MAINTAINER Kelsey Hightower <kelsey.hightower@gmail.com>
COPY hello-server hello-server
ENTRYPOINT ["/hello-server"]
| kelseyhightower/grpc-hello-service | hello-server/Dockerfile | Dockerfile | apache-2.0 | 130 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/via-vab820-quad/debian/buster/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: ... | nghiant2710/base-images | balena-base-images/python/firefly-rk3288/debian/buster/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-fedora:33-build
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.po... | nghiant2710/base-images | balena-base-images/node/jetson-tx1/fedora/33/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
FROM ubuntu:19.10
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
RUN apt-get update -yqq > /dev/null && \
apt-get install -yqq nginx git unzip php7.4 php7.4-common php7.4-cli php7.4-fpm ... | matt-42/FrameworkBenchmarks | frameworks/PHP/ubiquity/ubiquity.dockerfile | Dockerfile | bsd-3-clause | 811 |
# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | wanghaoran1988/origin | vendor/k8s.io/kubernetes/examples/k8petstore/web-server/Dockerfile | Dockerfile | apache-2.0 | 1,178 |
FROM hubspot/singularityservice:0.20.1
COPY singularity.yaml /etc/singularity/singularity.yaml
| samsalisbury/sous | integration/test-registry/singularityservice/Dockerfile | Dockerfile | mit | 95 |
FROM fedora:23
MAINTAINER Daniel Hess <dan9186@gmail.com>
RUN yum -y update && \
yum -y install \
bzr \
curl \
git \
make \
mercurial \
tar \
&& \
yum clean all
# Add golang to PATH
ENV GOROOT /goroot
ENV GOPATH /gopath
ENV PATH $PATH:$GOROOT/bin:$GOPATH/bin
# Create go directories, ins... | dan9186/docker-golang | fedora/23/Dockerfile | Dockerfile | mit | 597 |
FROM google/nodejs
COPY . /app
WORKDIR /app
RUN npm install -g http-server
| ALSD2016-Team/ALSD2016-FrontEnd | invoice/Dockerfile | Dockerfile | mit | 75 |
FROM cloudfoundry/cflinuxfs2
COPY \
om-linux \
semver-linux \
yaml_patch_linux \
cf \
cliaas-linux \
pivnet-cli \
govc \
stemcell-downloader \
steamroll \
jq \
terraform \
/usr/local/bin/
RUN \
cp /usr/local/bin/yaml_patch_linux /usr/... | pvsone/pcf-pipelines | ci/Dockerfile | Dockerfile | apache-2.0 | 1,979 |
FROM debian:wheezy
MAINTAINER Charles Flèche <charles.fleche@free.fr>
RUN apt-get update \
&& apt-get -y install \
libfreetype6-dev \
libjpeg-dev \
libpq-dev \
libtiff-dev \
libwebp-dev \
libxml2-dev \
libxslt-dev \
postgresql-client \
python-dev \
python-p... | puttarajubr/commcare-hq | Dockerfile | Dockerfile | bsd-3-clause | 1,309 |
FROM hbrls/egg-web:latest
COPY app /var/app/app
COPY config /var/app/config
COPY app.js /var/app/app.js
COPY index.js /var/app/index.js
COPY package.json /var/app/package.json
# RUN \
# mv /var/app/package-build.json /var/app-build/package.json && \
# cd /var/app-build && npm install --production --no-optional --... | wechat-developer/wechat-api-debug | pivot/Dockerfile | Dockerfile | mit | 591 |
FROM pl31/debian:stretch
MAINTAINER Patrick Büch <dh@paco.pl31.de>
# install services
RUN echo "Europe/Berlin" > /etc/timezone && \
dpkg-reconfigure tzdata && \
apt-get -y update && \
apt-get -y upgrade && \
apt-get -y install \
iceweasel \
iceweasel-adblock-plus
# run new iceweasel se... | pl31/docker-debian | stretch/debian-iceweasel/Dockerfile | Dockerfile | mit | 366 |
FROM busybox
RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
RUN echo 'dockerio:x:1001:' >> /etc/group
RUN mkdir /exists
RUN chown -R dockerio.dockerio /exists
COPY test_file1 /exists/
ADD test_file2 test_file3 /exists/test_file1
| sequenceiq/docker | integration-cli/build_tests/TestCopy/MultipleFilesToFile/Dockerfile | Dockerfile | apache-2.0 | 246 |
FROM openjdk:11.0.3-slim
ADD /target/aa-1.0.0.jar server.jar
CMD ["/bin/sh","-c","java -Dlight-4j-config-dir=/config -Dlogback.configurationFile=/config/logback.xml -jar /server.jar"]
| networknt/light-java-example | discovery/api_a/token/docker/Dockerfile | Dockerfile | apache-2.0 | 185 |
FROM postgres:9.6
MAINTAINER Sanjiv Kumar "mr.san.kumar@gmail.com"
# By copying it to below directory, init.sql runs each time the postgres container is started.
COPY init.sql /docker-entrypoint-initdb.d | mrsan22/Angular-Flask-Docker-Skeleton | postgresql/Dockerfile | Dockerfile | mit | 204 |
FROM mysql:5.7
MAINTAINER Julien Tant <julien@craftyx.fr>
| nWidart/nwidart-docs | docker/mysql/Dockerfile | Dockerfile | mit | 59 |
FROM python:2.7-alpine
RUN apk add --no-cache docker
COPY . /tmp/dockerfactory
RUN pip install --no-cache-dir /tmp/dockerfactory && \
rm -Rf /tmp/*
ENTRYPOINT ["dockerfactory"] | six8/dockerfactory | Dockerfile | Dockerfile | mit | 183 |
FROM ubuntu
MAINTAINER kevin@pentabarf.net
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y git curl
RUN curl -s https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin:/go/bin:$PATH
ENV GOPATH /go:/go/src/github.com/kevinwallace/crony/vendor
ADD . ... | kevinwallace/crony | Dockerfile | Dockerfile | mit | 607 |
FROM kbase/sdkbase2:python
MAINTAINER KBase Developer
# Install pip dependencies
RUN pip install -U --upgrade pip cerberus==1.3 Template-Toolkit-Python
COPY ./ /kb/module
WORKDIR /kb/module
RUN mkdir -p /kb/module/work \
&& chmod -R a+rw /kb/module \
&& make all
ENV TEMPLATE_DIR /kb/module/kbase_report_tem... | msneddon/KBaseReport | Dockerfile | Dockerfile | mit | 401 |
FROM alpine:3.2
RUN apk add --update py-pip python \
&& pip install -U pip \
&& rm -rf /var/cache/apk/* \
&& ln -s /usr/etc/seedbox /etc/seedbox
COPY . /seedbox/
WORKDIR /seedbox
RUN apk add --update git g++ python-dev \
&& pip install -U -r requirements.txt \
&& python setup.py install \
&&... | shad7/seedbox | Dockerfile | Dockerfile | mit | 485 |
FROM sierratecnologia/nodejs-with-android-sdk
# Installs PhoneGap
# Forces a create and build in order to preload libraries
ENV PHONEGAP_VERSION 4.0.0-0.22.7
RUN npm install -g npm && \
npm install -g phonegap@${PHONEGAP_VERSION} && \
npm install -g xmldom && \
npm install -g xpath && \
cd /tmp && \
... | ricardorsierra/dockerfiles | phonegap/4.0.0-0.22.7/Dockerfile | Dockerfile | mit | 488 |
FROM golang:1.12 as builder
MAINTAINER Jessica Frazelle <jess@linux.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
RUN apt-get update && apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gcc \
git \
make \
ruby-dev \
ruby \
--no-install-recommends \
&& rm -rf /var/lib/apt/lis... | koep/dockerfiles | consul/Dockerfile | Dockerfile | mit | 1,386 |
FROM openjdk:9-jdk-slim
ENV COBAR_VERSION=1.2.7
RUN apt-get update && \
apt-get install -y wget && \
wget https://github.com/alibaba/cobar/releases/download/v${COBAR_VERSION}/cobar-server-${COBAR_VERSION}.tar.gz && \
mkdir /opt/cobar && \
tar -zxvf cobar-server-${COBAR_VERSION}.tar.gz -C /opt/cobar && \... | IamBusy/fancy-linux | docker/cobar/Dockerfile | Dockerfile | apache-2.0 | 453 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-debian:jessie-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-ke... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/debian/jessie/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,801 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-alpine:3.15-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... | resin-io-library/base-images | balena-base-images/openjdk/spacely-tx2/alpine/3.15/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,756 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:buster-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" || \
gpg... | nghiant2710/base-images | balena-base-images/node/kitra710/debian/buster/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,781 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-debian:stretch-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1... | nghiant2710/base-images | balena-base-images/dotnet/raspberrypi3-64/debian/stretch/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,139 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-fedora:34-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/fedora/34/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/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: public k... | resin-io-library/base-images | balena-base-images/python/edison/debian/buster/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,850 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-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.... | nghiant2710/base-images | balena-base-images/dotnet/generic-aarch64/debian/bullseye/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,954 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVitt... | resin-io-library/base-images | balena-base-images/python/intel-nuc/alpine/3.13/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,842 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-alpine:edge-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do ... | nghiant2710/base-images | balena-base-images/node/jetson-nano/alpine/edge/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,956 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-ubuntu:xenial-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... | nghiant2710/base-images | balena-base-images/node/odroid-c1/ubuntu/xenial/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-debian:buster-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-ke... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/debian/buster/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,801 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-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", sinc... | resin-io-library/base-images | balena-base-images/python/armv7hf/fedora/33/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 2,430 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-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 63... | resin-io-library/base-images | balena-base-images/python/parallella-hdmi-resin/debian/stretch/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,867 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-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.
#
# F... | resin-io-library/base-images | balena-base-images/openjdk/generic-amd64-fde/debian/buster/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,866 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-alpine:3.13-run
ENV GO_VERSION 1.15.11
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ec... | nghiant2710/base-images | balena-base-images/golang/odroid-c1/alpine/3.13/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-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 \... | resin-io-library/base-images | balena-base-images/node/astro-tx2/alpine/3.12/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,950 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-fedora:35-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/raspberry-pi2/fedora/35/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-alpine:edge-run
ENV GO_VERSION 1.14.14
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ec... | nghiant2710/base-images | balena-base-images/golang/intel-nuc/alpine/edge/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,475 |
# AUTOGENERATED FILE
FROM balenalib/up-board-ubuntu:cosmic-run
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com ... | nghiant2710/base-images | balena-base-images/node/up-board/ubuntu/cosmic/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-fedora:31-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"... | nghiant2710/base-images | balena-base-images/python/jetson-nano/fedora/31/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,439 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-ubuntu:disco-build
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyser... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/ubuntu/disco/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-fedora:34-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/34/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,748 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:jessie-build
ENV NODE_VERSION 12.21.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 "$ke... | nghiant2710/base-images | balena-base-images/node/parallella-hdmi-resin/debian/jessie/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,798 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-ubuntu:focal-build
ENV NODE_VERSION 15.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 --keyser... | nghiant2710/base-images | balena-base-images/node/photon-xavier-nx/ubuntu/focal/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-ubuntu:cosmic-build
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyser... | nghiant2710/base-images | balena-base-images/node/via-vab820-quad/ubuntu/cosmic/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,768 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-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 dep... | resin-io-library/base-images | balena-base-images/python/nitrogen6xq2g/ubuntu/focal/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,068 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-debian:bullseye-build
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/odroid-c1/debian/bullseye/6.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,172 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.