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/nitrogen6xq2g-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
RUN apk ... | nghiant2710/base-images | balena-base-images/python/nitrogen6xq2g/alpine/3.12/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,135 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-debian:bullseye-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python de... | nghiant2710/base-images | balena-base-images/python/spacely-tx2/debian/bullseye/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,098 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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" || \
... | nghiant2710/base-images | balena-base-images/node/jetson-tx1/debian/stretch/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,785 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-fedora:34-run
ENV GO_VERSION 1.15.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 "bca4af0c20f86521dfabf3b3... | nghiant2710/base-images | balena-base-images/golang/jetson-nano/fedora/34/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,072 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:impish-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keys... | resin-io-library/base-images | balena-base-images/node/genericx86-64-ext/ubuntu/impish/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,767 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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 M... | resin-io-library/base-images | balena-base-images/python/firefly-rk3288/alpine/3.12/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-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/beaglebone-black/debian/bullseye/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,953 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-debian:bullseye-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batc... | nghiant2710/base-images | balena-base-images/node/jetson-nano-2gb-devkit/debian/bullseye/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,954 |
FROM jamesdbloom/mockserver
EXPOSE 80
CMD /opt/mockserver/run_mockserver.sh -logLevel INFO -serverPort 80 -proxyPort 1090 | aslakknutsen/arquillian-examplecube-mockcontainer | src/test/resources/mockserver/Dockerfile | Dockerfile | apache-2.0 | 123 |
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y kmod curl nfs-common
RUN curl -sSL -o share-mnt https://github.com/rancher/runc/releases/download/share-mnt-v0.0.3/share-mnt && \
chmod u+x share-mnt && mv share-mnt /usr/bin
COPY longhorn longhorn-agent launch launch-driver docker-longhorn-driver copy-bi... | cjellick/longhorn | package/Dockerfile | Dockerfile | apache-2.0 | 403 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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 d... | nghiant2710/base-images | balena-base-images/python/via-vab820-quad/ubuntu/disco/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,072 |
# 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... | firebase/grpc | tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile | Dockerfile | apache-2.0 | 2,331 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-ubuntu:bionic-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu60 \
libssl1.1 \
libs... | resin-io-library/base-images | balena-base-images/dotnet/am571x-evm/ubuntu/bionic/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,517 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-fedora:35-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | resin-io-library/base-images | balena-base-images/node/generic-amd64-fde/fedora/35/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
FROM debian:7
RUN apt-get update && apt-get install -y wget ca-certificates git-core &&\
rm -rf /var/lib/apt/lists/*
RUN wget -O /tmp/hub-linux-amd64-2.6.0.tgz https://github.com/github/hub/releases/download/v2.6.0/hub-linux-amd64-2.6.0.tgz && \
cd /usr/local && \
tar -xvf /tmp/hub-linux-amd64-2.6.0.tgz && \
l... | kubeflow/examples | code_search/docker/ks/Dockerfile | Dockerfile | apache-2.0 | 937 |
# 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... | kpayson64/grpc | tools/dockerfile/test/php_jessie_x64/Dockerfile | Dockerfile | apache-2.0 | 2,169 |
FROM node:7.4.0
RUN apt-get update && apt-get install -y --no-install-recommends xvfb libgtk2.0-0 libxtst-dev libxss-dev libgconf2-dev libnss3 libasound2-dev
RUN mkdir /decentraland
WORKDIR /decentraland
COPY ./package.json /decentraland
RUN npm install
COPY . /decentraland
EXPOSE 5000 2301 8301 93... | decentraland/decentraland-node | Dockerfile | Dockerfile | mit | 373 |
FROM nginx:1.9.4
MAINTAINER Arthur Tsang <arthur_tsang@hotmail.com>
ADD https://github.com/hashicorp/consul-template/releases/download/v0.10.0/consul-template_0.10.0_linux_amd64.tar.gz /tmp/consul-template.tgz
ADD nginx.conf.ctmpl nginx.conf.ctmpl
RUN cd /bin && gzip -dc /tmp/consul-template.tgz | tar -xf... | scalp42/consul-nginx | Dockerfile | Dockerfile | apache-2.0 | 668 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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 'dirname... | nghiant2710/base-images | balena-base-images/openjdk/up-board/alpine/3.12/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,772 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-ubuntu:xenial-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 so... | nghiant2710/base-images | balena-base-images/openjdk/up-core-plus/ubuntu/xenial/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,121 |
FROM pl31/debian:stretch
MAINTAINER Patrick Büch <dh@paco.pl31.de>
USER root
# install services
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get -y install \
python3-pip virtualenv \
jupyter-notebook jupyter-client jupyter-core \
jupyter-nbconvert jupyter-nbformat \
j... | pl31/docker-debian | debian-jupyter-notebook/stretch.Dockerfile | Dockerfile | mit | 1,658 |
FROM ubuntu:${UBUNTU_VERSION} AS base
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
curl \
git \
libcurl3-dev \
libfreetype6-dev \
libhdf5-serial-dev \
libzmq3-dev \
pkg-config \
rsync \
software-prop... | ghchinoy/tensorflow | tensorflow/tools/dockerfiles/partials/ubuntu/devel-cpu.partial.Dockerfile | Dockerfile | apache-2.0 | 907 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/generate.sh"!
#
FROM oraclelinux:7
RUN yum groupinstall -y "Development Tools"
RUN yum install -y --enablerepo=ol7_optional_latest btrfs-progs-devel device-mapper-devel glibc-static libselinux-devel sqlite-devel tar
ENV GO_VERSION 1.4.2
RUN curl -fSL "https://... | cloudfoundry-incubator/garden-shed | vendor/github.com/docker/docker/contrib/builder/rpm/oraclelinux-7/Dockerfile | Dockerfile | apache-2.0 | 488 |
FROM hypriot/rpi-alpine-scratch:edge
# Add support for cross-builds
COPY qemu-arm-static /usr/bin/
RUN apk add --update curl
ADD grafana.tar /
COPY pods.json cluster.json /dashboards/
COPY run.sh /
ENTRYPOINT ["/run.sh"]
| luxas/kubernetes-on-arm | addons/images/grafana/Dockerfile | Dockerfile | mit | 224 |
FROM golang:1.15.7-alpine3.12 AS build
ARG gocarbon_version=0.15.6
ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git
RUN apk add --update git make \
&& git clone "${gocarbon_repo}" /usr/local/src/go-carbon \
&& cd /usr/local/src/go-carbon \
&& git checkout tags/v"${gocarbon_version}" \
&& make \
&& c... | lomik/go-carbon | Dockerfile | Dockerfile | mit | 941 |
FROM ubuntu
MAINTAINER Pasang Sherpa <pgsherpa12@gmail.com>
# Set environment vars
ENV GO_VERSION go1.5
ENV EXTENSION linux-amd64.tar.gz
ENV GOPATH /go
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
ENV GOSRC $GOPATH/src
ENV APP app
# Install go deps, xvfb (x session), libwebkit, gtk, and gotk3
RUN apt-get update -y \
... | pasangsherpa/go-webloop | Dockerfile | Dockerfile | mit | 1,024 |
FROM pascalgrimaud/java:5
MAINTAINER Pascal Grimaud <pascalgrimaud@gmail.com>
# update
RUN apt-get -y update
RUN apt-get -y install zip wget
# install jboss
RUN wget -O /tmp/jboss-4.2.2.GA.zip \
http://iweb.dl.sourceforge.net/project/jboss/JBoss/JBoss-4.2.2.GA/jboss-4.2.2.GA.zip
RUN unzip /tmp/jboss-4.2.2.GA.zip ... | pascalgrimaud/dockerfiles | jboss/4.2.2.GA/Dockerfile | Dockerfile | mit | 711 |
# Define the NodeJS we're using
# In this case, we're using the
# recommended LTS version 6.9.1
FROM node:6.9.1
# Create app directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Install dependencies
COPY package.json /usr/src/app/
RUN npm install -q
# Bundle app source
COPY . /usr/src/app/
# Define the runtime co... | worb/launchpad | tools/webpack.dockerfile | Dockerfile | mit | 365 |
FROM debian:jessie-slim
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN groupadd -r redis && useradd -r -g redis redis
# grab gosu for easy step-down from root
# https://github.com/tianon/gosu/releases
ENV GOSU_VERSION 1.10
RUN set -ex... | ricardorsierra/dockerfiles | redis/3.0/32bit/Dockerfile | Dockerfile | mit | 2,328 |
FROM phusion/baseimage:0.9.16
MAINTAINER Harsh Vakharia <harshjv@gmail.com>
# Add MySQL volume
VOLUME ["/var/lib/mysql"]
CMD ["true"] | harshjv/docker-mysql-data | Dockerfile | Dockerfile | mit | 135 |
FROM alpine:3.5
MAINTAINER <jpreuss@pavuciny.com>
RUN apk add --no-cache ruby ruby-bigdecimal sqlite-libs libstdc++
ENV MAILCATCHER_VERSION 0.5.12
RUN buildDeps=" \
ruby-dev \
make g++ \
sqlite-dev \
" && \
apk add --no-cache $buildDeps && \
gem install -v $MAILCATCHER_VERSION ma... | jpreuss/docker-mailcatcher | Dockerfile | Dockerfile | mit | 486 |
FROM mysql:5.6
RUN rm -rf /etc/localtime \
&& ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime | foxiswho/docker-compose-nginx-php-mysql | mac-php56/mysql/Dockerfile | Dockerfile | mit | 101 |
# Run wireshark in a container
#
# docker run -d \
# -v /etc/localtime:/etc/localtime:ro \
# -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=unix$DISPLAY \
# --name wireshark \
# jess/wireshark
#
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-... | saneax/dockerfiles | wireshark/Dockerfile | Dockerfile | mit | 718 |
FROM microsoft/aspnetcore:2.0
ARG source
WORKDIR /app
EXPOSE 80
COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "Miles.People.Core.dll"]
| pjsamuel3/xPlatformDotNet | core_app/Miles.People.Core/Dockerfile | Dockerfile | mit | 148 |
# Generated automatically by update.sh
# Do no edit this file
FROM bigtruedata/scala:2.10.5-alpine
# Install build dependencies
RUN apk add --no-cache --virtual=.dependencies tar wget
Run wget -O- "https://github.com/sbt/sbt/releases/download/v0.13.15/sbt-0.13.15.tgz" \
| tar xzf - -C /usr/local --strip-compone... | bigtruedata/docker-sbt | 0.13.15/alpine/2.10.5/Dockerfile | Dockerfile | mit | 449 |
# Run tor browser in a container
# most work by @jfrazelle
# sadly, ubuntu isn't as simple as debian...
#
# docker run -v /tmp/.X11-unix:/tmp/.X11-unix \
# -v /dev/snd:/dev/snd \
# -e DISPLAY=unix$DISPLAY \
# fschl/tor-browser
#
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
# Tell debconf to run in... | fschl/dockerfiles | tor-browser/Dockerfile | Dockerfile | mit | 1,671 |
FROM ubuntu:14.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --yes kubuntu-desktop && apt-get clean
CMD [ "/bin/bash" ]
| phanect/docker-kubuntu | dist/14.04/Dockerfile | Dockerfile | cc0-1.0 | 148 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-fedora:30-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 --k... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-gateway/fedora/30/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,771 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:buster-build
ENV NODE_VERSION 15.7.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/parallella-hdmi-resin/debian/buster/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,796 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-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/revpi-connect/debian/bullseye/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-alpine:3.11-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/odroid-c1/alpine/3.11/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,954 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-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/iot-gate-imx8/debian/buster/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,528 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-debian:bookworm-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/fincm3/debian/bookworm/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,125 |
FROM java:8u111-jre-alpine
ADD build/libs/hazelcast-docker-swarm-discovery-spi-1.0-RC14-all.jar /test.jar
# Create our entrypoint
RUN echo "set -e; command=\"\$1\"; if [ \"\$command\" != \"java\" ]; then echo \"ERROR: command must start with: java\"; exit 1; fi; exec \"\$@\"" > /entrypoint.sh
RUN chmod +x /entrypoin... | bitsofinfo/hazelcast-docker-swarm-discovery-spi | Test.Dockerfile | Dockerfile | apache-2.0 | 374 |
FROM dotnet-20-rhel7:latest
# Dockerfile for HETS Client
# install rlwrap
USER 0
RUN yum install -y readline-devel bzip2 git && \
yum clean all -y
# install Node.js
ENV NVM_DIR /usr/local/nvm
ENV NODE_VERSION v8.9.1
RUN mkdir /opt/rh/rh-nodejs6 \
&& touch /opt/rh/rh-nodejs6/enable \
&& chmod a+rx /opt... | asanchezr/hets | Client/Dockerfile | Dockerfile | apache-2.0 | 1,154 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-alpine:3.14-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVit... | resin-io-library/base-images | balena-base-images/python/up-squared/alpine/3.14/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,843 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:cosmic-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 \
' \
&& apt-ge... | nghiant2710/base-images | balena-base-images/golang/beaglebone/ubuntu/cosmic/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,354 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-alpine:3.10-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
;... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/alpine/3.10/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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
RUN a... | resin-io-library/base-images | balena-base-images/python/beaglebone-green/alpine/3.12/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,134 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-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 'd... | nghiant2710/base-images | balena-base-images/openjdk/orangepi-plus2/alpine/3.11/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,763 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-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 McV... | resin-io-library/base-images | balena-base-images/python/apalis-imx6q/alpine/3.13/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-debian:bullseye-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-... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/debian/bullseye/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,805 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-nx-devkit-fedora:34-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 "a5aa1ed17d45ee1... | resin-io-library/base-images | balena-base-images/golang/jetson-tx2-nx-devkit/fedora/34/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,081 |
# AUTOGENERATED FILE
FROM balenalib/artik10-ubuntu:xenial-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com -... | resin-io-library/base-images | balena-base-images/node/artik10/ubuntu/xenial/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,909 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-debian:stretch-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/imx6ul-var-dart/debian/stretch/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,530 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-ubuntu:cosmic-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: pu... | nghiant2710/base-images | balena-base-images/python/apalis-imx6q/ubuntu/cosmic/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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 p... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-wifi/ubuntu/cosmic/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,080 |
# 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... | GoogleCloudPlatform/gke-jupyter-classroom | jupyter/tf-deepdream/Dockerfile | Dockerfile | apache-2.0 | 2,011 |
# AUTOGENERATED FILE
FROM balenalib/edison-alpine:3.11-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 \
g... | nghiant2710/base-images | balena-base-images/node/edison/alpine/3.11/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# 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 \
libicu57 \
liblttng-ust0 \
... | nghiant2710/base-images | balena-base-images/dotnet/artik533s/debian/buster/2.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 2,603 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-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.pgp.co... | nghiant2710/base-images | balena-base-images/node/jetson-nano/ubuntu/focal/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/i386-alpine:3.11-build
ENV GO_VERSION 1.14.13
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo ... | nghiant2710/base-images | balena-base-images/golang/i386/alpine/3.11/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,333 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-debian:stretch-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 \
' \
&&... | nghiant2710/base-images | balena-base-images/golang/imx8mm-var-dart/debian/stretch/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,334 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-fedora:33-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.p... | nghiant2710/base-images | balena-base-images/node/photon-nano/fedora/33/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:cosmic-build
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserv... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/ubuntu/cosmic/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-alpine:3.11-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/am571x-evm/alpine/3.11/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-alpine:edge-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk ad... | resin-io-library/base-images | balena-base-images/python/orbitty-tx2/alpine/edge/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,129 |
# AUTOGENERATED FILE
FROM balenalib/artik10-ubuntu:bionic-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.com --... | nghiant2710/base-images | balena-base-images/node/artik10/ubuntu/bionic/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-debian:stretch-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" ... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/debian/stretch/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,792 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-alpine:3.10-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 \
... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/alpine/3.10/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,962 |
# AUTOGENERATED FILE
FROM balenalib/up-core-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... | nghiant2710/base-images | balena-base-images/python/up-core/fedora/33/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,444 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-ubuntu:focal-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg -... | resin-io-library/base-images | balena-base-images/node/jetson-xavier-nx-devkit-seeed-2mic-hat/ubuntu/focal/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,934 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-fedora:32-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "511d764197121f212d13072... | nghiant2710/base-images | balena-base-images/golang/cl-som-imx8/fedora/32/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,074 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-debian:stretch-build
ENV NODE_VERSION 15.14.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/imx8m-var-dart/debian/stretch/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,789 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-fedora:36-run
ENV GO_VERSION 1.16.14
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& ec... | resin-io-library/base-images | balena-base-images/golang/jetson-xavier-nx-devkit-seeed-2mic-hat/fedora/36/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,101 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:focal-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "bfea0c8d7b70c1ad99b0266b321608db57df75820e8f4333efa448a43da01992 go$GO_VERSION.linux-amd64.ta... | nghiant2710/base-images | balena-base-images/golang/genericx86-64-ext/ubuntu/focal/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,021 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-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/raspberrypi400-64/debian/buster/17-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,028 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-ubuntu:bionic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depe... | resin-io-library/base-images | balena-base-images/python/photon-nano/ubuntu/bionic/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-debian:sid-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver key... | nghiant2710/base-images | balena-base-images/node/jetson-tx1/debian/sid/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,932 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-ubuntu:cosmic-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO... | nghiant2710/base-images | balena-base-images/golang/generic-armv7ahf/ubuntu/cosmic/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,036 |
FROM node:10.12.0
RUN curl https://install.meteor.com | sh
RUN meteor --allow-superuser create /meteor-tfb
WORKDIR meteor-tfb
COPY ./server ./server
COPY package.json package.json
RUN npm install
CMD npm start
| jeevatkm/FrameworkBenchmarks | frameworks/JavaScript/meteor/meteor.dockerfile | Dockerfile | bsd-3-clause | 216 |
FROM nginx:1.7.1
ADD nginx.conf /etc/nginx.conf | bsmithgall/cookiecutter-kindergarten | {{ cookiecutter.app_name }}/{{ cookiecutter.app_name }}_server/Dockerfile | Dockerfile | bsd-3-clause | 48 |
ARG GRBFRC_IMAGE_TAG
ARG GRBFRC_GUROBI_VERSION
FROM sebwink/lemon-headers:131 as lemon
FROM sebwink/libgrbfrc-grb${GRBFRC_GUROBI_VERSION}:${GRBFRC_IMAGE_TAG}
ARG GUROBI_USER
ARG GRBFRC_GUROBI_VERSION
COPY --from=lemon /usr/local/include/lemon /usr/local/include/lemon
USER root
RUN apt-get update && \
apt-get ... | sebwink/deregnet | Dockerfile | Dockerfile | bsd-3-clause | 1,493 |
FROM python:3.5
RUN apt-get update \
&& apt-get -y install \
autoconf \
automake \
build-essential \
git \
libass-dev \
libfreetype6-dev \
libgpac-dev \
libmp3lame-dev \
libopus-dev \
libssl-dev \
libtheora-dev \
libtool \
libvorbis-dev \
openssl \
pkg-conf... | pythonology/discobot | Dockerfile | Dockerfile | mit | 1,397 |
FROM balenalib/aarch64-ubuntu:focal-run
LABEL io.balena.device-type="imx8mm-var-dart"
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 ] && m... | nghiant2710/base-images | balena-base-images/device-base/imx8mm-var-dart/ubuntu/focal/run/Dockerfile | Dockerfile | apache-2.0 | 1,092 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="ngs" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="ngs" \
about.summary="Next Generation Sequencing language Bindings (Python bindings)" \... | BioDocker/containers | ngs/2.9.3-1-deb-py2/Dockerfile | Dockerfile | apache-2.0 | 897 |
FROM lburgazzoli/fedora-ui:25
MAINTAINER lburgazzoli
ARG APP_NAME
ARG APP_URL
ARG DOCKER_USER
ARG DOCKER_USER_GID
ARG DOCKER_USER_UID
ENV DOCKER_USER_HOME /home/$DOCKER_USER
ENV HOME $DOCKER_USER_HOME
RUN \
dnf --assumeyes install \
libXScrnSaver \
libXtst \
libxkbfile \
... | lburgazzoli/lb-docker-files | apps/discord/Dockerfile | Dockerfile | apache-2.0 | 603 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-ubuntu:xenial-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For ... | nghiant2710/base-images | balena-base-images/openjdk/nanopi-neo-air/ubuntu/xenial/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,105 |
FROM biocontainers/biocontainers:debian-stretch-backports_cv2
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="unicycler" \
base_image="biocontainers/biocontainers:debian-stretch-backports_cv2" \
container="unicycler" \
about.summary="hybrid assembly pipeline for bacterial genomes" \
... | BioDocker/containers | unicycler/0.4.7dfsg-1bpo91-deb/Dockerfile | Dockerfile | apache-2.0 | 1,018 |
# 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 use ... | panagiotisl/bigtop | docker/bigtop-slaves/debian-8-aarch64/Dockerfile | Dockerfile | apache-2.0 | 1,086 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:bionic-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some... | nghiant2710/base-images | balena-base-images/openjdk/odroid-u3+/ubuntu/bionic/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,104 |
FROM balenalib/amd64-alpine:3.13-run
LABEL io.balena.device-type="edge"
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 (For more i... | nghiant2710/base-images | balena-base-images/device-base/edge/alpine/3.13/run/Dockerfile | Dockerfile | apache-2.0 | 1,022 |
FROM crystallang/crystal:0.26.1
WORKDIR /amber
COPY config config
COPY src src
COPY run.sh run.sh
COPY shard.lock shard.lock
COPY shard.yml shard.yml
ENV GC_MARKERS 1
ENV AMBER_ENV production
ENV DATABASE_URL postgres://benchmarkdbuser:benchmarkdbpass@tfb-database:5432/hello_world?initial_pool_size=56&max_pool_size=5... | volyrique/FrameworkBenchmarks | frameworks/Crystal/amber/amber.dockerfile | Dockerfile | bsd-3-clause | 443 |
FROM mysql:5.6.21
ENV HOME /root
ENV DEBIAN_FRONTEND noninteractive
RUN mkdir -p /etc/mysql
ADD my.cnf /etc/mysql/my.cnf
RUN usermod -u 1000 mysql
| Seichis/seldon-server | vm/build/docker-images/mysql/Dockerfile | Dockerfile | apache-2.0 | 150 |
FROM scratch
COPY ca-certificates.crt /etc/ssl/certs/
COPY traefik /
EXPOSE 80
ENTRYPOINT ["/traefik"]
| dprasanthv/DockerFiles | traefik/arm/Dockerfile | Dockerfile | mit | 103 |
FROM resin/armv7hf-buildpack-deps:wheezy-curl
RUN apt-get update && apt-get install -y --no-install-recommends \
bzr \
git \
mercurial \
openssh-client \
subversion \
&& rm -rf /var/lib/apt/lists/*
| resin-io-library/buildpack-deps | armv7hf/wheezy/scm/Dockerfile | Dockerfile | mit | 219 |
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.205.2/containers/ubuntu/.devcontainer/base.Dockerfile
# [Choice] Ubuntu version (use hirsuite or bionic on local arm64/Apple Silicon): hirsute, focal, bionic
ARG VARIANT="hirsute"
FROM mcr.microsoft.com/vscode/devcontainers/base:... | phoenixspokespeople/phoenixspokespeople.github.io | .devcontainer/Dockerfile | Dockerfile | mit | 524 |
FROM rcarmo/desktop-chrome
MAINTAINER rcarmo
# loosely based on https://github.com/samtstern/android-vagrant and https://github.com/dockerfile/java/blob/master/oracle-java8
ENV DEBIAN_FRONTEND noninteractive
# Install Java.
RUN \
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-... | rcarmo/docker-templates | android-playground/Dockerfile | Dockerfile | mit | 2,285 |
FROM debian:jessie
ENV DEBIAN_FRONTEND=noninteractive
RUN \
echo "deb http://www.deb-multimedia.org jessie main non-free" > /etc/apt/sources.list.d/deb-multimedia.list \
&& apt-get -y -q -oAcquire::AllowInsecureRepositories=true update \
&& echo "deb http://apt.newrelic.com/debian/ newrelic non-free" > /et... | antage/docker-apache2-php5 | Dockerfile | Dockerfile | mit | 5,743 |
FROM r-base
RUN apt-get update && apt-get -y upgrade && apt-get install -y python3-pip \
build-essential libssl-dev libffi-dev python3-dev libcurl4-gnutls-dev
RUN python3 -V
RUN pip3 install rpy2
#setup R configs
RUN echo "r <- getOption('repos'); r['CRAN'] <- 'http://cran.us.r-project.org'; options(repos = r);" >... | pratos/docker_images | rpy2/Dockerfile | Dockerfile | mit | 488 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.