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/edge-ubuntu:eoan-build
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.s... | nghiant2710/base-images | balena-base-images/node/edge/ubuntu/eoan/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
FROM phusion/baseimage
RUN echo '#!/bin/sh' "\nexit 0" > /usr/sbin/policy-rc.d
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN apt-key adv --keyserver keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
RUN echo "deb http://repo.percona.com/apt precise main" >> /etc/apt/sources.list
RUN echo "de... | strapdocker/percona | Dockerfile | Dockerfile | apache-2.0 | 760 |
# AUTOGENERATED FILE
FROM balenalib/artik10-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 "virtualenv", sinc... | resin-io-library/base-images | balena-base-images/python/artik10/fedora/34/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,430 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-ubuntu:focal-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depen... | nghiant2710/base-images | balena-base-images/python/apalis-imx6/ubuntu/focal/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,068 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-ubuntu:focal-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/ubuntu/focal/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,923 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-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/imx7-var-som/debian/buster/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-ubuntu:xenial-build
ENV GO_VERSION 1.15.6
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 "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_VERSION.l... | nghiant2710/base-images | balena-base-images/golang/cubox-i/ubuntu/xenial/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,025 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-alpine:3.10-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516600659... | nghiant2710/base-images | balena-base-images/node/etcher-pro/alpine/3.10/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,025 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-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 McVit... | nghiant2710/base-images | balena-base-images/python/jetson-tx2/alpine/3.13/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-ubuntu:bionic-build
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keys... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/ubuntu/bionic/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,770 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-alpine:3.10-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599... | nghiant2710/base-images | balena-base-images/node/beaglebone/alpine/3.10/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,023 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:stretch-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "8a8e06b02a5e7339675cbbad9eb46a0db2cab7da21306de7c3a60d37a6a96022 go$GO_VERS... | resin-io-library/base-images | balena-base-images/golang/am571x-evm/debian/stretch/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-ubuntu:cosmic-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some ... | nghiant2710/base-images | balena-base-images/openjdk/aio-3288c/ubuntu/cosmic/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,100 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-debian:stretch-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public... | resin-io-library/base-images | balena-base-images/python/qemux86/debian/stretch/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,851 |
# AUTOGENERATED FILE
FROM balenalib/parallella-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/parallella/debian/buster/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-alpine:edge-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/artik533s/alpine/edge/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-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 McVittie... | resin-io-library/base-images | balena-base-images/python/armv7hf/alpine/3.12/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-debian:jessie-run
ENV NODE_VERSION 15.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 --... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/debian/jessie/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,956 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-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 dep... | nghiant2710/base-images | balena-base-images/python/orange-pi-one/ubuntu/disco/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,072 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-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/floyd-nano/ubuntu/focal/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-ubuntu:disco-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-... | nghiant2710/base-images | balena-base-images/golang/intel-edison/ubuntu/disco/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,331 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-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 "vir... | resin-io-library/base-images | balena-base-images/python/parallella-hdmi-resin/fedora/33/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,444 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-fedora:32-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ... | nghiant2710/base-images | balena-base-images/node/generic-aarch64/fedora/32/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-ubuntu:eoan-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.... | nghiant2710/base-images | balena-base-images/node/odroid-ux3/ubuntu/eoan/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-debian:stretch-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || ... | resin-io-library/base-images | balena-base-images/node/imx6ul-var-dart/debian/stretch/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,786 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-alpine:3.14-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';... | resin-io-library/base-images | balena-base-images/openjdk/jetson-xavier-nx-devkit-seeed-2mic-hat/alpine/3.14/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,787 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-debian:sid-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... | nghiant2710/base-images | balena-base-images/node/imx6ul-var-dart/debian/sid/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,939 |
from ubuntu:focal
maintainer yans@yancomm.net
arg DEBIAN_FRONTEND=noninteractive
arg BRANCH=master
run dpkg --add-architecture i386
run apt-get update && \
apt-get -o APT::Immediate-Configure=0 install -y virtualenvwrapper python3-dev python3-pip build-essential libxml2-dev libxslt1-dev git libffi-dev cmake ... | angr/angr-dev | Dockerfile | Dockerfile | bsd-2-clause | 890 |
FROM gliderlabs/alpine:edge
RUN \
apk update && \
apk upgrade && \
apk --update add ruby ruby-rake ruby-io-console ruby-bigdecimal ruby-json ruby-bundler \
libstdc++ tzdata curl ca-certificates && \
echo 'gem: --no-document' > /etc/gemrc && \
gem install redis && \
curl -o /usr/local/bin/re... | gmr/tredis | docker/redis-trib/Dockerfile | Dockerfile | bsd-3-clause | 578 |
FROM php:5.6-cli
# Install Curl, Git
RUN apt-get update && apt-get install -y curl git unzip zip
# Install Composer
RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/local/bin/composer
COPY php.ini /usr/local/etc/php/php.ini
VOLUME /var/www
WORKDIR /var/www
CMD ["/bin/bash"] | piwi91/TDD-Workshop-Gilded-Rose-Kata | docker/application/Dockerfile | Dockerfile | bsd-3-clause | 310 |
# Based on https://hub.docker.com/r/teaegg/alpine-scrapyd/~/dockerfile
FROM alpine:3.4
MAINTAINER mark <mark@markhollow.com>
ENV LIBRARY_PATH=/lib:/usr/lib
ENV RUNTIME_PACKAGES python py-pip libxslt libxml2 jpeg tiff libpng zlib git \
curl libpq
ENV BUILD_PACKAGES build-base libxslt-dev libxml2... | hmmbug/alpine-scrapy | Dockerfile | Dockerfile | bsd-3-clause | 1,751 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-ubuntu:xenial-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 so... | nghiant2710/base-images | balena-base-images/openjdk/orangepi-plus2/ubuntu/xenial/11-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,104 |
FROM debian:jessie
MAINTAINER Tobias Schottdorf <tobias.schottdorf@gmail.com>
RUN mkdir -p /cockroach
# TODO remove this next copy once the tests do not need the test cert any more.
COPY build/resource /cockroach/resource
COPY cockroach.sh test.sh build/cockroach /cockroach/
# Set working directory so that relative ... | Kevin-GuanJian/cockroach | build/deploy/Dockerfile | Dockerfile | apache-2.0 | 448 |
FROM balenalib/armv7hf-alpine:3.12-run
LABEL io.balena.device-type="apalis-imx6q"
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 (... | nghiant2710/base-images | balena-base-images/device-base/apalis-imx6q/alpine/3.12/run/Dockerfile | Dockerfile | apache-2.0 | 1,017 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-alpine:3.12-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 ... | nghiant2710/base-images | balena-base-images/openjdk/beaglebone-green/alpine/3.12/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,765 |
# Nginx
#
# VERSION 0.0.1
FROM ubuntu:latest
MAINTAINER Guillaume J. Charmes "guillaume@dotcloud.com"
# make sure the package repository is up to date
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y nginx | ollie314/docker-java | src/test/resources/buildTests/AUTHOR/Dockerfile | Dockerfile | apache-2.0 | 314 |
FROM alpine:3.4
RUN apk update && apk add ca-certificates
RUN mkdir /usr/local/musl && cd /usr/local/musl && ln -s /etc/ssl
ADD target/x86_64-unknown-linux-musl/release/health-proxy /bin/health-proxy
RUN chmod +x /bin/health-proxy
CMD ["/bin/health-proxy"]
| rolepoint/etcd-aws-tools | health-proxy/Dockerfile | Dockerfile | mit | 258 |
#
# Dockerfile for hbdg (Home Bridge)
#
FROM alpine
MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apk update \
&& apk add avahi \
avahi-compat-libdns_sd \
avahi-dev \
build-base \
dbus \
nodejs \
nodejs-npm \
... | dprasanthv/DockerFiles | hbdg/Dockerfile | Dockerfile | mit | 724 |
FROM ubuntu:14.04
# vips version
ENV LIBVIPS_VERSION_MAJOR 8
ENV LIBVIPS_VERSION_MINOR 5
ENV LIBVIPS_VERSION_PATCH 8
ENV LIBVIPS_VERSION $LIBVIPS_VERSION_MAJOR.$LIBVIPS_VERSION_MINOR.$LIBVIPS_VERSION_PATCH
# Install dependencies and vips
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
... | opendoor-labs/gothumb | Dockerfile | Dockerfile | mit | 2,343 |
FROM dockerfile/elasticsearch
MAINTAINER Hemslo Wang <hemslo.wang@gmail.com>
COPY config /elasticsearch/config
COPY plugins /elasticsearch/plugins
| hemslo/dockerfiles | elasticsearch/Dockerfile | Dockerfile | mit | 148 |
FROM alpine:edge
MAINTAINER Vincent Rouille <vincent@speedy37.fr>
RUN apk add --no-cache duplicity lftp librsync \
&& apk add --no-cache py-boto py-paramiko py2-pip py-cryptography ca-certificates \
&& apk add --no-cache py-cffi \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing ... | Speedy37/docker-images | duplicity/alpine/Dockerfile | Dockerfile | mit | 617 |
FROM pblittle/docker-logstash:0.18.0
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
# Download packages required to run the test suite
#
RUN apt-get update \
&& apt-get install -yq \
apt-utils \
git \
net-tools \
--no-install-recommends \
&& rm -rf /var/cac... | eternnoir/docker-logstash | 1.4/test/elasticsearch-linked/Dockerfile | Dockerfile | mit | 700 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.13
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
... | DoveConviene/php | 8.0/alpine3.13/cli/Dockerfile | Dockerfile | mit | 6,257 |
FROM php:7.1-cli
ENV OAI_SPEC_URL="https://raw.githubusercontent.com/sendgrid/sendgrid-oai/master/oai_stoplight.json"
ENV SENDGRID_API_KEY $SENDGRID_API_KEY
# install Prism
WORKDIR /root
# install Prism
ADD https://raw.githubusercontent.com/stoplightio/prism/master/install.sh install.sh
RUN chmod +x ./install.sh && ... | momarcissex/nd-v1.00 | vendor/sendgrid/sendgrid/docker/Dockerfile | Dockerfile | mit | 547 |
FROM nvcr.io/nvidia/cuda:10.1-devel-ubuntu18.04
RUN apt update && apt install -y --no-install-recommends \
apt-transport-https ca-certificates \
gnupg software-properties-common curl && apt clean
# Add CMake repo
RUN curl -L https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add -
RUN apt-add-rep... | MeteoSwiss-APN/dawn | docker/cuda10.1-ubuntu18.04.dockerfile | Dockerfile | mit | 1,230 |
FROM ruby:2.5
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1
WORKDIR /usr/src/app
COPY Gemfile Gemfile.lock ./
RUN bundle install
RUN jekyll build
EXPOSE 4000
COPY . .
CMD ["/usr/local/bundle/bin/jekyll", "serve", "--watch", "-H", "0.0.0.0"] | code4sac/codeforsacramento.org | Dockerfile | Dockerfile | mit | 300 |
# AUTOGENERATED FILE
FROM balenalib/iot2000-debian:stretch-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public... | nghiant2710/base-images | balena-base-images/python/iot2000/debian/stretch/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,872 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-ubuntu:bionic-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/qemux86-64/ubuntu/bionic/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,921 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-fedora:30-build
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.poo... | nghiant2710/base-images | balena-base-images/node/artik533s/fedora/30/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
FROM jliu118/clarityviz:super-opencv
MAINTAINER Jonathan Liu <jliu118@jhu.edu>
RUN pip install -U scikit-learn \
&& pip install boto3
RUN pip install clarityviz
COPY ./execute.py /
ENTRYPOINT ["python", "execute.py", "jliu118-test", "arguments.txt"]
| NeuroDataDesign/seelviz | Docker/jon/batch/Dockerfile | Dockerfile | apache-2.0 | 255 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:33-build
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/surface-pro-6/fedora/33/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-ubuntu:cosmic-run
ENV GO_VERSION 1.15.6
# 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/jetson-nano/ubuntu/cosmic/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,326 |
FROM tudorg/xgo-1.8.3
MAINTAINER Tudor Golubenco <tudor@elastic.co>
# Get libpcap binaries for linux
RUN \
dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y libpcap0.8-dev
RUN \
mkdir -p /libpcap && \
apt-get download libpcap0.8-dev:i386 && \
dpkg -x libpcap0.8-dev_*_i386.deb /libpcap/i3... | roncohen/apm-server | _beats/dev-tools/packer/docker/xgo-image/beats-builder/Dockerfile | Dockerfile | apache-2.0 | 1,382 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-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/intel-nuc/fedora/32/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-alpine:3.11-run
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/up-core-plus/alpine/3.11/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,478 |
# AUTOGENERATED FILE
FROM balenalib/artik520-alpine:3.10-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 \
6A010C5166006599A... | nghiant2710/base-images | balena-base-images/node/artik520/alpine/3.10/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 3,023 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-fedora:33-run
ENV GO_VERSION 1.17.7
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "a5aa1ed17d45ee1d58b... | resin-io-library/base-images | balena-base-images/golang/photon-xavier-nx/fedora/33/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,077 |
FROM kollaglue/fedora-rdo-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN curl -O https://repos.fedorapeople.org/repos/openstack/openstack-juno/fedora-21/openstack-zaqar-2014.2-1.fc22.noarch.rpm
RUN curl -O https://repos.fedorapeople.org/repos/openstack/openstack-juno/fedora-21/python-oslo-utils-0.3.0-... | jasonbrooks/kolla | docker/zaqar/Dockerfile | Dockerfile | apache-2.0 | 767 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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 "virtualenv", sin... | nghiant2710/base-images | balena-base-images/python/up-board/fedora/34/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
FROM centos:8
LABEL maintainer="Adam Bien, adam-bien.com" description="Base image for all docklands images"
RUN yum update -y \
&& yum -y install unzip \
&& yum -y install java-1.8.0-openjdk-devel \
&& yum clean all
ENV JAVA_HOME /usr/lib/jvm/java-1.8.0
ENV PATH "$PATH":/${JAVA_HOME}/bin:.: | AdamBien/docklands | java/java8/Dockerfile | Dockerfile | apache-2.0 | 297 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-debian:buster-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f4e96bbcd5d2d1942f5b55d9e4ab19564da4fad192012f6d7b0b9b055ba4208f go$GO_VERSION.linux-arm64.tar.... | nghiant2710/base-images | balena-base-images/golang/imx8mm-var-dart/debian/buster/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,004 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-fedora:30-build
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/npe-x500-m3/fedora/30/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
FROM ubuntu:14.04
MAINTAINER Sharmarke Aden, saden1@gmail.com
ENV _VERSION 14.04
ENV _OUT /out
# Set default system settings
RUN locale-gen en_US en_US.UTF-8
RUN echo "debconf debconf/frontend select Teletype" | debconf-set-selections
# Add Universe repository, update and upgrade the system
RUN echo "deb http://arch... | MagIciaNGTAO/docker | base/common/ubuntu/Dockerfile | Dockerfile | apache-2.0 | 1,194 |
# AUTOGENERATED FILE
FROM balenalib/edison-alpine:3.11-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 'dirname "... | nghiant2710/base-images | balena-base-images/openjdk/edison/alpine/3.11/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,771 |
#-----------------------------------------------------------------------------------------------------
# User Service
#-----------------------------------------------------------------------------------------------------
FROM openjdk:8u121-jdk-alpine
MAINTAINER Anil Allewar <anilallewar@yahoo.co.in>
# Keep consistent... | anilallewar/microservices-basics-spring-boot | user-webservice/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 670 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-nx-devkit-alpine:3.12-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
R... | resin-io-library/base-images | balena-base-images/python/jetson-tx2-nx-devkit/alpine/3.12/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,138 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-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/raspberrypi2/ubuntu/xenial/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,069 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-alpine:3.13-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add ... | nghiant2710/base-images | balena-base-images/python/astro-tx2/alpine/3.13/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,573 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-ubuntu:eoan-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.... | nghiant2710/base-images | balena-base-images/node/surface-go/ubuntu/eoan/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-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 "virtualenv", s... | nghiant2710/base-images | balena-base-images/python/jn30b-nano/fedora/31/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-debian:bullseye-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 --keyser... | resin-io-library/base-images | balena-base-images/node/orange-pi-one/debian/bullseye/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,941 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-ubuntu:cosmic-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | nghiant2710/base-images | balena-base-images/node/orange-pi-zero/ubuntu/cosmic/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-debian:bullseye-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 \
' \
&& ap... | nghiant2710/base-images | balena-base-images/golang/imx7-var-som/debian/bullseye/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,360 |
FROM debian:10 as debian10-java11
ARG BUILDARCH
ENV DEBIAN_FRONTEND="noninteractive"
ENV LANG "C.UTF-8"
ENV LANGUAGE "C.UTF-8"
ENV LC_ALL "C.UTF-8"
### Install packages required by Bazel and its tests
RUN apt-get -y update && \
apt-get -y install --no-install-recommends \
apt-utils \
bind9-host \
buil... | bazelbuild/continuous-integration | buildkite/docker/debian10/Dockerfile | Dockerfile | apache-2.0 | 2,876 |
#php环境
#版本1 2015-06-28
#一些小说明,现在安装的软件都使用yum方式安装,所以版本可能很低
#共享文件,容器内的/var/data目录需共享到主机
#/var/data/db mysql数据文件
#/var/data/log 日记目录
#/var/data/etc/www.conf apache配置文件
#/var/data/etc/php.ini php配置文件
#root用户的密码默认为root
FROM centos:6
#yubang打包的镜像,为了开发php应用
MAINTAINER yubang cybzxc@163.com
#安装常用软件
RUN yum -y install vim
R... | yubang/docker-dockerfile-php | Dockerfile | Dockerfile | apache-2.0 | 1,500 |
# AUTOGENERATED FILE
FROM balenalib/photon-tx2-nx-debian:bullseye-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 ... | resin-io-library/base-images | balena-base-images/dotnet/photon-tx2-nx/debian/bullseye/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,140 |
FROM coco/base-ldap:latest
MAINTAINER Michel Käser <michel.kaeser@students.fhnw.ch>
#
# IPython Notebook template (Python3 version)
# -----------------------------------------------
#
# Command: (leave empty)
# Protected Port: 8888
# Public Ports: 22 (inherited from base-ldap)
#
# Notes
#
# - additional Python modu... | coco-project/dockerfiles | ipython3-notebook/Dockerfile | Dockerfile | bsd-3-clause | 1,565 |
FROM centos:6
RUN yum update -y && yum install rpm-build make tar python-setuptools git epel-release -y
RUN yum update -y && yum install python-pip -y
RUN pip install argparse
COPY ./build-rpms.sh /
| F5Networks/f5-openstack-agent | f5-openstack-agent-dist/Docker/redhat/6/Dockerfile | Dockerfile | apache-2.0 | 201 |
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
make \
file \
curl \
ca-certificates \
python2.7 \
git \
cmake \
sudo \
gdb \
xz-utils \
g++-mipsel-linux-gnu \
libssl-dev \
pkg-config
COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh
E... | GBGamer/rust | src/ci/docker/dist-mipsel-linux/Dockerfile | Dockerfile | apache-2.0 | 476 |
FROM redis:latest
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
VOLUME /data
EXPOSE 6379
CMD [ "redis-server" ]
| tagfans/docker | redis/Dockerfile | Dockerfile | mit | 112 |
FROM ubuntu:16.04
RUN apt update \
&& apt install -y wget expect \
&& wget https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.3/EasyRSA-3.0.3.tgz \
&& tar zxvf EasyRSA-3.0.3.tgz --transform 's!^EasyRSA-3.0.3!etc/easyrsa!' \
&& cd /etc/easyrsa/ \
&& ./easyrsa init-pki
# \... | tkerns1965/tk_docker_openvpn | easyrsa_Dockerfile | Dockerfile | mit | 353 |
FROM node:6.9
ADD package.json /rsk/
ADD LICENSE.txt /rsk/
ADD src /rsk/src
ADD tools /rsk/tools
WORKDIR /rsk
RUN npm install
RUN ./node_modules/.bin/babel-node tools/run build --release
EXPOSE 3000
CMD node build/server.js
| ynu/res-track-wxe | Dockerfile | Dockerfile | mit | 227 |
FROM node:7-alpine
ENV PORT 3333
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
ADD . /usr/src/app
RUN yarn install
EXPOSE $PORT
CMD ["npm", "start"]
| ShintoTuna/discord-jenkins | Dockerfile | Dockerfile | mit | 177 |
FROM nodesource/sid-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl https://deb.nodesource.com/iojs_2.x/pool/main/i/iojs/iojs_2.4.0-1nodesource1~sid1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb
RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))... | nodesource/docker-node | debian/sid/iojs/2.4.0/Dockerfile | Dockerfile | mit | 543 |
FROM mcr.microsoft.com/windows/servercore:ltsc2016
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ENV chocolateyUseWindowsCompression false
RUN iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')); \
choco feature di... | StefanScherer/dockerfiles-windows | nodejs-node-8897/node/Dockerfile | Dockerfile | mit | 707 |
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates \
gcc-powerpc-linux-gnu libc6-dev-powerpc-cross \
qemu-system-ppc
ENV CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_LINKER=powerpc-linux-gnu-gcc \
CARGO_TARGET_POWERPC_UNKN... | rust-lang-nursery/libc | ci/docker/powerpc-unknown-linux-gnu/Dockerfile | Dockerfile | mit | 436 |
FROM debian:jessie
MAINTAINER Cagdas Cirit <cagdascirit@gmail.com>
ENV DEBIAN_FRONTEND noninteractive
ENV VERSION 6
ENV UPDATE 45
ENV BUILD 06
ENV JAVA_VERSION ${VERSION}u${UPDATE}
RUN apt-get -y update && \
apt-get -y install wget
RUN wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=acce... | cagdascirit/docker-oracle-java | jre-6u45/Dockerfile | Dockerfile | mit | 989 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM debian:sid-slim
# 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, ... | vicamo/docker-java | sid/10/jdk/slim/Dockerfile | Dockerfile | mit | 2,400 |
FROM ubuntu:latest as build-env
# Install OpenCV dependencies
RUN apt-get update -y
RUN apt-get upgrade -y
RUN apt-get install build-essential -y
RUN apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev -y
RUN apt-get install python-dev python-numpy libtbb2 libtbb-dev libjp... | jeremy091/cyberusAI | Dockerfile | Dockerfile | mit | 1,313 |
FROM ubuntu:16.10
MAINTAINER Leandro Costa version: 0.1
RUN apt-get update && apt-get install -y iputils-ping
ENTRYPOINT ["echo"]
| leandrocgsi/docker-files | understanding-cmd/Dockerfile | Dockerfile | apache-2.0 | 130 |
FROM docs/base:latest
MAINTAINER Mary <mary@docker.com> (@moxiegirl)
# to get the git info for this repo
COPY . /src
# Reset the /docs dir so we can replace the theme meta with the new repo's git info
RUN git reset --hard
RUN grep "VERSION =" /src/version/version.go | sed 's/.*"\(.*\)".*/\1/' > /docs/VERSION
COPY... | rajdeepd/swarm | docs/Dockerfile | Dockerfile | apache-2.0 | 538 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-debian:bullseye-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
liblttng-ust0 \... | nghiant2710/base-images | balena-base-images/dotnet/floyd-nano/debian/bullseye/2.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,555 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-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/coral-dev/ubuntu/focal/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-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/nitrogen8mm/fedora/33/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 2,439 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-debian:sid-run
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keys... | resin-io-library/base-images | balena-base-images/node/aio-3288c/debian/sid/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,929 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-debian:jessie-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-... | nghiant2710/base-images | balena-base-images/golang/nitrogen8mm/debian/jessie/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,328 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-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 a... | resin-io-library/base-images | balena-base-images/python/cnx100-xavier-nx/alpine/edge/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,134 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-fedora:33-run
ENV GO_VERSION 1.16
# 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 "3770f7eb22d05e25fbee8fb53c... | nghiant2710/base-images | balena-base-images/golang/jetson-nano/fedora/33/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,068 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-fedora:34-run
ENV GO_VERSION 1.15.6
# 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 "f87515b9744154ffe31182da... | nghiant2710/base-images | balena-base-images/golang/cl-som-imx8/fedora/34/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,072 |
#
# Base image for compiling and running Ceylon applications
#
FROM ceylon/ceylon-base:jre7-redhat
MAINTAINER Tako Schotanus <tako@ceylon-lang.org>
ENV CEYLON_VERSION=1.3.0
LABEL org.ceylon-lang.dockerfile.description="Base image for compiling and running Ceylon applications" \
org.ceylon-lang.dockerfile.vendor=... | ceylon-docker/ceylon | 1.3.0/1.3.0-jre7-redhat/Dockerfile | Dockerfile | apache-2.0 | 579 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.