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/imx8mm-var-dart-ubuntu:bionic-run
ENV GO_VERSION 1.16.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& ... | resin-io-library/base-images | balena-base-images/golang/imx8mm-var-dart/ubuntu/bionic/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,332 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-ubuntu:xenial-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | resin-io-library/base-images | balena-base-images/node/blackboard-tx2/ubuntu/xenial/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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 "vir... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-wifi/fedora/34/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,443 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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 "$... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit/debian/stretch/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,796 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-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 d... | resin-io-library/base-images | balena-base-images/python/revpi-connect/debian/stretch/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-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 63C7... | resin-io-library/base-images | balena-base-images/python/asus-tinker-edge-t/debian/bullseye/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,866 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-debian:sid-build
ENV GO_VERSION 1.15.8
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 "bde22202576c3920ff5646fb1d19877cedc19501939d6ccd7b16ff89071abd0a go$GO_VERSION.linu... | nghiant2710/base-images | balena-base-images/golang/cubox-i/debian/sid/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,019 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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/jetson-tx1/debian/sid/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,849 |
# AUTOGENERATED FILE
FROM balenalib/edge-alpine:3.11-build
ENV GO_VERSION 1.15.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 ] && echo '... | nghiant2710/base-images | balena-base-images/golang/edge/alpine/3.11/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-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/hummingboard/debian/bookworm/6.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,915 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-alpine:3.13-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do ... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/alpine/3.13/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,956 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:xenial-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 \
' \
&& apt-ge... | nghiant2710/base-images | balena-base-images/golang/odroid-u3+/ubuntu/xenial/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,354 |
FROM alpine:3.11
RUN apk --update add \
ca-certificates \
bash \
jq \
nodejs \
nodejs-npm \
git \
openssh
RUN npm install -g semver
# can't `git pull` unless we set these
RUN git config --global user.email "git@localhost" && \
git config --global user.name "git"
ADD assets/ /opt/resource/
RUN chmo... | laurentverbruggen/concourse-git-semver-tag-resource | Dockerfile | Dockerfile | apache-2.0 | 341 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-alpine:3.13-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
... | resin-io-library/base-images | balena-base-images/node/imx6ul-var-dart/alpine/3.13/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,956 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-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 "virtual... | resin-io-library/base-images | balena-base-images/python/imx6ul-var-dart/fedora/36/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,442 |
FROM frolvlad/alpine-oraclejdk8
VOLUME /tmp
ADD builds.jar app.jar
RUN touch /app.jar
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
| georglundesgaard/simply-ci | builds/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 166 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-debian:buster-run
ENV NODE_VERSION 12.22.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 --keys... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/debian/buster/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-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 ... | nghiant2710/base-images | balena-base-images/python/generic-armv7ahf/ubuntu/focal/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,073 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-debian:stretch-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/coral-dev/debian/stretch/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,939 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-debian:sid-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keys... | nghiant2710/base-images | balena-base-images/node/aio-3288c/debian/sid/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,935 |
# AUTOGENERATED FILE
FROM balenalib/nuc-ubuntu:eoan-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.com --recv-... | nghiant2710/base-images | balena-base-images/node/nuc/ubuntu/eoan/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,910 |
FROM manimaul/xio:running-jdk8
ADD ./build/install/int-test-proxy-server /
ADD ./docker-app.conf /etc/int-test-proxy/proxy.conf
ENV JAVA_OPTS="-DDEBUG"
RUN apt-get install -y curl
CMD ["int-test-proxy-server", "proxy", "/etc/int-test-proxy/proxy.conf", "xio.h2ReverseProxy"]
| xjdr/xio | int-test-proxy-server/Dockerfile | Dockerfile | apache-2.0 | 275 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-alpine:3.12-build
ENV GO_VERSION 1.16
# 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/beaglebone-pocket/alpine/3.12/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,340 |
FROM ubuntu:14.10
MAINTAINER notyycn <notyycn@gmail.com>
RUN sudo apt-get -qq update
RUN sudo apt-get install -qq -y openjdk-8-jre-headless
RUN sudo apt-get -qq clean
| notyy/myDockerBuildfiles | ubuntu_jdk8/Dockerfile | Dockerfile | apache-2.0 | 167 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-alpine:3.14-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/beaglebone/alpine/3.14/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,755 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-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/jetson-xavier/debian/bullseye/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,533 |
from saltstack/arch-minimal
MAINTAINER SaltStack, Inc.
# Update System
RUN pacman -Syyu --noconfirm
RUN pacman -Sy --noconfirm --needed base-devel
# Required Testing Libraries
RUN pacman -Sy --noconfirm \
git \
mercurial \
mysql-python \
openssh \
python2-mock \
python2-pip \
python2-setuptools \
py... | saltstack/docker-containers | testing/arch/Dockerfile | Dockerfile | apache-2.0 | 984 |
FROM debian:jessie
MAINTAINER Guillaume Cavana <guillaume.cavana@gmail.com>
VOLUME /var/www/hogosha
| eljam/irongate | docker/code/Dockerfile | Dockerfile | mit | 102 |
FROM matriphe/alpine-php:fpm-5.6
MAINTAINER Kukua Team <dev@kukua.cc>
ENV TIMEZONE Europe/Amsterdam
RUN apk add --update tzdata && \
cp /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && \
echo "${TIMEZONE}" > /etc/timezone && \
sed -i -e "s/user\s*=\s*nobody/user = 1000/g" /etc/php5/php-fpm.conf && \
sed -i -e "s/... | kukua/farmer-weather-analytics | Dockerfile | Dockerfile | mit | 638 |
# AUTOGENERATED FILE
FROM balenalib/nebra-hnt-debian:buster-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 sa... | nghiant2710/base-images | balena-base-images/openjdk/nebra-hnt/debian/buster/11-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,731 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="maffilter" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="maffilter" \
about.summary="process genome alignment in the Multiple Alignment Fo... | BioDocker/containers | maffilter/1.3.1dfsg-1b1-deb/Dockerfile | Dockerfile | apache-2.0 | 910 |
FROM balenalib/amd64-debian:stretch-run
LABEL io.balena.device-type="up-squared"
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/*
# MRAA
ENV MRAA_COMMIT 967585c9ea0e1a881... | nghiant2710/base-images | balena-base-images/device-base/up-squared/debian/stretch/run/Dockerfile | Dockerfile | apache-2.0 | 2,875 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="hmmer" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="hmmer" \
about.summary="profile hidden Markov models for protein sequence analysis" \... | BioDocker/containers | hmmer/3.2.1dfsg-1-deb/Dockerfile | Dockerfile | apache-2.0 | 1,391 |
# hive_join
# VERSION : 0.1
FROM zetdata/cdh:4
# MAINTAINER Your_name, Your_email_address
RUN apt-get install -y libsasl2-dev python-dev
RUN pip install pyhs2
RUN apt-get install -y hive
ADD spec.json /home/run/
ADD main.py /home/run/
ADD specparser.py /home/run/
ADD main.hql /home/run/
ADD resources /home/run/reso... | DataCanvasIO/example-modules | modules/modeling/CDH4/hive_atomics/hive_join/Dockerfile | Dockerfile | bsd-3-clause | 327 |
FROM esaipnet/api-node.js-base:1.0
ADD package.json /tmp/package.json
RUN cd /tmp && npm install
RUN mkdir -p /opt/app && cp -a /tmp/node_modules /opt/app/
WORKDIR /opt/app
ADD . /opt/app
ENV MONGO_URL_PORT "13.95.14.230:27017"
ENV MONGO_DATABASE quiz
EXPOSE 80
CMD ["node", "serveur.js"]
| arry61/quiz | backend/api-node.js/Dockerfile | Dockerfile | mit | 293 |
FROM erlang:18.3.4.8
ADD ./ /chicagoboss
WORKDIR /chicagoboss
RUN rebar get-deps
RUN rebar compile
CMD erl -pa ebin deps/*/ebin +sbwt very_long +swt very_low -config boss -s boss -sname chicagoboss -noshell
| stefanocasazza/FrameworkBenchmarks | frameworks/Erlang/chicagoboss/chicagoboss.dockerfile | Dockerfile | bsd-3-clause | 210 |
FROM centos:6.9
RUN yum install -y git \
tar \
wget \
make \
autoconf \
curl-devel \
unzip \
automake \
libtool \
glibc-static.i686 \
... | scheib/chromium | third_party/protobuf/protoc-artifacts/Dockerfile | Dockerfile | bsd-3-clause | 2,156 |
FROM dockerfile/nodejs
MAINTAINER Matthias Luebken, matthias@catalyst-zero.com
WORKDIR /home/mean
# Install Mean.JS Prerequisites
RUN npm install -g grunt-cli
RUN npm install -g bower
# Install Mean.JS packages
ADD package.json /home/mean/package.json
RUN npm install
# Manually trigger bower. Why doesnt this work ... | MediaYouCanFeel/Azzenda | meanjs-mean-9f9f450/Dockerfile | Dockerfile | mit | 670 |
#+++++++++++++++++++++++++++++++++++++++
# Dockerfile for webdevops/bootstrap:debian-7
# -- automatically generated --
#+++++++++++++++++++++++++++++++++++++++
# Staged baselayout builder
FROM webdevops/toolbox AS baselayout
RUN mkdir -p \
/baselayout/sbin \
/baselayout/usr/local/bin \
# Basel... | webdevops/Dockerfile | docker/bootstrap/debian-7/Dockerfile | Dockerfile | mit | 2,103 |
FROM drupalci/web-base
MAINTAINER drupalci
##
# PHP 5.6.7
##
RUN echo "--enable-intl" >> /opt/phpenv/plugins/php-build/share/php-build/default_configure_options && \
echo "--enable-wddx" >> /opt/phpenv/plugins/php-build/share/php-build/default_configure_options && \
/opt/phpenv/plugins/php-build/install.... | paul-m/drupalci_testbot | containers/web/web-5.6/Dockerfile | Dockerfile | mit | 1,390 |
FROM hence/base:3.2-onbuild
MAINTAINER Clint Beacock <clint@therefore.ca>
ENV HENCE_APP_DIR=$HENCE_PREFIX/php \
HENCE_APP_NAME=php \
HENCE_APP_USER=hence \
HENCE_APP_VERSION=3.2
ENV HENCE_APP_VOL_PREFIX=/hence/$HENCE_APP_NAME \
PATH=$HENCE_APP_DIR/bin:$PATH
RUN apk --update add \
php-fpm \
ph... | hence-io/images | php/Dockerfile | Dockerfile | mit | 1,201 |
# Usage: ENTRYPOINT application "argument", "argument", ..
# Remember: arguments are optional. They can be provided by CMD
# or during the creation of a container.
ENTRYPOINT echo
CMD "Hello docker!"
ENTRYPOINT echo
MAINTAINER authors_name
RUN apt-get update
# Set multiple labels on one line
LABEL com.e... | lioshi/vscode-lioshi-theme | themes/sample code/code.dockerfile | Dockerfile | mit | 982 |
FROM laincloud/debian:stretch
ENV ICINGAWEB2_VERSION 2.5.1-1.stretch
RUN curl http://packages.icinga.com/icinga.key | apt-key add - && \
echo 'deb http://packages.icinga.com/debian icinga-stretch main' >/etc/apt/sources.list.d/icinga.list && \
apt-get update && \
apt-get install -qqy icingaweb2=$ICINGAWE... | laincloud/dockerfiles | icingaweb2/2.5.1/Dockerfile | Dockerfile | mit | 590 |
FROM busybox:ubuntu-14.04
MAINTAINER Nate Sweet <nathanjsweet@gmail.com>
RUN echo "nobody:x:1:1:nobody:/:/bin/sh" >> /etc/passwd
RUN echo "nobody:x:1:" >> /etc/group
USER nobody
EXPOSE 8080
CMD ["/bin/gohunservice", "-dictionaries=/go/src/gohunservice/dictionaries"]
COPY ./dictionaries /go/src/gohunservice/dicti... | nathanjsweet/gohunservice | build/Dockerfile | Dockerfile | mit | 384 |
FROM java:8
VOLUME /tmp
ADD akka-spring-command-0.1.0.jar app.jar
RUN bash -c 'touch /app.jar'
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
| fuse-mars/spring-akka-command | src/main/docker/Dockerfile | Dockerfile | mit | 175 |
FROM ubuntu:14.04
COPY vctl /vctl
COPY versionctl.html /versionctl.html
CMD ["./vctl"]
| srcclr/vctl | Dockerfile | Dockerfile | mit | 87 |
FROM nfnty/arch-mini:latest
MAINTAINER nfnty <docker@nfnty.se>
RUN ugid='880018' && \
groupadd --gid "${ugid}" postgres && \
useradd --uid "${ugid}" --gid "${ugid}" --shell /usr/bin/false postgres
ENV VERSION_POSTGRESQL='11.1-2' PGDATA='/var/lib/postgres/data'
RUN pacman --sync --noconfirm --refresh --sysupgr... | nfnty/dockerfiles | images/arch-postgresql/latest/Dockerfile | Dockerfile | mit | 661 |
FROM composer/composer
MAINTAINER agaleski <achim@achim-galeski.de>
RUN apt-get update
RUN \
apt-get install -y apt-utils && \
apt-get install -y \
libicu-dev \
sqlite3 \
libsqlite3-dev
RUN docker-php-ext-install intl
RUN docker-php-ext-install intl
RUN \
apt-get purge -y apt-utils && \
apt-... | agaleski/dc-lemp | services/composer/Dockerfile | Dockerfile | mit | 450 |
FROM kibana:6.5.4
LABEL maintainer="phithon <root@leavesongs.com>" | vulhub/vulhub | base/kibana/6.5.4/Dockerfile | Dockerfile | mit | 67 |
# AUTOGENERATED FILE
FROM balenalib/up-core-fedora:31-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! D... | nghiant2710/base-images | balena-base-images/openjdk/up-core/fedora/31/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,332 |
# AUTOGENERATED FILE
FROM balenalib/edge-debian:buster-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
l... | resin-io-library/base-images | balena-base-images/dotnet/edge/debian/buster/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,537 |
# AUTOGENERATED FILE
FROM balenalib/parallella-ubuntu:bionic-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/parallella/ubuntu/bionic/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | welikecloud/bigtop | docker/bigtop-puppet/fedora-25-aarch64/Dockerfile | Dockerfile | apache-2.0 | 904 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-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 python dep... | resin-io-library/base-images | balena-base-images/python/nitrogen6x/debian/bookworm/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,095 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-alpine:3.14-run
RUN apk add --no-cache \
ca-certificates \
\
# .NET Core dependencies
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libstdc++ \
icu-libs \
zlib
ENV \
# Configure web servers t... | resin-io-library/base-images | balena-base-images/dotnet/artik533s/alpine/3.14/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-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 a... | resin-io-library/base-images | balena-base-images/python/intel-edison/alpine/3.14/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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 depen... | resin-io-library/base-images | balena-base-images/python/odroid-c1/debian/stretch/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,092 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-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 McV... | resin-io-library/base-images | balena-base-images/python/apalis-imx6q/alpine/edge/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
FROM ubuntu:18.04 as builder
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
build-essential git gawk wget file unzip python libncurses5-dev \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /work
RUN git clone --branch "openwrt-19.07" https://git.openwrt.org/openwrt/openwrt.git . \
&... | wolandmaster/dijnet-dump | tests/openwrt-19.07/Dockerfile | Dockerfile | apache-2.0 | 1,510 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-debian:buster-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/jetson-xavier/debian/buster/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,784 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-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 depende... | resin-io-library/base-images | balena-base-images/python/nanopc-t4/ubuntu/focal/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,064 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-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/raspberry-pi/debian/stretch/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,810 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-alpine:3.14-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 ... | resin-io-library/base-images | balena-base-images/openjdk/qemux86/alpine/3.14/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,768 |
FROM balenalib/aarch64-ubuntu:focal-run
LABEL io.balena.device-type="raspberrypi0-2w-64"
RUN apt-get update && apt-get install -y --no-install-recommends \
less \
libraspberrypi-bin \
kmod \
nano \
net-tools \
ifupdown \
iputils-ping \
i2c-tools \
usbutils \
&& rm -rf /var/lib/apt/lists/*
RUN [ ! -... | resin-io-library/base-images | balena-base-images/device-base/raspberrypi0-2w-64/ubuntu/focal/run/Dockerfile | Dockerfile | apache-2.0 | 1,118 |
# AUTOGENERATED FILE
FROM balenalib/artik530-ubuntu:eoan-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.po... | nghiant2710/base-images | balena-base-images/node/artik530/ubuntu/eoan/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-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 63C7CC9... | nghiant2710/base-images | balena-base-images/python/asus-tinker-board/ubuntu/bionic/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-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", s... | nghiant2710/base-images | balena-base-images/python/jetson-tx2/fedora/33/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-fedora:33-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 --keyserver ha.pool.... | nghiant2710/base-images | balena-base-images/node/aarch64/fedora/33/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,750 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-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... | nghiant2710/base-images | balena-base-images/python/beagleboard-xm/alpine/edge/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,136 |
FROM alpine:3.4
MAINTAINER Eric Chiang <eric.chiang@coreos.com>
RUN apk add --update ca-certificates
COPY _output/bin/dex /usr/local/bin/dex
ENTRYPOINT ["/usr/local/bin/dex"]
CMD ["version"]
| cjyar/dex | Dockerfile | Dockerfile | apache-2.0 | 197 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-alpine:3.13-build
ENV GO_VERSION 1.14.14
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] &&... | nghiant2710/base-images | balena-base-images/golang/qemux86-64/alpine/3.13/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,346 |
# AUTOGENERATED FILE
FROM balenalib/edison-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: public k... | resin-io-library/base-images | balena-base-images/python/edison/ubuntu/bionic/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,826 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-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 ... | nghiant2710/base-images | balena-base-images/python/ts4900/debian/sid/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,845 |
FROM athenz-builder AS builder
FROM openjdk:8-jre-alpine
WORKDIR /opt/athenz/zts
COPY --from=builder /opt/athenz/zts .
ENV JAVA_OPTS=''
ENV CLASSPATH='lib/jars/*'
ENV USER_CLASSPATH='/usr/lib/jars/*'
ENV CONF_PATH='conf/zts_server'
# ENV for passwords
ENV ZTS_CERT_JDBC_PASSWORD=''
ENV ZTS_SSL_KEYSTORE_PASS=''
ENV ... | gurleen-gks/athenz | docker/zts/Dockerfile | Dockerfile | apache-2.0 | 1,300 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-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 pyt... | resin-io-library/base-images | balena-base-images/python/genericx86-64-ext/debian/bullseye/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,109 |
# AUTOGENERATED FILE
FROM balenalib/rpi-debian:bullseye-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public ke... | resin-io-library/base-images | balena-base-images/python/rpi/debian/bullseye/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,851 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-debian:bookworm-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/jetson-tx1/debian/bookworm/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,137 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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/solidrun-imx6/ubuntu/focal/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,559 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:cosmic-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_VERSIO... | nghiant2710/base-images | balena-base-images/golang/beaglebone/ubuntu/cosmic/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-alpine:3.10-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51660... | nghiant2710/base-images | balena-base-images/node/orangepi-plus2/alpine/3.10/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 3,029 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-debian:stretch-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO_VE... | nghiant2710/base-images | balena-base-images/golang/revpi-core-3/debian/stretch/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,034 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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 --ke... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board-s/ubuntu/cosmic/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,772 |
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install \
hostname \
rabbitmq-server && \
yum clean all && \
/usr/lib/rabbitmq/bin/rabbitmq-plugins enable rabbitmq_management
COPY rabbitmq.config rabbitmq-env.conf /etc/rabbitmq/... | brk3/kolla | docker/centos/binary/rabbitmq/Dockerfile | Dockerfile | apache-2.0 | 414 |
# AUTOGENERATED FILE
FROM balenalib/i386-nlp-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 depende... | nghiant2710/base-images | balena-base-images/python/i386-nlp/ubuntu/cosmic/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,085 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-ubuntu:disco-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C... | nghiant2710/base-images | balena-base-images/python/jetson-nano-2gb-devkit/ubuntu/disco/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,841 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-debian:sid-run
ENV NODE_VERSION 12.20.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 --keyser... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/debian/sid/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,939 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-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 "virtualenv", ... | nghiant2710/base-images | balena-base-images/python/coral-dev/fedora/33/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-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" || \... | nghiant2710/base-images | balena-base-images/node/orange-pi-lite/debian/buster/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,791 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-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 \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv",... | nghiant2710/base-images | balena-base-images/python/nitrogen6x/fedora/30/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-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 ... | resin-io-library/base-images | balena-base-images/openjdk/rockpi-4b-rk3399/alpine/3.13/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,765 |
FROM mongo:3-jessie
MAINTAINER WangXiaoMing <wxmclub@gmail.com>
ENV TZ="Asia/Shanghai" \
LANG="zh_CN.UTF-8"
RUN rm /etc/localtime \
&& ln -s /usr/share/zoneinfo/$TZ /etc/localtime \
&& echo $TZ > /etc/timezone | wxmclub/docker-images | mongo/3-jessie/Dockerfile | Dockerfile | apache-2.0 | 224 |
FROM ibmcom/websphere-liberty:kernel-java8-openj9-ubi
# Add my app and config
COPY --chown=1001:0 server.xml /config/
COPY --chown=1001:0 server.env /config/
# Default setting for the verbose option
ARG VERBOSE=true
# Optional functionality
ARG TLS=true
# trust certificates from well known CA's
ENV SEC_TLS_TRUSTDE... | WASdev/ci.docker | samples/security/Dockerfile | Dockerfile | apache-2.0 | 875 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-debian:bookworm-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-kr... | resin-io-library/base-images | balena-base-images/dotnet/generic-aarch64/debian/bookworm/6.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,182 |
# 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | GoogleCloudPlatform/cloud-logging-log-creator | Dockerfile | Dockerfile | apache-2.0 | 945 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-debian:sid-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_VE... | nghiant2710/base-images | balena-base-images/golang/beaglebone-pocket/debian/sid/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,029 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:33-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.... | nghiant2710/base-images | balena-base-images/node/surface-pro-6/fedora/33/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
FROM ubuntu:trusty
MAINTAINER Jonathan Rudenberg <jonathan@titanous.com>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update &&\
apt-get dist-upgrade -y &&\
apt-get -qy --fix-missing --force-yes install language-pack-en &&\
update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 &&\
d... | flynn-archive/flynn-postgres | Dockerfile | Dockerfile | bsd-3-clause | 1,051 |
# Asterisk with Lua support
#
# VERSION 0.0.2
#
# Contain
# - Asterisk 11
# - 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-astolua | asterisk11/Dockerfile | Dockerfile | mit | 18,043 |
FROM balenalib/armv7hf-alpine:3.12-run
LABEL io.balena.device-type="parallella-hdmi-resin"
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 Docke... | nghiant2710/base-images | balena-base-images/device-base/parallella-hdmi-resin/alpine/3.12/run/Dockerfile | Dockerfile | apache-2.0 | 1,026 |
FROM ubuntu:focal
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get -y install strace \
&& rm -rf /var/lib/apt/lists/*
ARG JENKINS_GROUPID
RUN groupadd \
-g ${JENKINS_GROUPID} \
-f \
jenkins
ARG JENKINS_USERID
RUN useradd \
--create-home \
--ui... | mpranj/libelektra | scripts/docker/ubuntu/focal/package.Dockerfile | Dockerfile | bsd-3-clause | 1,060 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.