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/edge-debian:stretch-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 keyse... | nghiant2710/base-images | balena-base-images/node/edge/debian/stretch/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,941 |
FROM trivago/gollum:base-latest
COPY . /go/src/github.com/trivago/gollum
RUN make
RUN chmod +x /go/src/github.com/trivago/gollum/gollum
ENTRYPOINT ["/go/src/github.com/trivago/gollum/gollum"]
| relud/gollum | Dockerfile | Dockerfile | apache-2.0 | 196 |
# AUTOGENERATED FILE
FROM balenalib/artik10-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 dependen... | nghiant2710/base-images | balena-base-images/python/artik10/ubuntu/cosmic/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
# AUTOGENERATED FILE
FROM balenalib/artik710-alpine:3.10-run
ENV GO_VERSION 1.14.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 ] && ech... | nghiant2710/base-images | balena-base-images/golang/artik710/alpine/3.10/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,467 |
# AUTOGENERATED FILE
FROM balenalib/artik710-fedora:34-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", sin... | resin-io-library/base-images | balena-base-images/python/artik710/fedora/34/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,431 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-alpine:3.11-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname ... | nghiant2710/base-images | balena-base-images/openjdk/aio-3288c/alpine/3.11/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,754 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-alpine:3.12-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 \
; do \
... | resin-io-library/base-images | balena-base-images/node/n510-tx2/alpine/3.12/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-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/astro-tx2/ubuntu/focal/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,561 |
FROM balenalib/armv7hf-fedora:30-run
LABEL io.balena.device-type="odroid-c1"
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 informa... | nghiant2710/base-images | balena-base-images/device-base/odroid-c1/fedora/30/run/Dockerfile | Dockerfile | apache-2.0 | 993 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-fedora:35-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... | resin-io-library/base-images | balena-base-images/node/jetson-nano-emmc/fedora/35/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:stretch-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/kitra710/debian/stretch/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,941 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-fedora:30-build
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 ... | nghiant2710/base-images | balena-base-images/node/via-vab820-quad/fedora/30/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-fedora:33-run
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver h... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/fedora/33/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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... | nghiant2710/base-images | balena-base-images/python/beaglebone-green/ubuntu/cosmic/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-fedora:31-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 "virtu... | nghiant2710/base-images | balena-base-images/python/raspberrypi400-64/fedora/31/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,444 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-debian:bookworm-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 \
' \
&& ap... | resin-io-library/base-images | balena-base-images/golang/photon-nano/debian/bookworm/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,332 |
FROM blijblijblij/java:8
MAINTAINER Rogier Wessel, rhwessel@xs4all.nl
ENV MAJOR_VERSION 6.0
ENV MINOR_VERSION 6.0.1.0-386
# Update the APT cache
RUN apt-get update && apt-get upgrade -y
# Set up Pentaho user + directory
RUN useradd -m pentaho
RUN mkdir /opt/pentaho
RUN chown pentaho:pentaho /opt/pentaho
RUN su -c ... | blijblijblij/docker | pentaho/pdi-ce-6.0.1.0-386/Dockerfile | Dockerfile | apache-2.0 | 1,036 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-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/surface-pro-6/debian/bookworm/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,151 |
FROM centos:centos7
WORKDIR /src/docker/full-64bit
CMD mkdir -p release && cd release && cmake -DCMAKE_BUILD_TYPE=Release ../../.. && make -j && cd .. && mkdir -p debug && cd debug && cmake -DCMAKE_BUILD_TYPE=Debug ../../.. && make -j && make test
| peadar/pstack | docker/centos/Dockerfile | Dockerfile | bsd-2-clause | 248 |
FROM golang:1.11
RUN mkdir -p /usr/src/email-me
WORKDIR /usr/src/email-me
ENV CROSSPLATFORMS \
linux/amd64 linux/386 linux/arm \
darwin/amd64 darwin/386 \
freebsd/amd64 freebsd/386 freebsd/arm \
windows/amd64 windows/386
ENV GOARM 5
CMD set -x \
&& for platform in $CROSSPLATFORMS... | mattrobenolt/email-me | Dockerfile | Dockerfile | bsd-3-clause | 485 |
FROM ubuntu:14.04
RUN apt-get update && apt-get install -y wget nano supervisor language-pack-en-base subversion git curl psmisc
RUN apt-get install -y --no-install-recommends openjdk-7-jdk ant
RUN update-alternatives --set java /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
RUN update-alternatives --set javac /usr/li... | adsabs/adsabs-vagrant | dockerfiles/montysolr/Dockerfile | Dockerfile | bsd-3-clause | 1,280 |
FROM maven:3.6.1-jdk-11-slim as maven
WORKDIR /servlet
COPY src src
COPY pom.xml pom.xml
RUN mvn compile war:war -q -P cjs
FROM openjdk:11.0.3-jre-stretch
WORKDIR /resin
RUN curl -sL http://caucho.com/download/resin-4.0.61.tar.gz | tar xz --strip-components=1
RUN rm -rf webapps/*
COPY --from=maven /servlet/target/serv... | Dith3r/FrameworkBenchmarks | frameworks/Java/servlet/servlet-cjs.dockerfile | Dockerfile | bsd-3-clause | 424 |
# Base image
FROM golang:1.4.2
# Maintainer info
MAINTAINER Adrian Moreno <adrian.moreno@emc.com>
# Get the project
RUN go get github.com/emccode/mars-challenge/game-controller
RUN go get -u -v golang.org/x/net/websocket
# Set working directory
WORKDIR /go/src/github.com/emccode/mars-challenge/gateway/go
# Expose p... | falstaff84/mars-challenge | gateway/go/Dockerfile | Dockerfile | mit | 375 |
FROM node:4.4-wheezy
MAINTAINER Claude Seguret <claude.seguret@gmail.com>
ENV ELASTICSEARCH_PROTO http
ENV ELASTICSEARCH_HOST **None**
ENV ELASTICSEARCH_PORT 9200
ENV ELASTICSEARCH_USER **None**
ENV ELASTICSEARCH_PASS **None**
#ENV ELASTICSEARCH_LOG **None**
ENV NODE_ENV production
# Create app directory
RUN mkdir -p... | restlastic/restlastic | Dockerfile | Dockerfile | mit | 573 |
FROM tensorflow/tensorflow:1.14.0-gpu-py3
RUN apt-get update && \
apt-get install -y python3-pip && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install twitterscraper gpt_2_simple
ADD tweets.py /
ADD train.py /
ADD generate.py /
| pachyderm/pfs | examples/ml/gpt-2/Dockerfile | Dockerfile | apache-2.0 | 235 |
# This image adds the authorization schema and sample OAuth 2.0 credentials to a PostgreSQL database.
FROM postgres:latest
MAINTAINER Emerson Farrugia <emerson@openmhealth.org>
# Originally contributed by Matthew Schulkind <mschulkind@gmail.com>.
COPY create-database.sql oauth2-ddl.sql /docker-entrypoint-initdb.d/
| openmhealth/omh-dsu-ri | resources/rdbms/postgresql/Dockerfile | Dockerfile | apache-2.0 | 318 |
# 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 u... | kaiping/incubator-singa | tool/conda/docker/cuda9/Dockerfile | Dockerfile | apache-2.0 | 2,646 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-alpine:edge-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 'di... | nghiant2710/base-images | balena-base-images/openjdk/surface-pro-6/alpine/edge/7-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,781 |
FROM balenalib/aarch64-ubuntu:bionic-run
LABEL io.balena.device-type="astro-tx2"
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/astro-tx2/ubuntu/bionic/run/Dockerfile | Dockerfile | apache-2.0 | 1,088 |
FROM hseeberger/scala-sbt:8u181_2.12.8_1.2.8
WORKDIR /play2
COPY play2-java-ebean-hikaricp .
RUN sed -i 's/.enablePlugins(PlayMinimalJava, PlayEbean, PlayNettyServer)/.enablePlugins(PlayMinimalJava, PlayEbean).disablePlugins(PlayNettyServer)/g' build.sbt
RUN sbt stage
CMD target/universal/stage/bin/play2-java-ebean-h... | nbrady-techempower/FrameworkBenchmarks | frameworks/Java/play2-java/play2-java-ebean-hikaricp.dockerfile | Dockerfile | bsd-3-clause | 729 |
FROM openshift/origin-base
ADD config.yml /config.yml
ADD bin/dockerregistry /dockerregistry
ENV REGISTRY_CONFIGURATION_PATH=/config.yml
EXPOSE 5000
VOLUME /registry
CMD REGISTRY_URL=${DOCKER_REGISTRY_SERVICE_HOST}:${DOCKER_REGISTRY_SERVICE_PORT} /dockerregistry /config.yml
| westmisfit/origin | images/dockerregistry/Dockerfile | Dockerfile | apache-2.0 | 278 |
FROM larskanis/rake-compiler-dock-mri-arm64-darwin:1.1.0
| ejona86/grpc | third_party/rake-compiler-dock/rake_arm64-darwin/Dockerfile | Dockerfile | apache-2.0 | 57 |
FROM php:7.3-cli
RUN apt-get update && \
apt-get install -y git zip unzip && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
COPY composer.json composer.json
COPY composer.lock composer.lock
RUN composer ins... | pagarme/pagarme-php | docker/php7/Dockerfile | Dockerfile | mit | 670 |
ARG X_DCKR_TAG=edge
FROM alpine:$X_DCKR_TAG
MAINTAINER B. van Berkum <dev@dotmpe.com>
RUN apk update && \
apk add --no-cache \
ncurses jq curl \
git bash && \
rm -rf /var/cache/apk/*
# Install BATS from source
ARG BATS_DEV_REPO=https://github.com/bvberkum/bats-core.git
ARG BATS_DEV_BRANCH=master
... | bvberkum/x-docker | _/bats/alpine-bats_dev/3.6/Dockerfile | Dockerfile | mit | 1,618 |
# All Dockerfiles must start with a 'FROM' instruction, which specifies a base image
# See: https://docs.docker.com/engine/reference/builder/#format
# Note, some online sources say that you should put FROM django here (e.g., https://runnable.com/docker/python/dockerize-your-django-application)
# but, in fact, you shoul... | jonfroehlich/makeabilitylabwebsite | Dockerfile | Dockerfile | mit | 3,175 |
FROM node:6
# Apt
RUN apt-get update
RUN apt-get install -y git wget curl
# Create directory for the app
RUN mkdir -p /opt/bridge-gui
WORKDIR /opt/bridge-gui
ADD package.json .
RUN npm install --production
RUN rm -rf node_modules/bitcore-lib && mv node_modules/bitcore-ecies/node_modules/bitcore-lib node_modules/
#... | Storj/metadisk-gui | Dockerfile | Dockerfile | mit | 1,461 |
FROM alpine:3.5
MAINTAINER timo.tiuraniemi@iki.fi
ENV MARIADB_VERSION 10.1.22-r0
ENV USER mysql
RUN adduser -D -u 1000 $USER
# Mariadb client and server plus bash for docker-entrypoint.sh to properly work
RUN apk add --no-cache mariadb=$MARIADB_VERSION mariadb-client=$MARIADB_VERSION \
bash ca-certificates openssl t... | extendedmind/extendedmind-docker | mariadb/Dockerfile | Dockerfile | mit | 1,128 |
FROM ubuntu:16.04
RUN apt-get update -y && \
apt-get install -y python-pip python-dev
COPY ./requirements.txt /usr/src/app/requirements.txt
WORKDIR /usr/src/app
RUN pip install -r requirements.txt
COPY . /usr/src/app
ENTRYPOINT ["python"]
CMD ["app.py"] | agatticelli/dockerize | python/Dockerfile | Dockerfile | mit | 261 |
FROM nodesource/jessie-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl https://deb.nodesource.com/node_6.x/pool/main/n/nodejs/nodejs_6.2.0-1nodesource1~jessie1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb
RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(whic... | nodesource/docker-node | debian/jessie/node/6.2.0/Dockerfile | Dockerfile | mit | 553 |
# syntax=docker/dockerfile:experimental
FROM 482956169056.dkr.ecr.us-east-1.amazonaws.com/uw/python-postgres-build:v0.3 as build
COPY hdt_monitor/requirements/*.txt /code/
RUN --mount=type=ssh,id=build_ssh_key ./python_venv/bin/pip3 install gunicorn && ./python_venv/bin/pip3 install -r aws.txt
COPY . /code/
RUN chmod ... | penzance/hdt_monitor | Dockerfile | Dockerfile | mit | 553 |
FROM alpine:latest AS librdkafka
# Versions available on Ubuntu: https://packages.ubuntu.com/search?keywords=librdkafka
ENV LIBRDKAFKA_VERSION=0.11.3
ENV CFLAGS="-Os -march=x86-64"
ENV LDFLAGS="-s"
WORKDIR /tmp
ADD https://github.com/edenhill/librdkafka/archive/v${LIBRDKAFKA_VERSION}.zip .
RUN apk add --no-cache \
... | 1ma/dockertronics | php/7.3-sp-gamusino/Dockerfile | Dockerfile | mit | 8,031 |
# Copyright 2015 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agr... | google/shipshape | shipshape/dev_container/Dockerfile | Dockerfile | apache-2.0 | 2,891 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-ubuntu:cosmic-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "445b719ebf46d8825360dabad65226db154ca8053de60609bc20f80a17452cbb go$GO_VERSION.linux-arm64.tar.gz" | ... | nghiant2710/base-images | balena-base-images/golang/kitra710/ubuntu/cosmic/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 1,999 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-alpine:3.11-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do... | nghiant2710/base-images | balena-base-images/node/npe-x500-m3/alpine/3.11/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,958 |
FROM quay.io/prometheus/busybox:latest
COPY table-manager /bin/table-manager
EXPOSE 9094
ENTRYPOINT [ "/bin/table-manager" ]
| tomwilkie/cortex | cmd/table-manager/Dockerfile | Dockerfile | apache-2.0 | 141 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-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 \
libssl1... | resin-io-library/base-images | balena-base-images/dotnet/generic-amd64-fde/debian/stretch/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,937 |
FROM ubuntu:xenial
ENV ANACONDA_VERSION 4.4.0
ENV ANACONDA_BUILD /build/anaconda
ENV PATH=$PATH:$ANACONDA_BUILD/bin
COPY raw/ /raw/
COPY script/ /script/
RUN /script/build-jupyter.sh
EXPOSE 8888
WORKDIR "/workspace"
CMD ["jupyter", "notebook", "--ip", "0.0.0.0", "--allow-root", "--no-browser"]
| hankshz/dockers | jupyter/Dockerfile | Dockerfile | apache-2.0 | 300 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-alpine:3.10-run
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/alpine/3.10/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,034 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-fedora:31-build
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ... | nghiant2710/base-images | balena-base-images/node/generic-aarch64/fedora/31/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
# AUTOGENERATED FILE
FROM balenalib/up-core-fedora:32-build
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.... | nghiant2710/base-images | balena-base-images/node/up-core/fedora/32/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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/artik520/debian/bookworm/6.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,529 |
FROM balenalib/aarch64-alpine:3.14-run
LABEL io.balena.device-type="raspberrypicm4-ioboard"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
raspberrypi \
raspberrypi-libs \
raspberrypi-dev \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balen... | resin-io-library/base-images | balena-base-images/device-base/raspberrypicm4-ioboard/alpine/3.14/run/Dockerfile | Dockerfile | apache-2.0 | 1,084 |
# AUTOGENERATED FILE
FROM balenalib/generic-fedora:34-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", sinc... | resin-io-library/base-images | balena-base-images/python/generic/fedora/34/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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/jetson-tx1/alpine/3.10/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
FROM mysql:5.7
MAINTAINER Azuki <support@azukiapp.com>
COPY azk-entrypoint.sh /
ENTRYPOINT ["/azk-entrypoint.sh"]
CMD ["mysqld"]
| azukiapp/docker-mysql | 5.7/Dockerfile | Dockerfile | apache-2.0 | 132 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-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 dependen... | resin-io-library/base-images | balena-base-images/python/cubox-i/debian/buster/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,088 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-ubuntu:xenial-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserv... | resin-io-library/base-images | balena-base-images/node/colibri-imx6dl/ubuntu/xenial/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-fedora:32-run
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.s... | nghiant2710/base-images | balena-base-images/node/kitra710/fedora/32/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-ubuntu:focal-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... | resin-io-library/base-images | balena-base-images/python/raspberrypi2/ubuntu/focal/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,828 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-ubuntu:bionic-build
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 --keyserv... | nghiant2710/base-images | balena-base-images/node/via-vab820-quad/ubuntu/bionic/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/edge-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key... | resin-io-library/base-images | balena-base-images/python/edge/debian/buster/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,853 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-ubuntu:eoan-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... | nghiant2710/base-images | balena-base-images/node/imx7-var-som/ubuntu/eoan/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:bionic-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | resin-io-library/base-images | balena-base-images/node/raspberry-pi2/ubuntu/bionic/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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 63C... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-wifi/ubuntu/bionic/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,841 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-debian:sid-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-get upd... | nghiant2710/base-images | balena-base-images/golang/qemux86/debian/sid/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,322 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-fedora:34-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 --key... | nghiant2710/base-images | balena-base-images/node/jetson-nano-2gb-devkit/fedora/34/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-debian:buster-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-get ... | nghiant2710/base-images | balena-base-images/golang/odroid-ux3/debian/buster/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,350 |
# AUTOGENERATED FILE
FROM balenalib/artik710-debian:buster-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/artik710/debian/buster/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,131 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-alpine:3.14-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVit... | resin-io-library/base-images | balena-base-images/python/am571x-evm/alpine/3.14/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
FROM balenalib/armv7hf-fedora:34-build
LABEL io.balena.device-type="zc702-zynq7"
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 inf... | resin-io-library/base-images | balena-base-images/device-base/zc702-zynq7/fedora/34/build/Dockerfile | Dockerfile | apache-2.0 | 999 |
# AUTOGENERATED FILE
FROM balenalib/nuc-debian:bullseye-build
ENV NODE_VERSION 14.18.3
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/nuc/debian/bullseye/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,781 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depen... | resin-io-library/base-images | balena-base-images/python/orange-pi-one/debian/sid/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,088 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-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/ts4900/ubuntu/focal/5.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,937 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-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 \
... | nghiant2710/base-images | balena-base-images/dotnet/etcher-pro/debian/buster/3.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,128 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-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 McVit... | nghiant2710/base-images | balena-base-images/python/smarc-px30/alpine/edge/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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 63C7... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-wifi/ubuntu/disco/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-ubuntu:xenial-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "6f1354c9040d65d1622b451f43c324c1e5197aa9242d00c5a117d0e2625f3e0d go$GO_VERSION.linux-amd64.tar.gz" ... | nghiant2710/base-images | balena-base-images/golang/qemux86-64/ubuntu/xenial/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,016 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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 --keyserver ... | nghiant2710/base-images | balena-base-images/node/up-board/debian/bullseye/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-debian:bookworm-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 --keys... | resin-io-library/base-images | balena-base-images/node/orangepi-plus2/debian/bookworm/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-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 keyse... | resin-io-library/base-images | balena-base-images/node/up-core-plus/fedora/36/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-fedora:36-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", s... | resin-io-library/base-images | balena-base-images/python/kitra520/fedora/36/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-debian:bullseye-run
ENV GO_VERSION 1.16.3
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& ap... | nghiant2710/base-images | balena-base-images/golang/revpi-core-3/debian/bullseye/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,360 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-alpine:3.13-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add... | nghiant2710/base-images | balena-base-images/python/jetson-tx2/alpine/3.13/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,132 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-debian:bullseye-build
ENV NODE_VERSION 14.16.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/solidrun-imx6/debian/bullseye/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,794 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-ubuntu:xenial-run
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/up-squared/ubuntu/xenial/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,921 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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: publ... | nghiant2710/base-images | balena-base-images/python/up-board/debian/bullseye/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,864 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-alpine:3.10-build
ENV GO_VERSION 1.15.8
# 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/imx8mm-var-dart/alpine/3.10/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-alpine:3.13-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51... | nghiant2710/base-images | balena-base-images/node/genericx86-64-ext/alpine/3.13/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 3,039 |
FROM arm32v7/debian:sid-slim
LABEL io.balena.architecture="armv7hf"
LABEL io.balena.qemu.version="6.0.0+balena1-arm"
COPY qemu-arm-static /usr/bin
RUN apt-get update && apt-get install -y --no-install-recommends \
sudo \
ca-certificates \
findutils \
gnupg \
dirmngr \
inetutils-ping \
netbase \
curl... | resin-io-library/base-images | balena-base-images/armv7hf/debian/sid/run/Dockerfile | Dockerfile | apache-2.0 | 3,502 |
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
WORKDIR /app
COPY PlatformBenchmarks .
RUN dotnet publish -c Release -o out /p:IsDatabase=true
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS runtime
ENV ASPNETCORE_URLS http://+:8080
WORKDIR /app
COPY --from=build /app/out ./
COPY PlatformBenchmarks/appsettings.postgresql.j... | volyrique/FrameworkBenchmarks | frameworks/CSharp/aspnetcore/aspcore-pgo-pg.dockerfile | Dockerfile | bsd-3-clause | 701 |
# Start with busybox, but with libc.so.6
FROM busybox:ubuntu-14.04
MAINTAINER Michael Stapelberg <michael@robustirc.net>
# So that we can run as unprivileged user inside the container.
RUN echo 'nobody:x:99:99:nobody:/:/bin/sh' >> /etc/passwd
USER nobody
ADD robustirc-refuse /usr/bin/robustirc-refuse
EXPOSE 6667
... | robustirc/robustirc | cmd/robustirc-refuse/Dockerfile | Dockerfile | bsd-3-clause | 361 |
FROM ubuntu:14.04
MAINTAINER Raul Perez "repejota@gmail.com"
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y vim-nox wget git nodejs nodejs-legacy npm golang
RUN cd /tmp && wget https://github.com/nats-io/gnatsd/releases/download/v0.6.0/gnatsd-v0.6.0-linux-amd64.tar.gz && mkdir /opt/gnatsd && cd /opt/g... | repejota/nats-mon | Dockerfile | Dockerfile | mit | 656 |
FROM ubuntu:trusty
RUN apt-get update && apt-get install -y curl git-core build-essential wget unzip
# nodejs seems to be required for the one of the gems
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get -y install nodejs
# install bower
RUN npm install -g bower && \
echo '{ "allow_root... | sschuberth/LicenseFinder | Dockerfile | Dockerfile | mit | 3,194 |
# Copyright 2015 basebuilder authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
from ubuntu:14.04
run locale-gen en_US.UTF-8
env LANG en_US.UTF-8
env LANGUAGE en_US:en
env LC_ALL en_US.UTF-8
run apt-get update
run apt-get install nginx -u... | leandrosouza/basebuilder | lua/Dockerfile | Dockerfile | bsd-3-clause | 616 |
# 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 u... | hbeatty/incubator-trafficcontrol | infrastructure/docker/traffic_vault/Dockerfile | Dockerfile | apache-2.0 | 2,880 |
FROM python:3.6.6-stretch
ADD ./ /aiohttp
WORKDIR aiohttp
RUN pip3 install -r /aiohttp/requirements.txt
ENV CONNECTION=RAW
CMD gunicorn app.gunicorn:app -c gunicorn_conf.py
| sxend/FrameworkBenchmarks | frameworks/Python/aiohttp/aiohttp-pg-raw.dockerfile | Dockerfile | bsd-3-clause | 178 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/amd64/generate.sh"!
#
FROM debian:wheezy-backports
RUN apt-get update && apt-get install -y -t wheezy-backports btrfs-tools --no-install-recommends && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y apparmor bash-completion build-essential... | Microsoft/docker | contrib/builder/deb/amd64/debian-wheezy/Dockerfile | Dockerfile | apache-2.0 | 765 |
FROM node:onbuild
MAINTAINER Benjamin Jorand <benjamin.jorand@gmail.com>
EXPOSE 3000
COPY . /slack-invite-automation
WORKDIR /slack-invite-automation
RUN npm install
CMD ./bin/www
| jonathanon/slackcommunityinvite | Dockerfile | Dockerfile | mit | 182 |
# Dockerfile for example whisk docker action
FROM dockerskeleton
ENV FLASK_PROXY_PORT 8080
ADD runner.py /actionProxy/
CMD ["/bin/bash", "-c", "cd actionProxy && python -u runner.py"]
| prccaraujo/openwhisk | tests/dat/blackbox/badaction/Dockerfile | Dockerfile | apache-2.0 | 188 |
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | karllessard/tensorflow | tensorflow/tools/dockerfiles/dockerfiles/onednn/ubuntu-18.04-devel.Dockerfile | Dockerfile | apache-2.0 | 2,843 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.