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/parallella-hdmi-resin-debian:jessie-build
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$ke... | nghiant2710/base-images | balena-base-images/node/parallella-hdmi-resin/debian/jessie/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,798 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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 ap... | resin-io-library/base-images | balena-base-images/python/via-vab820-quad/alpine/3.13/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-fedora:34-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/surface-go/fedora/34/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,453 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-alpine:3.14-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... | resin-io-library/base-images | balena-base-images/openjdk/etcher-pro/alpine/3.14/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-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/photon-nano/alpine/3.10/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-ubuntu:disco-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/spacely-tx2/ubuntu/disco/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,832 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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 McVitti... | nghiant2710/base-images | balena-base-images/python/artik530/alpine/edge/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-fedora:34-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 keys... | resin-io-library/base-images | balena-base-images/node/zc702-zynq7/fedora/34/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/up-board-ubuntu:eoan-build
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.po... | nghiant2710/base-images | balena-base-images/node/up-board/ubuntu/eoan/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-debian:stretch-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "013a489ebb3e24ef3d915abe5b94c3286c070dfe0818d5bca8108f1d6e8440d2 go$GO_VERSION.linux-amd64.tar.gz" | ... | nghiant2710/base-images | balena-base-images/golang/up-squared/debian/stretch/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,012 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-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 ... | nghiant2710/base-images | balena-base-images/python/jetson-nano-2gb-devkit/alpine/3.13/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,851 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-ubuntu:cosmic-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" |... | nghiant2710/base-images | balena-base-images/golang/coral-dev/ubuntu/cosmic/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,000 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-ubuntu:focal-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/aio-3288c/ubuntu/focal/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,351 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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 63C7... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit/debian/sid/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-ubuntu:xenial-run
ENV GO_VERSION 1.16
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-ge... | nghiant2710/base-images | balena-base-images/golang/colibri-imx6/ubuntu/xenial/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,352 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-alpine:3.13-build
ENV NODE_VERSION 14.16.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/generic-armv7ahf/alpine/3.13/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,963 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-fedora:36-run
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver key... | resin-io-library/base-images | balena-base-images/node/nanopi-neo-air/fedora/36/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-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 McVi... | nghiant2710/base-images | balena-base-images/python/var-som-mx6/alpine/3.10/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-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 63C7C... | resin-io-library/base-images | balena-base-images/python/beaglebone-pocket/debian/bullseye/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,865 |
FROM 32bit/debian
MAINTAINER yamajiro
# Webserver basic install.
RUN apt-get update && apt-get install -y \
nginx \
git \
vim \
wget
#nginx config to exec in front.
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
EXPOSE 80
CMD ["nginx"]
| yamajiro/Dockerfiles | nginx-32bit/Dockerfile | Dockerfile | bsd-2-clause | 246 |
from node:boron
MAINTAINER fradot
WORKDIR "/opt"
RUN apt-get update
RUN npm install -g gulp
RUN npm install -g bower
VOLUME ["/opt"]
CMD ["gulp"]
| fradot/ngesixstarter | Dockerfile | Dockerfile | mit | 150 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-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 ... | nghiant2710/base-images | balena-base-images/openjdk/beaglebone/debian/stretch/11-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,959 |
FROM ubuntu:14.04
VOLUME ["/var/www"]
RUN apt-get update && \
apt-get install -y \
apache2 \
php5 \
php5-cli \
libapache2-mod-php5 \
php5-gd \
php5-json \
php5-ldap \
php5-mysql \
php5-pgsql
COPY apache_default /etc/apache2/sites-available/000-default.conf
COP... | h2020-endeavour/iSDX | visualization/dockers/apache/Dockerfile | Dockerfile | apache-2.0 | 521 |
FROM buildpack-deps:xenial
ENV IROOT=/installs
ENV FFEAD_CPP_PATH=${IROOT}/ffead-cpp-2.0
ENV PATH=${FFEAD_CPP_PATH}:${PATH}
RUN mkdir /installs
WORKDIR /
COPY te-benchmark/ te-benchmark/
COPY *.sh ./
RUN chmod 755 *.sh
RUN ./install_ffead-cpp-dependencies.sh
WORKDIR /
RUN ./install_ffead-cpp-framework.sh
WORKDI... | zapov/FrameworkBenchmarks | frameworks/C++/ffead-cpp/ffead-cpp-nginx-mysql.dockerfile | Dockerfile | bsd-3-clause | 446 |
FROM node:0.10.38
RUN apt-get update -qq && apt-get install -y build-essential
RUN apt-get install -y ruby
RUN gem install sass
RUN mkdir /src
RUN npm install grunt-cli -g
WORKDIR /src
ADD app/package.json /src/package.json
RUN npm install
ADD app/Gruntfile.js /src/Gruntfile.js
EXPOSE 3000
EXPOSE 35729
CMD ["npm... | b00giZm/docker-compose-nodejs-examples | 04-express-grunt-watch/Dockerfile | Dockerfile | mit | 332 |
# Dockerfile for Taskboard with nginx and sqlite.
FROM ubuntu:trusty
MAINTAINER Alex van den Hoogen <alex.van.den.hoogen@geodan.nl>
RUN apt-get update && \
apt-get install -yq --no-install-recommends git wget nginx php5-fpm php5-sqlite sqlite3 ca-certificates pwgen && \
apt-get clean && \
rm -rf /var/lib/... | ZM-git/TaskBoard | build/Dockerfile | Dockerfile | mit | 676 |
# 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... | pszemus/grpc | tools/dockerfile/distribtest/ruby_ubuntu1404_x64/Dockerfile | Dockerfile | apache-2.0 | 931 |
FROM tomcat:8-jre8
VOLUME /tmp
ADD dah-1.0-SNAPSHOT.war app.jar
RUN sh -c 'touch /app.jar'
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"] | freefair/dah | src/main/docker/Dockerfile | Dockerfile | mit | 170 |
# GENERATED FROM Dockerfile.template-scm
FROM vicamo/buildpack-deps:bullseye-ppc64el-curl
# procps is very common in build systems, and is a reasonably small package
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
git \
mercurial \
openssh-client \
subversion \
\
procps \
&& apt-get ... | vicamo/docker-buildpack-deps | bullseye/ppc64el/scm/Dockerfile | Dockerfile | mit | 368 |
# Compiling application
FROM golang:1.17-alpine3.15 as builder
RUN apk add --no-cache git gcc musl-dev bash
ENV PROJ github.com/networld-to/homecontrol
ENV PROJ_DIR /go/src/${PROJ}
WORKDIR ${PROJ_DIR}
COPY ./go.mod ./go.sum ./
RUN go mod download
COPY . .
RUN go build -trimpath -buildmode=pie -mod=readonly \
... | networld-to/homecontrol | Dockerfile | Dockerfile | mit | 1,242 |
FROM mysql:5.7
MAINTAINER nanofi <nanogenomu@gmail.com>
RUN \
apt-get update && \
apt-get install -y --no-install-recommends ca-certificates wget && \
apt-get clean && rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
RUN \
wget -P /usr/local/bin https://godist.herokuapp.com/projects/ddollar/forego/relea... | nanofi/docker-mysql | Dockerfile | Dockerfile | mit | 787 |
ARG PHP_VERSION=7.2
FROM php:${PHP_VERSION}-alpine
ARG XDEBUG=0
COPY docker/entrypoint.sh /usr/local/bin/
RUN chmod 755 /usr/local/bin/entrypoint.sh
RUN apk add --no-cache \
autoconf \
bash \
g++ \
git \
icu \
icu-dev \
icu-libs \
libintl \
libxml2-dev \
make \
openssl-dev... | doctrine/DoctrineMongoODMModule | docker/Dockerfile | Dockerfile | mit | 764 |
# sudo docker build -t="viatcheslavmogilevsky/gp_admin_base0.0.1-ruby2.1.2" .
FROM viatcheslavmogilevsky/gp_admin_base0.0.1
MAINTAINER V. Mogilevksy "https://github.com/viatcheslavmogilevsky"
ADD . /play
RUN ansible-playbook /play/setup.yml -c local | viatcheslavmogilevsky/gp_images | gp_admin_base/0.0.1/ruby2.1.2/Dockerfile | Dockerfile | mit | 250 |
# Dockerfile
FROM node:14-alpine as builder
ENV NODE_ENV=production
WORKDIR /app
ADD package.json webpack.config.js yarn.lock ./
ADD assets ./assets
ADD src ./src
ADD templates ./templates
RUN mkdir -p public && \
NODE_ENV=development yarn install && \
yarn run build
FROM php:7.4-fpm-alpine
ARG APP_VERSION... | guillaume-sainthillier/ByNight | Dockerfile | Dockerfile | mit | 2,574 |
FROM base/archlinux
MAINTAINER Spencer Rinehart <anubis@overthemonkey.com>
COPY php/php-7.0.0RC2-1-x86_64.pkg.tar.xz /tmp/php-7.0.0RC2-1-x86_64.pkg.tar.xz
RUN pacman --upgrade --noconfirm --noprogressbar /tmp/php-7.0.0RC2-1-x86_64.pkg.tar.xz
ADD php.ini /etc/php/php.ini
CMD ["php"]
| francis826/docker-php-minimal | php-7.0.0-rc.2/Dockerfile | Dockerfile | mit | 288 |
FROM phusion/baseimage:0.9.22
LABEL Description="A Python-based container for exploring data with Jupyter Notebook locally."
## Set up services
CMD ["/sbin/my_init"]
# Pull in Ubuntu packages
RUN apt-get -qq update && apt-get -qq -y install python3-pip python3-dev build-essential python3-tk
## Install jq for local ... | slpsys/exploratorium | python/Dockerfile | Dockerfile | mit | 1,284 |
# Dockerfile for container with latest Python 3 and Node.js installed
FROM python:slim
LABEL "maintainer"="Vadym S. Khondar <vadym@khondar.name>"
LABEL "description"="Container with latest Python 3 and Node.js"
ARG RUN_PYTHON=1
ENV RUN_PYTHON=${RUN_PYTHON}
RUN apt update && \
apt install -y curl git gnupg apt-uti... | vskh/python-node-latest | Dockerfile | Dockerfile | mit | 646 |
FROM ubuntu:12.04
MAINTAINER soeren.koenig@zalando.de
ENV DIST ubuntu12.04
ENV DEBIAN_FRONTEND noninteractive
ENV PATH $PATH:/usr/local/go/bin
COPY zalando/ /usr/share/ca-certificates/zalando/
RUN echo Europe/Berlin > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata
RUN apt-get update
RUN apt-get ... | zalando/package-build | docker/ubuntu12.04/Dockerfile | Dockerfile | mit | 988 |
#
# Node.js monitored with Nodemon Dockerfile
#
# Pull base image.
FROM ubuntu:14.04
# Install Node.js
RUN apt-get update -y
RUN apt-get install -y curl wget git vim supervisor build-essential
# Use 'n' to install Node.js
RUN mkdir -p /usr/local/bin
RUN curl https://raw.githubusercontent.com/burgerboydaddy/nodein... | burgerboydaddy/dockers | nodemonDocker/Dockerfile | Dockerfile | mit | 987 |
FROM alpine:3.4
MAINTAINER Yuriy Prokopets <yuriy.prokopets@gmail.com>
RUN apk add --update nginx
RUN rm -rf /var/cache/apk/* && rm -rf /tmp/*
ADD nginx.conf /etc/nginx/
ADD site.conf /etc/nginx/conf.d/
RUN echo "upstream php-upstream { server fpm:9000; }" > /etc/nginx/conf.d/upstream.conf
RUN adduser -D -g '' -G ... | madman/tree | docker/nginx/Dockerfile | Dockerfile | mit | 411 |
FROM python:3.5-alpine
MAINTAINER Vitalii Vokhmin <vitaliy.vokhmin@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
RUN py.test -m 'not live'
ENV TG_BOT_TOKEN ''
ENV TG_BOT_NAME 'uz_ticket_bot'
ENV SCA... | vit-/telegram-uz-bot | Dockerfile | Dockerfile | mit | 407 |
FROM php:5.6-apache
ENV KATANA_VERSION 0.3.2
WORKDIR /var/www/html
# necessary tools
RUN apt-get update \
&& apt-get install -y --no-install-recommends unzip \
&& rm -rf /var/lib/apt/lists/*
# custom PHP configuration
COPY config/php.ini /usr/local/etc/php/
# custom apache vhost
COPY config/vhost.conf /etc... | K-Phoen/docker-sabre-katana | Dockerfile | Dockerfile | mit | 832 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-ubuntu:cosmic-run
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pg... | nghiant2710/base-images | balena-base-images/node/firefly-rk3288/ubuntu/cosmic/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-alpine:3.14-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599... | resin-io-library/base-images | balena-base-images/node/surface-go/alpine/3.14/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
FROM ubuntu:16.04
MAINTAINER Boris Pavlovic <bpavlovic@mirantis.com>
RUN apt-get update && apt-get install --yes wget git-core python-dev build-essential
# ubuntu's pip is too old to work with the version of requests we
# require, so get pip with get-pip.py
RUN wget https://bootstrap.pypa.io/get-pip.py && \
python ... | seecloud/ceagle | Dockerfile | Dockerfile | apache-2.0 | 557 |
#
# 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... | yahoo/pulsar | pulsar-client-cpp/docker/Dockerfile | Dockerfile | apache-2.0 | 5,903 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-ubuntu:cosmic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depend... | nghiant2710/base-images | balena-base-images/python/odroid-c1/ubuntu/cosmic/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,070 |
# AUTOGENERATED FILE
FROM balenalib/nuc-ubuntu:cosmic-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.pool.... | nghiant2710/base-images | balena-base-images/node/nuc/ubuntu/cosmic/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/iot2000-ubuntu:bionic-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/bionic/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,122 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-ubuntu:focal-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com... | nghiant2710/base-images | balena-base-images/node/orbitty-tx2/ubuntu/focal/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,911 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:bullseye-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 \
... | resin-io-library/base-images | balena-base-images/golang/parallella-hdmi-resin/debian/bullseye/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,371 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit/alpine/edge/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,849 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-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/orange-pi-zero/debian/bullseye/6.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,921 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-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 ke... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-gateway/alpine/edge/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,848 |
FROM php:7.2
RUN apt-get update && apt-get install -y git zlib1g-dev libicu-dev g++
RUN docker-php-ext-install intl
RUN docker-php-ext-install zip
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer
| layershifter/TLDExtract | travis/docker/php-7.2-intl/Dockerfile | Dockerfile | apache-2.0 | 249 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-ubuntu:focal-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 --keyserv... | nghiant2710/base-images | balena-base-images/node/raspberrypi4-64/ubuntu/focal/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# VERSION 2.6.0
FROM geneea/keboola-connection
MAINTAINER Tomáš Mudruňka <mudrunka@geneea.com>
WORKDIR /home
ENTRYPOINT python ./src/analysis.py --data=/data
| Geneea/keboola-connection | img/analysis/Dockerfile | Dockerfile | apache-2.0 | 163 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-alpine:3.13-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/cnx100-xavier-nx/alpine/3.13/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
# AUTOGENERATED FILE
FROM balenalib/n310-tx2-ubuntu:focal-run
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu66 \
... | resin-io-library/base-images | balena-base-images/dotnet/n310-tx2/ubuntu/focal/3.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,159 |
FROM golang:1.6
ENV USER root
# Install pkcs11 deps
RUN apt-get update && apt-get install -y \
libltdl-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
MAINTAINER Inaetics Project Team Secure Wiring
RUN go get -u github.com/cloudflare/cfssl/cmd/...
WORKDIR /etc/cfssl
# copy inaetics ca test certs... | INAETICS/node-wiring-secure | inaetics-ca/Dockerfile | Dockerfile | apache-2.0 | 702 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:stretch-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
lib... | nghiant2710/base-images | balena-base-images/dotnet/parallella-hdmi-resin/debian/stretch/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,141 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-alpine:3.11-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon Mc... | nghiant2710/base-images | balena-base-images/python/solidrun-imx6/alpine/3.11/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-debian:bullseye-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 --keys... | nghiant2710/base-images | balena-base-images/node/orange-pi-zero/debian/bullseye/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,950 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-ubuntu:bionic-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/photon-nano/ubuntu/bionic/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
FROM balenalib/amd64-debian:jessie-run
LABEL io.balena.device-type="qemux86-64"
RUN apt-get update && apt-get install -y --no-install-recommends \
less \
kmod \
nano \
net-tools \
ifupdown \
iputils-ping \
i2c-tools \
usbutils \
&& rm -rf /var/lib/apt/lists/*
RUN [ ! -d /.balena/messages ] && mkdir -... | nghiant2710/base-images | balena-base-images/device-base/qemux86-64/debian/jessie/run/Dockerfile | Dockerfile | apache-2.0 | 1,102 |
# AUTOGENERATED FILE
FROM balenalib/edge-fedora:32-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", since... | nghiant2710/base-images | balena-base-images/python/edge/fedora/32/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,447 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-fedora:34-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/imx6ul-var-dart/fedora/34/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,443 |
FROM arm32v6/alpine:edge
LABEL io.balena.qemu.version="6.0.0+balena1-arm"
COPY qemu-arm-static /usr/bin
RUN curl -SLO "http://resin-packages.s3.amazonaws.com/resin-xbuild/v1.0.0/resin-xbuild1.0.0.tar.gz" \
&& echo "1eb099bc3176ed078aa93bd5852dbab9219738d16434c87fc9af499368423437 resin-xbuild1.0.0.tar.gz" | sha256... | resin-io-library/base-images | balena-base-images/supervisor/rpi/alpine/edge/Dockerfile | Dockerfile | apache-2.0 | 575 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-debian:stretch-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver key... | nghiant2710/base-images | balena-base-images/node/aarch64/debian/stretch/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,935 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-ubuntu:cosmic-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: pub... | nghiant2710/base-images | balena-base-images/python/var-som-mx6/ubuntu/cosmic/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-ubuntu:bionic-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: publi... | nghiant2710/base-images | balena-base-images/python/aio-3288c/ubuntu/bionic/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-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 --keyserve... | nghiant2710/base-images | balena-base-images/node/colibri-imx6dl/ubuntu/focal/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-ubuntu:disco-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO_VE... | nghiant2710/base-images | balena-base-images/golang/beagleboard-xm/ubuntu/disco/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-debian:sid-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_VERSION... | nghiant2710/base-images | balena-base-images/golang/apalis-imx6/debian/sid/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,025 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-debian:sid-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyser... | resin-io-library/base-images | balena-base-images/node/genericx86-64-ext/debian/sid/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,940 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-fedora:33-run
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool... | nghiant2710/base-images | balena-base-images/node/surface-go/fedora/33/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-fedora:33-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 --key... | resin-io-library/base-images | balena-base-images/node/jetson-xavier-nx-devkit/fedora/33/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-ubuntu:cosmic-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 h... | nghiant2710/base-images | balena-base-images/node/odroid-ux3/ubuntu/cosmic/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
FROM shaddock/seed:latest
MAINTAINER Thibaut Lapierre <root@epheo.eu>
# Install packages
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install mysql-server pwgen
# Remove pre-installed database
RUN rm -rf /var/lib/mysql/*
# Add MySQL configuration
ADD my.cnf /etc/mysql/conf.d/my.cnf
ADD mysqld_ch... | sl4shme/pplloopp | images/shaddock/mysql/Dockerfile | Dockerfile | apache-2.0 | 683 |
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
WORKDIR /app
COPY Benchmarks .
RUN dotnet publish -c Release -o out
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS runtime
ENV ASPNETCORE_URLS http://+:8080
WORKDIR /app
COPY --from=build /app/out ./
COPY Benchmarks/appsettings.postgresql.updates.json ./appsettings.json
ENT... | volyrique/FrameworkBenchmarks | frameworks/CSharp/aspnetcore/aspcore-mw-ado-pg-up.dockerfile | Dockerfile | bsd-3-clause | 386 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.15
# 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 bre... | docker-library/python | 3.10/alpine3.15/Dockerfile | Dockerfile | mit | 4,127 |
FROM alpine:3.5
LABEL maintainer "Abiola Ibrahim <abiola89@gmail.com>"
LABEL caddy_version="0.10.6" architecture="amd64"
ARG plugins=http.git
RUN apk add --no-cache openssh-client git tar php7-fpm curl
# essential php libs
RUN apk add --no-cache php7-curl php7-dom php7-gd php7-ctype php7-zip php7-xml php7-iconv php... | mvlintho/caddy-docker | php/Dockerfile | Dockerfile | mit | 1,464 |
FROM ubuntu
MAINTAINER Maluuba Infrastructure Team <infrastructure@maluuba.com>
EXPOSE 8080
# Install Java
RUN apt-get -qq update
RUN apt-get -qq upgrade
RUN apt-get -qq install openjdk-7-jdk
RUN apt-get -qq install curl
RUN apt-get -qq install bash
ADD start-jetty.sh /opt/start-jetty.sh
RUN chmod +x /opt/start-jett... | mehulsbhatt/docker-files | docker-jetty/Dockerfile | Dockerfile | apache-2.0 | 859 |
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="fastaq" \
container="fastaq" \
about.summary="FASTA and FASTQ file manipulation tools" \
about.home="https://github.com/sanger-pathogens/Fastaq" \
software.version="3.14.0-1-de... | BioDocker/containers | fastaq/3.14.0-1-deb/Dockerfile | Dockerfile | apache-2.0 | 968 |
# Copyright 2016 Google 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,... | googlefonts/oss-fuzz | projects/sqlite3/Dockerfile | Dockerfile | apache-2.0 | 1,170 |
# Copyright 2017 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 ... | andrewsykim/kops | images/utils-builder/Dockerfile | Dockerfile | apache-2.0 | 1,248 |
FROM clojure
COPY . /usr/src/app
WORKDIR /usr/src/app
CMD ["lein", "run"]
| pawelchojnacki/clojure-learning | peg-thing/Dockerfile | Dockerfile | mit | 74 |
# iperf3 in a container
#
FROM networkstatic/iperf3:latest
COPY runIperf.sh /
RUN chmod +x /runIperf.sh
ENTRYPOINT []
CMD []
| rbradford/ciao | networking/libsnnet/tests/Dockerfiles/iperf/Dockerfile | Dockerfile | apache-2.0 | 129 |
FROM resin/armv7hf-debian:jessie
RUN apt-get update \
&& apt-get install -y ntopng \
&& apt-get clean \
&& apt-get autoremove -qqy \
&& rm -rf /var/lib/apt/lists/
ADD start /start
RUN chmod a+x /start
CMD /start
| lifeeth/resin-ntopng | Dockerfile | Dockerfile | mit | 235 |
FROM golang
MAINTAINER Xu Wang <xuwang@gmail.com>
ENV DEBIAN_FRONTEND noninteractive
# Install build-essential, ruby, and nodejs, etc.
# Also install docker.io, which necessary only
# when host os is not same as the base image of this Dockerfile
RUN echo 'deb http://http.debian.net/debian jessie-backports main' >> /e... | xuwang/docker-fleetui-builder | Dockerfile | Dockerfile | mit | 1,067 |
FROM elixir:1.3
WORKDIR /home/elixir
COPY mix.exs .
RUN mix deps.get
CMD ["bash"]
| ygt/microservice-logging | elixir/Dockerfile | Dockerfile | mit | 82 |
FROM multiarch/ubuntu-core:armhf-wily
MAINTAINER Mohamed Saad IBN SEDDIK <ms.ibnseddik@gmail.com> (@msibnseddik)
RUN apt-get update \
&& apt-get upgrade -y --no-install-recommends \
&& apt-get install curl ca-certificates -y --no-install-recommends \
&& apt-get autoremove -y \
&& apt-get clean
# grab gosu for... | msis/armhf-docker-syncthing | Dockerfile | Dockerfile | mit | 1,414 |
FROM dockerfile/nodejs-bower-grunt
RUN apt-get update
RUN apt-get install -y ruby-sass libfreetype6 libfontconfig1
WORKDIR /app
COPY package.json /app/
RUN npm install
COPY bower.json .bowerrc /app/
RUN bower install --allow-root
COPY . /app
CMD ["grunt", "serve"]
EXPOSE 5858 9000 35729
| pesan/docker-registry-explorer | Dockerfile | Dockerfile | mit | 294 |
# restSQL service + sdk image
FROM tomcat:7.0.91-jre7-alpine
MAINTAINER restSQL Project Contributors <support@restsql.org>
# Locally used constants
ENV RESTSQL_VERSION=0.8.13
ENV TOMCAT_WEBAPPS_DIR=/usr/local/tomcat/webapps
ENV RESTSQL_CONF_DIR=/etc/opt/restsql
ENV RESTSQL_LOG_DIR=/var/log/restsql
# For the daily c... | restsql/docker | service-sdk/Dockerfile | Dockerfile | mit | 1,111 |
# http://support.ghost.org/supported-node-versions/
# https://github.com/nodejs/LTS
FROM node:4-slim
RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
# grab gosu for easy step-down from root
ENV GOSU_VERSION 1.7
RUN set -x \
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/... | jorgegilmoreira/ghost | Dockerfile | Dockerfile | mit | 1,550 |
# Build API
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build-env
WORKDIR /app
COPY . ./
RUN cd src/Ducode.Wolk.Api && dotnet publish -c Release -o ../../out
# Build UI
FROM node AS gui-build-env
WORKDIR /app
COPY . ./
RUN cd ui && npm install && npm run build
# Build runtime image
FROM mcr.microsoft.com/dotnet/c... | dukeofharen/wolk | Dockerfile | Dockerfile | mit | 467 |
FROM openfaas/classic-watchdog:0.14.4 as watchdog
FROM golang:1.11-alpine as builder
ENV CGO_ENABLED=0
MAINTAINER alex@openfaas.com
ENTRYPOINT []
WORKDIR /go/src/github.com/openfaas/faas/sample-functions/MarkdownRender
COPY handler.go .
COPY vendor vendor
RUN go install
FROM alpine:3.10
COPY --from=watchdog /fwa... | rgee0/faas | sample-functions/MarkdownRender/Dockerfile | Dockerfile | mit | 586 |
## -*- docker-image-name: "armbuild/scw-distrib-archlinux:latest" -*-
FROM armbuild/archlinux-disk:2014-12-02
MAINTAINER Scaleway <opensource@scaleway.com> (@scaleway)
# Environment
ENV SCW_BASE_IMAGE armbuild/scw-archlinux:2014-12-02
# Force openssl upgrade first (bad symbol issue)
RUN pacman -Sy --noconfirm --for... | moul/image-archlinux | Dockerfile | Dockerfile | mit | 1,854 |
#
# Ubuntu Dockerfile
#
# https://github.com/dockerfile/ubuntu
#
# Pull base image.
FROM ubuntu:14.04
# Install.
RUN \
sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \
apt-get update && \
apt-get -y upgrade && \
apt-get install -y build-essential && \
apt-get install -y software-properties-com... | michaelBenin/node-startup | docker/Dockerfile | Dockerfile | mit | 502 |
FROM phusion/baseimage
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get install -y git nodejs npm
RUN ln -s "$(which nodejs)" /usr/bin/node
RUN npm install -g forever
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
EXPOSE 80
CMD cd /src && npm update && forever start /src/index.js && /sbin/... | ugnb/docker_ubuntu-nodejs | Dockerfile | Dockerfile | mit | 328 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.