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/asus-tinker-edge-t-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:... | resin-io-library/base-images | balena-base-images/python/asus-tinker-edge-t/debian/sid/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,856 |
FROM balenalib/armv7hf-debian:bullseye-run
LABEL io.balena.device-type="revpi-core-3"
RUN echo "deb http://archive.raspbian.org/raspbian bullseye main contrib non-free rpi firmware" >> /etc/apt/sources.list \
&& apt-key adv --batch --keyserver keyserver.ubuntu.com --recv-key 0x9165938D90FDDD2E \
&& echo "deb http:/... | resin-io-library/base-images | balena-base-images/device-base/revpi-core-3/debian/bullseye/run/Dockerfile | Dockerfile | apache-2.0 | 1,531 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-debian:buster-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/solidrun-imx6/debian/buster/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-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: publi... | nghiant2710/base-images | balena-base-images/python/surface-go/ubuntu/focal/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-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 McV... | nghiant2710/base-images | balena-base-images/python/hummingboard/alpine/3.10/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
FROM index.tenxcloud.com/revolc/taobao-tomcat:v1.1
RUN curl -skSL https://raw.githubusercontent.com/soiff/scripts/master/bash/hsfconfig.sh -o /root/hsfconfig.sh && \
chmod +x /root/hsfconfig.sh
ENTRYPOINT ["/root/hsfconfig.sh"]
| soiff/docker | edas-simple/Dockerfile | Dockerfile | apache-2.0 | 234 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-alpine:3.13-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516600... | resin-io-library/base-images | balena-base-images/node/iot-gate-imx8/alpine/3.13/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 3,022 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-alpine:3.11-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 ... | nghiant2710/base-images | balena-base-images/python/jetson-xavier/alpine/3.11/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-alpine:edge-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add... | resin-io-library/base-images | balena-base-images/python/smarc-px30/alpine/edge/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-ubuntu:focal-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/armv7hf/ubuntu/focal/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,062 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-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 depende... | resin-io-library/base-images | balena-base-images/python/orbitty-tx2/debian/sid/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,086 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-fedora:30-build
ENV GO_VERSION 1.15.11
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 "f5253eb04ed6b92e49cb0cbc57a80b4777ce27c6590e05a5c91095870e8632a0 go$GO_VERSI... | nghiant2710/base-images | balena-base-images/golang/orangepi-plus2/fedora/30/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-debian:bookworm-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:... | resin-io-library/base-images | balena-base-images/python/iot-gate-imx8/debian/bookworm/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-ubuntu:eoan-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 h... | nghiant2710/base-images | balena-base-images/node/imx7-var-som/ubuntu/eoan/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-debian:sid-build
ENV NODE_VERSION 14.15.4
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/orangepi-plus2/debian/sid/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,785 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-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/photon-nano/ubuntu/focal/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,559 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-debian:bullseye-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/surface-go/debian/bullseye/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
FROM elasticsearch:latest
RUN plugin -i elasticsearch/marvel/latest
| rangle/elasticsearch-marvel-docker | Dockerfile | Dockerfile | bsd-2-clause | 68 |
FROM buildpack-deps:jessie
COPY *.sh /root/
WORKDIR /root
RUN set -x \
&& apt-get update && apt-get install -y --no-install-recommends tcl \
&& rm -rf /var/lib/apt/lists/* \
&& export REDIS_VER=3.2.9 \
&& export REDIS_TAR=redis-${REDIS_VER}.tar.gz \
&& curl -fsSLO http://download.redis.io/releases/${REDIS_TAR} ... | noumia/docker-redis | debian/Dockerfile | Dockerfile | bsd-3-clause | 861 |
FROM gradle:6.6.0-jdk11
USER root
WORKDIR /http4k
COPY build.gradle build.gradle
COPY settings.gradle settings.gradle
COPY core core
COPY netty netty
RUN gradle --quiet netty:shadowJar
CMD ["java", "-server", "-XX:+UseNUMA", "-XX:+UseParallelGC", "-XX:+AggressiveOpts", "-XX:+AlwaysPreTouch", "-jar", "netty/build/libs/h... | volyrique/FrameworkBenchmarks | frameworks/Kotlin/http4k/http4k-netty.dockerfile | Dockerfile | bsd-3-clause | 348 |
FROM local/base
MAINTAINER Keith Hamilton <keith.hamilton@wk.com>
# Install Nginx
RUN add-apt-repository -y ppa:nginx/stable
RUN apt-get update
RUN apt-get install -y git nginx
# Upload config file
ADD nginx.conf /etc/nginx/nginx.conf
# Upload run file
ADD run_client /usr/local/bin/run_client
RUN chmod +x /... | wieden-kennedy/composite-demo | client/Dockerfile | Dockerfile | bsd-3-clause | 538 |
FROM java:8
VOLUME /tmp
ADD birokrazy-0.0.1-SNAPSHOT.war birokrazy.war
RUN bash -c 'touch /birokrazy.war'
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "/birokrazy.war"] | purnama/birokrazy | src/main/docker/web/Dockerfile | Dockerfile | mit | 163 |
FROM ruby_base
ADD . /home/app/src
RUN chown -R app: /home/app
WORKDIR /home/app/src
USER app
| ychaim/straight-server | Dockerfile | Dockerfile | mit | 96 |
FROM ubuntu:bionic
ENV DEBIAN_FRONTEND=noninteractive
# Install packages
RUN apt-get update -y
RUN apt-get install -y \
vim \
wget \
php-fpm \
php-mysql \
php-gd \
php-memcached \
php-curl \
php-xdebug \
php-dev \
php-pear \
php-ldap \
php-cli \
php-mbstring \
mysql-client \
git \
zip ... | ctestama/sweetstack | images/nginx/Dockerfile | Dockerfile | mit | 2,551 |
FROM balenalib/armv7hf-ubuntu:bionic-build
LABEL io.balena.device-type="artik5"
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/artik5/ubuntu/bionic/build/Dockerfile | Dockerfile | apache-2.0 | 1,089 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="nanook" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="nanook" \
about.summary="pre- and post-alignment analysis of nanopore sequencing dat... | BioDocker/containers | nanook/1.33dfsg-1-deb/Dockerfile | Dockerfile | apache-2.0 | 969 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-alpine:3.12-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo ... | nghiant2710/base-images | balena-base-images/openjdk/beaglebone-green/alpine/3.12/7-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,769 |
# 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 ... | kargakis/test-infra | kettle/Dockerfile | Dockerfile | apache-2.0 | 1,253 |
FROM python:2.7-alpine
ADD . /src
WORKDIR /src
RUN pip install -r requirements.txt
RUN python setup.py develop
VOLUME ["/var/log/cloud-custodian", "/etc/cloud-custodian"]
ENTRYPOINT ["/usr/local/bin/custodian"]
| VeritasOS/cloud-custodian | Dockerfile | Dockerfile | apache-2.0 | 214 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/amd64/generate.sh"!
#
FROM ubuntu:xenial
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 li... | wgerlach/AWE | vendor/github.com/docker/docker/contrib/builder/deb/amd64/ubuntu-xenial/Dockerfile | Dockerfile | bsd-2-clause | 691 |
# 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 ... | pweil-/origin | vendor/k8s.io/kubernetes/cluster/images/hyperkube/Dockerfile | Dockerfile | apache-2.0 | 742 |
FROM postgres:9.4
MAINTAINER hadrien.mary@gmail.com
# Define some variables
ENV PGDATA /var/lib/postgresql/data
ENV PGBIN /usr/lib/postgresql/9.4/bin/
ENV INITDB $PGBIN/initdb
ENV EXEC $PGBIN/postgres
ENV PORT 5432
COPY start.sh /start.sh
COPY init.sh /init.sh
CMD ["bash", "/start.sh"]
| hadim/docker-omero | omero-db/Dockerfile | Dockerfile | mit | 292 |
#####################################################################
# #
# Dockerfile template for node.js #
# #
#####################################################################
FROM ubuntu:16.04
MAINTAINER ctc316 <mike.tc.chen101@gmail.com>
USER root
RUN rm /bin/sh && ... | ctc316/ubike-service | Dockerfile | Dockerfile | mit | 843 |
ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
FROM $REPO:2.1-focal
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl \
&& rm -rf /var/lib/apt/lists/*
# Install ASP.NET Core
ENV ASPNETCORE_VERSION 2.1.23
RUN curl -SL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/d... | MichaelSimons/dotnet-docker | src/aspnet/2.1/focal/amd64/Dockerfile | Dockerfile | mit | 829 |
FROM node:alpine
# Add package to image
ADD package.json /tmp/package.json
RUN cd /tmp && npm install
RUN mkdir -p /opt/app && cp -a /tmp/node_modules /opt/app/
WORKDIR /opt/app
ADD . /opt/app
EXPOSE 3000
CMD ["npm", "run", "start:docker"]
| mustafanawabi/messapp | Dockerfile | Dockerfile | mit | 263 |
FROM tboquet/scikenacufull7hc5
MAINTAINER Thomas Boquet <thomas.boquet@hec.ca>
ENV C_FORCE_ROOT="true"
RUN pip install dill
RUN conda install Pillow -y && \
pip install git+git://github.com/mila-udem/fuel.git
# RUN pip install --upgrade git+git://github.com/tboquet/python-alp.git
RUN cd /root && git clone http... | tboquet/okeydockey | tf7hc5workeralp/Dockerfile | Dockerfile | mit | 537 |
FROM gcr.io/google_containers/kube-proxy-amd64:v1.6.2
MAINTAINER Tacy Lee <tacy.lee@gmail.com>
| tacy/google-containers | kube-proxy/Dockerfile | Dockerfile | mit | 95 |
FROM ubuntu:18.04
MAINTAINER geometalab <geometalab@hsr.ch>
RUN apt-get update && apt-get install -y \
osmctools \
wget \
python3 \
python3-pip \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install sentry-sdk
COPY ./pbf_updater.py /opt/pbf_updater.py
COPY ./delvelopment_download_only.sh /opt/delvelopment_down... | geometalab/osmaxx-frontend | osm_pbf_updater/Dockerfile | Dockerfile | mit | 464 |
FROM java:8
# Setup useful environment variables
ENV CONF_HOME /var/atlassian/confluence
ENV CONF_INSTALL /opt/atlassian/confluence
ENV CONF_VERSION 5.8.10
# Install Atlassian Confluence and helper tools and setup initial home
# directory structure.
RUN set -x \
&& apt-get update --quiet \
&& apt-get in... | yijunwu/docker-atlassian-confluence | Dockerfile | Dockerfile | mit | 2,799 |
FROM php:7.1-apache
RUN docker-php-source extract \
&& apt-get update \
&& apt-get install libmcrypt-dev libldap2-dev nano -y \
&& rm -rf /var/lib/apt/lists/* \
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \
&& docker-php-ext-install ldap pdo pdo_mysql opcache \
&& a2enmod rewrite \
&& a2enmod ss... | triaffer/learn_everything | env/Dockerfile | Dockerfile | mit | 1,447 |
FROM nginx:1.9.14-alpine
RUN apk add --update \
jq \
curl \
bash
COPY app /usr/share/nginx/html
COPY proxy.conf /etc/nginx/conf.d/proxy.conf
COPY run.sh /run.sh
RUN chmod +x /run.sh
CMD ["/run.sh"]
| ipedrazas/bw | components/ui/Dockerfile | Dockerfile | mit | 224 |
#rferraro/cxx-clang:4.0
FROM rferraro/cxx-common:debian-sid
ENV CC clang
ENV CXX clang++
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
llvm-4.0 \
clang-4.0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& update-alternatives --install /usr/bin/clang clan... | RFerraro/Docker | cxx/clang/4.0/Dockerfile | Dockerfile | mit | 526 |
FROM ubuntu:xenial
ENV KIBANA_VERSION 5.5.1
ENV KIBANA_BUILD /build/kibana
ENV ELASTICSEARCH_VERSION 5.5.1
ENV ELASTICSEARCH_BUILD /build/elasticsearch
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64/jre/
ENV PATH=$PATH:$ELASTICSEARCH_BUILD/bin:$KIBANA_BUILD/bin
COPY raw/ /raw/
COPY script/ /script/
RUN /script/bui... | hankshz/dockers | elasticsearch/Dockerfile | Dockerfile | apache-2.0 | 527 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-debian:stretch-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 --keyse... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/debian/stretch/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/edison-alpine:3.13-build
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | nghiant2710/base-images | balena-base-images/node/edison/alpine/3.13/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,953 |
# AUTOGENERATED FILE
FROM balenalib/isg-503-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 dependencie... | resin-io-library/base-images | balena-base-images/python/isg-503/debian/sid/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,082 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-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", ... | resin-io-library/base-images | balena-base-images/python/apalis-imx6/fedora/34/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,434 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-ubuntu:cosmic-run
ENV GO_VERSION 1.15.7
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get... | nghiant2710/base-images | balena-base-images/golang/intel-nuc/ubuntu/cosmic/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,339 |
FROM postgres:9.6.1
MAINTAINER yuuhhe
# install curl
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
ca-certificates \
curl
# Add Citus repository for package manager
RUN curl https://install.citusdata.com/community/deb.sh | bash
# install the server and initialize db
RUN apt-get -y... | yuuhhe/docker_citus | Dockerfile | Dockerfile | apache-2.0 | 660 |
FROM scrapinghub/scrapinghub-stack-scrapy:2.1
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install zip unzip
#============================================
# Google Chrome
#============================================
# can specify versions by CHROME_VERSION;
# e.g. google-chrome-stable=53.0.2785.101-1
# ... | jackliusr/scrapy-crawlers | Dockerfile | Dockerfile | apache-2.0 | 2,801 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-ubuntu:disco-run
ENV GO_VERSION 1.15.11
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&&... | nghiant2710/base-images | balena-base-images/golang/raspberrypi400-64/ubuntu/disco/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,332 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-ubuntu:focal-build
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver h... | nghiant2710/base-images | balena-base-images/node/apalis-imx6/ubuntu/focal/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
FROM ubuntu:xenial
ENV HBASE_VERSION 1.2.6
ENV HBASE_BUILD /build/hbase
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64/jre/
ENV PATH=$PATH:$HBASE_BUILD/bin
COPY raw/ /raw/
COPY script/ /script/
RUN /script/build-hbase.sh
| hankshz/dockers | hbase-standalone/Dockerfile | Dockerfile | apache-2.0 | 226 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-ubuntu:focal-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/colibri-imx6dl/ubuntu/focal/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,356 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-ubuntu:xenial-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.... | nghiant2710/base-images | balena-base-images/node/raspberrypi3/ubuntu/xenial/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-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 M... | resin-io-library/base-images | balena-base-images/python/nanopi-neo-air/alpine/3.13/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | advertine/kafka | src/docker/Dockerfile | Dockerfile | apache-2.0 | 1,521 |
# AUTOGENERATED FILE
FROM balenalib/artik710-fedora:32-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.s... | nghiant2710/base-images | balena-base-images/node/artik710/fedora/32/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-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 ... | nghiant2710/base-images | balena-base-images/python/imx8mm-var-dart/alpine/3.11/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,842 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-fedora:34-run
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.pool.sks... | nghiant2710/base-images | balena-base-images/node/aarch64/fedora/34/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,744 |
FROM openjdk:8-jre-alpine
RUN apk update
RUN apk upgrade
RUN apk add bash curl
# Copy the cerberus fat jar
COPY ./build/libs/cerberus.jar .
# Copy over our wrapper scripts
## Simple java jar wrapper to make the cli avaible as cerberus.
COPY cerberus-no-update.sh ./cerberus
## Wrapper that will execute a command from... | Nike-Inc/cerberus-lifecycle-cli | Dockerfile | Dockerfile | apache-2.0 | 605 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-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: ... | nghiant2710/base-images | balena-base-images/python/imx8mm-var-dart/ubuntu/disco/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-debian:buster-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" || \
g... | resin-io-library/base-images | balena-base-images/node/odroid-ux3/debian/buster/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,781 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-alpine:3.12-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/odroid-xu4/alpine/3.12/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-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... | resin-io-library/base-images | balena-base-images/python/armv7hf/debian/stretch/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,853 |
FROM node:5.8.0
# Create app directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Install app dependencies
COPY package.json /usr/src/app/
RUN npm -g install sails
RUN npm install
# Bundle app source
COPY . /usr/src/app
EXPOSE 1337
CMD [ "npm", "start" ]
# FROM alpine
# RUN apk update && apk upgrade
# RUN a... | daratha/registration_service | Dockerfile | Dockerfile | apache-2.0 | 526 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-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 \
libicu57 \
liblttng-ust0 \
... | nghiant2710/base-images | balena-base-images/dotnet/orbitty-tx2/debian/buster/2.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,552 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-alpine:3.11-build
ENV GO_VERSION 1.15.6
# 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/nitrogen6xq2g/alpine/3.11/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,340 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-debian:jessie-run
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/debian/jessie/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,956 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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... | nghiant2710/base-images | balena-base-images/python/beaglebone-green/ubuntu/bionic/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/artik530-alpine:edge-run
ENV GO_VERSION 1.15.6
# 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 ] && echo... | nghiant2710/base-images | balena-base-images/golang/artik530/alpine/edge/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,465 |
FROM java:openjdk-8-jre-alpine
MAINTAINER Mitsuo Takaki <mitsuotakaki@gmail.com>
ENV CREDENTIAL_STORAGE_FOLDER=/opt/credential-storage
ENV CONFIG_FOLDER=$CREDENTIAL_STORAGE_FOLDER/config
ENV CONFIG_FILE=config.yml
ENV LOG_LEVEL=INFO
ENV TIME_ZONE=UTC
ENV MAX_MEMORY=128m
ENV STARTING_MEMORY=64m
ENV METASPACE_SIZE=100m
... | mtakaki/CredentialStorageService | Dockerfile | Dockerfile | apache-2.0 | 758 |
FROM balenalib/aarch64-alpine:3.15-build
LABEL io.balena.device-type="jetson-nano-2gb-devkit"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Do... | resin-io-library/base-images | balena-base-images/device-base/jetson-nano-2gb-devkit/alpine/3.15/build/Dockerfile | Dockerfile | apache-2.0 | 1,031 |
FROM frodenas/ubuntu
MAINTAINER Ferran Rodenas <frodenas@gmail.com>
# Install Memcached 1.4.20
RUN DEBIAN_FRONTEND=noninteractive && \
apt-get install -y --force-yes \
libevent-dev \
libsasl2-2 \
sasl2-bin \
libsasl2-2 \
libsasl2-dev \
libsasl2-modules && \
cd /tmp && \
wget http://... | frodenas/docker-memcached | Dockerfile | Dockerfile | apache-2.0 | 845 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-debian:bullseye-build
ENV NODE_VERSION 16.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 "$key" || \
... | resin-io-library/base-images | balena-base-images/node/up-squared/debian/bullseye/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,788 |
# AUTOGENERATED FILE
FROM balenalib/up-core-alpine:3.10-run
ENV GO_VERSION 1.15.6
# 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 ] && echo ... | nghiant2710/base-images | balena-base-images/golang/up-core/alpine/3.10/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,471 |
# AUTOGENERATED FILE
FROM balenalib/artik520-debian:jessie-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/artik520/debian/jessie/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,227 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-ubuntu:cosmic-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 --keyse... | nghiant2710/base-images | balena-base-images/node/generic-armv7ahf/ubuntu/cosmic/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,769 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-fedora:35-run
ENV GO_VERSION 1.17.7
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "e4f33... | resin-io-library/base-images | balena-base-images/golang/armv7hf/fedora/35/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,097 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-alpine:edge-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk a... | resin-io-library/base-images | balena-base-images/python/raspberry-pi/alpine/edge/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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/artik530/debian/bullseye/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,915 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-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/qemux86/debian/stretch/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-debian:stretch-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyse... | nghiant2710/base-images | balena-base-images/node/firefly-rk3288/debian/stretch/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,948 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-debian:bullseye-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/apalis-imx6/debian/bullseye/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-fedora:35-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"... | resin-io-library/base-images | balena-base-images/python/nitrogen8mm/fedora/35/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,439 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-ubuntu:bionic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python d... | nghiant2710/base-images | balena-base-images/python/firefly-rk3288/ubuntu/bionic/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,075 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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:... | nghiant2710/base-images | balena-base-images/python/raspberrypi4-64/debian/buster/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,860 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-alpine:3.11-run
ENV GO_VERSION 1.14.13
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && e... | nghiant2710/base-images | balena-base-images/golang/jetson-tx2/alpine/3.11/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
FROM alpine
MAINTAINER Bo Yang <yangbo1010@gmail.com>
ADD build/bin/webservice-linux-amd64 /usr/bin/
ADD config.yaml /usr/bin/
ADD certs/ /usr/bin/certs/
EXPOSE 8087 8088
WORKDIR /usr/bin/
ENTRYPOINT ["/usr/bin/webservice"]
| yangb8/webservice | Dockerfile | Dockerfile | apache-2.0 | 231 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-alpine:3.15-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 'dirn... | resin-io-library/base-images | balena-base-images/openjdk/npe-x500-m3/alpine/3.15/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,764 |
FROM gitpod/workspace-full
# change node version
USER gitpod
ENV NODE_VERSION=12.14.0
RUN bash -c "source ~/.nvm/nvm-lazy.sh && nvm install $NODE_VERSION"
ENV PATH=/home/gitpod/.nvm/versions/node/v${NODE_VERSION}/bin:$PATH
USER root
| selang/alpha | .gitpod.Dockerfile | Dockerfile | apache-2.0 | 235 |
FROM node:11
RUN mkdir -p /tmp
WORKDIR /tmp/operator
## Run these together otherwise we have to remember to run it with --no-cache
# occasionally
RUN dpkg --add-architecture i386 && \
apt update && \
apt install -y git build-essential wine wine32 libwine
RUN apt autoremove -y
COPY . .
# Build the sc... | minimalchat/operator-app | Dockerfile | Dockerfile | bsd-3-clause | 379 |
FROM python:3.9-alpine
LABEL MAINTAINER="{{ creator }} <{{ creator_email }}>"
ENV PS1="\[\e[0;33m\]|> {{ label }} <| \[\e[1;35m\]\W\[\e[0m\] \[\e[0m\]# "
WORKDIR /src
COPY . /src
RUN pip install --no-cache-dir -r requirements.txt \
&& python setup.py install
WORKDIR /
ENTRYPOINT ["{{ label }}"]
| datafolklabs/cement | cement/cli/templates/generate/project/Dockerfile | Dockerfile | bsd-3-clause | 301 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-ubuntu:bionic-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some... | nghiant2710/base-images | balena-base-images/openjdk/odroid-xu4/ubuntu/bionic/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,104 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-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... | nghiant2710/base-images | balena-base-images/openjdk/photon-xavier-nx/debian/stretch/11-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,965 |
FROM alpine:3.6
MAINTAINER Kontena, Inc. <info@kontena.io>
RUN apk update && apk --update add tzdata ruby ruby-irb ruby-bigdecimal \
ruby-io-console ruby-json ruby-rake ca-certificates libssl1.0 openssl libstdc++
ADD Gemfile Gemfile.lock /app/
RUN apk --update add --virtual build-dependencies ruby-dev build-base... | mikkopiu/kontena | server/Dockerfile | Dockerfile | apache-2.0 | 610 |
FROM balenalib/aarch64-ubuntu:bionic-run
LABEL io.balena.device-type="blackboard-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 ] && m... | nghiant2710/base-images | balena-base-images/device-base/blackboard-tx2/ubuntu/bionic/run/Dockerfile | Dockerfile | apache-2.0 | 1,093 |
# 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 ... | aweiteka/cri-o | vendor/k8s.io/kubernetes/test/e2e_node/conformance/build/Dockerfile | Dockerfile | apache-2.0 | 1,584 |
FROM python:3
MAINTAINER Phyks <phyks@phyks.me>
# Setup layout.
RUN useradd -d /home/user -m -s /bin/bash -U user
# Install OS dependencies.
RUN apt-get update && \
apt-get install -y git libffi-dev \
libxml2-dev libxslt-dev libyaml-dev libtiff-dev libjpeg-dev zlib1g-dev \
libfreetype6-dev libwebp-dev bui... | Phyks/Flatisfy | docker/Dockerfile | Dockerfile | mit | 1,132 |
FROM node:6.10.3-alpine
ENV NODE_ENV production
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY package.json yarn.lock /usr/src/app/
RUN apk add --no-cache --virtual .gyp python make g++ \
&& yarn --pure-lockfile --production
COPY . /usr/src/app
EXPOSE 8001
CMD ["node", "index.js"]
| Sh4bbY/node | Dockerfile | Dockerfile | mit | 294 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.