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/raspberrypi4-64-ubuntu:xenial-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.p... | resin-io-library/base-images | balena-base-images/node/raspberrypi4-64/ubuntu/xenial/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-ubuntu:cosmic-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For som... | nghiant2710/base-images | balena-base-images/openjdk/jetson-xavier/ubuntu/cosmic/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,100 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVi... | nghiant2710/base-images | balena-base-images/python/orbitty-tx2/alpine/3.13/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
FROM golang:latest
CMD ["go", "build"]
CMD ["./poker"]
| mikerjacobi/poker | server/Dockerfile | Dockerfile | apache-2.0 | 55 |
FROM golang:1.15.3
WORKDIR /
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git && \
git version
# install the entrypoint helper (finds the main.go)
COPY util util
WORKDIR util/entrypoint
RUN go install
WORKDIR /
COPY entrypoint.sh /
RUN chmod 755 entrypoint.sh
ENTRYPOINT ["bash", "/e... | micro/micro | service/runtime/cells/go/Dockerfile | Dockerfile | apache-2.0 | 335 |
FROM golang:alpine
ADD src/github.com/ciena/maas-flow src/github.com/ciena/maas-flow
ENV GO15VENDOREXPERIMENT 1
RUN go install github.com/ciena/maas-flow
ENTRYPOINT [ "./bin/maas-flow" ]
| davidkbainbridge/maas-flow | Dockerfile | Dockerfile | apache-2.0 | 191 |
# AUTOGENERATED FILE
FROM balenalib/up-core-alpine:3.12-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 \
6A010C5166006599AA... | nghiant2710/base-images | balena-base-images/node/up-core/alpine/3.12/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,029 |
FROM openshift/origin-release:golang-1.10
RUN yum install -y epel-release \
&& yum install -y python-devel python-pip gcc
RUN pip install -U setuptools && pip install molecule==2.20.0.0a2 jmespath openshift
RUN chmod g+rw /etc/passwd
| johnkim76/ansible-service-broker | build/custom-ci-build-root.Dockerfile | Dockerfile | apache-2.0 | 243 |
# AUTOGENERATED FILE
FROM balenalib/photon-tx2-nx-fedora:36-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "5e59056e36704acb25809bcdb27191f27593cb7aba4d716b523008135a1e764a go$GO_VERSION.linux-arm64.tar.gz" |... | resin-io-library/base-images | balena-base-images/golang/photon-tx2-nx/fedora/36/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 1,998 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-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/jn30b-nano/fedora/33/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,433 |
FROM centos:latest
MAINTAINER Port Direct <support@port.direct>
ENV OS_DISTRO="HarborOS" \
OPENSTACK_COMPONENT="mandracchio-assets" \
LC_ALL="en_US.UTF-8" \
container=docker
LABEL license="Apache-2.0" \
vendor="Port Direct" \
url="https://port.direct/" \
vcs-type="Git" \
vcs-url="h... | portdirect/harbor | docker/mandracchio/mandracchio-repo-assets/Dockerfile | Dockerfile | apache-2.0 | 1,009 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-debian:stretch-build
ENV GO_VERSION 1.15.11
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "f5253eb04ed6b92e49cb0cbc57a80b4777ce27c6590e05a5c91095870e8632a0 go$GO_VERS... | nghiant2710/base-images | balena-base-images/golang/odroid-ux3/debian/stretch/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-debian:bullseye-build
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" ||... | nghiant2710/base-images | balena-base-images/node/blackboard-tx2/debian/bullseye/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,791 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-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 ad... | nghiant2710/base-images | balena-base-images/python/apalis-imx6/alpine/3.10/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,131 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-debian:buster-run
ENV GO_VERSION 1.16.3
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt... | nghiant2710/base-images | balena-base-images/golang/orange-pi-one/debian/buster/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,357 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-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/nitrogen6x/debian/bullseye/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,527 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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 \
;... | nghiant2710/base-images | balena-base-images/node/firefly-rk3288/alpine/3.10/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-alpine:3.13-run
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/nitrogen8mm/alpine/3.13/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,470 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-alpine:3.14-build
ENV GO_VERSION 1.16.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... | resin-io-library/base-images | balena-base-images/golang/via-vab820-quad/alpine/3.14/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-debian:bullseye-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
liblttng-us... | nghiant2710/base-images | balena-base-images/dotnet/raspberrypi2/debian/bullseye/2.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,559 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-fedora:31-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", ... | nghiant2710/base-images | balena-base-images/python/cl-som-imx8/fedora/31/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,433 |
FROM ubuntu:20.04
ENV IROOT=/installs
ENV DEBIAN_FRONTEND noninteractive
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt update -yqq && apt-get install -y --reinstall ca-certificates
RUN apt-get update -y && apt-get install -y --no-install-recommends wget
RUN mkdir /usr/lo... | volyrique/FrameworkBenchmarks | frameworks/Julia/Http.jl/http-jl.dockerfile | Dockerfile | bsd-3-clause | 1,107 |
FROM alpine:3.7
RUN apk --no-cache add ca-certificates
COPY amplifier.alpine /usr/local/bin/amplifier
ENTRYPOINT [ "amplifier" ]
| appcelerator/amp | cmd/amplifier/Dockerfile | Dockerfile | apache-2.0 | 129 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-alpine:3.12-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 "$(... | nghiant2710/base-images | balena-base-images/openjdk/ts4900/alpine/3.12/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,755 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-alpine:3.12-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo '... | nghiant2710/base-images | balena-base-images/openjdk/imx8mm-var-dart/alpine/3.12/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,764 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-alpine:edge-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dir... | nghiant2710/base-images | balena-base-images/openjdk/colibri-imx6/alpine/edge/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,761 |
FROM fluxcapacitor/package-apache2:master
WORKDIR /root
RUN \
mv /var/www/html /var/www/html.orig
RUN \
mv /etc/apache2/apache2.conf /etc/apache2/apache2.conf.orig
# All paths (dirs, not files) up to and including /root must have +x permissions.
# It's just the way linux works. Don't fight it.
# http://asku... | BrentDorsey/pipeline | web.ml/sparkafterdark/Dockerfile | Dockerfile | apache-2.0 | 466 |
# Copyright 2015, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the f... | tengyifei/grpc | tools/dockerfile/stress_test/grpc_interop_stress_csharp/Dockerfile | Dockerfile | bsd-3-clause | 3,932 |
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV HOME /home/gcalcli
RUN apk --no-cache add \
python3 \
python3-dev \
build-base \
&& adduser -S gcalcli \
&& chown -R gcalcli $HOME \
&& pip3 install vobject parsedatetime gcalcli
WORKDIR $HOME
USER gcalcli
ENTRYPOINT [ "gcalcli" ]
| ricardorsierra/dockerfiles | gcalcli/Dockerfile | Dockerfile | mit | 316 |
FROM gliderlabs/alpine:3.3
MAINTAINER James DeFelice <james@mesosphere.com>
cmd []
entrypoint [ "/opt/example-scheduler", "-executor=/opt/example-executor", "-url=http://leader.mesos:5050/api/v1/scheduler" ]
workdir /opt
add example-scheduler ./
add example-executor ./
| vektorlab/mesos-cli | vendor/github.com/mesos/mesos-go/docker/Dockerfile | Dockerfile | mit | 272 |
FROM ubuntu:14.04
MAINTAINER Theo Julienne <theo@ninjablocks.com>
RUN apt-get update
RUN apt-get install -y software-properties-common
RUN add-apt-repository ppa:snappy-dev/beta
RUN apt-get update
RUN apt-get install -y snappy-tools bzr git build-essential ruby-dev
RUN gem install fpm
ADD scripts /scripts
ENTRYPOINT... | ninjasphere/ninja-dev-cli | docker-env/tools/Dockerfile | Dockerfile | mit | 340 |
#
# hunspell minimalistic Dockerfile
# @author Loreto Parisi (loretoparisi at gmail dot com)
# v1.0.0
#
# Copyright (c) 2017 Loreto Parisi - https://github.com/loretoparisi/docker
#
FROM ubuntu:16.04
MAINTAINER Loreto Parisi loretoparisi@gmail.com
# working directory
WORKDIR /root
# packages list
RUN \
apt-get upd... | loretoparisi/docker | hunspell/Dockerfile | Dockerfile | mit | 2,442 |
FROM docker-registry.ussc.ru/buildpack/uwsgi
MAINTAINER Yakov Zubarev "yzubarev@ussc.ru"
# --------------- add DATAPK GUI user ---------------
# папка в /home нужна для bower
RUN groupadd --system datapk && useradd --system -g datapk gui && mkdir /home/gui/ && chown gui:datapk /home/gui/
# --------------- install no... | avatar29A/microchat | dockerfiles/GUI/Dockerfile | Dockerfile | mit | 2,731 |
FROM docker:18.06 as stage-static-docker
FROM debian:stretch
LABEL maintainer "Mercari, Inc"
ARG GOLANG_VERSION=1.11.1
ARG GOLANG_DOWNLOAD_SHA256=2871270d8ff0c8c69f161aaae42f9f28739855ff5c5204752a8d92a1c9f63993
ARG CLOUD_SDK_VERSION=223.0.0
ENV GOPATH=/go \
PATH=/go/bin:/usr/local/go/bin:/usr/lib/google-cloud-sdk/bi... | mercari/docker-appengine-go | 1.11/stretch/Dockerfile | Dockerfile | mit | 1,898 |
FROM jrnt30/nodejs-grunt-bower
WORKDIR /app
ADD package.json /app/
RUN npm install
ADD . /app
CMD []
ENTRYPOINT ["/nodejs/bin/npm", "start"] | westeezy/ReactJS-Bootcamp | Dockerfile | Dockerfile | mit | 142 |
FROM base/archlinux
MAINTAINER Spencer Rinehart <anubis@overthemonkey.com>
COPY php/php-5.2.16-1-x86_64.pkg.tar.xz /tmp/php-5.2.16-1-x86_64.pkg.tar.xz
RUN pacman --upgrade --noconfirm --noprogressbar /tmp/php-5.2.16-1-x86_64.pkg.tar.xz
ADD php.ini /etc/php/php.ini
CMD ["php"]
| francis826/docker-php-minimal | php-5.2.16/Dockerfile | Dockerfile | mit | 282 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM oraclelinux:7-slim
RUN set -eux; \
yum install -y \
gzip \
tar \
\
# jlink --strip-debug on 13+ needs objcopy: https://github.com/docker-library/openjdk/issues/351
# Error: java.io.IOException: Cannot run... | docker-library/openjdk | 18/jdk/oraclelinux7/Dockerfile | Dockerfile | mit | 2,975 |
FROM halplatform/hal-build-environments:centos7-buildpack
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN rpm -Uvh \
"https://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm"
ENV ERLANG_VERSION 19.3
ENV ELIXIR_VERSION 1.4.5
ENV ELIXIR_DOWNLOAD_URL="https://github.com/elixir... | hal-platform/hal-build-environments | elixir/1.4/Dockerfile | Dockerfile | mit | 863 |
FROM ubuntu
# taken from https://hub.docker.com/r/mantlepro/handbrake/
RUN apt-get update && apt-get install -y software-properties-common && \
add-apt-repository ppa:stebbins/handbrake-releases && \
add-apt-repository multiverse && \
apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y hand... | shoubamzlibap/small_projects | auto_copy/docker/Dockerfile | Dockerfile | mit | 420 |
# First stage. Builds everything but Krita itself. This exists because of the docker hub timeout
# which prevents us from building everyting in one go
FROM centos:6
ADD https://github.com/probonopd/AppImages/raw/master/recipes/krita/Recipe /Recipe
RUN export DO_NOT_BUILD_KRITA=1 && bash -ex Recipe && yum clean all && r... | fusion809/AppImages | recipes/krita/dependencies/Dockerfile | Dockerfile | mit | 355 |
FROM centos:7
MAINTAINER Horatiu Eugen Vlad "horatiu@vlad.eu"
RUN yum -y install epel-release && \
yum -y install httpd git gitweb gitolite3 nss_wrapper gettext && \
yum clean all
# Generic environment
ENV USER apache
ENV HOME /var/lib/gitolite3
# Gitolite Admin credentials
ENV ADMIN_USER="admin" \
ADMI... | iconoeugen/docker-gitolite | Dockerfile | Dockerfile | mit | 1,233 |
FROM debian:buster-slim AS source
ENV PATH $PATH:/tmp/depot_tools
WORKDIR /usr/local/src
RUN apt-get update && \
apt-get install -y bzip2 curl git g++ pkg-config python2.7 libicu-dev libpq-dev zlib1g-dev && \
ln -s /usr/bin/python2.7 /usr/bin/python2 && \
ln -s /usr/bin/python2.7 /usr/bin/python
RUN git c... | Strimoid/docker-php | v8/dependencies/depot-tools.Dockerfile | Dockerfile | mit | 417 |
FROM base/archlinux
RUN /bin/sh -c 'if [ -x "$(command -v apt-get)" ]; then apt-get update && apt-get upgrade -y && apt-get install -y python sudo bash; fi'
RUN /bin/sh -c 'if [ -x "$(command -v yum)" ]; then touch /var/lib/rpm/* && yum makecache fast && yum update -y && yum install -y python sudo yum-plugin-ovl bash ... | VanJanssen/neovim.ansible | molecule/default/Dockerfile | Dockerfile | mit | 1,001 |
FROM nginx
MAINTAINER Carolyn Van Slyck <me@carolynvanslyck.com>
CMD ["/run.sh"]
RUN rm /etc/nginx/conf.d/default.conf
COPY default.conf /etc/nginx/conf.d/template.conf
COPY run.sh /run.sh
| carolynvs/whaleinabox | nginx/Dockerfile | Dockerfile | mit | 192 |
FROM maxexcloo/java
MAINTAINER Fabrizio Lungo <fab@lungo.co.uk>
EXPOSE 8080
WORKDIR /opt/
ENV UPSOURCE_VERSION 2.0.3462
RUN wget -q https://download.jetbrains.com/upsource/upsource-${UPSOURCE_VERSION}.zip -O Upsource.zip
RUN unzip Upsource.zip
RUN rm Upsource.zip
WORKDIR /opt/Upsource
RUN chmod -R a+rwX .
RUN mv con... | flungo-docker/upsource | Dockerfile | Dockerfile | mit | 503 |
# Container Base
FROM php:7.0-apache
ENV http_proxy ${HTTP_PROXY}
ENV https_proxy ${HTTP_PROXY}
ENV NR_ENABLED=false
ENV NR_APP_NAME=""
ENV NR_LICENSE_KEY=""
ENV SESSION_HANDLER=false
ENV SESSION_HANDLER_NAME=""
ENV SESSION_HANDLER_PATH=""
ENV XDEBUG_AUTOSTART=false
ENV XDEBUG_CONNECT_BACK=true
ENV XDEBUG_ENABLED=fals... | moveis-simonetti/php-apache-oci8-composer | Dockerfile | Dockerfile | mit | 2,750 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:xenial-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_... | nghiant2710/base-images | balena-base-images/golang/bananapi-m1-plus/ubuntu/xenial/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,034 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-alpine:3.11-build
ENV GO_VERSION 1.15.8
# 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/imx8mm-var-dart/alpine/3.11/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-fedora:33-run
ENV GO_VERSION 1.15.8
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "d3379c32a90fdf9382166f8f4... | nghiant2710/base-images | balena-base-images/golang/up-squared/fedora/33/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,086 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-ubuntu:bionic-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.pgp.com... | nghiant2710/base-images | balena-base-images/node/up-squared/ubuntu/bionic/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
# AUTOGENERATED FILE
FROM balenalib/artik530-fedora:36-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 go$GO_VERSION.lin... | resin-io-library/base-images | balena-base-images/golang/artik530/fedora/36/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,022 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-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 dependenc... | resin-io-library/base-images | balena-base-images/python/intel-nuc/debian/sid/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,091 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-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... | resin-io-library/base-images | balena-base-images/python/parallella-hdmi-resin/debian/bookworm/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,106 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-fedora:34-run
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 --keyserver ke... | resin-io-library/base-images | balena-base-images/node/generic-armv7ahf/fedora/34/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
#This content are based on https://github.com/docker-library/buildpack-deps/, under trusty sub-directory; and https://github.com/docker-library/golang/, under 1.5 version
#FROM buildpack-deps:trusty-scm
FROM quay.io/tangfeixiong/ubuntu-14-04-3:scm
#RUN apt-get update && apt-get install -y --no-install-recommends \
#... | stackdocker/container-ops | ubuntu-14-04-3-buildpack/golang/Dockerfile | Dockerfile | apache-2.0 | 1,964 |
# AUTOGENERATED FILE
FROM balenalib/i386-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 McVittie <s... | nghiant2710/base-images | balena-base-images/python/i386/alpine/3.11/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-debian:jessie-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90... | nghiant2710/base-images | balena-base-images/python/beaglebone-black/debian/jessie/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,235 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-nx-devkit-debian:bullseye-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
lib... | resin-io-library/base-images | balena-base-images/dotnet/jetson-tx2-nx-devkit/debian/bullseye/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,544 |
FROM {{ spec.s2i_base }}
# PostgreSQL image for OpenShift.
# Volumes:
# * /var/lib/pgsql/data - Database cluster for PostgreSQL
# Environment:
# * $POSTGRESQL_USER - Database user name
# * $POSTGRESQL_PASSWORD - User's password
# * $POSTGRESQL_DATABASE - Name of the database to create
# * $POSTGRESQL_ADMIN_... | sclorg/postgresql-container | src/Dockerfile | Dockerfile | apache-2.0 | 5,790 |
FROM ros:jade-ros-core
RUN sudo apt-get -y update
RUN sudo apt-get -y install ros-jade-rtabmap-ros
CMD ["roslaunch", "rtabmap_ros", "rgbd_mapping.launch", "rtabmap_args:=\"--delete_db_on_start\""]
| RobomoSTL/Sherpa | docker/ros-rtabmap/Dockerfile | Dockerfile | apache-2.0 | 197 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-fedora:34-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 keyse... | resin-io-library/base-images | balena-base-images/node/odroid-u3+/fedora/34/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
# AUTOGENERATED FILE
FROM balenalib/artik520-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public... | resin-io-library/base-images | balena-base-images/python/artik520/debian/buster/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,852 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-debian:bullseye-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/photon-xavier-nx/debian/bullseye/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-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", si... | resin-io-library/base-images | balena-base-images/python/coral-dev/fedora/33/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,431 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-alpine:3.13-run
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 ] && e... | nghiant2710/base-images | balena-base-images/golang/beaglebone/alpine/3.13/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-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: pub... | resin-io-library/base-images | balena-base-images/python/var-som-mx6/ubuntu/xenial/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-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 ad... | nghiant2710/base-images | balena-base-images/python/spacely-tx2/alpine/3.10/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
FROM payara/micro
COPY build/libs/payara-micro-consumer.war /payara-micro-consumer.war
ENTRYPOINT ["java", "-jar", "payara-micro.jar", "--deploy", "/payara-micro-consumer.war"]
| clive-jevons/mqtt-elasticsearch-forwarding | payara-micro/Dockerfile | Dockerfile | apache-2.0 | 179 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-debian:buster-run
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver... | nghiant2710/base-images | balena-base-images/node/vab820-quad/debian/buster/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-alpine:edge-build
ENV GO_VERSION 1.16.3
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ]... | nghiant2710/base-images | balena-base-images/golang/blackboard-tx2/alpine/edge/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-alpine:3.11-run
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 ] &&... | nghiant2710/base-images | balena-base-images/golang/nitrogen6xq2g/alpine/3.11/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,470 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-alpine:edge-build
ENV GO_VERSION 1.15.6
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ... | nghiant2710/base-images | balena-base-images/golang/ccimx8x-sbc-pro/alpine/edge/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-debian:stretch-run
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 \
... | resin-io-library/base-images | balena-base-images/dotnet/jetson-xavier/debian/stretch/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/artik710-debian:buster-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 ke... | nghiant2710/base-images | balena-base-images/node/artik710/debian/buster/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,936 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-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-krb5-2 \
... | resin-io-library/base-images | balena-base-images/dotnet/ts4900/debian/bookworm/6.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,169 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-debian:stretch-run
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 \
... | resin-io-library/base-images | balena-base-images/dotnet/smarc-px30/debian/stretch/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,528 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-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", ... | nghiant2710/base-images | balena-base-images/python/nitrogen8mm/fedora/34/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,433 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-wifi/debian/buster/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,866 |
# AUTOGENERATED FILE
FROM balenalib/srd3-tx2-fedora:32-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", s... | nghiant2710/base-images | balena-base-images/python/srd3-tx2/fedora/32/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,435 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-alpine:edge-build
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \... | nghiant2710/base-images | balena-base-images/node/artik533s/alpine/edge/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,956 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-ubuntu:disco-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "445b719ebf46d8825360dabad65226db154ca8053de60609bc20f80a17452cbb go$GO_VERSION.linux-arm64.tar.gz" ... | nghiant2710/base-images | balena-base-images/golang/spacely-tx2/ubuntu/disco/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,000 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVit... | nghiant2710/base-images | balena-base-images/python/jetson-tx2/alpine/3.13/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-debian:buster-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver k... | nghiant2710/base-images | balena-base-images/node/odroid-xu4/debian/buster/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,940 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-ubuntu:cosmic-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.
#
# ... | nghiant2710/base-images | balena-base-images/openjdk/beaglebone-green-wifi/ubuntu/cosmic/11-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,111 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-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/raspberry-pi2/debian/bookworm/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,530 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-alpine:3.13-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 \
6A010C516600... | resin-io-library/base-images | balena-base-images/node/firefly-rk3288/alpine/3.13/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,021 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-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/odroid-ux3/debian/buster/6.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,909 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-ubuntu:disco-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --... | nghiant2710/base-images | balena-base-images/node/cubox-i/ubuntu/disco/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-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/surface-pro-6/alpine/3.12/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,343 |
# AUTOGENERATED FILE
FROM balenalib/artik710-debian:buster-build
ENV NODE_VERSION 14.16.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" || \
gpg... | nghiant2710/base-images | balena-base-images/node/artik710/debian/buster/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,781 |
# Copyright 2019 The TensorFlow Authors. All Rights Reserved.
#
# 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 applica... | cxxgtxy/tensorflow | tensorflow/tools/dockerfiles/dockerfiles/onednn/centos-8-devel-mpi-horovod.Dockerfile | Dockerfile | apache-2.0 | 4,355 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McV... | nghiant2710/base-images | balena-base-images/python/apalis-imx6q/alpine/3.13/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/generate.sh"!
#
FROM debian:stretch
<<<<<<< HEAD
RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libseccomp-dev ... | shakamunyi/docker | contrib/builder/deb/debian-stretch/Dockerfile | Dockerfile | apache-2.0 | 1,132 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-alpine:3.13-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
... | resin-io-library/base-images | balena-base-images/node/cnx100-xavier-nx/alpine/3.13/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
FROM python:2
RUN apt-get -y install gcc git \
&& pip install google-cloud-logging \
&& pip install git+https://github.com/shikajiro/xmppgcm
COPY xmpp.py /
ENTRYPOINT ["python", "/xmpp.py"]
| shikajiro/android_stackdriver_log | Dockerfile | Dockerfile | apache-2.0 | 201 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-debian:stretch-run
ENV NODE_VERSION 14.18.3
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/jetson-tx1/debian/stretch/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,934 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-fedora:34-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/ccimx8x-sbc-pro/fedora/34/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-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 d... | nghiant2710/base-images | balena-base-images/python/colibri-imx6/debian/bullseye/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,101 |
ARG ALPINE_VER=3.9
################################################################################
# Source
################################################################################
FROM alpine:${ALPINE_VER} AS source
ENV FILECOIN_VER=0.0.1
ENV FILECOIN_URL=https://github.com/filecoin-project/go-filecoin/relea... | zealic/docker-library-dst_server | coinbox/filecoin/Dockerfile | Dockerfile | mit | 861 |
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="mauve-aligner" \
container="mauve-aligner" \
about.summary="multiple genome alignment" \
about.home="http://darlinglab.org/mauve/" \
software.version="2.4.04734-3-deb" \
v... | BioDocker/containers | mauve-aligner/2.4.04734-3-deb/Dockerfile | Dockerfile | apache-2.0 | 740 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.