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 |
|---|---|---|---|---|---|
# NOTE: A project.lock.json file must be included, otherwise you will get the following error:
# Project app does not have a lock file
# Build the image:
# docker build -t tonysneed/dotnet-helloweb .
# Create and run a container:
# docker run -d -p 5000:5000 --name dotnet-helloweb -v "${PWD}:/app" tonysneed/dot... | tonysneed/Demo.DotNetCoreDocker | Dockerfile | Dockerfile | mit | 713 |
FROM cloudgear/build-deps:14.04
MAINTAINER Aleksandr Bobrov, ITBeaver <al.bobrov@itbeaver.co>
ENV RUBY_VERSION 2.2
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C3173AA6 && \
echo deb http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu trusty main > /etc/apt/sources.list.d/brightbox-ruby-ng-... | itbeaver/ruby2.2.2-testsuit | Dockerfile | Dockerfile | mit | 919 |
FROM debian:jessie
MAINTAINER Bruno Binet <bruno.binet@helioslite.com>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -yq --no-install-recommends python-pip
RUN pip install waitress hooked==0.3
ADD hooked.cfg /etc/hooked.cfg
VOLUME ["/config"]
EXPOSE 80
CMD ["hooked", "/config/hooked.cf... | bbinet/docker-hooked | Dockerfile | Dockerfile | mit | 324 |
FROM alpine:3.4
MAINTAINER Tomas Tomecek <ttomecek@redhat.com> @TomasTomec
LABEL RUN docker run -v /var/run/docker.sock:/run/docker.sock -ti -e TERM --name \${NAME} \${IMAGE}
COPY . /home/sen
RUN apk update \
&& apk add python3 \
&& apk add -t build python3-dev libc-dev gcc git \
&& pip3 install urwid \
... | TomasTomecek/sen | Dockerfile | Dockerfile | mit | 561 |
FROM php:7.3-fpm
LABEL Maintainer="Jeremy Brayton <jeremy@braytonium.com>"
# apt-get required packages
RUN apt-get update -yqq && apt-get install -yqq git openssh-client libzip-dev zip unzip iputils-ping libicu-dev libxml2-dev
# Configure zip extension to use libzip
RUN docker-php-ext-configure zip --with-libzip
# ... | w0rd-driven/docker-laravel-deployer | 7.3/Dockerfile | Dockerfile | mit | 1,792 |
FROM golang
MAINTAINER Helder Farias <helderfarias@gmail.com>
RUN curl -L https://github.com/Masterminds/glide/releases/download/0.10.2/glide-0.10.2-linux-amd64.tar.gz > glide.tar.gz \
&& tar xvzf glide.tar.gz \
&& cp linux-amd64/glide /usr/bin/glide \
&& rm -rf linux-amd64
RUN mkdir -p cd $GOPATH/src/gi... | rosbit/dynamock | Dockerfile | Dockerfile | mit | 910 |
FROM ubuntu:14.04
ENV DEBIAN_FRONTEND noninteractive
ENV ENV INITRD No
ENV DEBIAN_PRIORITY critical
ENV DEBCONF_NOWARNINGS yes
RUN echo "deb http://deb.torproject.org/torproject.org trusty main" > /etc/apt/sources.list.d/torproject.list
RUN gpg --keyserver keys.gnupg.net --recv 886DDD89
RUN gpg --export A3C4F0F979CAA2... | philalex/docker-privoxy-tor | Dockerfile | Dockerfile | mit | 748 |
FROM php:8.0-fpm-alpine3.13
LABEL maintainer="Jean Traullé <jean@opencomp.fr>"
RUN apk -U upgrade \
# Add musl from edge repository to fix CVE-2020-28928
&& apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ \
musl-dev \
&& apk add --no-cache \
... | Opencomp/Dockerfiles | php/8.0/8.0-fpm-alpine3.13/Dockerfile | Dockerfile | mit | 2,906 |
# Generated automatically by update.sh
# Do no edit this file
FROM bigtruedata/scala:2.11.7
Run wget -O- "https://github.com/sbt/sbt/releases/download/v0.13.16/sbt-0.13.16.tgz" \
| tar xzf - -C /usr/local --strip-components=1 \
&& sbt exit
VOLUME /app
WORKDIR /app
CMD ["sbt"]
| bigtruedata/docker-sbt | 0.13.16/2.11.7/Dockerfile | Dockerfile | mit | 290 |
FROM ubuntu
RUN apt-get update && apt-get -y install haskell-platform && apt-get autoremove && apt-get clean
CMD ["ghci"]
| robobario/repl | docker-repls/haskell/Dockerfile | Dockerfile | mit | 123 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-debian:sid-build
ENV NODE_VERSION 10.24.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" || \
gpg -... | nghiant2710/base-images | balena-base-images/node/coral-dev/debian/sid/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,776 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:stretch-build
ENV NODE_VERSION 15.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" || \
... | nghiant2710/base-images | balena-base-images/node/raspberry-pi2/debian/stretch/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,790 |
#
# This file is part of the KubeVirt project
#
# 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 agree... | admiyo/kubevirt | images/cirros-registry-disk-demo/Dockerfile | Dockerfile | apache-2.0 | 838 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-fedora:30-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/fedora/30/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-alpine:3.13-build
ENV GO_VERSION 1.15.11
# 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/up-core-plus/alpine/3.13/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,348 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-debian:bullseye-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_... | nghiant2710/base-images | balena-base-images/golang/generic-armv7ahf/debian/bullseye/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,034 |
FROM %%DOCKER_NAMESPACE%%/%%DOCKER_PREFIX%%openstack-mistral-alpine:%%DOCKER_TAG%%
ENV OPENSTACK_COMPONENT="mistral-init"
COPY ./assets/ /opt/harbor/assets
RUN set -e && \
set -x && \
cp -rfav /opt/harbor/assets/* / && \
rm -rf /opt/harbor/assets
LABEL license="Apache-2.0" \
vendor="Port Direct" \... | portdirect/harbor | docker/openstack/openstack-mistral/openstack-mistral-init/Dockerfile | Dockerfile | apache-2.0 | 544 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-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/nanopc-t4/fedora/32/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-fedora:33-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv... | resin-io-library/base-images | balena-base-images/python/orangepi-plus2/fedora/33/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
FROM nginx:1.11.5-alpine
LABEL version="1.2.3"
| doublescoring/jenkins-pipeline-goodness | src/test/resources/Dockerfile | Dockerfile | apache-2.0 | 48 |
# AUTOGENERATED FILE
FROM balenalib/generic-fedora:32-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... | nghiant2710/base-images | balena-base-images/python/generic/fedora/32/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-fedora:36-run
ENV GO_VERSION 1.16.14
# 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" \
&& ech... | resin-io-library/base-images | balena-base-images/golang/firefly-rk3288/fedora/36/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,106 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-ubuntu:xenial-build
ENV NODE_VERSION 10.23.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/imx7-var-som/ubuntu/xenial/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-fedora:35-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 Dockerfile! ... | resin-io-library/base-images | balena-base-images/openjdk/qemux86-64/fedora/35/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,331 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-ubuntu:xenial-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... | resin-io-library/base-images | balena-base-images/python/etcher-pro/ubuntu/xenial/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-ubuntu:eoan-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/up-squared/ubuntu/eoan/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-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... | nghiant2710/base-images | balena-base-images/python/raspberrypi3-64/debian/stretch/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,100 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-debian:bullseye-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dep... | resin-io-library/base-images | balena-base-images/python/nitrogen6x/debian/bullseye/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,095 |
# AUTOGENERATED FILE
FROM balenalib/parallella-debian:sid-run
ENV NODE_VERSION 17.6.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 keys... | resin-io-library/base-images | balena-base-images/node/parallella/debian/sid/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,928 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:xenial-build
ENV GO_VERSION 1.17.7
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 "e4f33e7e78f96024d30ff6bf8d2b86329fc04df1b411a8bd30a82dbe60f408ba go$GO_VER... | resin-io-library/base-images | balena-base-images/golang/raspberry-pi2/ubuntu/xenial/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,031 |
# Base image for piggybank-squeal stuff
FROM centos:6
MAINTAINER James Lampton <jlampton@gmail.com>
# Install EPEL
RUN yum install -y http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# Update and install Java
RUN yum update -y
#RUN yum install -y java-1.8.0-openjdk which
RUN yum install ... | JamesLampton/piggybank-squeal | src/main/docker/base/Dockerfile | Dockerfile | apache-2.0 | 1,212 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-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 depend... | nghiant2710/base-images | balena-base-images/python/beaglebone/ubuntu/focal/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-debian:jessie-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$G... | nghiant2710/base-images | balena-base-images/golang/asus-tinker-board/debian/jessie/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,037 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-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 a... | nghiant2710/base-images | balena-base-images/python/imx7-var-som/alpine/3.11/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,132 |
# Clone git repo
FROM alpine/git:1.0.7 as git
ENV PROMETHEUS_OPERATOR_VERSION=v0.54.0
RUN git clone https://github.com/coreos/prometheus-operator.git /src/prometheus-operator/ \
&& cd /src/prometheus-operator/ \
&& git checkout $PROMETHEUS_OPERATOR_VERSION
FROM golang:1.17 as builder
COPY --from=git /src/pr... | GoogleCloudPlatform/click-to-deploy | docker/prometheus-operator/0/0.54/Dockerfile | Dockerfile | apache-2.0 | 1,303 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-debian:sid-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public ... | nghiant2710/base-images | balena-base-images/python/smarc-px30/debian/sid/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,223 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:focal-build
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... | nghiant2710/base-images | balena-base-images/node/odroid-u3+/ubuntu/focal/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-debian:buster-run
ENV NODE_VERSION 17.6.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 ... | resin-io-library/base-images | balena-base-images/node/vab820-quad/debian/buster/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,935 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-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/rockpi-4b-rk3399/debian/bookworm/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,536 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-debian:buster-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 --keyserver ... | nghiant2710/base-images | balena-base-images/node/up-squared/debian/buster/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-debian:buster-build
ENV GO_VERSION 1.16.3
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 "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VE... | nghiant2710/base-images | balena-base-images/golang/orangepi-plus2/debian/buster/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-debian:buster-build
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" |... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/debian/buster/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,794 |
FROM alpine:latest
RUN apk update && apk add --no-cache \
git \
openssh \
tar \
gzip \
curl \
moreutils \
ca-certificates \
binutils \
elfutils \
make \
autoconf \
automake \
flex \
bison \
g++ \
gdb \
libtool \
eigen-dev \
yaml-dev \
boost... | lawmurray/Birch | .circleci/alpine/Dockerfile | Dockerfile | apache-2.0 | 378 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-alpine:3.12-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 ] &... | nghiant2710/base-images | balena-base-images/golang/nitrogen6xq2g/alpine/3.12/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,472 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-alpine:3.12-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006... | resin-io-library/base-images | balena-base-images/node/imx7-var-som/alpine/3.12/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,021 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-alpine:3.14-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006... | resin-io-library/base-images | balena-base-images/node/jetson-xavier/alpine/3.14/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,020 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-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
# inst... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-gateway/debian/bookworm/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,109 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-ubuntu:hirsute-run
ENV NODE_VERSION 12.22.9
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... | resin-io-library/base-images | balena-base-images/node/generic-armv7ahf/ubuntu/hirsute/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-ubuntu:disco-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/colibri-imx6/ubuntu/disco/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-debian:sid-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/imx7-var-som/debian/sid/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,783 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-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 depend... | nghiant2710/base-images | balena-base-images/python/intel-edison/debian/sid/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,091 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-fedora:30-run
ENV GO_VERSION 1.14.13
# 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... | nghiant2710/base-images | balena-base-images/golang/orange-pi-one/fedora/30/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,105 |
# AUTOGENERATED FILE
FROM balenalib/artik10-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/artik10/debian/sid/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,082 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-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... | nghiant2710/base-images | balena-base-images/node/photon-nano/fedora/34/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,748 |
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get -y install rsync python-pip python-dev build-essential git apache2 vim cron
ADD rsync.sh /bin/rsync.sh
ADD start.sh /bin/start.sh
RUN chmod 777 /bin/rsync.sh
RUN chmod 777 /bin/start.sh
# Add crontab file in the cron directory
ADD crontab /etc/cron.d/rsync-cron
# G... | guyadams/cygwin-mirror | Dockerfile | Dockerfile | apache-2.0 | 490 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-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 M... | resin-io-library/base-images | balena-base-images/python/colibri-imx6dl/alpine/3.14/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-ubuntu:eoan-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.... | nghiant2710/base-images | balena-base-images/node/odroid-xu4/ubuntu/eoan/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-debian:bullseye-build
ENV GO_VERSION 1.16.3
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 "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VER... | nghiant2710/base-images | balena-base-images/golang/var-som-mx6/debian/bullseye/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-debian:jessie-build
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
... | nghiant2710/base-images | balena-base-images/node/raspberry-pi/debian/jessie/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,814 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:bullseye-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch ... | nghiant2710/base-images | balena-base-images/node/parallella-hdmi-resin/debian/bullseye/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi-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 McVi... | nghiant2710/base-images | balena-base-images/python/raspberrypi/alpine/3.11/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-debian:jessie-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f4e96bbcd5d2d1942f5b55d9e4ab19564da4fad192012f6d7b0b9b055ba4208f go$GO_VERSION.linux-arm64.tar... | nghiant2710/base-images | balena-base-images/golang/jetson-nano-emmc/debian/jessie/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,005 |
FROM debian:stretch-slim
RUN apt-get update && \
apt-get -y install bash procps openssl iproute2 curl jq libsnappy-dev net-tools && \
rm -rf /var/lib/apt/lists/* && \
addgroup --gid 10000 vernemq && \
adduser --uid 10000 --system --ingroup vernemq --home /vernemq --disabled-password vernemq
WORKDIR /v... | erlio/docker-vernemq | Dockerfile | Dockerfile | apache-2.0 | 1,590 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-ubuntu:disco-build
ENV GO_VERSION 1.15.6
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 "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_VERS... | nghiant2710/base-images | balena-base-images/golang/hummingboard2/ubuntu/disco/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,029 |
# AUTOGENERATED FILE
FROM balenalib/artik5-debian:sid-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key ... | resin-io-library/base-images | balena-base-images/python/artik5/debian/sid/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,844 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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: pu... | nghiant2710/base-images | balena-base-images/python/via-vab820-quad/debian/sid/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,856 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-alpine:3.11-run
ENV NODE_VERSION 15.7.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 \
6A010C5166006599AA1... | nghiant2710/base-images | balena-base-images/node/cubox-i/alpine/3.11/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,020 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-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 Dockerfi... | resin-io-library/base-images | balena-base-images/openjdk/orange-pi-lite/fedora/36/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,320 |
# Asterisk with Lua support
#
# VERSION 0.0.2
#
# Contain
# - Asterisk 13
# - Lua 5.1
# - LuaRocks
# - mongodb driver & luamongo
# - g729
FROM ubuntu:14.04.4
MAINTAINER Sergey Dmitriev <serge.dmitriev@gmail.com>
## update ubuntu & install reqs
RUN apt-get check && \
apt-get update && \
apt-get instal... | antirek/docker-asterisk-lua | asterisk13/Dockerfile | Dockerfile | mit | 19,344 |
FROM mysql:5.7.10
ENV MYSQL_ROOT_PASSWORD=rootPassword
ENV MYSQL_USER=testUser
ENV MYSQL_PASSWORD=password | DmitryEfimenko/docker-cmd-js | src/spec/mysql/Dockerfile | Dockerfile | mit | 107 |
# AUTOGENERATED FILE
FROM balenalib/amd64-alpine:edge-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 "$(d... | nghiant2710/base-images | balena-base-images/openjdk/amd64/alpine/edge/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,765 |
#
# Docker file to build a Bro image pre loeaded with Bro and Bro-Kafka plugin.
# This is used in the Bro/Logisland tutorial: Indexing Bro events.
#
FROM ubuntu:16.04
MAINTAINER Hurence version: 0.1
# Update apt sources
RUN apt-get update
USER root
#
# Define where things will be installed
#
# Base dir for work is... | Hurence/log-island | logisland-docker/bro/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
FROM linuxkit/alpine:cba395fbc278daee841106801aba1e1bd7e0f2f7
RUN \
apk update && apk upgrade && \
apk add --no-cache \
dosfstools \
libarchive-tools \
sfdisk \
syslinux \
&& true
COPY . .
ENTRYPOINT [ "/make-bios" ]
| thebsdbox/linuxkit | tools/mkimage-raw-bios/Dockerfile | Dockerfile | apache-2.0 | 234 |
FROM balenalib/armv7hf-ubuntu:bionic-run
LABEL io.balena.device-type="beaglebone"
RUN echo "deb [arch=armhf] http://repos.rcn-ee.net/ubuntu/ bionic main" >> /etc/apt/sources.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-key D284E608A4C46402
RUN apt-get update && apt-get install -y --no-install-recomme... | nghiant2710/base-images | balena-base-images/device-base/beaglebone/ubuntu/bionic/run/Dockerfile | Dockerfile | apache-2.0 | 1,265 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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 s... | nghiant2710/base-images | balena-base-images/openjdk/solidrun-imx6/ubuntu/bionic/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,107 |
# Dockerfile used solely for building sidecar in Linux
FROM ubuntu:14.04
RUN apt-get update -y
RUN apt-get install -q -y libzmq3-dev pkg-config
RUN apt-get install -q -y nodejs-legacy npm
RUN npm install -g node-gyp
ADD . /srv/sidecar
WORKDIR /srv/sidecar
RUN npm run build
RUN npm install -g electron-packager
RUN e... | nteract/jupyter-sidecar | Dockerfile | Dockerfile | bsd-3-clause | 393 |
FROM alpine:3.3
MAINTAINER Goffert van Gool "goffert@phusion.nl"
RUN mkdir /mech
RUN apk add --no-cache --virtual .docker tar curl ca-certificates \
&& curl https://get.docker.com/builds/Linux/x86_64/docker-latest.tgz | tar -xz docker/docker --strip-components=1 \
&& mv docker /usr/bin/docker \
&& curl https://get... | ruphin/mech | Dockerfile | Dockerfile | mit | 927 |
# Not Ubuntu or python. Saves lots of image size and decreases attack surface.
FROM alpine
# This is where the app is going to live.
WORKDIR /app
# Expose the service API endpoint.
EXPOSE 8000
ENV APP sms_auth_service
# We're not going to be root.
RUN mkdir -p /app/$APP \
&& touch /app/$APP/__init__.py
# Don't co... | flowroute/sms-verification | Dockerfile | Dockerfile | mit | 1,555 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM debian:buster-slim
# prevent Debian's PHP packages from being installed
# https://github.com/docker-library/php/pull/542
RUN set -eux; \
{ \
echo 'Package: php*'; \
echo 'Pin: release *'; \
echo 'Pin-Prio... | docker-library/php | 7.3/buster/fpm/Dockerfile | Dockerfile | mit | 8,732 |
FROM ubuntu:12.04
MAINTAINER Oliver Letterer <oliver.letterer@sparrow-labs.de>
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y wget make build-essential && apt-get clean
# RUN groupadd -r redis && useradd -r -g redis redis
ENV REDIS_VERSION 2.8.17
RUN mkdir -p /usr/src/redis && \
wget http://dow... | Sparrow-Labs/redis-docker | 2.8.17/Dockerfile | Dockerfile | mit | 789 |
FROM golang
RUN apt-get install -y git
RUN go get github.com/czerwonk/udp-mirror
ENTRYPOINT [ "udp-mirror", "-receivers" ]
EXPOSE 9999
| czerwonk/udp-mirror | Dockerfile | Dockerfile | mit | 138 |
# GENERATED FROM Dockerfile.template-curl
FROM vicamo/debian:stretch-s390x
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
netbase \
wget \
&& rm -rf /var/lib/apt/lists/*
RUN set -ex; \
if ! command -v gpg > /dev/null; then \
apt-get update; \
apt-get insta... | vicamo/docker-buildpack-deps | stretch/s390x/curl/Dockerfile | Dockerfile | mit | 419 |
FROM ruby:3.0-alpine
MAINTAINER Florian Dejonckheere <florian@floriandejonckheere.be>
LABEL org.opencontainers.image.source https://github.com/floriandejonckheere/headbanger
ENV RUNTIME_DEPS postgresql openssh
ENV BUILD_DEPS build-base curl-dev git postgresql-dev graphviz ttf-freefont
ENV LC_ALL en_US.UTF-8
ENV LANG... | floriandejonckheere/headbanger | Dockerfile | Dockerfile | mit | 938 |
FROM php:5.6-fpm
# Get repository and install wget and vim
RUN apt-get update && apt-get install --no-install-recommends -y \
wget \
vim \
git \
unzip
# Add PostgreSQL repository
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main" > /etc/apt/sources.list.d/pgdg.lis... | merorafael/docker-php-fpm | 5.6/Dockerfile | Dockerfile | mit | 3,086 |
FROM nginx
MAINTAINER Benoit TRAVERS <benoit.travers.fr@gmail.com>
COPY misc/nginx.conf /etc/nginx/conf.d/default.conf
COPY build /usr/share/nginx/html/
| ArchersDeLaBretagneRomantique/ui | docker/Dockerfile | Dockerfile | mit | 154 |
# Source: http://frippery.org/busybox/
# This Dockerfile builds a (32-bit) busybox images which is suitable for
# running many of the integration-cli tests for Docker against a Windows
# daemon. It will not run on nanoserver as that is 64-bit only.
#
# John Howard (IRC jhowardmsft, Email john.howard@microsoft.com)
#
# ... | jhowardmsft/busybox | Dockerfile | Dockerfile | mit | 701 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-r2c-debian:bookworm-build
ENV NODE_VERSION 12.22.9
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/nanopi-r2c/debian/bookworm/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,781 |
FROM debian:8
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -yq install \
npm git
RUN cd /usr/bin && ln -s nodejs node
RUN cd / && git clone https://github.com/ga4gh/dwg-website.git
RUN cd /dwg-website && npm install
RUN cd /dwg-website && npm install bower && node_modules/bower/bin/bower ... | ga4gh/dwg-website | Dockerfile | Dockerfile | apache-2.0 | 502 |
FROM balenalib/aarch64-ubuntu:impish-build
LABEL io.balena.device-type="nitrogen8mm"
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 ] && mk... | resin-io-library/base-images | balena-base-images/device-base/nitrogen8mm/ubuntu/impish/build/Dockerfile | Dockerfile | apache-2.0 | 1,094 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-debian:stretch-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/raspberrypi4-64/debian/stretch/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,784 |
FROM golang:1.7.5
MAINTAINER wang-x@neunn.com
RUN mkdir -p /go/src/github.com/compassorg/mongodb-service-broker/
COPY . /go/src/github.com/compassorg/mongodb-service-broker/
WORKDIR /go/src/github.com/compassorg/mongodb-service-broker/
RUN cp -r /go/src/github.com/compassorg/mongodb-service-broker/vendor/* /go/src/... | NEUNN/dockersource | mongodb-service-broker/Dockerfile | Dockerfile | apache-2.0 | 549 |
FROM balenalib/armv7hf-alpine:3.14-run
LABEL io.balena.device-type="parallella"
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 Docker image (Fo... | resin-io-library/base-images | balena-base-images/device-base/parallella/alpine/3.14/run/Dockerfile | Dockerfile | apache-2.0 | 1,015 |
FROM vigour/redis-base:latest
ENV DEBIAN_FRONTEND noninteractive
##///*******************************************************/
## set redis default to bind to all nic's.
RUN sed -i 's/^\(bind .*\)$/# \1/' /etc/redis/redis.conf
#change ports as needed from 6379 to ...
#RUN sed -i "s/port 6379/port 6380/" /etc/redis/redi... | roaet/quark | infrastructure/docker/redis-slave/Dockerfile | Dockerfile | apache-2.0 | 1,488 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-debian:jessie-run
ENV NODE_VERSION 14.16.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/jetson-nano/debian/jessie/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,939 |
# AUTOGENERATED FILE
FROM balenalib/artik530-alpine:3.10-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add -... | nghiant2710/base-images | balena-base-images/python/artik530/alpine/3.10/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-alpine:3.14-run
ENV Logging__Console__FormatterName=Json
RUN apk add --no-cache \
ca-certificates \
\
# .NET Core dependencies
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libstdc++ \
icu-libs \
... | resin-io-library/base-images | balena-base-images/dotnet/nitrogen6xq2g/alpine/3.14/6.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,089 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-debian:buster-build
ENV NODE_VERSION 15.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" || \
... | nghiant2710/base-images | balena-base-images/node/hummingboard/debian/buster/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# AUTOGENERATED FILE
FROM balenalib/up-core-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 'dirname ... | nghiant2710/base-images | balena-base-images/openjdk/up-core/alpine/3.11/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,775 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-alpine:edge-run
ENV NODE_VERSION 15.7.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 \
6A010C516600659... | nghiant2710/base-images | balena-base-images/node/jetson-nano/alpine/edge/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-ubuntu:xenial-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: p... | resin-io-library/base-images | balena-base-images/python/orange-pi-one/ubuntu/xenial/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.