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/qemux86-64-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 McVit... | nghiant2710/base-images | balena-base-images/python/qemux86-64/alpine/3.10/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,844 |
# AUTOGENERATED FILE
FROM balenalib/artik5-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/artik5/alpine/3.10/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/jetson-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 ad... | resin-io-library/base-images | balena-base-images/python/jetson-nano/alpine/3.13/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,129 |
FROM balenalib/armv7hf-fedora:30-run
LABEL io.balena.device-type="beaglebone-black"
RUN dnf install -y \
less \
nano \
net-tools \
usbutils \
gnupg \
i2c-tools \
&& dnf clean all
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more ... | nghiant2710/base-images | balena-base-images/device-base/beaglebone-black/fedora/30/run/Dockerfile | Dockerfile | apache-2.0 | 1,000 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-alpine:3.12-run
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 ] && e... | nghiant2710/base-images | balena-base-images/golang/zc702-zynq7/alpine/3.12/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-ubuntu:xenial-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 keyserver.... | nghiant2710/base-images | balena-base-images/node/beaglebone-green/ubuntu/xenial/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,924 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-alpine:3.10-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 '... | nghiant2710/base-images | balena-base-images/openjdk/beaglebone-pocket/alpine/3.10/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,762 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-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: publ... | resin-io-library/base-images | balena-base-images/python/kitra710/debian/bookworm/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,856 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-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/floyd-nano/alpine/3.14/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,755 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-alpine:3.10-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516600659... | nghiant2710/base-images | balena-base-images/node/jn30b-nano/alpine/3.10/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,025 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-fedora:32-build
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/fedora/32/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-debian:bullseye-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_V... | nghiant2710/base-images | balena-base-images/golang/hummingboard2/debian/bullseye/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,035 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-debian:sid-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public... | nghiant2710/base-images | balena-base-images/python/vab820-quad/debian/sid/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,850 |
# AUTOGENERATED FILE
FROM balenalib/artik710-debian:bullseye-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/artik710/debian/bullseye/6.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/generic-debian:sid-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "6f1354c9040d65d1622b451f43c324c1e5197aa9242d00c5a117d0e2625f3e0d go$GO_VERSION.linux-amd64.tar.gz" | sha2... | nghiant2710/base-images | balena-base-images/golang/generic/debian/sid/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,007 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-debian:bullseye-run
ENV GO_VERSION 1.15.7
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt... | nghiant2710/base-images | balena-base-images/golang/var-som-mx6/debian/bullseye/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,359 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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/beaglebone-green-wifi/debian/buster/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,796 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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: public ... | nghiant2710/base-images | balena-base-images/python/up-board/ubuntu/focal/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-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:... | nghiant2710/base-images | balena-base-images/python/imx8mm-var-dart/debian/buster/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,862 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-debian:bookworm-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... | resin-io-library/base-images | balena-base-images/openjdk/raspberrypi4-64/debian/bookworm/11-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,741 |
FROM fedora:latest
# e2fsprogs -- docker @ F20 wants it
RUN yum -y install docker-io git python-docker-py python-setuptools GitPython e2fsprogs koji python-backports-lzma osbs
ADD ./atomic-reactor.tar.gz /tmp/
RUN cd /tmp/atomic-reactor-*/ && python setup.py install
CMD ["atomic-reactor", "--verbose", "inside-build"]
| fatherlinux/atomic-reactor | images/dockerhost-builder/Dockerfile | Dockerfile | bsd-3-clause | 319 |
FROM node:0.12
# Install global tools
RUN npm install -g grunt-cli
RUN npm install -g bower
RUN npm install -g tsd
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
ONBUILD COPY package.json /usr/src/app/
ONBUILD RUN npm install --unsafe-perm
ONBUILD COPY . /usr/src/app
ONBUILD RUN bower install --allow-root
ONBUILD RU... | pkrull/docker | generator-angular-fullstack-with-typescript/Dockerfile | Dockerfile | mit | 387 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-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 som... | nghiant2710/base-images | balena-base-images/openjdk/var-som-mx6/debian/bullseye/11-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,845 |
FROM balenalib/aarch64-alpine:edge-build
LABEL io.balena.device-type="etcher-pro"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (... | nghiant2710/base-images | balena-base-images/device-base/etcher-pro/alpine/edge/build/Dockerfile | Dockerfile | apache-2.0 | 1,019 |
FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y gcc libc6-dev --no-install-recommends
COPY . /usr/src/
WORKDIR /usr/src/
RUN gcc -g -Wall -static nnp-test.c -o /usr/bin/nnp-test
RUN chmod +s /usr/bin/nnp-test
| jthelin/docker | contrib/nnp-test/Dockerfile | Dockerfile | apache-2.0 | 232 |
FROM busybox
MAINTAINER Tim Hockin <thockin@google.com>
ADD serve_hostname /serve_hostname
ADD serve_hostname.go /serve_hostname.go
EXPOSE 9376
ENTRYPOINT ["/serve_hostname"]
| brendandburns/contrib | for-demos/serve_hostname/Dockerfile | Dockerfile | apache-2.0 | 175 |
FROM tdgp/gdal
RUN curl -O https://bootstrap.pypa.io/get-pip.py
RUN python /get-pip.py
RUN pip install glob2
ADD task.py /task.py
CMD python /task.py
| nricklin/gdal-gbdx-task | Dockerfile | Dockerfile | mit | 153 |
FROM {{ service_base_image.image }}
COPY ci/setup.py ci/MANIFEST.in /ci/
COPY ci/ci /ci/ci/
RUN pip3 install --no-cache-dir /ci && \
rm -rf /ci
EXPOSE 5000
CMD ["python3", "-m", "ci"]
| cseed/hail | ci/Dockerfile | Dockerfile | mit | 189 |
FROM ubuntu:20.04
RUN apt update
RUN apt install -y curl git wget sudo build-essential make
# sudo warning workaround
RUN echo "Set disable_coredump false" >> /etc/sudo.conf
RUN apt install -y python3 python3-pip
RUN apt install -y pgcli ripgrep
RUN curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
RUN a... | kakulukia/dotfiles | misc/Dockerfile | Dockerfile | mit | 1,036 |
# ubuntu-13.10
# VERSION 0.0.5
FROM stackbrew/ubuntu:13.10
MAINTAINER Frans Kuipers "franskuipers@gmail.com"
# ENV DEBIAN_FRONTEND noninteractive
RUN (locale-gen en_US en_US.UTF-8 nl_NL nl_NL.UTF-8 && dpkg-reconfigure locales)
RUN (apt-get update && apt-get upgrade -y -q && apt-get dist-upgrade -y -q &&... | fjmk/docker-drupal-dev | Dockerfile | Dockerfile | mit | 2,662 |
FROM redis:5.0.3-alpine
# ope-redis - Redis server, used by other containers
# Build with docker build -t ope-redis .
#INSTRUCTIONS
# Build the container - shouldn't need any other setup other than linking containers to it
# To copy to offline server use the setup tool
MAINTAINER Ray Pulsipher <ray@cmagic.biz>
LABE... | operepo/ope | docker_build_files/ope-redis/Dockerfile | Dockerfile | mit | 634 |
FROM php:5.6.30-fpm-alpine
MAINTAINER Oleg Kulik <olegkulik1985@gmail.com>
RUN apk add --no-cache --virtual .build-deps \
# for all
zlib-dev \
# dev deps for gd
freetype-dev \
libjpeg-turbo-dev \
libpng-dev \
# for intl
icu... | SlayerBirden/docker-php-magento | 5.6.30-fpm-alpine.Dockerfile | Dockerfile | mit | 2,463 |
FROM dnhsoft/php:7.1-apache
RUN apt-get update && apt-get install -y \
wget \
mysql-client
RUN docker-php-ext-install -j$(nproc) mysqli
RUN pecl install apcu
# setup apache configuration
COPY ./000-default.conf /etc/apache2/sites-available/000-default.conf
RUN a2enmod rewrite
# setup phpmyadmin dir
RUN... | dnhsoft/docker-phpmyadmin-base | 4.x-php71/Dockerfile | Dockerfile | mit | 1,086 |
FROM nodesource/node:4.0
RUN apt-get update
RUN apt-get -y install tree
RUN apt-get -y install tmux
RUN npm install pm2 -g
ADD package.json package.json
RUN npm install
ADD . .
EXPOSE 3000
## Start with npm
#CMD ["npm","start"]
## Start using PM2
CMD pm2 start --no-daemon app.js
# reference: https://nodesou... | kevbaker/docker-sails-app | Dockerfile | Dockerfile | mit | 475 |
FROM microsoft/dotnet:2.1.0-aspnetcore-runtime
WORKDIR /app
COPY . .
ENTRYPOINT ["dotnet", "MarginTrading.OrderHistoryBroker.dll"]
| LykkeCity/MT | src/MarginTrading.Brokers/MarginTrading.OrderHistoryBroker/Dockerfile | Dockerfile | mit | 131 |
FROM nodesource/fedora23-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_5.x/fc/23/x86_64/nodejs-5.0.0-2nodesource.fc23.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm
RUN npm install -g pangyp\
&& ln -s $(which pangyp) $... | nodesource/docker-node | fedora/23/node/5.0.0/Dockerfile | Dockerfile | mit | 476 |
FROM ruby:2.2
MAINTAINER Secret Sauce Partners, Inc. <dev@sspinc.io>
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1
# create directory for app
RUN mkdir -p /app
WORKDIR /app
# install node and psql
RUN apt-get update && apt-get install -y nodejs --no-install-recomm... | sspinc/abba | Dockerfile | Dockerfile | mit | 694 |
FROM php:fpm
# install dependencies
RUN apt-get update
RUN apt-get install -y zip unzip curl git
# install composer
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
RUN php -r "if (hash_file('SHA384', 'composer-setup.php') === '669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be619... | mkrowiarz/jira-worklog-tracker | docker/php/Dockerfile | Dockerfile | mit | 583 |
FROM ruby:2.3.8
MAINTAINER unageanu <masaya.yamauchi@gmail.com>
# Time Zone
RUN echo "Asia/Tokyo" > /etc/timezone
RUN dpkg-reconfigure -f noninteractive tzdata
RUN apt-get update \
&& apt-get install -y git \
&& rm -rf /var/lib/apt/lists/*
# install jiji
ENV APP_DIR /app
RUN mkdir -p $APP_DIR \
&& cd $APP_DIR \... | unageanu/docker-jiji2 | build/jiji/Dockerfile | Dockerfile | mit | 615 |
FROM python:2-onbuild
CMD python ./test.py
EXPOSE 5000 | jefersonm/sandbox | technologies/docker/simple-python-app/Dockerfile | Dockerfile | mit | 56 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-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 "virtualen... | resin-io-library/base-images | balena-base-images/python/ccimx8x-sbc-pro/fedora/34/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/edge-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 McVittie <s... | nghiant2710/base-images | balena-base-images/python/edge/alpine/3.13/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-fedora:30-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.pool.... | nghiant2710/base-images | balena-base-images/node/aio-3288c/fedora/30/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-fedora:36-run
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfile... | resin-io-library/base-images | balena-base-images/openjdk/hummingboard/fedora/36/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,318 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-ubuntu:bionic-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 --keyser... | nghiant2710/base-images | balena-base-images/node/raspberrypi3-64/ubuntu/bionic/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
FROM debian:7
MAINTAINER Ruslan Karachun <free.changer@gmail.com>
RUN apt-get update
RUN apt-get install -y python sudo
RUN apt-get install -y openssh-server
RUN mkdir /var/run/sshd
RUN mkdir /root/.ssh
ADD id_rsa.pub /root/.ssh/authorized_keys
RUN chmod 0700 /root/.ssh
RUN chmod 0600 /root/.ssh/authorized_keys
EXPO... | ruslan2k/public-files | docker/debian-ssh/Dockerfile | Dockerfile | apache-2.0 | 356 |
FROM jpetazzo/dind:latest
MAINTAINER fernando@tutum.co
RUN apt-get update && apt-get install -y curl && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN curl -L https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose && chmod +x /usr/local/bin/dock... | pchico83/docker-builder | Dockerfile | Dockerfile | apache-2.0 | 365 |
FROM ubuntu:14.04
# Set noninteractive mode for apt-get
ENV DEBIAN_FRONTEND noninteractive
# The gettext package contains the envsubst command needed for the run command of this image.
RUN apt-get update \
&& apt-get -qq install -y supervisor \
postfix \
... | WNPRC-EHR-Services/wnprc-modules | docker/postfix/Dockerfile | Dockerfile | apache-2.0 | 2,373 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-alpine:edge-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/npe-x500-m3/alpine/edge/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,956 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-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 ... | resin-io-library/base-images | balena-base-images/python/fincm3/alpine/3.14/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,832 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-alpine:3.10-build
ENV NODE_VERSION 14.16.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/orange-pi-lite/alpine/3.10/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
# AUTOGENERATED FILE
FROM balenalib/generic-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 \
' \
&& apt-get ... | resin-io-library/base-images | balena-base-images/golang/generic/ubuntu/bionic/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,339 |
FROM frolvlad/alpine-oraclejdk8:slim
VOLUME /tmp
LABEL Vendor="EasyFrame" easyframe-serv="ef-zipkin"
ADD target/easyframe-zipkin-master-SNAPSHOT-exec.jar zipkin.jar
RUN sh -c 'touch /zipkin.jar'
ENV JAVA_OPTS="-server -Xmx512m -Xms512m -XX:NewRatio=1 -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 \
-XX:... | easyframe/easyframe | easyframe-zipkin/Dockerfile | Dockerfile | apache-2.0 | 625 |
# AUTOGENERATED FILE
FROM balenalib/artik520-debian:bullseye-build
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
g... | resin-io-library/base-images | balena-base-images/node/artik520/debian/bullseye/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,783 |
# DOCKER-VERSION 0.9.0
# VERSION 0.1
FROM ubuntu:12.04
MAINTAINER Edward paget <ed@zooniverse.org>
RUN apt-get update
RUN apt-get install -y -q openjdk-7-jre-headless wget supervisor
ADD http://mirrors.advancedhosters.com/apache/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz /opt/
RUN tar xf /opt/zookeeper-3.4.... | edpaget/docker-zookeeper | Dockerfile | Dockerfile | apache-2.0 | 602 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-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 \
libicu63 \
libssl1.1 \... | nghiant2710/base-images | balena-base-images/dotnet/revpi-core-3/debian/bullseye/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-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 63C7CC90: publi... | nghiant2710/base-images | balena-base-images/python/odroid-ux3/ubuntu/disco/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,829 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-ubuntu:eoan-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/hummingboard/ubuntu/eoan/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
# AUTOGENERATED FILE
FROM balenalib/amd64-ubuntu:focal-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "bfea0c8d7b70c1ad99b0266b321608db57df75820e8f4333efa448a43da01992 go$GO_VERSION.linux-amd64.tar.gz" | sha2... | nghiant2710/base-images | balena-base-images/golang/amd64/ubuntu/focal/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,009 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-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:... | nghiant2710/base-images | balena-base-images/python/raspberrypi3-64/debian/buster/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,862 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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 McVitti... | nghiant2710/base-images | balena-base-images/python/artik520/alpine/3.10/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
FROM golang:1.3
COPY . /go/src/github.com/lookify/town
WORKDIR /go/src/github.com/lookify/town
ENV GOPATH /go/src/github.com/lookify/town/Godeps/_workspace:$GOPATH
RUN CGO_ENABLED=0 go install -v -a -tags netgo -ldflags "-w -X github.com/lookify/town/version.GITCOMMIT `git rev-parse --short HEAD`"
RUN mkdir /etc/tow... | lookify/town | Dockerfile | Dockerfile | apache-2.0 | 439 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-alpine:3.15-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516600... | resin-io-library/base-images | balena-base-images/node/imx8m-var-dart/alpine/3.15/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,021 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-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 63C7CC90: public... | nghiant2710/base-images | balena-base-images/python/nanopc-t4/ubuntu/disco/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:xenial-run
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com -... | nghiant2710/base-images | balena-base-images/node/generic/ubuntu/xenial/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-fedora:33-run
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 ... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/fedora/33/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-fedora:35-run
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfil... | resin-io-library/base-images | balena-base-images/openjdk/orange-pi-one/fedora/35/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,319 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-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/colibri-imx6/debian/bullseye/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,529 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-ubuntu:hirsute-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.c... | resin-io-library/base-images | balena-base-images/node/zc702-zynq7/ubuntu/hirsute/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/srd3-tx2-fedora:32-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! ... | nghiant2710/base-images | balena-base-images/openjdk/srd3-tx2/fedora/32/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,318 |
FROM openshift/nodejs:8
LABEL io.k8s.display-name="My Node.js" \
maintainer="Andreas Neeb <aneeb@redhat.com>"
USER root
# Do some smart stuff here, for demo purposes we simply set a version
# RUN yum -y install nano && yum -y clean all
RUN echo "1.0" > /etc/imageversion
USER 1001
| andyneeb/hello | docker/Dockerfile | Dockerfile | apache-2.0 | 290 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-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 McVit... | resin-io-library/base-images | balena-base-images/python/qemux86-64/alpine/3.14/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,843 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-ubuntu:eoan-run
ENV GO_VERSION 1.15.8
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get... | nghiant2710/base-images | balena-base-images/golang/orbitty-tx2/ubuntu/eoan/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,322 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-alpine:3.14-run
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/jetson-nano-emmc/alpine/3.14/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,475 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depend... | nghiant2710/base-images | balena-base-images/python/up-core-plus/debian/sid/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,096 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-fedora:34-run
ENV NODE_VERSION 12.22.9
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" ||... | resin-io-library/base-images | balena-base-images/node/jetson-xavier-nx-devkit-seeed-2mic-hat/fedora/34/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,771 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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: publi... | resin-io-library/base-images | balena-base-images/python/odroid-c1/debian/buster/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,853 |
# This is an auto generated Dockerfile for ros:ros
# generated from docker_images_legacy/create_ros_core_image.Dockerfile.em
FROM ubuntu:precise
RUN find /etc/apt/ -name *.list -exec sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' {} \;
# setup keys
RUN apt-key adv --keyserver hkp://ke... | ruffsl/docker_images | ros/groovy/ubuntu/precise/ros/Dockerfile | Dockerfile | apache-2.0 | 904 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-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 ... | resin-io-library/base-images | balena-base-images/python/generic-amd64/alpine/3.12/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,138 |
FROM balenalib/amd64-fedora:34-build
LABEL io.balena.device-type="generic-amd64"
RUN dnf install -y \
less \
nano \
net-tools \
usbutils \
gnupg \
i2c-tools \
&& dnf clean all
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more inf... | resin-io-library/base-images | balena-base-images/device-base/generic-amd64/fedora/34/build/Dockerfile | Dockerfile | apache-2.0 | 1,014 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-alpine:3.10-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51660065... | nghiant2710/base-images | balena-base-images/node/revpi-core-3/alpine/3.10/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,025 |
FROM java:8
VOLUME /tmp
ADD *.jar /app.jar
ADD wait-for-it.sh /wait-for-it.sh
RUN bash -c 'touch /app.jar'
RUN bash -c 'chmod 777 /wait-for-it.sh'
EXPOSE 8761
CMD ["java","-Dspring.profiles.active=docker","-jar","/app.jar"]
| idugalic/micro-company | registry/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 224 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-fedora:33-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyser... | resin-io-library/base-images | balena-base-images/node/odroid-c1/fedora/33/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,750 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-ubuntu:xenial-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# ... | resin-io-library/base-images | balena-base-images/openjdk/asus-tinker-edge-t/ubuntu/xenial/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,112 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-debian:bullseye-run
ENV GO_VERSION 1.15.7
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& ... | nghiant2710/base-images | balena-base-images/golang/nanopi-neo-air/debian/bullseye/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,362 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-debian:sid-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 keys... | nghiant2710/base-images | balena-base-images/node/up-squared/debian/sid/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,937 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-debian:stretch-build
ENV NODE_VERSION 12.21.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" || \
gp... | nghiant2710/base-images | balena-base-images/node/kitra520/debian/stretch/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# Copyright The PyTorch Lightning team.
#
# 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 i... | williamFalcon/pytorch-lightning | dockers/ipu-ci-runner/Dockerfile | Dockerfile | apache-2.0 | 1,334 |
FROM centos/python-35-centos7
USER root
COPY . /tmp/src
RUN rm -rf /tmp/src/.git* && \
chown -R 1001 /tmp/src && \
chgrp -R 0 /tmp/src && \
chmod -R g+w /tmp/src
USER 1001
RUN /usr/libexec/s2i/assemble
CMD [ "/usr/libexec/s2i/run" ]
| openshift-roadshow/parksmap-web-py | Dockerfile | Dockerfile | apache-2.0 | 251 |
# AUTOGENERATED FILE
FROM balenalib/artik710-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.com ... | nghiant2710/base-images | balena-base-images/node/artik710/ubuntu/bionic/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
FROM ruby:2.1-onbuild
CMD ["puma"]
| jdoconnor/txgh | Dockerfile | Dockerfile | apache-2.0 | 35 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-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 ... | nghiant2710/base-images | balena-base-images/python/armv7hf/ubuntu/bionic/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,828 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-debian:buster-run
ENV GO_VERSION 1.14.13
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt... | nghiant2710/base-images | balena-base-images/golang/intel-edison/debian/buster/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,333 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-ubuntu:bionic-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com -... | resin-io-library/base-images | balena-base-images/node/aarch64/ubuntu/bionic/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,905 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-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: publi... | nghiant2710/base-images | balena-base-images/python/intel-edison/debian/sid/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,853 |
FROM ppc64le/r-base
MAINTAINER "Yugandha Deshpande <yugandha@us.ibm.com>"
RUN apt-get update \
&& apt-get install git -y \
&& git clone https://github.com/cran/KernSmooth \
&& cd KernSmooth && git checkout 2.23-15 && cd .. \
&& R CMD build KernSmooth \
&& R CMD check KernSmooth --no-manual \
&& R C... | ppc64le/build-scripts | k/kernsmooth/Dockerfiles/latest_ubuntu_16.04/Dockerfile | Dockerfile | apache-2.0 | 402 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-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... | resin-io-library/base-images | balena-base-images/python/odroid-xu4/alpine/edge/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-fedora:32-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "bca4af0c20f86521dfabf3b39fa2f1ceeeb11cebf7e90bdf1de2618c40628539 go$GO_VERSION.linux-arm64.tar.gz" | ... | nghiant2710/base-images | balena-base-images/golang/jetson-xavier/fedora/32/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 1,996 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-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... | resin-io-library/base-images | balena-base-images/python/odroid-xu4/ubuntu/focal/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,828 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-debian:bullseye-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver ke... | resin-io-library/base-images | balena-base-images/node/qemux86/debian/bullseye/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,960 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.