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/npe-x500-m3-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: pub... | nghiant2710/base-images | balena-base-images/python/npe-x500-m3/debian/buster/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,858 |
# Copyright 2020 Google LLC
#
# 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, ... | google/atheris | deployment/Dockerfile | Dockerfile | apache-2.0 | 1,771 |
FROM ermaker/keras
# Add Tini. Tini operates as a process subreaper for jupyter. This prevents
# kernel crashes.
ENV TINI_VERSION v0.6.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /usr/bin/tini
ADD .jupyter/jupyter_notebook_config.py /.jupyter/jupyter_notebook_config.py
ADD .jupyter/not... | LMDenys91/TumorProliferationAssessment | Dockerfile | Dockerfile | apache-2.0 | 2,549 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-debian:sid-run
ENV GO_VERSION 1.17.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 updat... | resin-io-library/base-images | balena-base-images/golang/fincm3/debian/sid/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-fedora:35-build
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfile... | resin-io-library/base-images | balena-base-images/openjdk/floyd-nano/fedora/35/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,320 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-fedora:30-run
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/revpi-connect/fedora/30/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# Copyright 2019 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,... | FeliciaLim/oss-fuzz | projects/cppcheck/Dockerfile | Dockerfile | apache-2.0 | 830 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-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/beagleboard-xm/alpine/3.13/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-debian:stretch-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \... | nghiant2710/base-images | balena-base-images/node/blackboard-tx2/debian/stretch/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:eoan-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.c... | nghiant2710/base-images | balena-base-images/node/raspberry-pi2/ubuntu/eoan/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-alpine:3.11-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/surface-go/alpine/3.11/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,774 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-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... | nghiant2710/base-images | balena-base-images/python/surface-pro-6/debian/sid/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,099 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-debian:stretch-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.
#
# ... | resin-io-library/base-images | balena-base-images/openjdk/asus-tinker-edge-t/debian/stretch/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,863 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-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-arm64.tar.gz" \
&& echo "3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098 go$GO_VERSION.linux-arm64.tar.gz" |... | nghiant2710/base-images | balena-base-images/golang/jetson-nano/debian/stretch/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,998 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \... | resin-io-library/base-images | balena-base-images/dotnet/rockpi-4b-rk3399/debian/buster/6.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-fedora:30-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 \
python-pip \
python-dbus \
&& dnf clean all
# install "virtualenv",... | nghiant2710/base-images | balena-base-images/python/apalis-imx6q/fedora/30/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-alpine:edge-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/alpine/edge/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,958 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-fedora:31-run
ENV GO_VERSION 1.15.7
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "bca4af0c20f86521dfabf3b3... | nghiant2710/base-images | balena-base-images/golang/nitrogen8mm/fedora/31/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,072 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-ubuntu:cosmic-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 --keyserve... | nghiant2710/base-images | balena-base-images/node/orange-pi-one/ubuntu/cosmic/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-debian:buster-build
ENV NODE_VERSION 12.22.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" || \
gp... | nghiant2710/base-images | balena-base-images/node/odroid-c1/debian/buster/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,786 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-debian:bookworm-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 pytho... | resin-io-library/base-images | balena-base-images/python/via-vab820-quad/debian/bookworm/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,100 |
# 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... | renesugar/arrow | integration/Dockerfile | Dockerfile | apache-2.0 | 1,627 |
# https://blog.docker.com/2016/09/docker-golang/
# https://blog.golang.org/docker
# docker build -t rooster .
# docker run -it -p 1280:1280 rooster
# build phase - see also:
# https://medium.com/travis-on-docker/multi-stage-docker-builds-for-creating-tiny-go-images-e0e1867efe5a
# https://medium.com/travis-on-docker/t... | whosonfirst/go-webhookd | vendor/github.com/aaronland/go-chicken/Dockerfile | Dockerfile | bsd-3-clause | 604 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-ubuntu:xenial-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For som... | nghiant2710/base-images | balena-base-images/openjdk/iot-gate-imx8/ubuntu/xenial/11-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,103 |
# Base image
#
# VERSION 0.2
FROM debian:latest
MAINTAINER LFE Maintainers <maintainers@lfe.io>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
apt-utils \
build-essential
RUN apt-get install -y --no-install-recommends \
ca-certificates \
libcurl4-... | oubiwann/lfe | Dockerfile | Dockerfile | apache-2.0 | 1,340 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-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 'di... | nghiant2710/base-images | balena-base-images/openjdk/nitrogen6xq2g/alpine/3.12/7-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,766 |
FROM java:8
VOLUME /tmp
ADD target/gs-spring-boot-docker-0.1.0.jar app.jar
RUN bash -c 'touch /app.jar'
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
| kikkomep/guides | spring-boot-weave-service-discovery/demo/Dockerfile | Dockerfile | apache-2.0 | 184 |
FROM rust:1.36
WORKDIR /thruster
COPY ./src ./src
COPY ./Cargo.toml ./Cargo.toml
ENV RUSTFLAGS "-C target-cpu=native"
RUN cargo build --release
CMD ["./target/release/thruster_techempower"]
| zloster/FrameworkBenchmarks | frameworks/Rust/thruster/thruster.dockerfile | Dockerfile | bsd-3-clause | 193 |
FROM python:3
MAINTAINER Konstantin Malanchev <malanchev@physics.msu.ru>
ENV PROJECT /scpysai
RUN mkdir -pv $PROJECT
WORKDIR $PROJECT
COPY . $PROJECT
RUN python setup.py install
CMD ["python", "bin/sci_py_example"]
| hombit/scientific_python | Dockerfile | Dockerfile | mit | 219 |
FROM teruya/build-x265:deps-latest
RUN mkdir /output
VOLUME /output
ENV CLONE_URL https://bitbucket.org/multicoreware/x265
ENTRYPOINT hg clone $CLONE_URL && \
cd /x265/build/linux && \
cmake -G "Unix Makefiles" ../../source && \
make && \
cp -p x265 /output/ && \
cp -p libx265.* /output/
| MasashiTeruya/build-x265-docker | latest/Dockerfile | Dockerfile | mit | 313 |
FROM python:3.10-buster
RUN apt-get update && apt-get install -y libsnappy-dev && pip install python-snappy
COPY ./developer_requirements.txt /developer_requirements.txt
RUN pip install -r /developer_requirements.txt
COPY . /source
WORKDIR /source
RUN sed -i -e 's/\r//' /source/run-tests.sh
RUN /bin/bash /source/ru... | fastavro/fastavro | Dockerfile | Dockerfile | mit | 331 |
FROM anapsix/alpine-java:8
COPY releases/ehsender-1.0-SNAPSHOT-jar-with-dependencies.jar /home/ehsender-1.0-SNAPSHOT.jar
CMD ["java","-jar","/home/ehsender-1.0-SNAPSHOT.jar"]
| torosent/containers-k8s-workshop | Kubernetes/Labs/CaseStudy2/Containers/ehsender/Dockerfile | Dockerfile | mit | 177 |
FROM debian:jessie
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
libcurl4-openssl-dev \
libssl-dev \
jq \
&& rm -rf /var/lib/apt/lists/*
ENV LIBEVENT_VERSION 2.0.18-stable
ENV TRANSMISSION_VERSION 2.90
RUN buildDeps=' \
curl \
build-essential \
... | hdorio/docker-transmission | 2.90/Dockerfile | Dockerfile | mit | 2,164 |
FROM ubuntu:16.10
RUN apt-get update && apt-get -y install ca-certificates
ADD main /main
ENTRYPOINT ["/main"] | eversC/inspectr | Dockerfile | Dockerfile | mit | 110 |
FROM mcr.microsoft.com/dotnet/sdk:5.0
WORKDIR /app
COPY *.csproj .
RUN dotnet restore
COPY . .
RUN dotnet publish -c Release -o out
FROM mcr.microsoft.com/dotnet/runtime:5.0
WORKDIR /app
COPY --from=0 /app/out .
ENTRYPOINT ["dotnet", "BotVentic2.dll"]
| 3ventic/BotVenticCore | BotVentic2/Dockerfile | Dockerfile | mit | 255 |
FROM node:12
ENV HOME /Svelte-Starter
WORKDIR ${HOME}
ADD . $HOME
# chrome --
ENV CHROME_BIN /usr/bin/chromium
ENV DISPLAY :99
RUN \
apt-get update && \
apt-get install -y xvfb chromium libgconf-2-4
ENTRYPOINT ["Xvfb", "-ac", ":99", "-screen", "0", "1280x720x16"]
# -- chrome
# puppeteer --
RUN \
apt-get upd... | Shyam-Chen/Web-Starter-Kit | Dockerfile | Dockerfile | mit | 805 |
FROM frolvlad/alpine-python3
MAINTAINER Kirill Klenov <horneds@gmail.com>
RUN apk add --update build-base python3-dev && \
rm -rf /var/cache/apk/*
RUN /usr/bin/pip3 install wheel==0.26.0 cython==0.23.4 && \
rm -rf /root/.cache
EXPOSE 80
WORKDIR /app
COPY . /app
RUN /usr/bin/pip3 install -e /app && \
... | Dipsomaniac/fibo | Dockerfile | Dockerfile | mit | 398 |
FROM circleci/php:8.0-fpm-browsers
USER root
# install system packages
RUN apt-get update \
&& apt-get -y install git wget \
&& apt-get install -qqy libzip-dev libpng-dev libjpeg-dev libfreetype6-dev \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
# configure php packag... | badges/poser | .docker/base/php80/Dockerfile | Dockerfile | mit | 545 |
FROM microsoft/dotnet:2.1-sdk-alpine3.7
COPY ./backend-src /workspace
WORKDIR /workspace/TrackTv.WebServices
RUN dotnet restore
RUN dotnet publish -c Release -r alpine.3.7-x64 -o /build
FROM node:alpine
COPY ./frontend-src /workspace
WORKDIR /workspace
RUN npm i
RUN npm run build
RUN cp ./dist /build -R
FROM ... | HristoKolev/TrackTV | docker/build/Dockerfile | Dockerfile | mit | 810 |
FROM openjdk
EXPOSE 8080
ADD ./dist/app.jar /srv/app.jar
ADD ./dist/apache-logging-log4j.jar /srv/apache-logging-log4j.jar
ADD ./dist/bson-3.0.2.jar /srv/bson-3.0.2.jar
ADD ./dist/json.jar /srv/json.jar
ADD ./dist/json-simple-1.1.jar /srv/json-simple-1.1.jar
ADD ./dist/mongodb-driver-3.3.0.jar /srv/mongodb-driver-3.3.0... | srohilla/CodeSpanners | CodeSpartansRestlet/Dockerfile | Dockerfile | mit | 1,601 |
FROM composer:1 AS composer
FROM php:7.0-fpm
COPY --from=composer /usr/bin/composer /usr/bin/composer
RUN apt-get update && apt-get install -qq \
libxml2-dev \
librabbitmq-dev \
git \
unzip
RUN docker-php-ext-install \
soap \
pcntl \
sockets
RUN pecl install apcu-5.1.8 \
mongodb \
... | smartboxgroup/integration-framework-bundle | docker/php/Dockerfile | Dockerfile | mit | 479 |
FROM ubuntu:trusty
MAINTAINER Wurstmeister
ENV KAFKA_VERSION="0.9.0.0" SCALA_VERSION="2.11"
RUN apt-get update && apt-get install -y unzip openjdk-7-jdk wget curl git docker.io jq && apt-get clean autoclean && apt-get autoremove -y && rm -rf /var/lib/{apt,dpkg,cache,log}/
ADD download-kafka.sh /tmp/download-kafka.... | jonsource/kafka-spark | Dockerfile | Dockerfile | apache-2.0 | 585 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependen... | nghiant2710/base-images | balena-base-images/python/fincm3/debian/stretch/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,091 |
FROM incodehq/payara-configured
MAINTAINER Incode Software, incode.org
# For more information about ping see: https://github.com/AdamBien/ping/
ADD ping.war ${DEPLOYMENT_DIR}
HEALTHCHECK CMD curl --fail http://localhost:8080/ping/resources/pings/echo/+ || exit 1
| incodehq/docker | payara-ping/Dockerfile | Dockerfile | apache-2.0 | 263 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-debian:stretch-build
ENV GO_VERSION 1.15.8
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "d3379c32a90fdf9382166f8f48034c459a8cc433730bc9476d39d9082c94583b go$GO_VERSION.linux-amd64.tar.gz" ... | nghiant2710/base-images | balena-base-images/golang/surface-go/debian/stretch/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,016 |
FROM alpine:3.2
MAINTAINER Chananun Promswat <spromswat@gmail.com>
ADD tcp/limits.conf /etc/security/limits.conf
ADD tcp/sysctl.conf /etc/sysctl.conf
RUN /usr/sbin/deluser apache && \
addgroup -g 50 -S apache && \
adduser -u 1000 -g apache -G apache -S apache && \
apk --update add apache2-ssl apache2-prox... | chananun/docker-apache-reverse-proxy | Dockerfile | Dockerfile | apache-2.0 | 1,131 |
# VERSION 2.6.0
FROM geneea/keboola-connection
MAINTAINER Tomáš Mudruňka <mudrunka@geneea.com>
WORKDIR /home
ENTRYPOINT python ./src/correction.py --data=/data
| Geneea/keboola-connection | img/correction/Dockerfile | Dockerfile | apache-2.0 | 165 |
FROM continuumio/miniconda
RUN apt-get update && apt-get install -y git build-essential libatlas-base-dev
RUN /opt/conda/bin/conda install -y -q ipython numpy cython pytest
VOLUME /word2vec
WORKDIR /word2vec
| aalex/python-word2vec | Dockerfile | Dockerfile | apache-2.0 | 211 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-ubuntu:cosmic-run
ENV GO_VERSION 1.15.6
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& ap... | nghiant2710/base-images | balena-base-images/golang/orange-pi-zero/ubuntu/cosmic/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,358 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-ubuntu:disco-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... | nghiant2710/base-images | balena-base-images/python/cubox-i/ubuntu/disco/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,064 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-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",... | resin-io-library/base-images | balena-base-images/python/surface-go/fedora/36/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,453 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-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: pu... | nghiant2710/base-images | balena-base-images/python/hummingboard/ubuntu/bionic/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-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 "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "a5aa1ed17d45ee1d58b4... | resin-io-library/base-images | balena-base-images/golang/generic-aarch64/fedora/35/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,076 |
# AUTOGENERATED FILE
FROM balenalib/artik520-ubuntu:eoan-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --... | nghiant2710/base-images | balena-base-images/node/artik520/ubuntu/eoan/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
# AUTOGENERATED FILE
FROM balenalib/i386-nlp-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 depende... | nghiant2710/base-images | balena-base-images/python/i386-nlp/debian/buster/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,107 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-alpine:3.13-build
ENV GO_VERSION 1.16.3
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ]... | nghiant2710/base-images | balena-base-images/golang/nanopi-neo-air/alpine/3.13/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-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/raspberrypi2/debian/bullseye/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
# AUTOGENERATED FILE
FROM balenalib/generic-debian:buster-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 key... | nghiant2710/base-images | balena-base-images/node/generic/debian/buster/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-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 Mc... | nghiant2710/base-images | balena-base-images/python/surface-pro-6/alpine/3.13/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,847 |
# Copyright 2021 Google LLC
#
# 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | googleapis/google-cloud-cpp | ci/cloudbuild/dockerfiles/demo-centos-7.Dockerfile | Dockerfile | apache-2.0 | 7,711 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-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 \
l... | nghiant2710/base-images | balena-base-images/dotnet/fincm3/debian/buster/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,937 |
# AUTOGENERATED FILE
FROM balenalib/edison-debian:bullseye-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \
&& echo "a168c7e03e305d33a5651acb5bfdbfb5141053a0d98f06af3e1e5081167af963 go$GO_VERSION.linux-386.tar.gz" | sha2... | nghiant2710/base-images | balena-base-images/golang/edison/debian/bullseye/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,005 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depe... | nghiant2710/base-images | balena-base-images/python/nitrogen6x/debian/stretch/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
ARG BASEOS
ARG BASEVER
ARG PG_FULL
ARG PREFIX
FROM ${PREFIX}/crunchy-base:${BASEOS}-${PG_FULL}-${BASEVER}
# For RHEL8 all arguments used in main code has to be specified after FROM
ARG DFSET
ARG PACKAGER
ARG BASEOS
ARG PG_MAJOR
LABEL name="pgpool" \
summary="Contains the pgpool utility as a PostgreSQL-aware load bal... | CrunchyData/crunchy-containers | build/pgpool/Dockerfile | Dockerfile | apache-2.0 | 1,783 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-ubuntu:xenial-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 ... | nghiant2710/base-images | balena-base-images/golang/beaglebone-green-gateway/ubuntu/xenial/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,038 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-ubuntu:hirsute-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --ke... | resin-io-library/base-images | balena-base-images/node/asus-tinker-edge-t/ubuntu/hirsute/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-fedora:36-run
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in ... | resin-io-library/base-images | balena-base-images/openjdk/jetson-nano-2gb-devkit/fedora/36/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,328 |
# AUTOGENERATED FILE
FROM balenalib/artik5-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 dependenci... | resin-io-library/base-images | balena-base-images/python/artik5/ubuntu/focal/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,061 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-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 depe... | nghiant2710/base-images | balena-base-images/python/beagleboard-xm/debian/sid/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,091 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-alpine:edge-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599A... | nghiant2710/base-images | balena-base-images/node/n510-tx2/alpine/edge/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,023 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-alpine:edge-build
ENV GO_VERSION 1.16.3
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ec... | nghiant2710/base-images | balena-base-images/golang/kitra520/alpine/edge/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,335 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtuale... | resin-io-library/base-images | balena-base-images/python/orange-pi-lite/fedora/33/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 2,442 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-debian:buster-build
ENV GO_VERSION 1.17.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "a5aa1ed17d45ee1d58b4a4099b12f8942acbd1dd09b2e9a6abb1c4898043c5f5 go$GO_VERSION.linux-arm64.tar.g... | resin-io-library/base-images | balena-base-images/golang/imx8m-var-dart/debian/buster/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,003 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-debian:buster-build
ENV GO_VERSION 1.15.8
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.linux-arm64.tar.... | nghiant2710/base-images | balena-base-images/golang/imx8mm-var-dart/debian/buster/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,004 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-alpine:3.10-run
ENV NODE_VERSION 15.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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006... | nghiant2710/base-images | balena-base-images/node/raspberry-pi/alpine/3.10/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,027 |
# AUTOGENERATED FILE
FROM balenalib/n310-tx2-debian:bookworm-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/n310-tx2/debian/bookworm/6.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-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 ... | nghiant2710/base-images | balena-base-images/node/apalis-imx6/ubuntu/cosmic/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-debian:bookworm-run
ENV GO_VERSION 1.17.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... | resin-io-library/base-images | balena-base-images/golang/cubox-i/debian/bookworm/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,355 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-debian:sid-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | nghiant2710/base-images | balena-base-images/node/raspberrypi3-64/debian/sid/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,937 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-debian:jessie-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For som... | nghiant2710/base-images | balena-base-images/openjdk/apalis-imx6/debian/jessie/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,093 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:focal-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 ha... | nghiant2710/base-images | balena-base-images/node/beaglebone/ubuntu/focal/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/iot2000-debian:jessie-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/iot2000/debian/jessie/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,108 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-ubuntu:xenial-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.p... | nghiant2710/base-images | balena-base-images/node/imx8mm-var-dart/ubuntu/xenial/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-alpine:3.15-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 \
6A010C51660... | resin-io-library/base-images | balena-base-images/node/raspberrypi3-64/alpine/3.15/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,022 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-debian:bullseye-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For... | resin-io-library/base-images | balena-base-images/openjdk/iot-gate-imx8/debian/bullseye/16-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,027 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-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 'dirnam... | nghiant2710/base-images | balena-base-images/openjdk/spacely-tx2/alpine/3.11/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,756 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-debian:bookworm-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" ||... | resin-io-library/base-images | balena-base-images/node/imx8mm-var-dart/debian/bookworm/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,784 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-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"... | nghiant2710/base-images | balena-base-images/python/spacely-tx2/fedora/32/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-debian:buster-run
ENV GO_VERSION 1.14.13
# 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/up-core-plus/debian/buster/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-ubuntu:impish-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/nanopi-neo-air/ubuntu/impish/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
FROM flynn/busybox
ADD https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
ADD https://github.com/coreos/etcd/releases/download/v2.0.0-rc.1/etcd-v2.0.0-rc.1-linux-amd64.tar.gz /tmp/etcd.tar.gz
RUN cd /tmp && \
tar xzf etcd.tar.gz && \
mv etcd-v2.0.0-rc.1-l... | mubassirhayat/flynn | appliance/etcd/Dockerfile | Dockerfile | bsd-3-clause | 461 |
FROM dock0/service
MAINTAINER Jon Chen <bsd@voltaire.sh>
EXPOSE 5000
RUN /usr/bin/pacman -Syu --noconfirm python2 python2-pip libevent python2-gevent
| podhub-io/docker-gevent | Dockerfile | Dockerfile | bsd-3-clause | 152 |
FROM mongo:latest
MAINTAINER Potiguar Faga <potz@potz.me>
VOLUME /backups
COPY entrypoint.sh /
ENTRYPOINT [ "/entrypoint.sh" ]
| Grouptree/docker-mongorestore | Dockerfile | Dockerfile | mit | 130 |
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%ceilometer-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum install -y openstack-ceilometer-notification && yum clean all
ADD ./start.sh /start.sh
CMD ["/start.sh"]
| bdastur/kolla | docker/ceilometer/ceilometer-notification/Dockerfile | Dockerfile | apache-2.0 | 227 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-alpine:3.13-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
... | nghiant2710/base-images | balena-base-images/openjdk/jetson-xavier-nx-devkit/alpine/3.13/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,768 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-alpine:3.13-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dir... | nghiant2710/base-images | balena-base-images/openjdk/raspberrypi3/alpine/3.13/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,765 |
FROM debian:sid-slim
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" | sha256sum -c - \
&& tar -xzf "resin-xbuild1.0.0.tar.gz" \
&& rm "resin-xbuild1.0.0.tar.... | nghiant2710/base-images | balena-base-images/supervisor/amd64/debian/sid/Dockerfile | Dockerfile | apache-2.0 | 490 |
FROM ryjen/cpp-coveralls
ARG CMAKE_DEFINES
RUN apk update
RUN apk add openssl-dev uriparser-dev curl-dev
ENV BUILD_SRC /usr/src
COPY . ${BUILD_SRC}
RUN mkdir -p ${BUILD_SRC}/docker-build
WORKDIR ${BUILD_SRC}/docker-build
RUN cmake ${CMAKE_DEFINES} ..
RUN make
CMD "make", "test", "ARGS=-V"
| ryjen/arg3net | Dockerfile | Dockerfile | mit | 301 |
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV GO15VENDOREXPERIMENT 1
RUN apk update && apk add \
ca-certificates \
&& rm -rf /var/cache/apk/*
RUN buildDeps=' \
go \
git \
gcc \
libc-dev \
libgcc \
' \
set -x \
&& apk ... | konstruktoid/dockerfiles | checkup/Dockerfile | Dockerfile | mit | 653 |
# Dockerizing MongoDB: Dockerfile for building MongoDB images
# Based on ubuntu:latest, installs MongoDB following the instructions from:
# http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
FROM ubuntu:latest
MAINTAINER Docker
# Installation:
# Import MongoDB public GPG key AND create a MongoDB... | openshift/dockerexec | vendor/src/github.com/docker/docker/docs/sources/examples/mongodb/Dockerfile | Dockerfile | apache-2.0 | 855 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.