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/nitrogen6x-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... | nghiant2710/base-images | balena-base-images/python/nitrogen6x/debian/buster/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,855 |
# AUTOGENERATED FILE
FROM balenalib/artik530-debian:jessie-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depende... | nghiant2710/base-images | balena-base-images/python/artik530/debian/jessie/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,466 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-debian:sid-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-get... | nghiant2710/base-images | balena-base-images/golang/colibri-imx6/debian/sid/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,350 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-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 dep... | nghiant2710/base-images | balena-base-images/python/beaglebone/debian/bullseye/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-ubuntu:eoan-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \
&& echo "519e5d7518376bc6b87afc04f16e72db66d9bc08641d9b4385ecf1f30e55e64c go$GO_VERSION.linux-386.tar.gz" | sha256su... | nghiant2710/base-images | balena-base-images/golang/qemux86/ubuntu/eoan/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 1,996 |
FROM eaybars/nginx-ssl
ARG DOMAIN_NAME
ARG CONTACT_EMAIL
ENV DOMAIN_NAME ${DOMAIN_NAME}
ENV CONTACT_EMAIL ${CONTACT_EMAIL}
COPY keycloak-location.conf /etc/nginx/conf.d/$DOMAIN_NAME/https
COPY service-location.conf /etc/nginx/conf.d/$DOMAIN_NAME/https
COPY keycloak-upstream.conf /etc/nginx/conf.d/
COPY service-upstr... | eAybars/webstart | build/rproxy/Dockerfile | Dockerfile | apache-2.0 | 348 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-debian:stretch-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... | resin-io-library/base-images | balena-base-images/python/hummingboard2/debian/stretch/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,096 |
# vim:set ft=dockerfile:
FROM centos:7
RUN yum -y update
# FIXME: Hack around docker/docker#10180
RUN ( yum install -y yum-plugin-ovl || yum install -y yum-plugin-ovl || touch /var/lib/rpm/* ) \
&& yum clean all
# Enable some other repos for some dependencies in OL/7
# see https://yum.oracle.com/getting-started... | citusdata/packaging | dockerfiles/centos-7-pg11/Dockerfile | Dockerfile | apache-2.0 | 3,818 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVi... | resin-io-library/base-images | balena-base-images/python/zc702-zynq7/alpine/edge/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-ubuntu:disco-run
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com ... | nghiant2710/base-images | balena-base-images/node/aio-3288c/ubuntu/disco/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,915 |
# AUTOGENERATED FILE
FROM balenalib/rpi-debian:buster-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-armv6l.tar.gz" \
&& echo "8ab192799a191eb3752079ab17efff12d1d7dd0e965cf84dcbf08d55542e27d3 go$GO_VERSION.linux-armv6l.tar.gz" | sha2... | nghiant2710/base-images | balena-base-images/golang/rpi/debian/buster/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 1,996 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-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... | resin-io-library/base-images | balena-base-images/python/floyd-nano/alpine/3.13/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-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 \
l... | resin-io-library/base-images | balena-base-images/dotnet/iot-gate-imx8/ubuntu/bionic/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,907 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-ubuntu:focal-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 --keyserver... | resin-io-library/base-images | balena-base-images/node/revpi-connect/ubuntu/focal/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-alpine:3.13-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; d... | nghiant2710/base-images | balena-base-images/node/up-core-plus/alpine/3.13/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,966 |
# AUTOGENERATED FILE
FROM balenalib/i386-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 --no-... | nghiant2710/base-images | balena-base-images/python/i386/alpine/3.13/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,124 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-alpine:3.13-build
ENV GO_VERSION 1.16
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && e... | nghiant2710/base-images | balena-base-images/golang/npe-x500-m3/alpine/3.13/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,334 |
# AUTOGENERATED FILE
FROM balenalib/i386-alpine:edge-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gp... | nghiant2710/base-images | balena-base-images/node/i386/alpine/edge/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-alpine:3.13-build
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD24... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit/alpine/3.13/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,970 |
# AUTOGENERATED FILE
FROM balenalib/amd64-debian:bullseye-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg -... | nghiant2710/base-images | balena-base-images/node/amd64/debian/bullseye/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# The examples Docker image adds dependencies needed to run the examples
FROM ray-project/deploy
# This updates numpy to 1.14 and mutes errors from other libraries
RUN conda install -y numpy
# Needed to run Tune example with a 'plot' call - which does not actually render a plot, but throws an error.
RUN apt-get insta... | stephanie-wang/ray | docker/examples/Dockerfile | Dockerfile | apache-2.0 | 948 |
FROM ubuntu:12.04
EXPOSE 5984
RUN echo "deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted \n\
deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted \n\
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted \n\
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates... | rstiller/docker-couchdb | ubuntu-12.04/1.5.1/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-fedora:30-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", since... | nghiant2710/base-images | balena-base-images/python/ts4900/fedora/30/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,428 |
# AUTOGENERATED FILE
FROM balenalib/artik530-debian:buster-run
ENV GO_VERSION 1.15.7
# 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/artik530/debian/buster/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,352 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-ubuntu:cosmic-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/jetson-tx2/ubuntu/cosmic/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
FROM us-demo-4x.jfrog.info:9002/docker-framework:latest
MAINTAINER Mark Galpin markg@jfrog.com
ADD war/*.war /home/exec/tomcat/webapps/swampup.war
CMD /bin/bash -c cd /home/exec; /home/exec/tomcat/bin/catalina.sh run
| jfrogtraining/docker-lifecycle-scripts | docker-framework/framework-test/Dockerfile | Dockerfile | apache-2.0 | 220 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simo... | resin-io-library/base-images | balena-base-images/python/asus-tinker-board/alpine/edge/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,843 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-debian:sid-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public... | resin-io-library/base-images | balena-base-images/python/orbitty-tx2/debian/sid/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,847 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-alpine:3.13-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 'd... | resin-io-library/base-images | balena-base-images/openjdk/rockpi-4b-rk3399/alpine/3.13/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,765 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-fedora:30-run
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.po... | nghiant2710/base-images | balena-base-images/node/raspberrypi3/fedora/30/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-ubuntu:bionic-build
ENV GO_VERSION 1.17.7
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 "e4f33e7e78f96024d30ff6bf8d2b86329fc04df1b411a8bd30a82dbe60f408ba go$GO_VERSIO... | resin-io-library/base-images | balena-base-images/golang/am571x-evm/ubuntu/bionic/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/nebra-hnt-debian:jessie-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 k... | nghiant2710/base-images | balena-base-images/node/nebra-hnt/debian/jessie/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,937 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-debian:buster-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg -... | nghiant2710/base-images | balena-base-images/node/aarch64/debian/buster/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,778 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-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 depen... | resin-io-library/base-images | balena-base-images/python/orange-pi-one/debian/sid/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,088 |
# AUTOGENERATED FILE
FROM balenalib/artik530-fedora:30-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.linu... | nghiant2710/base-images | balena-base-images/golang/artik530/fedora/30/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,020 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-debian:bullseye-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098 go$GO_VERSION.linux-arm64.ta... | nghiant2710/base-images | balena-base-images/golang/raspberrypi400-64/debian/bullseye/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,006 |
FROM python:3.5.1-onbuild
MAINTAINER Theotime Leveque <theotime.leveque@gmail.com>
#PhantomJS
WORKDIR /usr/local/share
RUN wget -q https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
RUN tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
RUN ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_... | thylong/cabu | Dockerfile | Dockerfile | bsd-3-clause | 1,103 |
FROM ubuntu:14.04
# Dependencies we just need for building phantomjs
ENV buildDependencies\
wget unzip python build-essential g++ flex bison gperf\
ruby perl libsqlite3-dev libssl-dev libpng-dev
# Dependencies we need for running phantomjs
ENV phantomJSDependencies\
libicu-dev libfontconfig1-dev libjpeg-dev lib... | rosenhouse/phantomjs2 | Dockerfile | Dockerfile | mit | 1,614 |
FROM balenalib/amd64-alpine:3.12-run
LABEL io.balena.device-type="qemux86-64"
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 ... | nghiant2710/base-images | balena-base-images/device-base/qemux86-64/alpine/3.12/run/Dockerfile | Dockerfile | apache-2.0 | 1,028 |
# 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 ... | Guavus/bigtop | docker/bigtop-puppet/fedora-25-ppc64le/Dockerfile | Dockerfile | apache-2.0 | 892 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/amd64/generate.sh"!
#
FROM opensuse:13.2
RUN zypper --non-interactive install ca-certificates* curl gzip rpm-build
RUN zypper --non-interactive install libbtrfs-devel device-mapper-devel glibc-static libselinux-devel libtool-ltdl-devel pkg-config selinux-polic... | diegobernardes/flare | vendor/github.com/docker/docker/contrib/builder/rpm/amd64/opensuse-13.2/Dockerfile | Dockerfile | bsd-3-clause | 620 |
# 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/distribtest/python_dev_centos7_x64/Dockerfile | Dockerfile | apache-2.0 | 784 |
FROM drydock/u14jav:{{%TAG%}}
ADD . /u14sca
RUN /u14sca/install.sh
| dry-dock/u14sca | Dockerfile | Dockerfile | mit | 69 |
FROM nfnty/arch-jre8:latest
MAINTAINER nfnty <docker@nfnty.se>
RUN ugid='880004' && \
groupadd --gid "${ugid}" contgrp && \
useradd --uid "${ugid}" --gid "${ugid}" --shell /usr/bin/false contusr
ENV VERSION_UNIFI='5.9.29' JAVA_HOME='/usr/lib/jvm/default-runtime'
RUN pacman --sync --noconfirm --refresh --sysup... | nfnty/dockerfiles | images/arch-unifi/latest/Dockerfile | Dockerfile | mit | 1,277 |
# docker build -t iwaco/shja:v0.0.6 -f docker/shja/Dockerfile .
# docker run -d -v /volumes/downloads:/usr/src/app/contents iwaco/shja
FROM ruby:2.4
MAINTAINER Iwaco "iwaco@iwaco.pink"
RUN bundle config --global frozen 1
RUN apt-get update && \
apt-get install -y busybox-static curl vim jq dnsutils libcurl3 libcu... | iwaco/shja | docker/shja/Dockerfile | Dockerfile | mit | 1,045 |
FROM php:5.6-cli
# Install modules
RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng12-dev \
libicu-dev \
g++\
git \
curl \
zlib1g-dev \
libxml2-dev \
&& docker-php-ext-install mc... | ionut9419/leShow | symfony/Dockerfile | Dockerfile | mit | 920 |
FROM metocean/aroha
MAINTAINER Greg Chalmers <g.chalmers@metocean.co.nz>
EXPOSE 5555
ADD . /install/
RUN /install/install.sh
CMD ["/sbin/initsh"]
| metocean/docker-flower | Dockerfile | Dockerfile | mit | 148 |
FROM ringo/scientific:6.5
RUN yum -y install git
RUN yum -y install vim
RUN yum -y install nano
RUN yum -y install curl
RUN curl -L https://bootstrap.saltstack.com | sh
EXPOSE 80 3306 | Indatus/assembler | Dockerfile | Dockerfile | mit | 183 |
# AlpineLinux with a glibc-2.23 and Oracle Java 8
FROM tomaer/alpine:edge-arm-gmt8
MAINTAINER tomaer <i@tomaer.com>
# Anastas Dancha <anapsix@random.io>
# thanks to Vladimir Krivosheev <develar@gmail.com> aka @develar for smaller image
# and Victor Palma <palma.victor@gmail.com> aka @devx for pointing it out
# Java V... | tomaer/docker-oracle-java | ARM/8/gmt8/92b14/unlimited/server-jre/Dockerfile | Dockerfile | mit | 3,683 |
FROM alpine:3.12
ENV NODE_VERSION 16.11.1
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
&& apk add --no-cache \
libstdc++ \
&& apk add --no-cache --virtual .build-deps \
curl \
&& ARCH= && alpineArch="$(apk --print-arch)" \
&& case "${alpineArch##*-}... | joyent/docker-node | 16/alpine3.12/Dockerfile | Dockerfile | mit | 3,922 |
FROM akhilnairamey/sparklyr:R_3.4.1-sparklyr_0.6.1-dplyr_0.7.2
# Install python-dev, pip and docker-machine
RUN apt-get update && apt-get install python-setuptools python-dev build-essential curl -y \
&& sudo easy_install pip \
&& curl -L \
https://github.com/docker/machine/releases/download/v0.12.2/docker-m... | AmeyAPJNP/cipher-base | Dockerfile | Dockerfile | mit | 836 |
# AUTOGENERATED FILE
FROM balenalib/up-core-ubuntu:bionic-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "6f1354c9040d65d1622b451f43c324c1e5197aa9242d00c5a117d0e2625f3e0d go$GO_VERSION.linux-amd64.tar.gz" | s... | nghiant2710/base-images | balena-base-images/golang/up-core/ubuntu/bionic/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,013 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-debian:jessie-run
ENV GO_VERSION 1.15.11
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& a... | nghiant2710/base-images | balena-base-images/golang/orange-pi-zero/debian/jessie/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,360 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-ubuntu:disco-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.pg... | nghiant2710/base-images | balena-base-images/node/ccimx8x-sbc-pro/ubuntu/disco/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-alpine:3.10-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599AA... | nghiant2710/base-images | balena-base-images/node/kitra520/alpine/3.10/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,021 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-r2c-debian:stretch-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some ... | resin-io-library/base-images | balena-base-images/openjdk/nanopi-r2c/debian/stretch/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,099 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-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 ke... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-gateway/alpine/3.11/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,853 |
# AUTOGENERATED FILE
FROM balenalib/artik5-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... | nghiant2710/base-images | balena-base-images/python/artik5/debian/buster/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,851 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-fedora:32-run
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/raspberrypi3-64/fedora/32/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
FROM node:argon
RUN \
npm i -g cordova pm2 && \
apt-get update && \
apt-get install -y lib32stdc++6 lib32z1 default-jre default-jdk openjdk-7-jdk
# download and extract android sdk
RUN curl http://dl.google.com/android/android-sdk_r24.2-linux.tgz | tar xz -C /usr/local/
ENV ANDROID_HOME /usr/local/android-sdk-linux
E... | ISNIT0/cordovaify | Dockerfile | Dockerfile | apache-2.0 | 813 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 "virtual... | resin-io-library/base-images | balena-base-images/python/raspberrypi4-64/fedora/33/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,443 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-ubuntu:disco-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 --keyserver ... | nghiant2710/base-images | balena-base-images/node/raspberrypi3/ubuntu/disco/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-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/surface-pro-6/ubuntu/xenial/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,077 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-alpine:3.11-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname ... | nghiant2710/base-images | balena-base-images/openjdk/artik533s/alpine/3.11/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,754 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-ubuntu:cosmic-run
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pg... | nghiant2710/base-images | balena-base-images/node/colibri-imx6dl/ubuntu/cosmic/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/artik710-ubuntu:bionic-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/artik710/ubuntu/bionic/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:32-run
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 --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/surface-pro-6/fedora/32/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-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 ad... | resin-io-library/base-images | balena-base-images/python/apalis-imx6/alpine/3.12/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,129 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-debian:bullseye-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-... | nghiant2710/base-images | balena-base-images/golang/etcher-pro/debian/bullseye/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,329 |
FROM python:3.6
ENV PYTHONUNBUFFERED 1
RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64 && chmod +x /usr/local/bin/dumb-init
RUN mkdir /code
WORKDIR /code
ADD requirements.txt /code/
RUN pip install -r requirements.txt
| AudioCommons/ac-mediator | docker/flower/Dockerfile | Dockerfile | apache-2.0 | 290 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-ubuntu:xenial-run
ENV GO_VERSION 1.16.3
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get ... | nghiant2710/base-images | balena-base-images/golang/kitra710/ubuntu/xenial/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,323 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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", sin... | resin-io-library/base-images | balena-base-images/python/artik520/fedora/33/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,431 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-ubuntu:xenial-run
ENV GO_VERSION 1.16.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& a... | resin-io-library/base-images | balena-base-images/golang/blackboard-tx2/ubuntu/xenial/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,331 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:eoan-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --r... | nghiant2710/base-images | balena-base-images/node/generic/ubuntu/eoan/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-fedora:31-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 --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/cl-som-imx8/fedora/31/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-alpine:3.11-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dir... | nghiant2710/base-images | balena-base-images/openjdk/beagleboard-xm/alpine/3.11/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-debian:jessie-run
ENV GO_VERSION 1.15.7
# 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/up-core-plus/debian/jessie/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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-keys "$key" || \
g... | nghiant2710/base-images | balena-base-images/node/artik530/debian/bullseye/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,789 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-debian:buster-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/hummingboard2/debian/buster/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,530 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-alpine:3.11-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 \
6A010C5166006599AA17F08146C2130DFD24... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit/alpine/3.11/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,970 |
FROM caas-registry:5000/library/ubuntu
MAINTAINER franco.fiorese@gmail.com
LABEL io.docker-3tier-demo.image-specs="{\"Description\":\"Containerized PostgreSQL\",\"Version\":\"0.1\",\"app-service\":\"redmine.asc\", \"build command\":\"docker build -t f2hex/nginx .\"}"
# avoid debconf errors
ENV DEBIAN_FRONTEND=nonint... | ffhex/docker-3tier-demo1 | web_server/Dockerfile | Dockerfile | apache-2.0 | 916 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-fedora:30-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv"... | nghiant2710/base-images | balena-base-images/python/zc702-zynq7/fedora/30/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,439 |
ARG node=node:10.7.0-alpine
ARG target=node:10.7.0-alpine
FROM $node
WORKDIR /code
COPY package.json package.json
RUN npm install --production
COPY . .
FROM $target
COPY --from=0 /code /code
ENTRYPOINT ["node", "/code/index.js"]
| StefanScherer/winspector | Dockerfile | Dockerfile | apache-2.0 | 235 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-ubuntu:bionic-run
ENV GO_VERSION 1.16.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-g... | resin-io-library/base-images | balena-base-images/golang/floyd-nano/ubuntu/bionic/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,327 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-alpine:3.10-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk a... | nghiant2710/base-images | balena-base-images/python/up-core-plus/alpine/3.10/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,139 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-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/nitrogen8mm/debian/bookworm/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
ARG MOLO_VERSION=7
FROM praekeltfoundation/molo-bootstrap:${MOLO_VERSION}-onbuild
COPY site-redir-www-nonwww.conf /etc/nginx/conf.d/site-redir-www-nonwww.conf
ENV DJANGO_SETTINGS_MODULE=gem.settings.docker \
CELERY_APP=gem
RUN LANGUAGE_CODE=en SECRET_KEY=compilemessages-key django-admin compilemessages && \
... | praekelt/molo-gem | Dockerfile | Dockerfile | bsd-2-clause | 492 |
# Copyright (c) 2017 Microsoft Corporation.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
# documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publis... | village-people/flying-pig | docker/malmo/Dockerfile | Dockerfile | mit | 2,373 |
FROM golang:1.7
MAINTAINER Andrey Samokhvalov <andrew.shvv@gmail.com>
# Expose mainnet ports (server, rpc)
EXPOSE 8333 8334
# Expose testnet ports (server, rpc)
EXPOSE 18333 18334
# Expose simnet ports (server, rpc)
EXPOSE 18555 18556
# Expose segnet ports (server, rpc)
EXPOSE 28901 28902
# Grab and install the l... | AndrewSamokhvalov/lnd | docker/ltcd/Dockerfile | Dockerfile | mit | 1,272 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-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/am571x-evm/ubuntu/bionic/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,104 |
# Start from argon (latest long term supported version of node)
# - argon : Full node dev env (640 MB) : python inside
# - argon-slim : Light node env (200 MB) : no python, can be an issue for npm installs / builds
FROM node:argon-slim
MAINTAINER Stève Sfartz
EXPOSE 8080
# create 'not priviledged' user
RUN useradd -... | Aalhad/MeetBotHuron | Dockerfile | Dockerfile | mit | 894 |
#
# Docker file that builds RelEx and starts the RelEx server.
#
# To build:
# docker build -t relex/relex .
#
# To start:
# docker run -p 3333:3333 relex/relex /bin/sh plain-text-server.sh
#
# Or alternately, this:
# docker run -p 4444:4444 relex/relex /bin/sh opencog-server.sh
#
# docker run -p 9000:9000 ... | rodsol/relex | Dockerfile | Dockerfile | apache-2.0 | 3,645 |
ARG ARCH=
ARG CUDA=10.0
FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base
# ARCH and CUDA are specified again because the FROM directive resets ARGs
# (but their default value is retained if set previously)
ARG ARCH
ARG CUDA
ARG CUDNN=7.6.2.24-1
ARG CUDNN_MAJOR_VERSION=7
ARG LIB_DIR_PREFIX=x8... | chemelnucfin/tensorflow | tensorflow/tools/dockerfiles/partials/ubuntu/devel-nvidia.partial.Dockerfile | Dockerfile | apache-2.0 | 2,562 |
# Copyright 2016 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... | Vizerai/grpc | tools/dockerfile/distribtest/node_jessie_x86/Dockerfile | Dockerfile | apache-2.0 | 772 |
FROM jtscore
MAINTAINER Michel Vallee
WORKDIR /tmp/clm-installer/im/linux.gtk.x86_64/
COPY silent-install-server2.xml /tmp/clm-installer/im/linux.gtk.x86_64/
RUN ./installc -acceptLicense -showVerboseProgress -input silent-install-server2.xml --launcher.ini silent-install.ini
WORKDIR /opt/IBM/JazzTeamServer/server... | Limech/docker-rtc | ccm/Dockerfile | Dockerfile | mit | 946 |
FROM buildpack-deps:sid-curl
RUN apt-get update && apt-get install -y ldap-utils && rm -rf /var/lib/apt/lists/*
ADD ldapsearch-test.sh /bin/
CMD /bin/ldapsearch-test.sh
| tlk/nemid-pp-connection-test | Dockerfile | Dockerfile | mit | 171 |
# we'll need to set the right version here
FROM redis:latest
MAINTAINER Mikhail Kantarovskiy <kantoramob@gmail.com>
RUN apt-get update && \
apt-get -y upgrade
ENTRYPOINT sysctl vm.overcommit_memory=1 && sysctl -w net.core.somaxconn=65535 && echo never > /sys/kernel/mm/transparent_hugepage/enabled && redis-server --pro... | KlusterKite/KlusterKite | Docker/KlusterKite.Redis/Dockerfile | Dockerfile | mit | 337 |
FROM golang:1.5
MAINTAINER Brian Ketelsen <brian@xor.exchange>
RUN go get github.com/constabulary/gb/...
ADD . /app
WORKDIR /app
RUN gb build k8smon
CMD /app/bin/k8smon
| xordataexchange/k8smon | Dockerfile | Dockerfile | mit | 169 |
FROM stockflare/base
RUN gem build shotgun.gemspec
RUN gem install shotgun-*.gem
ONBUILD ADD ./ /stockflare
ONBUILD RUN bundle install
ENTRYPOINT ["shotgun"]
| Stockflare/shotgun | Dockerfile | Dockerfile | mit | 163 |
FROM alpine:3.4
# Install nodejs
RUN apk --no-cache add nodejs curl jq
# Add source
ADD . /forklift-gui
WORKDIR /forklift-gui
# Expose the default node hosting port.
EXPOSE 3000
ENTRYPOINT ["/forklift-gui/bin/start"]
WORKDIR /forklift-gui
RUN npm install | dcshock/forklift-gui | Dockerfile | Dockerfile | mit | 261 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.