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/orbitty-tx2-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/orbitty-tx2/debian/bullseye/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,134 |
FROM docker.elastic.co/kibana/kibana:5.6.2
COPY kibana.yml /usr/share/kibana/config/kibana.yml | martavoi/aspnetcore-docker-mssql-nginx-elk-sample | kibana/Dockerfile | Dockerfile | apache-2.0 | 95 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-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/aarch64/ubuntu/focal/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,060 |
FROM adoptopenjdk/openjdk8:alpine-slim
ADD wait-for-something.sh .
RUN addgroup tomcat && adduser -s /bin/false -G tomcat -h /opt/tomcat -D tomcat
RUN wget http://archive.apache.org/dist/tomcat/tomcat-9/v9.0.14/bin/apache-tomcat-9.0.14.tar.gz -O /tmp/tomcat.tar.gz
RUN cd /tmp && tar xvfz tomcat.tar.gz && cp -Rv /tmp/... | yvoswillens/flowable-engine | docker/all-in-one/Dockerfile | Dockerfile | apache-2.0 | 1,198 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-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 M... | nghiant2710/base-images | balena-base-images/python/orangepi-plus2/alpine/3.12/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,240 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-fedora:30-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_VERSION.lin... | nghiant2710/base-images | balena-base-images/golang/kitra520/fedora/30/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,022 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-alpine:3.14-build
ENV GO_VERSION 1.17.7
# 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 ... | resin-io-library/base-images | balena-base-images/golang/raspberrypi3-64/alpine/3.14/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-debian:bullseye-build
ENV Logging__Console__FormatterName=Json
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-k... | resin-io-library/base-images | balena-base-images/dotnet/bananapi-m1-plus/debian/bullseye/6.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,179 |
# AUTOGENERATED FILE
FROM balenalib/parallella-alpine:3.10-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/parallella/alpine/3.10/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-ubuntu:bionic-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 keys... | resin-io-library/base-images | balena-base-images/node/raspberrypicm4-ioboard/ubuntu/bionic/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
FROM busybox
CMD ["sh"]
| jinsenglin/concourse | Dockerfile | Dockerfile | apache-2.0 | 24 |
FROM arm64v8/debian:bullseye-slim
LABEL io.balena.architecture="aarch64"
LABEL io.balena.qemu.version="6.0.0+balena1-aarch64"
COPY qemu-aarch64-static /usr/bin
RUN apt-get update && apt-get install -y --no-install-recommends \
sudo \
ca-certificates \
findutils \
gnupg \
dirmngr \
inetutils-ping \
net... | resin-io-library/base-images | balena-base-images/aarch64/debian/bullseye/run/Dockerfile | Dockerfile | apache-2.0 | 3,541 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-fedora:34-run
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 --keyserver keys... | resin-io-library/base-images | balena-base-images/node/revpi-connect/fedora/34/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,750 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 ap... | nghiant2710/base-images | balena-base-images/python/raspberrypi4-64/alpine/3.11/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,135 |
# AUTOGENERATED FILE
FROM balenalib/parallella-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... | resin-io-library/base-images | balena-base-images/python/parallella/debian/stretch/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,093 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-ubuntu:cosmic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depen... | nghiant2710/base-images | balena-base-images/python/qemux86-64/ubuntu/cosmic/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,076 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-fedora:32-build
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/fedora/32/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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/artik530/debian/buster/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,522 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-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/odroid-u3+/ubuntu/focal/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,829 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-alpine:3.15-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... | resin-io-library/base-images | balena-base-images/openjdk/smarc-px30/alpine/3.15/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-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 McVittie... | nghiant2710/base-images | balena-base-images/python/armv7hf/alpine/3.10/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-ubuntu:eoan-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.... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board-s/ubuntu/eoan/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,921 |
FROM ubuntu:17.04
MAINTAINER Joe Rice <joericearchitect@gmail.com>
ENV JMETER_VERSION 3.3
ENV JMETER_HOME /usr/local/apache-jmeter-${JMETER_VERSION}
ENV JMETER_BIN $JMETER_HOME/bin
ENV SERVER_HOST_NAME 127.0.0.1
ENV CLIENT_RMI_PORT 1099
ENV SERVER_RMI_PORT 1099
ENV JRA_TEST_RUN_NAME default-jmeter-test-run
ENV JRA_TE... | joericearchitect/shared-infra | infra-modules/load-testing/docker/jmeter-server/Dockerfile | Dockerfile | apache-2.0 | 1,212 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-alpine:3.13-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/etcher-pro/alpine/3.13/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-alpine:3.12-run
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/cl-som-imx8/alpine/3.12/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,470 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-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 McV... | resin-io-library/base-images | balena-base-images/python/intel-edison/alpine/3.14/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-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/photon-nano/fedora/35/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,439 |
# AUTOGENERATED FILE
FROM balenalib/artik520-ubuntu:hirsute-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_VERSION... | resin-io-library/base-images | balena-base-images/golang/artik520/ubuntu/hirsute/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/photon-tx2-nx-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: pu... | resin-io-library/base-images | balena-base-images/python/photon-tx2-nx/ubuntu/focal/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-debian:bullseye-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some... | resin-io-library/base-images | balena-base-images/openjdk/qemux86-64/debian/bullseye/17-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,020 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-alpine:3.13-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add... | resin-io-library/base-images | balena-base-images/python/floyd-nano/alpine/3.13/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,126 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-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 \
python-pip \
python-dbus \
&& dnf clean all
# install "virtualenv", ... | nghiant2710/base-images | balena-base-images/python/jetson-xavier/fedora/32/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/artik520-debian:stretch-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/artik520/debian/stretch/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-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 "virtu... | resin-io-library/base-images | balena-base-images/python/generic-amd64-fde/fedora/35/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,459 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-debian:sid-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.gz"... | nghiant2710/base-images | balena-base-images/golang/ccimx8x-sbc-pro/debian/sid/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 1,998 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-ubuntu:xenial-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | resin-io-library/base-images | balena-base-images/node/colibri-imx6/ubuntu/xenial/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-ubuntu:cosmic-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.lin... | nghiant2710/base-images | balena-base-images/golang/jetson-xavier-nx-devkit-emmc/ubuntu/cosmic/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,017 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-debian:bullseye-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC... | nghiant2710/base-images | balena-base-images/python/beaglebone-black/debian/bullseye/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,865 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-alpine:3.12-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/qemux86-64/alpine/3.12/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,135 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-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/surface-pro-6/debian/bookworm/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,868 |
# ficherin dockerfile de ejemplo
# --> docker build -t nacho/imagen:1.0 .
# cada RUN es un commit, mucha tela, mejor agregar los comandos
FROM centos:7
#RUN apt-get update && apt-get install -y vim curl openjdk-7-jdk
#RUN apt-get install vim
#CMD ["ping", "127.0.0.1", "-c", "30"]
#ENTRYPOINT ["ping"] # después le pasa... | MrMjolnir/gatherinfo | Dockerfile | Dockerfile | apache-2.0 | 671 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/amd64/generate.sh"!
#
FROM ubuntu:trusty
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 pkg-config vim-common libsys... | duglin/docker | contrib/builder/deb/amd64/ubuntu-trusty/Dockerfile | Dockerfile | apache-2.0 | 636 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-alpine:3.14-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk ad... | resin-io-library/base-images | balena-base-images/python/vab820-quad/alpine/3.14/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,129 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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 --k... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board-s/debian/buster/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-alpine:3.11-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
g... | nghiant2710/base-images | balena-base-images/node/fincm3/alpine/3.11/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
#
# Base Alpine Linux image
#
FROM gliderlabs/alpine:3.4
MAINTAINER Bandsintown Devops Team "devops@bandsintown.com"
ENV S6_OVERLAY_VERSION=1.18.1.5 GODNSMASQ_VERSION=1.0.7 CONSUL_TEMPLATE_VERSION=0.19.4
# Install root filesystem
ADD ./rootfs /
# Install base packages
RUN apk update && apk upgrade && \
apk-inst... | bandsintown/docker-alpine | versions/3.4/Dockerfile | Dockerfile | bsd-2-clause | 1,357 |
FROM ruby:2.4
ADD ./h2o.conf ./
RUN apt update && apt install -yqq bison cmake libssl-dev make
ENV H2O_VERSION=2.3.0-beta1
ENV H2O_ARCHIVE="v${H2O_VERSION}.tar.gz"
ENV H2O_HOME=/h2o
RUN wget -q "https://github.com/h2o/h2o/archive/$H2O_ARCHIVE" && \
tar xf "$H2O_ARCHIVE" && \
cd "h2o-$H2O_VERSION" && \
c... | sxend/FrameworkBenchmarks | frameworks/Ruby/h2o_mruby/h2o_mruby.dockerfile | Dockerfile | bsd-3-clause | 565 |
FROM node:5.11
COPY . /src
WORKDIR /src
RUN npm install
RUN npm run demo
EXPOSE 3000
CMD ["node", "server"]
| MicheleBertoli/react-count-to | Dockerfile | Dockerfile | mit | 114 |
FROM balenalib/armv7hf-alpine:edge-build
LABEL io.balena.device-type="nitrogen6xq2g"
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 imag... | nghiant2710/base-images | balena-base-images/device-base/nitrogen6xq2g/alpine/edge/build/Dockerfile | Dockerfile | apache-2.0 | 1,022 |
FROM node:8
RUN apt-get update \
&& apt-get -y install apt-utils \
build-essential \
git-core \
curl libssl-dev \
libreadline-dev \
zlib1g zlib1g-dev \
libcurl4-openssl-dev \
libxslt-dev libxml2-dev \
locales \
apt-transport-ht... | kabisa/maji | dockerfiles/ci/Dockerfile | Dockerfile | mit | 1,714 |
# Docker file for Python workers.
#
# Designed to run heavy number crunching
#
FROM continuumio/miniconda
MAINTAINER Keiichiro Ono <kono@ucsd.edu>
RUN apt-get update && apt-get install -y build-essential
RUN conda update conda && conda install scipy numpy
RUN pip install hdsubnetfinder redis pyzmq pyaml ciworker==0... | idekerlab/ci-service-template | workers/python-worker/heat-diffusion/Dockerfile | Dockerfile | mit | 431 |
FROM stackbrew/ubuntu:13.10
RUN apt-get -y update
RUN apt-get install -y apt-utils
RUN apt-get install -y nodejs npm git
RUN ln -s /usr/bin/nodejs /usr/bin/node
RUN npm install -g bower coffee-script
RUN git clone https://github.com/xhochy/abookofmusic.git
RUN cd abookofmusic && bower --allow-root install
RUN cd abook... | xhochy/abookofmusic | Dockerfile | Dockerfile | mit | 419 |
FROM python:2.7.9
RUN mkdir src
WORKDIR /src
RUN pip install ipython pika pyecho
| projectweekend/Pika-Pack | Dockerfile | Dockerfile | mit | 81 |
FROM ubuntu:trusty
MAINTAINER Abe Voelker <abe@abevoelker.com>
RUN \
# Install build dependencies
apt-get update &&\
DEBIAN_FRONTEND=noninteractive apt-get install -y \
ruby wget build-essential &&\
# Install ruby-install
cd /tmp &&\
wget -O ruby-install-0.5.0.tar.gz https://github.com/postmodern/ruby-... | abevoelker/docker-ruby | rubies/ruby-1.9.1-p0/Dockerfile | Dockerfile | mit | 992 |
# Initialize Jena Fuseki container with preconfigured BEMOntology.
FROM stain/jena-fuseki:3.10.0
COPY models/RDF/ /bemserver/models/
COPY models/bemont.rules /fuseki/configuration/
COPY fuseki/bemserver_tdb.ttl /fuseki/configuration/
COPY fuseki/shiro.ini /fuseki/
| HIT2GAP-EU-PROJECT/HIT2GAPOnt | Dockerfile | Dockerfile | mit | 267 |
FROM debezium/connect-base:1.6
LABEL maintainer="Debezium Community"
ENV DEBEZIUM_VERSION="1.6.4.Final" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \
MONGODB_MD5=16d71e14ae61b0af135d630e62e89185 \
MYSQL_MD5=4e813897de3a941771eae012752267df... | debezium/docker-images | connect/1.6/Dockerfile | Dockerfile | mit | 1,322 |
FROM alpine
RUN apk add --no-cache --update \
groff \
python \
py2-pip
RUN pip install --upgrade pip
RUN pip install awscli
CMD aws
| tomadeb/W | infra/docker/awscli/Dockerfile | Dockerfile | mit | 145 |
# Go cross compiler (xgo): Go 1.3.0 layer
# Copyright (c) 2014 Péter Szilágyi / 2021 Christopher Franko. All rights reserved.
#
# Released under the MIT license.
FROM chrisfranko/xgo-base
MAINTAINER Christopher Franko <chrisjfranko@gmail.com>
# Configure the Go packages and bootstrap them
RUN \
export DIST_LINUX_6... | chrisfranko/xgo | docker/go-1.3.0/Dockerfile | Dockerfile | mit | 1,504 |
FROM snapcraft/ubuntu-base:armhf-16.04.1
MAINTAINER Rex Tsai "http://about.me/chihchun"
ENV SNAPCRAFT_VERSION=2.18.1
# qemu-user-static
ADD qemu-arm-static /usr/bin/qemu-arm-static
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list
RUN sed -i "/^# deb.*multiverse/ s/^# /... | chihchun/snapcraft-docker | xenial/armhf/2.18.1/Dockerfile | Dockerfile | mit | 1,648 |
FROM ruby:2.4
MAINTAINER Eric Fehr ricofehr@nextdeploy.io
LABEL description="NextDeploy cli command"
# prerequisites packages
RUN DEBIAN_FRONTEND=noninteractive apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y net-tools sudo
RUN echo "app ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers
# clean apt
RUN rm ... | ricofehr/nextdeploy-dockerfiles | ndeploy/Dockerfile | Dockerfile | mit | 1,190 |
# XBSV
# version 0.1
From android-ndk:r9d
Maintainer Jamey Hicks <jamey.hicks@qrclab.com>
VOLUME /scratch/Xilinx
ADD vivado-2014.1.tar.gz /scratch/Xilinx/Vivado
| cambridgehackers/dockerfile | vivado/Dockerfile | Dockerfile | mit | 162 |
# novosti/nodejs
FROM node:4.4.5
RUN mkdir /workdir
WORKDIR /workdir
| sergeysynergy/graph | nodejs/Dockerfile | Dockerfile | mit | 72 |
FROM slok/ragnarok_base:latest
USER root
ENV PROTOBUF_VERSION=3.1.0
ENV GOOGLEPROTO_PATH=/usr/local/lib/proto
RUN set -eux && \
apk add --update \
g++ \
curl \
protobuf==${PROTOBUF_VERSION}-r1
# Install google proto files
RUN curl -L https://github.com/google/protobuf/releases/download/v$... | slok/ragnarok | environment/dev/Dockerfile | Dockerfile | apache-2.0 | 834 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-debian:bullseye-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" |... | nghiant2710/base-images | balena-base-images/node/generic-aarch64/debian/bullseye/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,792 |
FROM ubuntu:vivid
MAINTAINER Angus Lees <gus@inodes.org>
RUN adduser --disabled-login --gecos 'Generic unprivileged user' user
RUN apt-get -qq update
RUN apt-get -qqy upgrade
RUN apt-get -qqy --no-install-recommends install python-dev python-pip git
# Fetch as much as we can from apt
RUN apt-get -qqy --no-install-r... | anguslees/kube-openstack | docker/swift/Dockerfile | Dockerfile | apache-2.0 | 2,119 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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 McVitt... | resin-io-library/base-images | balena-base-images/python/odroid-c1/alpine/3.14/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-alpine:3.13-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 \
6A010C5166006599... | nghiant2710/base-images | balena-base-images/node/nanopc-t4/alpine/3.13/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
FROM gliderlabs/alpine:3.1
RUN apk --update add nginx bash curl
ADD nginx.conf /etc/nginx/nginx.conf
ADD make-ca-cert.sh /
ADD start-nginx /
EXPOSE 443
CMD ["/start-nginx"]
| bakins/k8s-nginx | Dockerfile | Dockerfile | apache-2.0 | 173 |
FROM jfactory/javascript-slave
USER root
RUN apt-get update && apt-get install -y chromium && rm -rf /var/lib/apt/lists/*
USER jenkins
| atteo/jfactory | images/javascript-chromium-slave/Dockerfile | Dockerfile | apache-2.0 | 138 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-fedora:30-run
ENV GO_VERSION 1.16
# 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 "5d2... | nghiant2710/base-images | balena-base-images/golang/npe-x500-m3/fedora/30/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,097 |
# syntax=docker/dockerfile:labs
ARG PHP_VERSION=8.1.0
FROM --platform=$TARGETPLATFORM php:${PHP_VERSION}-fpm-alpine as php
LABEL maintainer="khs1994-docker/lnmp <khs1994@khs1994.com>"
ARG PHP_EXTENSION_EXTRA
ARG PECL_EXTENSION_EXTRA
ARG APK_EXTRA
ARG APK_DEV_EXTRA
ENV TZ=Asia/Shanghai \
APP_ENV=development
... | khs1994-docker/lnmp | dockerfile/php/8.1/fpm/Dockerfile | Dockerfile | apache-2.0 | 6,857 |
FROM fedora:23
USER root
RUN dnf -y update
# python 2
RUN dnf -y install python
RUN /usr/bin/python2 -m pip install pip --upgrade
RUN /usr/bin/python2 -m pip install virtualenv --upgrade
# python 3
RUN dnf -y install python3
RUN /usr/bin/python3 -m pip install pip --upgrade
RUN /usr/bin/python3 -m pip install virtu... | napalm255/docker_jenkins | Dockerfile | Dockerfile | apache-2.0 | 2,652 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-alpine:3.11-run
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/firefly-rk3288/alpine/3.11/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,473 |
FROM i386/alpine:3.5
LABEL io.resin.architecture="i386"
RUN apk add --update \
bash \
ca-certificates \
dbus \
findutils \
openrc \
tar \
udev \
tini \
&& rm -rf /var/cache/apk/*
COPY resin-xbuild /usr/bin/
RUN ln -s resin-xbuild /usr/bin/cross-build-start \
&& ln -s resin-xbuild /usr/bin/cross-bu... | resin-io-playground/base-img-generator | dist/i386-alpine/3.5/Dockerfile | Dockerfile | apache-2.0 | 866 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-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: publi... | resin-io-library/base-images | balena-base-images/python/kitra710/debian/stretch/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVit... | resin-io-library/base-images | balena-base-images/python/odroid-ux3/alpine/edge/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-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: ... | nghiant2710/base-images | balena-base-images/python/raspberrypi3-64/ubuntu/focal/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
FROM php:7.1-fpm
# Set consistent timezone
ENV CONTAINER_TIMEZONE="UTC"
RUN rm -f /etc/localtime \
&& ln -s /usr/share/zoneinfo/${CONTAINER_TIMEZONE} /etc/localtime
# Worker name and index (TODO: where to set this?)
ENV WORKER_NAME="send-emails" \
WORKER_INDEX="1"
# Install prerequisite OS packages
RUN apt-g... | jzaccone/nginx-php-container-cluster | scripts/docker/php-cli/Dockerfile | Dockerfile | apache-2.0 | 1,719 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-ubuntu:cosmic-run
ENV NODE_VERSION 15.6.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.... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/ubuntu/cosmic/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,923 |
# AUTOGENERATED FILE
FROM balenalib/ZE250-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 dependenci... | nghiant2710/base-images | balena-base-images/python/ZE250/ubuntu/bionic/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,080 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-alpine:3.12-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN ap... | nghiant2710/base-images | balena-base-images/python/raspberrypi4-64/alpine/3.12/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,135 |
# AUTOGENERATED FILE
FROM balenalib/i386-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 McVittie <s... | resin-io-library/base-images | balena-base-images/python/i386/alpine/3.14/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# AUTOGENERATED FILE
FROM balenalib/nuc-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 dependencies... | resin-io-library/base-images | balena-base-images/python/nuc/ubuntu/bionic/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-ubuntu:bionic-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 keyse... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/ubuntu/bionic/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,929 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-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 de... | resin-io-library/base-images | balena-base-images/python/hummingboard2/ubuntu/bionic/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,070 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-fedora:33-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "8a8e06b02a5e7339675cbbad9eb46a0db2cab7da21306de7c3a60d37a6a96022 g... | resin-io-library/base-images | balena-base-images/golang/beaglebone-green-gateway/fedora/33/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,038 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-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 \
libicu63 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/orange-pi-one/debian/bullseye/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,946 |
FROM java:8-jre
MAINTAINER Gabe Conradi <gabe@tumblr.com>
# Solr cores should be stored in a volume, so we arent writing stuff to our rootfs
VOLUME /opt/collins/conf/solr/cores/collins/data
COPY . /build/collins
RUN apt-get update && \
apt-get install --no-install-recommends -y openjdk-8-jdk zip unzip && \
rm... | discordianfish/collins | Dockerfile | Dockerfile | apache-2.0 | 1,801 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:xenial-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserv... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/ubuntu/xenial/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-alpine:3.13-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk ad... | nghiant2710/base-images | balena-base-images/python/cl-som-imx8/alpine/3.13/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,575 |
# AUTOGENERATED FILE
FROM balenalib/edge-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 --no-... | resin-io-library/base-images | balena-base-images/python/edge/alpine/edge/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,129 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-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/up-core-plus/fedora/34/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 2,450 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-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/kitra520/ubuntu/focal/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,554 |
FROM ubuntu:trusty
MAINTAINER George Lewis <schvin@schvin.net>
RUN apt-get update --fix-missing
RUN apt-get install -y python-pip
RUN pip install --upgrade httpie
RUN groupadd httpie
RUN useradd httpie -g httpie -d /home/httpie
RUN mkdir /home/httpie
RUN chown -R httpie:httpie /home/httpie
ENV HOME /home/httpie
USER... | cglewis/bowl | bowl/containers/.default/services/ubuntu/trusty/tools/dockerfiles/httpie/Dockerfile | Dockerfile | apache-2.0 | 400 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-ubuntu:bionic-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/coral-dev/ubuntu/bionic/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:cosmic-run
ENV NODE_VERSION 12.21.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/odroid-u3+/ubuntu/cosmic/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/artik520-fedora:33-run
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 --keyserver keyserver... | resin-io-library/base-images | balena-base-images/node/artik520/fedora/33/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,745 |
FROM committed/java
MAINTAINER Committed Software <docker@committed.software>
# Install the Java JCE Policy
RUN curl -q -L -C - -b "oraclelicense=accept-securebackup-cookie" -o /tmp/jce_policy-8.zip -O http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip \
&& unzip -oj -d /usr/lib/jvm/java-8-oracle/jre/l... | commitd/docker-java-jce | Dockerfile | Dockerfile | apache-2.0 | 399 |
FROM nginx
COPY nginxconfig.io /etc/nginx/nginxconfig.io
COPY nginx.conf /etc/nginx/nginx.conf
COPY chibisafe.moe.conf /etc/nginx/conf.d/chibisafe.moe.conf
COPY ssl /etc/nginx/ssl
| WeebDev/lolisafe | docker/nginx/Dockerfile | Dockerfile | mit | 181 |
FROM scala
ENV DOCKER_VERSION 1.12.0
# Uncomment to fetch latest version of docker instead: RUN wget -qO- https://get.docker.com | sh
# Install docker client
RUN wget --no-verbose https://get.docker.com/builds/Linux/x86_64/docker-${DOCKER_VERSION}.tgz && \
tar --strip-components 1 -xvzf docker-${DOCKER_VERSION}.tgz -... | paulcastro/openwhisk | core/invoker/Dockerfile | Dockerfile | apache-2.0 | 703 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.