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/imx7-var-som-alpine:3.12-build ENV GO_VERSION 1.16.3 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] &...
nghiant2710/base-images
balena-base-images/golang/imx7-var-som/alpine/3.12/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,339
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-ubuntu:xenial-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.lin...
nghiant2710/base-images
balena-base-images/golang/jetson-xavier-nx-devkit-emmc/ubuntu/xenial/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,017
# AUTOGENERATED FILE FROM balenalib/spacely-tx2-fedora:31-build ENV NODE_VERSION 14.16.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.p...
nghiant2710/base-images
balena-base-images/node/spacely-tx2/fedora/31/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-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.1 ...
nghiant2710/base-images
balena-base-images/dotnet/nitrogen6xq2g/debian/bullseye/5.0-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,950
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-alpine:3.13-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 \ ;...
nghiant2710/base-images
balena-base-images/node/imx8m-var-dart/alpine/3.13/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,961
# syntax=docker/dockerfile:1.1.3-experimental ARG CROSS="false" ARG GO_VERSION=1.13.6 ARG DEBIAN_FRONTEND=noninteractive ARG VPNKIT_DIGEST=e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e ARG DOCKER_BUILDTAGS="apparmor seccomp selinux" FROM golang:${GO_VERSION}-buster AS base RUN echo 'Binary::apt::AP...
pradipd/moby
Dockerfile
Dockerfile
apache-2.0
15,532
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-alpine:3.12-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 \ ...
nghiant2710/base-images
balena-base-images/node/generic-armv7ahf/alpine/3.12/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,963
FROM registry.access.redhat.com/rhel7:latest MAINTAINER Abhijit Mane <abhijman@in.ibm.com> # Important # For rhel7 image, appropriate RHEL-7 repo needs to be setup to proceed. # Ex: If using rhel subscription, then register & enable epel repos # subscription-manager register --username 'user' --password 'password' -...
ppc64le/build-scripts
t/tini/rhel7.9/Dockerfile
Dockerfile
apache-2.0
507
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-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...
resin-io-library/base-images
balena-base-images/python/beaglebone-black/alpine/3.14/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,842
# AUTOGENERATED FILE FROM balenalib/kitra710-fedora:32-run ENV NODE_VERSION 14.16.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool.s...
nghiant2710/base-images
balena-base-images/node/kitra710/fedora/32/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,747
FROM balenalib/aarch64-ubuntu:bionic-run LABEL io.balena.device-type="jetson-xavier-nx-devkit" RUN echo "deb https://repo.download.nvidia.com/jetson/common r32.4 main" >> /etc/apt/sources.list.d/nvidia.list \ && echo "deb https://repo.download.nvidia.com/jetson/t194 r32.4 main" >> /etc/apt/sources.list.d/nvidia.list...
nghiant2710/base-images
balena-base-images/device-base/jetson-xavier-nx-devkit/ubuntu/bionic/run/Dockerfile
Dockerfile
apache-2.0
1,539
#FROM registry.access.redhat.com/rhscl/python-27-rhel7:2.7 FROM docker.io/centos/python-27-centos7:latest ENV ELASTALERT_VERSION 0.1.6 ENV ELASTALERT_HOME $HOME/elastalert-$ELASTALERT_VERSION USER root # Install python dev tools RUN yum install -y python-devel python-setuptools net-tools && \ easy_install -U pip...
garethahealy/elastalert-on-ocp
elastalert-core/src/main/docker/Dockerfile
Dockerfile
apache-2.0
1,315
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-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 --batch --ke...
nghiant2710/base-images
balena-base-images/node/generic-armv7ahf/debian/bullseye/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,952
FROM centos:7 ADD https://github.com/AppImage/AppImages/raw/master/recipes/inkscape/Recipe /Recipe RUN bash -ex Recipe && yum clean all && rm -rf /out && rm -rf /AppImage*
probonopd/AppImages
legacy/inkscape-standalone/Dockerfile
Dockerfile
mit
172
FROM openjdk:8 # Add jhipster-registry source ADD . /code/ # Package the application and delete all lib RUN \ cd /code/ && \ rm -Rf target node_modules && \ chmod +x /code/mvnw && \ sleep 1 && \ ./mvnw package -Pprod -DskipTests && \ mv /code/target/*.war /jhipster-registry.war && \ rm -Rf...
oktadeveloper/jhipster-microservices-example
registry/Dockerfile
Dockerfile
apache-2.0
756
# AUTOGENERATED FILE FROM balenalib/raspberrypicm4-ioboard-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. # # ...
nghiant2710/base-images
balena-base-images/openjdk/raspberrypicm4-ioboard/ubuntu/xenial/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,109
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%designate-base:%%KOLLA_TAG%% MAINTAINER Kolla Project (https://launchpad.net/kolla) RUN yum install -y \ openstack-designate-api \ && yum clean all COPY start.sh /start.sh COPY config-internal.sh config-external.sh /opt/kolla/ CMD ["/start.sh"]
meticulo3366/kolla
docker/centos/binary/designate/designate-api/Dockerfile
Dockerfile
apache-2.0
297
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-debian:bullseye-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/imx7-var-som/debian/bullseye/11-jre/build/Dockerfile
Dockerfile
apache-2.0
3,742
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-alpine:3.12-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...
nghiant2710/base-images
balena-base-images/openjdk/asus-tinker-board-s/alpine/3.12/7-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,764
########################################################################## # Dockerfile to build Dynomite container images with Redis as the backend # Based on Ubuntu ########################################################################## # Set the base image to Ubuntu FROM ubuntu # File Author / Maintainer MAINTA...
ipapapa/dynomiteIoannis
Docker/Dockerfile
Dockerfile
apache-2.0
1,485
FROM alpine:3.4 MAINTAINER Eric Pfeiffer <computerfr33k@users.noreply.github.com> ENV caddy_version=0.10.0 LABEL caddy_version="$caddy_version" architecture="amd64" RUN apk update \ && apk upgrade \ && apk add tar curl git RUN curl --silent --show-error --fail --location \ --header "Accept: applica...
anisku11/sipetri2
laradock/caddy/Dockerfile
Dockerfile
mit
925
FROM maven:3.6.1-jdk-11-slim as maven WORKDIR /spring COPY src src COPY pom.xml pom.xml RUN mvn package -q FROM openjdk:11.0.3-jdk-slim WORKDIR /spring COPY --from=maven /spring/target/spring-webflux-benchmark.jar app.jar CMD ["java", "-server", "-XX:+UseNUMA", "-XX:+UseParallelGC", "-Dlogging.level.root=OFF", "-jar",...
greenlaw110/FrameworkBenchmarks
frameworks/Java/spring-webflux/spring-webflux-pgclient.dockerfile
Dockerfile
bsd-3-clause
378
FROM ruby:2.4 ADD ./ /rack-sequel WORKDIR /rack-sequel RUN bundle install --jobs=4 --gemfile=/rack-sequel/Gemfile --path=/rack-sequel/rack-sequel/bundle ENV DBTYPE=postgresql CMD bundle exec puma -C config/mri_puma.rb -b tcp://0.0.0.0:8080 -e production
nbrady-techempower/FrameworkBenchmarks
frameworks/Ruby/rack-sequel/rack-sequel-postgres.dockerfile
Dockerfile
bsd-3-clause
258
# 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, software # distributed under th...
jcgruenhage/dendrite
vendor/src/github.com/apache/thrift/build/docker/centos/Dockerfile
Dockerfile
apache-2.0
3,181
# # THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/amd64/generate.sh"! # FROM ubuntu:yakkety RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libseccomp-dev p...
Originate/exosphere
vendor/github.com/moby/moby/contrib/builder/deb/amd64/ubuntu-yakkety/Dockerfile
Dockerfile
mit
677
# 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 ...
rthallisey/ansible-service-broker
vendor/k8s.io/kubernetes/build/build-image/Dockerfile
Dockerfile
apache-2.0
1,860
FROM cloudunder/consul:0.6 MAINTAINER Cloud Under "hi@cloudunder.io" COPY consul-aws.sh /bin/ ENTRYPOINT ["/bin/consul-aws.sh"]
CloudUnder/docker-consul
0.6.0-aws/Dockerfile
Dockerfile
mit
131
# # Dockerfile for openconnect-arm # FROM easypi/alpine-arm:edge MAINTAINER EasyPi Software Foundation RUN set -xe \ && apk add --no-cache \ --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ openconnect \ && mkdir -p /etc/openconnect \ && touch /etc/openconnec...
dprasanthv/DockerFiles
openconnect/arm/Dockerfile
Dockerfile
mit
453
FROM node:6.9-alpine RUN apk update && apk upgrade RUN apk add --update build-base RUN apk add --update python python-dev py-pip RUN apk --no-cache add ca-certificates && update-ca-certificates # ENV NODE_ENV production ENV NODE_ENV development RUN mkdir -p /usr/src/app WORKDIR /usr/src/app ARG NODE_ENV ENV NODE_ENV ...
curtisallen/turningpoint-cms
Dockerfile
Dockerfile
mit
466
# TAGS 7.0.27-apache-jessie 7.0-apache-jessie 7.0.27-apache 7.0-apache FROM laincloud/debian:jessie # prevent Debian's PHP packages from being installed # https://github.com/docker-library/php/pull/542 RUN set -eux; \ { \ echo 'Package: php*'; \ echo 'Pin: release *'; \ echo 'Pin-Priority: -1'; \ } > /etc/apt/...
laincloud/dockerfiles
php/7.0-apache/Dockerfile
Dockerfile
mit
7,508
FROM node:4 # Alternative configuration: # # WORKDIR /usr/src/app # RUN npm install -g nodemon RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY package.json /usr/src/app/package.json RUN npm install COPY . /usr/src/app/ RUN (cat docs_header.html && /usr/src/app/node_modules/marked/bin/marked /usr/src/app/docs.md...
chk1/mensaparser
api/Dockerfile
Dockerfile
mit
502
# Base x64 image for all targets. FROM ubuntu:18.04 # Username is assumed to be 'duktape' for now, change only UID/GID if required. ARG USERNAME=duktape ARG UID=1000 ARG GID=1000 # Set timezone to Europe/Helsinki, some tests depend on it. Must be done # first to avoid interactive prompts in tzdata install. RUN echo...
svaarala/duktape
docker/duktape-base-ubuntu-18.04-x64/Dockerfile
Dockerfile
mit
4,416
FROM php:apache RUN apt-get update && apt-get -y install libxml2 libxml2-dev && docker-php-ext-install soap ARG VERSION= RUN curl -LO https://github.com/phpvirtualbox/phpvirtualbox/archive/$VERSION.zip && \ apt-get -y install unzip && \ unzip $VERSION.zip && \ rm -rf $VERSION.zip RUN apt-get clean RUN...
wood1986/docker-phpvirtualbox
phpvirtualbox/Dockerfile
Dockerfile
mit
400
FROM centos:7.0.1406 MAINTAINER sprin # Inspired by docker-library/memcached RUN groupadd -r memcache && useradd -r -g memcache memcache # Disable fastermirror plugin - not using it is actually faster. RUN sed -ri 's/^enabled=1/enabled=0/' /etc/yum/pluginconf.d/fastestmirror.conf ENV MEMCACHED_VERSION 1.4.22 ENV MEM...
marina-lab/docker-memcached
Dockerfile
Dockerfile
mit
956
FROM openjdk:8-jdk-alpine COPY tmp/java-server*.jar java-server.jar ENTRYPOINT ["java","-jar","-Djava.security.egd=file:/dev/./urandom", "-Dspring.profiles.active=docker","java-server.jar"]
openaffect/openaffect-server
docker-images/oa-java-server/Dockerfile
Dockerfile
mit
191
FROM conlini/python_dev:3.5 # only needed for sqlite dev db ENV SQLLITE.DB.PATH="/usr/src/db/db.sqlite3" # making the db path seperate to ensure that src volume mapping doest not cause errors RUN mkdir -p /usr/src/db ENV SECRET.KEY="dnqzt6_=ccf&q#24wgzk4y3mbj*48on^hr#pha+hzq-w9n&du_" ENV DEBUG.ENABLED="true" ENV DB.N...
conlini/h2h
Dockerfile
Dockerfile
mit
642
# This Dockerfile uses multi-stage builds as recommended in # https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md # FROM node:14-alpine AS production WORKDIR /usr/src/app COPY ["package.json", "package.json"] COPY ["package-lock.json", "package-lock.json"] RUN npm ci --production --unsafe-perm COPY ...
KTH/lms-export-results
Dockerfile
Dockerfile
mit
354
FROM php:7.2-fpm # Install system packages (Git, packages for archives, Node.js) RUN apt-get update \ && apt-get install -y git libzip-dev zlib1g-dev unzip \ && curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs \ && rm -rf /var/lib/apt/lists/* # Install PHP extensions RU...
pix3ly/budget
Dockerfile
Dockerfile
mit
928
FROM buildpack-deps:jessie-scm # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ && rm -rf /var/lib/apt/lists/* ENV GOLANG_VERSION 1.7.1 ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz ENV GOLANG_DOWNLOAD_SHA256 ...
aukbit/pluto
examples/user/backend/Dockerfile
Dockerfile
mit
1,271
# Stage 1 FROM node:14-alpine AS build WORKDIR /usr/src/app COPY package*.json ./ RUN npm ci COPY . . RUN npm run build # Stage 2 FROM nginx:alpine WORKDIR /var/www/worldcup2014 RUN rm /etc/nginx/conf.d/default.conf COPY sites-available/worldcup2014.conf /etc/nginx/conf.d COPY --from=build /usr/src/app/target .
sfidanza/worldcup2014
client/Dockerfile
Dockerfile
mit
320
FROM ruby:2.4.1 LABEL authors="duc4nh <duc4nh.nguyen@gmail.com>" RUN mkdir -p /opt/app ENV TERM=xterm APP=/opt/app # add more arguments from CI to the image so that `$ env` should reveal more info ARG CI_BUILD_ID ARG CI_BUILD_REF ARG CI_REGISTRY_IMAGE ARG CI_BUILD_TIME ARG RAILS_ENV ENV CI_BUILD_ID=$CI_BUILD_ID CI...
duc4nh/ror-starter
Dockerfile
Dockerfile
mit
622
FROM ubuntu:14.04 MAINTAINER Michal Raczka me@michaloo.net WORKDIR /app ENTRYPOINT [ "/bin/bash" ] CMD [ "/app/bin/start" ] # configure default environment variables ENV ES_HOST localhost ENV ES_PORT 9200 ENV LOG_ENV production ENV DOCKER_HOST unix:///tmp/docker.sock # add startup scripts and config files COPY ./bi...
michaloo/fluentd
Dockerfile
Dockerfile
mit
910
FROM postgres:9.5.4 COPY init_docker_postgres.sh /docker-entrypoint-initdb.d/
radionoise/quote-app
docker/postgres/Dockerfile
Dockerfile
mit
77
FROM nginx MAINTAINER Thomas Wollmann <thomas.wollmann@bioquant.uni-heidelberg.de> RUN apt-get update && apt-get install -y wget bzip2 ENV PV_VERSION=5.4.0 \ PV_VERSION_MAJOR=5.4 \ VIZ_VERSION=2.1.4 \ MESA_VERSION=13.0.3 RUN apt-get -q update && \ apt-get -q -y upgrade && \ apt-get -q -y install...
BMCV/docker-paraviewweb
Dockerfile
Dockerfile
mit
4,027
FROM ruby:2.3-onbuild LABEL maintainer Travis CI GmbH <support+travis-build-docker-image@travis-ci.org> CMD ["./docker-cmd.sh"]
kevmoo/travis-build
Dockerfile
Dockerfile
mit
129
FROM python:3.6-alpine MAINTAINER Jessey White-Cinis "jcinis@gmail.com" RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY requirements.txt /usr/src/app/ RUN pip install --no-cache-dir -r requirements.txt COPY . /usr/src/app CMD ["python", "app.py"]
jcinis/statis
Dockerfile
Dockerfile
mit
251
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-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 ...
nghiant2710/base-images
balena-base-images/python/raspberrypi400-64/alpine/3.10/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,139
# AUTOGENERATED FILE FROM balenalib/amd64-debian:jessie-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 samp...
nghiant2710/base-images
balena-base-images/openjdk/amd64/debian/jessie/7-jre/build/Dockerfile
Dockerfile
apache-2.0
3,102
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-ubuntu:eoan-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 depend...
nghiant2710/base-images
balena-base-images/python/orbitty-tx2/ubuntu/eoan/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,068
# AUTOGENERATED FILE FROM balenalib/floyd-nano-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/floyd-nano/debian/sid/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,848
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-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",...
resin-io-library/base-images
balena-base-images/python/raspberrypi3/fedora/33/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
2,435
FROM i386/ubuntu:bionic LABEL io.balena.architecture="i386-nlp" RUN apt-get update && apt-get install -y --no-install-recommends \ sudo \ ca-certificates \ findutils \ gnupg \ dirmngr \ inetutils-ping \ netbase \ curl \ udev \ $( \ if apt-cache show 'iproute' 2>/dev/null | grep -q '^Version:'...
nghiant2710/base-images
balena-base-images/i386-nlp/ubuntu/bionic/build/Dockerfile
Dockerfile
apache-2.0
4,253
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-debian:jessie-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...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/debian/jessie/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,951
# AUTOGENERATED FILE FROM balenalib/kitra520-ubuntu:focal-build RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu66 \ ...
resin-io-library/base-images
balena-base-images/dotnet/kitra520/ubuntu/focal/5.0-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,558
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-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 McVi...
resin-io-library/base-images
balena-base-images/python/var-som-mx6/alpine/3.13/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,837
FROM balenalib/aarch64-ubuntu:cosmic-build LABEL io.balena.device-type="jetson-tx1" RUN echo "deb https://repo.download.nvidia.com/jetson/common r32 main" >> /etc/apt/sources.list.d/nvidia.list \ && echo "deb https://repo.download.nvidia.com/jetson/t210 r32 main" >> /etc/apt/sources.list.d/nvidia.list \ && apt-key ...
nghiant2710/base-images
balena-base-images/device-base/jetson-tx1/ubuntu/cosmic/build/Dockerfile
Dockerfile
apache-2.0
1,526
FROM buildpack-deps:jessie-curl # gpg keys listed at https://github.com/nodejs/node RUN set -ex \ && for key in \ 9554F04D7259F04124DE6B476D5A82AC7E37093B \ 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \ 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \ FD3A5288F042B6850C66B31F09FE44734E...
mbutkereit/gulp-docker
6.2.0/Dockerfile
Dockerfile
apache-2.0
1,629
# AUTOGENERATED FILE FROM balenalib/parallella-fedora:30-run ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool...
nghiant2710/base-images
balena-base-images/node/parallella/fedora/30/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,753
FROM bucharestgold/centos7-s2i-nodejs:10.x WORKDIR /opt/app-root/src EXPOSE 8080 COPY . /opt/app-root/src # Run it CMD ["/bin/bash", "-c", "npm start" ]
redhat-helloworld-msa/bonjour
Dockerfile
Dockerfile
apache-2.0
157
FROM ubuntu:14.04 RUN apt-get update RUN apt-get -y install \ python python-pip python-dev \ apache2 libapache2-mod-wsgi \ mysql-client python-mysql.connector python-mysqldb \ openssh-server docker.io \ && ln -sf /usr/bin/docker.io /usr/local/bin/docker \ && sed -i '$acomplete -F _docker docker'...
Cloudstein/cloudstein
dockergui_appContainer_v5/Dockerfile
Dockerfile
apache-2.0
2,421
# AUTOGENERATED FILE FROM balenalib/ts4900-debian:stretch-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public ...
nghiant2710/base-images
balena-base-images/python/ts4900/debian/stretch/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
5,227
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-debian:sid-build ENV NODE_VERSION 10.23.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/beaglebone-pocket/debian/sid/10.23.1/build/Dockerfile
Dockerfile
apache-2.0
2,788
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-ubuntu:xenial-build ENV GO_VERSION 1.16 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 "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_V...
nghiant2710/base-images
balena-base-images/golang/beaglebone-pocket/ubuntu/xenial/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,031
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-nx-devkit-ubuntu:xenial-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --ke...
resin-io-library/base-images
balena-base-images/node/jetson-tx2-nx-devkit/ubuntu/xenial/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,761
# AUTOGENERATED FILE FROM balenalib/raspberrypi4-64-fedora:36-run 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 ke...
resin-io-library/base-images
balena-base-images/node/raspberrypi4-64/fedora/36/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,748
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-fedora:33-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.po...
nghiant2710/base-images
balena-base-images/node/nitrogen8mm/fedora/33/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,752
# AUTOGENERATED FILE FROM balenalib/up-core-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/up-core/debian/bullseye/3.1-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,145
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-ubuntu:cosmic-run ENV GO_VERSION 1.15.8 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt...
nghiant2710/base-images
balena-base-images/golang/raspberry-pi2/ubuntu/cosmic/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,357
# AUTOGENERATED FILE FROM balenalib/coral-dev-ubuntu:cosmic-build ENV NODE_VERSION 12.21.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha...
nghiant2710/base-images
balena-base-images/node/coral-dev/ubuntu/cosmic/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,758
# AUTOGENERATED FILE FROM balenalib/etcher-pro-debian:sid-build ENV GO_VERSION 1.14.14 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "511d764197121f212d130724afb9c296f0cb4a22424e5ae956a5cc043b0f4a29 go$GO_VERSION.linux-arm64.tar.gz" | s...
nghiant2710/base-images
balena-base-images/golang/etcher-pro/debian/sid/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
1,995
FROM cloudfoundry/cflinuxfs2 COPY \ om-linux \ semver-linux \ yaml_patch_linux \ cf \ cliaas-linux \ pivnet-cli \ govc \ stemcell-downloader \ steamroll \ jq \ terraform \ /usr/local/bin/ RUN \ cp /usr/local/bin/yaml_patch_linux /usr/...
mcb/pcf-pipelines
ci/Dockerfile
Dockerfile
apache-2.0
1,961
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-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 --keyserve...
nghiant2710/base-images
balena-base-images/node/raspberrypi2/debian/buster/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,944
# AUTOGENERATED FILE FROM balenalib/artik530-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 dependenci...
nghiant2710/base-images
balena-base-images/python/artik530/debian/sid/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,460
FROM scaledaction/docker-dev-base:1.4.1 MAINTAINER Scaled Action COPY sentiment-ingest-backend-assembly-1.0.jar / ENTRYPOINT ["java", "-cp", "/usr/local/spark/lib/spark-assembly-1.4.1-hadoop2.6.0.jar:/spark-streaming-kafka_2.10-1.4.1.jar:sentiment-ingest-backend-assembly-1.0.jar", "com.scaledaction.sentimentanalysi...
scaledaction/sentiment-analysis
ingest-backend/docker/Dockerfile
Dockerfile
apache-2.0
360
FROM balenalib/aarch64-fedora:35-build LABEL io.balena.device-type="imx8m-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/imx8m-var-dart/fedora/35/build/Dockerfile
Dockerfile
apache-2.0
1,002
# AUTOGENERATED FILE FROM balenalib/astro-tx2-debian:sid-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependenc...
resin-io-library/base-images
balena-base-images/python/astro-tx2/debian/sid/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
4,084
FROM centos:7 MAINTAINER Incode Software, incode.org ENV INSTALL_DIR /data ENV DB incodehq ENV USER incodehq RUN mkdir -m a=rwx ${INSTALL_DIR} #VOLUME ${INSTALL_DIR} ENV PGDATA /data RUN yum update -y \ && yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-centos95-9.5-2.noarch...
incodehq/docker
postgres/Dockerfile
Dockerfile
apache-2.0
935
# AUTOGENERATED FILE FROM balenalib/aio-3288c-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", si...
nghiant2710/base-images
balena-base-images/python/aio-3288c/fedora/30/3.5.10/run/Dockerfile
Dockerfile
apache-2.0
2,432
FROM openjdk:11.0.2-jre-slim COPY target/microservice-demo-order-0.0.1-SNAPSHOT.jar . CMD /usr/bin/java -Xmx400m -Xms400m -jar microservice-demo-order-0.0.1-SNAPSHOT.jar EXPOSE 8080
ewolff/microservice
microservice-demo/microservice-demo-order/Dockerfile
Dockerfile
apache-2.0
182
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-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 # inst...
nghiant2710/base-images
balena-base-images/python/beaglebone-green-gateway/debian/bullseye/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,111
# AUTOGENERATED FILE FROM balenalib/jetson-nano-debian:bookworm-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.tar.gz...
resin-io-library/base-images
balena-base-images/golang/jetson-nano/debian/bookworm/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,004
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-fedora:34-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.linux-arm64.tar.gz" |...
nghiant2710/base-images
balena-base-images/golang/imx8m-var-dart/fedora/34/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
1,997
# AUTOGENERATED FILE FROM balenalib/am571x-evm-alpine:3.10-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 'dirna...
nghiant2710/base-images
balena-base-images/openjdk/am571x-evm/alpine/3.10/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,759
#For don't connect to gcr.io in china. FROM gcr.io/google_containers/kibana:v4.6.1 MAINTAINER siriuszg <zhigang52110@sina.com>
zhigang/k8s
addons/fluentd-elasticsearch/image/kibana/Dockerfile
Dockerfile
apache-2.0
128
# AUTOGENERATED FILE FROM balenalib/ccimx8x-sbc-pro-alpine:edge-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/ccimx8x-sbc-pro/alpine/edge/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,962
# AUTOGENERATED FILE FROM balenalib/am571x-evm-ubuntu:bionic-build ENV GO_VERSION 1.14.14 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "93a87bdde7d5dd8c7ba0570fd811cebdfb988a6393f5f660f4595566120e0620 go$GO_VERSI...
nghiant2710/base-images
balena-base-images/golang/am571x-evm/ubuntu/bionic/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,030
# Dropwizard front-end for triple store FROM openjdk:8-jre-alpine MAINTAINER Bart Hanssens <bart.hanssens@fedict.be> RUN apk update && apk upgrade && \ apk add --no-cache wget ca-certificates && update-ca-certificates RUN adduser -S dropwizard COPY triplepages-1.0-SNAPSHOT.jar /usr/local/bin/lod-triplepages.jar USE...
Fedict/lod-triplepages
dockers/LodTriplepages-Dockerfile
Dockerfile
bsd-2-clause
519
FROM arm32v7/rabbitmq:3.8 COPY src/rabbitmq/init.sh /init.sh RUN ["chmod", "+x", "/init.sh"] CMD ["/init.sh"]
svtz/homeControl
src/rabbitmq/docker/arm32v7/Dockerfile
Dockerfile
mit
111
# https://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html FROM debian RUN apt-get update \ && apt-get install -yq gawk wget git-core diffstat unzip texinfo gcc-multilib \ build-essential chrpath socat libsdl1.2-dev xterm cpio WORKDIR /src # do the clone here so we can cache it. RUN git c...
SvenDowideit/dockerfiles
yocto/Dockerfile
Dockerfile
mit
584
FROM scratch ADD api / ENTRYPOINT [ "/api" ]
Rakanixu/elasticsearch
api/Dockerfile
Dockerfile
apache-2.0
45
# AUTOGENERATED FILE FROM balenalib/parallella-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 'dirname...
nghiant2710/base-images
balena-base-images/openjdk/parallella/alpine/3.13/7-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,755
FROM maven WORKDIR /root COPY pom.xml /root/pom.xml COPY src /root/src RUN mvn install EXPOSE 8080 CMD ["bash", "-c", "java -Xmx256M -jar target/amazon-echo-bridge-*.jar --upnp.config.address=$(ip route get 8.8.8.8 | egrep -o '[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\s*$')"]
armzilla/amazon-echo-ha-bridge
Dockerfile
Dockerfile
apache-2.0
290
FROM gradle:5.1.0-jdk11 USER root WORKDIR /http4k COPY build.gradle build.gradle COPY settings.gradle settings.gradle COPY apache apache COPY core core COPY jetty jetty COPY ktorcio ktorcio COPY netty netty COPY undertow undertow RUN gradle --quiet build jetty:shadowJar CMD ["java", "-server", "-XX:+UseNUMA", "-XX:+Use...
jetty-project/FrameworkBenchmarks
frameworks/Kotlin/http4k/http4k.dockerfile
Dockerfile
bsd-3-clause
434
# ------------------------------------------------------------------------ # # Copyright 2005-2015 WSO2, Inc. (http://wso2.com) # # 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....
gayangunarathne/private-paas-cartridges
common/docker/base-image/Dockerfile
Dockerfile
apache-2.0
2,719
# Copyright 2018 The 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 writ...
ctiller/grpc
tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile
Dockerfile
apache-2.0
1,671
FROM alpine:3.4 # ensure local python is preferred over distribution python ENV PATH /usr/local/bin:$PATH # 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 ENV PYTHON_VERSION 3.6.1 # if this is called "PIP_...
MishaLarionov/pybot
Dockerfile
Dockerfile
mit
612
FROM alpine:3.5 ARG BUILD_DATE ARG VCS_REF ARG VERSION LABEL maintainer="axeclbr@posteo.de" \ org.label-schema.build-date=$BUILD_DATE \ org.label-schema.name="axeclbr/docker-git" \ org.label-schema.description="Docker-Container behaving (nearly) like a git-binary" \ org.label-schema.vcs-ref=$VC...
axeclbr/docker-git
Dockerfile
Dockerfile
mit
875
FROM jarosser06/ubuntu-ruby-2.0.0 MAINTAINER Jim Rosser, jarosser06@tamu.edu ADD . /opt/dhcp-dash WORKDIR /opt/dhcp-dash RUN gem install bundler RUN bundle install EXPOSE 80 CMD ["unicorn", "-c" "unicorn.rb"]
TAMUArch/dhcp-dash
Dockerfile
Dockerfile
mit
211
FROM colinas/docker-light-baseimage MAINTAINER Colinas Maoling "colinas.maoling@t-online.de" # Use baseimage's init system. # https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/run CMD ["/container/tool/run"] # Add openldap user and group first to make sure their IDs get assigned consistently, re...
cmaoling/docker-openldap
image/Dockerfile
Dockerfile
mit
1,798
FROM debian:wheezy MAINTAINER Orca Health <info@orcahealth.com> # Thanks to Atlas Health <ops@atlashealth.com> for this base configuration! ENV DEBIAN_FRONTEND noninteractive ENV LANG C.UTF-8 ENV LANGUAGE C.UTF-8 ENV LC_ALL C.UTF-8 # Removes docs and man files ADD ./doc_filters /etc/dpkg/dpkg.cfg.d/01_nodoc RUN cd /u...
OrcaHealth/docker-base
Dockerfile
Dockerfile
mit
755