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/odroid-ux3-debian:bookworm-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/odroid-ux3/debian/bookworm/6.0-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,917
FROM shaddock/seed:arch_based MAINTAINER epheo <github@epheo.eu> RUN pacman -Sy --noconfirm rabbitmq # Define environment variables. ENV RABBITMQ_LOG_BASE /data/log ENV RABBITMQ_MNESIA_BASE /data/mnesia VOLUME ["/data/log", "/data/mnesia"] WORKDIR /data EXPOSE 5672 EXPOSE 15672
epheo/shaddock-openstack
images/thirdparty/shaddock/rabbitmq/Dockerfile
Dockerfile
apache-2.0
285
# AUTOGENERATED FILE FROM balenalib/colibri-imx6-debian:bullseye-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: ...
nghiant2710/base-images
balena-base-images/python/colibri-imx6/debian/bullseye/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,863
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-debian:stretch-build ENV NODE_VERSION 15.10.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/imx8mm-var-dart/debian/stretch/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,790
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-ubuntu:xenial-build ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha...
nghiant2710/base-images
balena-base-images/node/nanopc-t4/ubuntu/xenial/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,758
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-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 ad...
nghiant2710/base-images
balena-base-images/python/npe-x500-m3/alpine/3.10/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,131
# AUTOGENERATED FILE FROM balenalib/raspberrypicm4-ioboard-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 "...
nghiant2710/base-images
balena-base-images/python/raspberrypicm4-ioboard/fedora/33/3.8.9/build/Dockerfile
Dockerfile
apache-2.0
2,449
# AUTOGENERATED FILE FROM balenalib/solidrun-imx6-debian:buster-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/solidrun-imx6/debian/buster/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,096
# AUTOGENERATED FILE FROM balenalib/coral-dev-alpine:3.12-run ENV NODE_VERSION 14.18.3 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...
resin-io-library/base-images
balena-base-images/node/coral-dev/alpine/3.12/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
3,018
# AUTOGENERATED FILE FROM balenalib/surface-go-debian:stretch-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" || \ ...
nghiant2710/base-images
balena-base-images/node/surface-go/debian/stretch/10.24.1/build/Dockerfile
Dockerfile
apache-2.0
2,792
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-debian:jessie-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.t...
nghiant2710/base-images
balena-base-images/golang/genericx86-64-ext/debian/jessie/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
2,023
# AUTOGENERATED FILE FROM balenalib/qemux86-alpine:3.11-build ENV GO_VERSION 1.15.11 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && ec...
nghiant2710/base-images
balena-base-images/golang/qemux86/alpine/3.11/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
2,336
# AUTOGENERATED FILE FROM balenalib/cnx100-xavier-nx-alpine:3.12-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ...
resin-io-library/base-images
balena-base-images/node/cnx100-xavier-nx/alpine/3.12/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,955
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-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...
resin-io-library/base-images
balena-base-images/python/imx6ul-var-dart/debian/stretch/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,098
# AUTOGENERATED FILE FROM balenalib/aio-3288c-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/aio-3288c/debian/buster/3.1-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,908
# AUTOGENERATED FILE FROM balenalib/artik533s-debian:sid-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 --batch --keyserver keys...
nghiant2710/base-images
balena-base-images/node/artik533s/debian/sid/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,935
# AUTOGENERATED FILE FROM balenalib/iot2000-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 some samp...
nghiant2710/base-images
balena-base-images/openjdk/iot2000/ubuntu/xenial/11-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,125
# AUTOGENERATED FILE FROM balenalib/edge-fedora:33-run ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool.sks-ke...
nghiant2710/base-images
balena-base-images/node/edge/fedora/33/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,748
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-ubuntu:focal-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 --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com...
nghiant2710/base-images
balena-base-images/node/odroid-u3+/ubuntu/focal/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,916
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-fedora:36-build RUN dnf -y update \ && dnf clean all \ && dnf -y install \ gzip \ java-1.8.0-openjdk \ java-1.8.0-openjdk-devel \ tar \ && dnf clean all # set JAVA_HOME ENV JAVA_HOME /usr/lib/jvm/java-openjdk CMD ["echo","'No CMD command was set in Dockerf...
resin-io-library/base-images
balena-base-images/openjdk/nitrogen6xq2g/fedora/36/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,323
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-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 'di...
nghiant2710/base-images
balena-base-images/openjdk/imx8mm-var-dart/alpine/3.11/7-jre/run/Dockerfile
Dockerfile
apache-2.0
1,764
# AUTOGENERATED FILE FROM balenalib/up-core-fedora:32-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.pool....
nghiant2710/base-images
balena-base-images/node/up-core/fedora/32/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,757
# AUTOGENERATED FILE FROM balenalib/beagleboard-xm-alpine:3.15-build ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ;...
resin-io-library/base-images
balena-base-images/node/beagleboard-xm/alpine/3.15/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,955
# AUTOGENERATED FILE FROM balenalib/armv7hf-alpine:3.14-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 --...
resin-io-library/base-images
balena-base-images/python/armv7hf/alpine/3.14/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,125
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-alpine:3.10-build ENV GO_VERSION 1.15.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.con...
nghiant2710/base-images
balena-base-images/golang/asus-tinker-board/alpine/3.10/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,344
FROM debian:jessie MAINTAINER Tobias Kahse LABEL Description="This image is used to run the Movie Character Insights web application." RUN echo "Building movie character insights demo container" # Get the latest package lists RUN apt-get update # Install git RUN apt-get install -y git # Install MongoDB RUN apt-ke...
Thylossus/tud-movie-character-insights
Docker/Dockerfile
Dockerfile
apache-2.0
3,146
FROM balenalib/armv7hf-fedora:36-build LABEL io.balena.device-type="imx6ul-var-dart" RUN dnf install -y \ less \ nano \ net-tools \ usbutils \ gnupg \ i2c-tools \ && dnf clean all RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more...
resin-io-library/base-images
balena-base-images/device-base/imx6ul-var-dart/fedora/36/build/Dockerfile
Dockerfile
apache-2.0
1,003
# AUTOGENERATED FILE FROM balenalib/photon-xavier-nx-debian:bullseye-build ENV GO_VERSION 1.17.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "a5aa1ed17d45ee1d58b4a4099b12f8942acbd1dd09b2e9a6abb1c4898043c5f5 go$GO_VERSION.linux-arm64.t...
resin-io-library/base-images
balena-base-images/golang/photon-xavier-nx/debian/bullseye/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,009
################################ # Python dependencies builder # FROM python:2-stretch AS base WORKDIR /app EXPOSE 8000 ENV LANG=C.UTF-8 ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 ENV PATH="/venv/bin:$PATH" RUN virtualenv /venv RUN useradd -d /app -M --uid 1000 --shell /usr/sbin/nologin kitsune RUN apt-ge...
anushbmx/kitsune
Dockerfile
Dockerfile
bsd-3-clause
3,547
FROM appcelerator/alpine:3.7.0 RUN apk --no-cache add openjdk8-jre bind-tools ENV PATH /bin:/opt/elasticsearch/bin:$PATH ENV ELASTIC_CONTAINER true ENV ELASTIC_VERSION 6.2.1 RUN mkdir -p /opt/elasticsearch && adduser -D -h /opt/elasticsearch -s /sbin/nologin elastico && rm -rf /opt COPY config /_config ENV ES_TMPDI...
appcelerator/amp
images/elasticsearch/Dockerfile
Dockerfile
apache-2.0
1,580
# Pull base image. FROM postgres EXPOSE 5432 # Copy files COPY ./database_setup /docker-entrypoint-initdb.d
peter-marriott/database-testing-with-docker
database_master/Dockerfile
Dockerfile
apache-2.0
110
# Copyright 2014 Netflix, Inc. # # 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...
Netflix-Skunkworks/zerotodocker
hello-netflix-oss/1.0.28/Dockerfile
Dockerfile
apache-2.0
1,445
FROM haskell:8.6.5 RUN apt-get update -yqq && apt-get install -yqq xz-utils make RUN apt-get install -yqq libpq-dev WORKDIR /app # Update cabal here RUN cabal update # First add only COPY cabal.project ./ COPY ./servant-tfb/servant-tfb.cabal ./servant-tfb/servant-tfb.cabal RUN find . RUN cabal v2-build warp RUN cab...
volyrique/FrameworkBenchmarks
frameworks/Haskell/servant/servant.dockerfile
Dockerfile
bsd-3-clause
638
from jboss/wildfly:9.0.0.Final RUN /opt/jboss/wildfly/bin/add-user.sh -up mgmt-users.properties admin Admin#70365 --silent CMD ["/opt/jboss/wildfly/bin/standalone.sh", "-b", "0.0.0.0", "-bmanagement", "0.0.0.0"]
bartoszmajsak/presentations
taming-microservices-testing-with-docker-and-arquillian-cube_j1/slides/demo/03_arquillian_cube_jpa/src/test/resources/wildfly/Dockerfile
Dockerfile
apache-2.0
211
FROM arm32v7/python:2-alpine WORKDIR /app ADD requirements.txt /app RUN apk update && apk add \ python-dev \ py-pip \ py-smbus \ freetype-dev \ jpeg-dev \ ttf-dejavu \ build-base \ gcc \ linux-headers \ py-pillow && rm -rf /var/cache/apk/* RUN pip install -r requirements.txt CMD /bin/bash
dhrone/pydPiper
Dockerfile
Dockerfile
mit
312
# AlpineLinux with a glibc-2.29-r0 and Oracle Java 8 FROM alpine:3.8 MAINTAINER 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 Version and other ENV ENV JAVA_VERSION_...
anapsix/docker-alpine-java
8/144b01/jdk/unlimited/Dockerfile
Dockerfile
mit
4,371
# Docker to run dose calc remotely FROM ubuntu:baseline MAINTAINER O.K. <https://github.com/Kri-Ol/Geant4-on-GCE> # making run directory RUN mkdir -p /home/beamuser/run COPY run /home/beamuser/run # now copying G4 installation RUN mkdir -p /opt/Geant/v4.10.01.p03 COPY v4.10.01.p03 /opt/Geant/v4.10.01.p03 # magic COP...
Kri-Ol/Geant4-on-GCE
Docker/Dockerfile
Dockerfile
mit
1,483
# hivetech/pyscience # An ubuntu 12.04 LTS box with most common python packages for science installed # VERSION 0.0.3 # Administration FROM hivetech/batcave:base MAINTAINER Xavier Bruhiere, xavier.bruhiere@gmail.com # Requirements RUN apt-get update && \ apt-get install -y --no-install-recommends wget r-base g++ ma...
hivetech/batcave
warehouse/pyscience/Dockerfile
Dockerfile
mit
882
FROM centos:6 MAINTAINER Jackson Argo <jackson@jacksonargo.com> ENV NVIDIA_VERSION=340.29 ENV CUDA_VERSION=6.5 # Install EPEL repo RUN rpm -i http://mirror.ancl.hawaii.edu/linux/epel/6/i386/epel-release-6-8.noarch.rpm # Install CUDA repo RUN rpm -i http://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_6...
jacksonargo/docker-nvidia
340.29/Dockerfile
Dockerfile
mit
488
FROM node:latest WORKDIR /usr/src/app COPY . /usr/src/app/ # Install Node.js dependencies RUN yarn install --no-progress \ && yarn cache clean \ && chmod +x ./boot.sh CMD [ "sh", "./boot.sh" ]
dc-server/Dc-server-koa
Dockerfile
Dockerfile
mit
201
FROM python:3-alpine ADD ./hostthedocs/ ./hostthedocs/ ADD ./.travis.yml ./.travis.yml ADD ./MANIFEST.in ./MANIFEST.in ADD ./conf_template.py ./conf_template.py ADD ./host_my_docs.py ./host_my_docs.py ADD ./runserver.py ./runserver.py ADD ./setup.py ./setup.py ADD ./tox.ini ./tox.ini ADD ./Pipfile ./Pipfile ADD ./Pip...
allebacco/hostthedocs
Dockerfile
Dockerfile
mit
495
FROM quay.io/wikipedialibrary/python:3.7-slim-buster as twlight_base # Base dependencies. RUN apt update ; \ apt install -y --no-install-recommends \ libmariadbclient-dev ; \ ln -s /usr/bin/mariadb_config /usr/bin/mysql_config ; \ rm -rf /var/lib/apt/lists/*; \ pip3 install virtualenv FROM twlight_...
WikipediaLibrary/TWLight
Dockerfile
Dockerfile
mit
1,965
# ┌────────────────────────────────────────────────────────────────────┐ # │ ElasticSearch Dockerfile │ # ├────────────────────────────────────────────────────────────────────┤ # │ Copyright © 2014 Jordan Schatz │ # │ Copyright © 2014 Noionλa...
shofetim/docker-elasticsearch
Dockerfile
Dockerfile
mit
2,548
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base WORKDIR /app EXPOSE 80 EXPOSE 443 FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build WORKDIR /src COPY ["FujiyBlog.Web/FujiyBlog.Web.csproj", "FujiyBlog.Web/"] COPY ["FujiyBlog.Core/FujiyBlog.Core.csproj", "FujiyBlog.Core/"] RUN dotnet restore "...
fujiy/FujiyBlog
src/FujiyBlog.Web/Dockerfile
Dockerfile
mit
661
FROM fedora:28 LABEL Description="OpenDPS firmware, built using GCC 7.1.0" RUN dnf update -y && dnf install -y arm-none-eabi-gcc arm-none-eabi-newlib git make python sudo findutils RUN pip install Pillow RUN useradd -d /home/opendps -m -s /bin/bash opendps RUN echo "opendps ALL=(root) NOPASSWD:ALL" >> /etc/sudoers C...
kanflo/opendps
docker/Dockerfile
Dockerfile
mit
381
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-ubuntu:bionic-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.c...
nghiant2710/base-images
balena-base-images/node/cl-som-imx8/ubuntu/bionic/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,915
FROM debian:jessie MAINTAINER snowdream <yanghui1986527@gmail.com> # Install RUN apt-get update -y && \ apt-get install -y --no-install-recommends expect && \ printf "\ set timeout -1\n\ spawn apt-get install -y --no-install-recommends keyboard-configuration\n\ expect {\n\ \"Keyboard l...
snowdream/dockerfiles
desktop/base/Dockerfile
Dockerfile
apache-2.0
1,577
FROM openjdk:8-jre-alpine MAINTAINER ly ARG kafka_version=1.0.0 ARG scala_version=2.12 RUN apk add --no-cache --update \ unzip \ wget \ bash \ su-exec ENV KAFKA_VERSION=$kafka_version \ SCALA_VERSION=$scala_version WORKDIR / RUN wget http://mirrors.tuna.tsinghua.edu.cn/apache/kafka/${KAFKA_VER...
onealcenter/LY
k8s.kafka/Dockerfile
Dockerfile
apache-2.0
642
FROM balenalib/armv7hf-alpine:3.11-build LABEL io.balena.device-type="revpi-connect" 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 imag...
nghiant2710/base-images
balena-base-images/device-base/revpi-connect/alpine/3.11/build/Dockerfile
Dockerfile
apache-2.0
1,022
# AUTOGENERATED FILE FROM balenalib/hummingboard-ubuntu:xenial-run ENV GO_VERSION 1.14.14 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt...
nghiant2710/base-images
balena-base-images/golang/hummingboard/ubuntu/xenial/1.14.14/run/Dockerfile
Dockerfile
apache-2.0
2,358
# AUTOGENERATED FILE FROM balenalib/asus-tinker-edge-t-fedora:33-build RUN dnf -y update \ && dnf clean all \ && dnf -y install \ gzip \ java-1.8.0-openjdk \ java-1.8.0-openjdk-devel \ tar \ && dnf clean all # set JAVA_HOME ENV JAVA_HOME /usr/lib/jvm/java-openjdk CMD ["echo","'No CMD command was set in Do...
resin-io-library/base-images
balena-base-images/openjdk/asus-tinker-edge-t/fedora/33/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,328
FROM openjdk:8-jre-alpine #EXPOSE 8443 ADD /target/postservice-1.0.0.jar server.jar CMD ["/bin/sh","-c","java -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Dlight-4j-config-dir=/config -Dlogback.configurationFile=/config/logback.xml -jar /server.jar"]
networknt/light-java-example
router/post-service/docker/Dockerfile
Dockerfile
apache-2.0
295
# AUTOGENERATED FILE FROM balenalib/artik533s-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 ] && ech...
nghiant2710/base-images
balena-base-images/golang/artik533s/alpine/3.13/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,332
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-ubuntu:focal-build ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha...
nghiant2710/base-images
balena-base-images/node/odroid-u3+/ubuntu/focal/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,761
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-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: p...
resin-io-library/base-images
balena-base-images/python/revpi-core-3/debian/stretch/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
4,858
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-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...
nghiant2710/base-images
balena-base-images/python/bananapi-m1-plus/alpine/3.13/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
4,843
# AUTOGENERATED FILE FROM balenalib/spacely-tx2-debian:bullseye-run ENV NODE_VERSION 10.23.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserv...
nghiant2710/base-images
balena-base-images/node/spacely-tx2/debian/bullseye/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,943
# AUTOGENERATED FILE FROM balenalib/generic-aarch64-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...
nghiant2710/base-images
balena-base-images/python/generic-aarch64/debian/stretch/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,100
FROM wordpress:4.2.2 ADD mpm_event.conf mpm_prefork.conf mpm_worker.conf /etc/apache2/mods-available/ # # install wp-cli # RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \ chmod +x wp-cli.phar && mv wp-cli.phar /usr/local/bin/wp ADD wpinstall.sh /wpinstall.sh RUN ch...
y12studio/y12docker
fastwp/wp/Dockerfile
Dockerfile
apache-2.0
342
# AUTOGENERATED FILE FROM balenalib/coral-dev-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 -...
nghiant2710/base-images
balena-base-images/node/coral-dev/ubuntu/eoan/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,909
# AUTOGENERATED FILE FROM balenalib/artik530-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 \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ ...
nghiant2710/base-images
balena-base-images/node/artik530/alpine/3.13/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,955
# AUTOGENERATED FILE FROM balenalib/n510-tx2-debian:buster-run ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver ke...
nghiant2710/base-images
balena-base-images/node/n510-tx2/debian/buster/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,936
# AUTOGENERATED FILE FROM balenalib/vab820-quad-debian:sid-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" || \ gpg ...
resin-io-library/base-images
balena-base-images/node/vab820-quad/debian/sid/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,774
# AUTOGENERATED FILE FROM balenalib/parallella-alpine:3.13-build ENV GO_VERSION 1.16.14 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] &&...
resin-io-library/base-images
balena-base-images/golang/parallella/alpine/3.13/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,339
# AUTOGENERATED FILE FROM balenalib/ccimx8x-sbc-pro-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....
resin-io-library/base-images
balena-base-images/dotnet/ccimx8x-sbc-pro/debian/bullseye/6.0-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,924
# AUTOGENERATED FILE FROM balenalib/revpi-connect-ubuntu:eoan-build ENV GO_VERSION 1.16.3 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 "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VERSI...
nghiant2710/base-images
balena-base-images/golang/revpi-connect/ubuntu/eoan/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,027
# AUTOGENERATED FILE FROM balenalib/cybertan-ze250-debian:buster-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/cybertan-ze250/debian/buster/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,488
# AUTOGENERATED FILE FROM balenalib/aarch64-debian:sid-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-get upda...
nghiant2710/base-images
balena-base-images/golang/aarch64/debian/sid/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,316
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-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 ...
resin-io-library/base-images
balena-base-images/python/genericx86-64-ext/alpine/edge/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,142
# AUTOGENERATED FILE FROM balenalib/fincm3-fedora:30-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 "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "16da0e...
nghiant2710/base-images
balena-base-images/golang/fincm3/fedora/30/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,096
# AUTOGENERATED FILE FROM balenalib/kitra710-alpine:3.12-build ENV GO_VERSION 1.17.7 # 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...
resin-io-library/base-images
balena-base-images/golang/kitra710/alpine/3.12/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,335
# AUTOGENERATED FILE FROM balenalib/raspberrypi-alpine:3.13-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 \ 6A010C516600659...
nghiant2710/base-images
balena-base-images/node/raspberrypi/alpine/3.13/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
3,024
# AUTOGENERATED FILE FROM balenalib/raspberrypi4-64-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...
nghiant2710/base-images
balena-base-images/python/raspberrypi4-64/debian/stretch/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,100
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-alpine:3.10-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 ...
nghiant2710/base-images
balena-base-images/python/imx6ul-var-dart/alpine/3.10/3.7.9/build/Dockerfile
Dockerfile
apache-2.0
4,842
# AUTOGENERATED FILE FROM balenalib/nitrogen6x-ubuntu:disco-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-get...
nghiant2710/base-images
balena-base-images/golang/nitrogen6x/ubuntu/disco/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,352
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-debian:sid-build ENV NODE_VERSION 12.21.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg...
nghiant2710/base-images
balena-base-images/node/zc702-zynq7/debian/sid/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,782
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-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 pyth...
resin-io-library/base-images
balena-base-images/python/jetson-nano-emmc/debian/bullseye/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
4,101
FROM fluxcapacitor/package-java-openjdk-1.8:master WORKDIR /root RUN \ apt-get update \ # Anaconda's libgfortran=3.0 is not co-operating, so we use apt-get && apt-get install libgfortran3 # Install Python with conda RUN wget -q https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh -O /tmp/minicon...
BrentDorsey/pipeline
prediction.ml/jvm/Dockerfile
Dockerfile
apache-2.0
1,052
# AUTOGENERATED FILE FROM balenalib/kitra710-ubuntu:impish-build ENV GO_VERSION 1.16.14 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "5e59056e36704acb25809bcdb27191f27593cb7aba4d716b523008135a1e764a go$GO_VERSION.linux-arm64.tar.gz" | ...
resin-io-library/base-images
balena-base-images/golang/kitra710/ubuntu/impish/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
1,999
# Copyright 2016 Netflix, Inc. # # 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...
brendangregg/vector
Dockerfile
Dockerfile
apache-2.0
1,348
# AUTOGENERATED FILE FROM balenalib/floyd-nano-debian:sid-build ENV NODE_VERSION 10.24.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg ...
nghiant2710/base-images
balena-base-images/node/floyd-nano/debian/sid/10.24.1/build/Dockerfile
Dockerfile
apache-2.0
2,777
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-alpine:3.12-build ENV NODE_VERSION 14.18.3 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 \ ...
resin-io-library/base-images
balena-base-images/node/imx8mm-var-dart/alpine/3.12/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,956
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-fedora:36-build ENV NODE_VERSION 12.22.9 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver k...
resin-io-library/base-images
balena-base-images/node/colibri-imx6dl/fedora/36/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,755
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-debian:sid-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" || \ gpg -...
nghiant2710/base-images
balena-base-images/node/odroid-u3+/debian/sid/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,779
FROM jupyter/scipy-notebook USER root RUN apt install -y quantlib-python USER $NB_UID RUN echo "updating conda" \ && conda update --all --yes \ && echo "pip install" \ && pip install --upgrade \ 'pymc3>=3.11' \ "torch>=1.7" torchvision torchaudio pytorch-lightning \ yfinance ib_insync watermark tenso...
mikea/dockerfiles
jupyter/Dockerfile
Dockerfile
apache-2.0
689
FROM ubuntu:15.04 MAINTAINER Christoph Keller <gri@not-censored.com> RUN echo "Acquire::http { Proxy \"http://debmirror.informatik.hs-augsburg.de:3142\"; };" > /etc/apt/apt.conf.d/01proxy RUN apt-get -qq update RUN DEBIAN_FRONTEND=noninteractive apt-get -qqy --force-yes install qt5-default qt5-qmake libqt5qml5 libqt5qu...
HSAnet/glimpse_buildsystem
ubuntu-vivid/Dockerfile
Dockerfile
bsd-3-clause
434
FROM kyma/docker-nginx ADD build/ /var/www CMD 'nginx'
Invacio/invite-web
Dockerfile
Dockerfile
mit
56
FROM node:10 WORKDIR /starter ENV NODE_ENV development COPY package.json /starter/package.json RUN npm install --production COPY .env.example /starter/.env.example COPY . /starter CMD ["npm","start"]
Magnetjs/magnet-core
docs/v5-design/src/Dockerfile
Dockerfile
mit
205
# Copyright 2016 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
maisem/test-infra
queue-health/poll/Dockerfile
Dockerfile
apache-2.0
937
FROM balenalib/amd64-alpine:3.12-run LABEL io.balena.device-type="intel-nuc" 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 m...
nghiant2710/base-images
balena-base-images/device-base/intel-nuc/alpine/3.12/run/Dockerfile
Dockerfile
apache-2.0
1,027
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-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 'dir...
nghiant2710/base-images
balena-base-images/openjdk/raspberrypi2/alpine/3.12/8-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,761
# 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-deploy/centos-6/Dockerfile
Dockerfile
apache-2.0
1,239
FROM microsoft/dotnet:2.2-sdk AS build WORKDIR /app COPY Benchmarks . RUN dotnet publish -c Release -o out FROM mono:latest AS runtime ENV ASPNETCORE_URLS http://+:8080 WORKDIR /app COPY --from=build /app/out ./ COPY Benchmarks/appsettings.mysql.json ./appsettings.json ENTRYPOINT ["mono", "--server", "--gc=sgen", "--...
Dith3r/FrameworkBenchmarks
frameworks/CSharp/aspnetcore-mono/aspcore-mono-mw-my.dockerfile
Dockerfile
bsd-3-clause
442
FROM larskanis/rake-compiler-dock:0.6.2 RUN find / -name rbconfig.rb | while read f ; do sed -i 's/0x0501/0x0600/' $f ; done RUN find / -name win32.h | while read f ; do sed -i 's/gettimeofday/rb_gettimeofday/' $f ; done RUN sed -i 's/defined.__MINGW64__.$/1/' /usr/local/rake-compiler/ruby/i686-w64-mingw32/ruby-2.0.0-...
murgatroid99/grpc
third_party/rake-compiler-dock/Dockerfile
Dockerfile
apache-2.0
601
FROM damm/ubuntu:14.04 MAINTAINER <scott@likens.us> RUN apt-mark hold initscripts udev plymouth mountall RUN sed -i.bak 's/main$/main universe/' /etc/apt/sources.list RUN apt-get update RUN dpkg-divert --local --rename --add /sbin/initctl RUN apt-get update && apt-get -y install software-properties-common wget curl RUN...
damm/docker-java
Dockerfile
Dockerfile
mit
783
FROM ageneau/scala-base:latest MAINTAINER Sylvain Ageneau <ageneau@gmail.com> WORKDIR /lila/lila ENV JAVA_OPTS="-Xms64M -Xmx3072M -Xss4M -XX:ReservedCodeCacheSize=64m -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC" RUN apt-get update -qq && apt-get install -y openssh-server RUN mkdir /var/run/sshd RUN echo '...
ageneau/lila-dockerfiles
lila-server/Dockerfile
Dockerfile
mit
720
# ---------------------------------------------- # Stage 0, "build-stage", based on Node.js, to build and compile the frontend # ---------------------------------------------- FROM node:11.4-alpine as build-stage WORKDIR /app RUN apk update && apk upgrade; \ apk add git; # Single layer for dependencies to improve c...
OysteinAmundsen/gymsystems
client/Dockerfile
Dockerfile
mit
1,639
FROM nginx # copy the cert and key COPY swarmdemo.selfcrt /root/swarmdemo.crt COPY swarmdemo.selfkey /root/swarmdemo.key # copy the config files RUN rm /etc/nginx/conf.d/* COPY backend.conf /etc/nginx/conf.d
shengli320/devapp
nginx-docker/nginx-websocket-and-rest-api/docker/Dockerfile
Dockerfile
mit
210
FROM gerasim13/flask MAINTAINER Pavel Litvinenko <gerasim13@gmail.com> COPY requirements.txt /tmp/ RUN pip install -r /tmp/requirements.txt
gerasim13/flask-bootstrap
Dockerfile
Dockerfile
mit
140
# AlpineLinux with a glibc-2.29-r0 and Oracle Java 8 FROM alpine:3.8 MAINTAINER 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 Version and other ENV ENV JAVA_VERSION_...
anapsix/docker-alpine-java
8/102b14/jdk/standard/Dockerfile
Dockerfile
mit
4,337