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 |
|---|---|---|---|---|---|
FROM bethgelab/xserver-x:cuda7.5-cudnn5
MAINTAINER Bethge Lab <opensource@bethgelab.org>
# Copied from Jupyter/Notebook
# the first part is already in docker-xserver
# ---- COPY BEGIN ----
#
# ---- MODIFICATION BEGIN ----
# Not essential, but wise to set the lang
# Note: Users with other languages should set this in ... | bethgelab/docker-jupyter-notebook | cuda7.5-cudnn5/Dockerfile | Dockerfile | mit | 3,201 |
FROM jacekelgda/docker-centos-nginx-php-fmp
ADD docker/images/php/container-files /
RUN yum install git -y
RUN yum install php-devel -y
RUN yes '' | pecl install mongo
RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/bin/composer
| ulff/symfony-docker-centos-nginx-php-fpm | Dockerfile | Dockerfile | mit | 265 |
FROM ubuntu:12.04
MAINTAINER Kazuki Suda <kazuki.suda@gmail.com>
RUN apt-get -q update; apt-get -y upgrade
RUN apt-get -y install build-essential sudo curl wget git-core
# Install NVM
RUN git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
# Install node
RUN bash -c ". /.nvm/nvm.sh; nvm install 0.8"
RUN... | yahoojapan/jenkins-with-docker-demo | Dockerfile | Dockerfile | mit | 541 |
# Build Docker image for Amd64
FROM node:16-bullseye-slim
# Add metadata about the image
LABEL maintainer="Göran Sander mountaindude@ptarmiganlabs.com"
LABEL description="Adding superpowers to Qlik Sense Enterprise on Windows."
# Create app dir inside container
WORKDIR /nodeapp
# Install app dependencies separately ... | mountaindude/butler | src/Dockerfile | Dockerfile | mit | 750 |
FROM openjdk:11-jre
MAINTAINER Michael Ferguson <mpherg@gmail.com>
ENV BLYNK_SERVER_VERSION 0.41.13
RUN mkdir /blynk
RUN curl -L https://github.com/blynkkk/blynk-server/releases/download/v${BLYNK_SERVER_VERSION}/server-${BLYNK_SERVER_VERSION}.jar > /blynk/server.jar
# Create data folder. To persist data, map a volume... | mpherg/blynk-server | Dockerfile | Dockerfile | mit | 785 |
FROM ubuntu:14.04
MAINTAINER Aptitude Technologies <support@aptitudetech.net>
# Create data directory
RUN mkdir /data
# Create /data volume
VOLUME /data
| Aptitudetech/VCT | Dockerfile | Dockerfile | cc0-1.0 | 155 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-alpine:3.13-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/raspberrypi400-64/alpine/3.13/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,474 |
ARG MARKETPLACE_TOOLS_TAG
FROM marketplace.gcr.io/google/debian9 AS build
RUN apt-get update \
&& apt-get install -y --no-install-recommends gettext
ADD chart/wordpress /tmp/chart
RUN cd /tmp && tar -czvf /tmp/wordpress.tar.gz chart
ADD apptest/deployer/wordpress /tmp/test/chart
RUN cd /tmp/test \
&& tar -cz... | GoogleCloudPlatform/click-to-deploy | k8s/wordpress/deployer/Dockerfile | Dockerfile | apache-2.0 | 1,173 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-ubuntu:disco-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/nitrogen8mm/ubuntu/disco/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,068 |
FROM frolvlad/alpine-oraclejdk8:slim
WORKDIR app
ADD target/geolocation-latest.jar geolocation.jar
EXPOSE 8080
CMD java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar geolocation.jar
| vahpetr/microapp | geolocation/Dockerfile | Dockerfile | apache-2.0 | 192 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-ubuntu:xenial-run
ENV GO_VERSION 1.15.11
# 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/zc702-zynq7/ubuntu/xenial/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,357 |
FROM balenalib/armv7hf-fedora:34-build
LABEL io.balena.device-type="nitrogen6xq2g"
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 i... | resin-io-library/base-images | balena-base-images/device-base/nitrogen6xq2g/fedora/34/build/Dockerfile | Dockerfile | apache-2.0 | 1,001 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-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/armv7hf/debian/bullseye/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,127 |
# AUTOGENERATED FILE
FROM balenalib/amd64-ubuntu:cosmic-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --r... | nghiant2710/base-images | balena-base-images/node/amd64/ubuntu/cosmic/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
FROM quay.io/enmasse/java-base:11-5
ARG version
ARG maven_version
ARG commit
ENV VERSION=${version} COMMIT=${commit} MAVEN_VERSION=${maven_version}
ADD target/iot-sigfox-adapter-${maven_version}.jar /iot-sigfox-adapter.jar
ENV JAVA_LAUNCH_PROFILE=openjdk-11
CMD ["/opt/run-java/launch_java.sh", "-jar", "/iot-sigfox-a... | jenmalloy/enmasse | iot/iot-sigfox-adapter/Dockerfile | Dockerfile | apache-2.0 | 333 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-fedora:35-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 --keyserver ke... | resin-io-library/base-images | balena-base-images/node/colibri-imx6dl/fedora/35/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-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 dependen... | resin-io-library/base-images | balena-base-images/python/beaglebone/debian/sid/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,085 |
FROM ubuntu:14.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y upgrade && \
apt-get install -y zookeeper && \
apt-get clean
EXPOSE 2888 3888 2181
ENTRYPOINT /usr/share/zookeeper/bin/zkServer.sh start-foreground
| choko/mesos_on_docker | zookeeper/Dockerfile | Dockerfile | apache-2.0 | 246 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-fedora:34-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver k... | resin-io-library/base-images | balena-base-images/node/photon-xavier-nx/fedora/34/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,749 |
# AUTOGENERATED FILE
FROM balenalib/artik530-fedora:30-run
ENV GO_VERSION 1.16.3
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "0cfb... | nghiant2710/base-images | balena-base-images/golang/artik530/fedora/30/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,098 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-debian:jessie-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_... | nghiant2710/base-images | balena-base-images/golang/beaglebone-green/debian/jessie/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,034 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-fedora:31-build
ENV NODE_VERSION 14.16.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.po... | nghiant2710/base-images | balena-base-images/node/etcher-pro/fedora/31/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-ubuntu:focal-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: ... | nghiant2710/base-images | balena-base-images/python/raspberrypi3-64/ubuntu/focal/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-debian:stretch-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.ta... | nghiant2710/base-images | balena-base-images/golang/raspberrypi3-64/debian/stretch/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,008 |
FROM balenalib/aarch64-ubuntu:hirsute-build
LABEL io.balena.device-type="jetson-xavier-nx-devkit-seeed-2mic-hat"
RUN apt-get update && apt-get install -y --no-install-recommends \
less \
kmod \
nano \
net-tools \
ifupdown \
iputils-ping \
i2c-tools \
usbutils \
&& rm -rf /var/lib/apt/lists/*
RUN [ ! ... | resin-io-library/base-images | balena-base-images/device-base/jetson-xavier-nx-devkit-seeed-2mic-hat/ubuntu/hirsute/build/Dockerfile | Dockerfile | apache-2.0 | 1,123 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-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 --keyserver ha.poo... | nghiant2710/base-images | balena-base-images/node/intel-nuc/fedora/32/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# Copyright 2020 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, softw... | google/fuzzbench | fuzzers/libfuzzer_exeute_final/builder.Dockerfile | Dockerfile | apache-2.0 | 953 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-ubuntu:focal-build
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver h... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/ubuntu/focal/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
# AUTOGENERATED FILE
FROM balenalib/parallella-fedora:35-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv",... | resin-io-library/base-images | balena-base-images/python/parallella/fedora/35/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/artik10-alpine:3.15-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 ] && ec... | resin-io-library/base-images | balena-base-images/golang/artik10/alpine/3.15/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,336 |
# Copyright 2016 gRPC authors.
#
# 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... | dgquintas/grpc | tools/dockerfile/test/python_pyenv_x64/Dockerfile | Dockerfile | apache-2.0 | 2,539 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-fedora:31-build
ENV NODE_VERSION 14.16.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/photon-xavier-nx/fedora/31/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-debian:bullseye-run
ENV GO_VERSION 1.17.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 \
' \
&& a... | resin-io-library/base-images | balena-base-images/golang/orange-pi-one/debian/bullseye/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,361 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-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: p... | resin-io-library/base-images | balena-base-images/python/var-som-mx6/debian/bullseye/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,857 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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 \
... | resin-io-library/base-images | balena-base-images/dotnet/jetson-xavier-nx-devkit/debian/bookworm/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,547 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-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 \
libicu57 \
liblttng-ust0 \
... | nghiant2710/base-images | balena-base-images/dotnet/npe-x500-m3/debian/buster/2.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,550 |
# AUTOGENERATED FILE
FROM balenalib/up-core-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", sinc... | nghiant2710/base-images | balena-base-images/python/up-core/fedora/33/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-ubuntu:disco-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/asus-tinker-board/ubuntu/disco/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,074 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-debian:jessie-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/debian/jessie/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,091 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-ubuntu:bionic-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com ... | nghiant2710/base-images | balena-base-images/node/n510-tx2/ubuntu/bionic/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-debian:bookworm-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
g... | resin-io-library/base-images | balena-base-images/node/coral-dev/debian/bookworm/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,778 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-ubuntu:disco-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.... | nghiant2710/base-images | balena-base-images/node/artik533s/ubuntu/disco/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/amd64-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 --re... | nghiant2710/base-images | balena-base-images/node/amd64/ubuntu/bionic/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-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/imx7-var-som/alpine/3.13/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-fedora:33-run
ENV GO_VERSION 1.14.13
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "445b719ebf46d8825360dabad65... | nghiant2710/base-images | balena-base-images/golang/aarch64/fedora/33/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,070 |
# AUTOGENERATED FILE
FROM balenalib/odyssey-x86-alpine:3.15-run
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51660065... | resin-io-library/base-images | balena-base-images/node/odyssey-x86/alpine/3.15/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,027 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-ubuntu:focal-build
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/up-core-plus/ubuntu/focal/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,577 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-fedora:32-run
ENV GO_VERSION 1.15.11
# 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-arm64.tar.gz" \
&& echo "bfc8f079452... | nghiant2710/base-images | balena-base-images/golang/jetson-xavier-nx-devkit/fedora/32/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,086 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-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: ... | resin-io-library/base-images | balena-base-images/python/colibri-imx6dl/ubuntu/xenial/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/nuc-alpine:edge-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 ] && echo 'hos... | nghiant2710/base-images | balena-base-images/golang/nuc/alpine/edge/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,333 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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", s... | nghiant2710/base-images | balena-base-images/python/up-board/fedora/33/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,450 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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/beaglebone-green/debian/bullseye/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,797 |
# AUTOGENERATED FILE
FROM balenalib/edge-alpine:edge-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/edge/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-fedora:31-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! De... | nghiant2710/base-images | balena-base-images/openjdk/n510-tx2/fedora/31/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,314 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-ubuntu:xenial-build
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" || \
gpg --keyse... | resin-io-library/base-images | balena-base-images/node/jetson-nano-emmc/ubuntu/xenial/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-alpine:3.10-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 'dirna... | nghiant2710/base-images | balena-base-images/openjdk/odroid-ux3/alpine/3.10/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-ubuntu:xenial-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... | resin-io-library/base-images | balena-base-images/python/artik533s/ubuntu/xenial/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
FROM fluxcapacitor/package-ubuntu-16.04:master
WORKDIR /root
# Install Python with conda
RUN wget -q https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh -O /tmp/miniconda.sh && \
echo 'c1c15d3baba15bf50293ae963abef853 */tmp/miniconda.sh' | md5sum -c - && \
bash /tmp/miniconda.sh -f -b -p /o... | BrentDorsey/pipeline | kubernetes.ml/Dockerfile | Dockerfile | apache-2.0 | 3,560 |
FROM alpine:3.13.6
LABEL com.jfrog.artifactory.retention.maxCount="25"
RUN apk add --no-cache openjdk11
COPY target/stateless-async-jee-consumer-*-microbundle.jar /app.jar
COPY src/main/payara/post-boot.txt /post-boot.txt
ENTRYPOINT ["java", "-jar", "/app.jar", "--postbootcommandfile", "/post-boot.txt"]
| bmwcarit/joynr | examples/stateless-async/stateless-async-jee-consumer/Dockerfile | Dockerfile | apache-2.0 | 308 |
# customized buntu image
FROM ubuntu:14.04
MAINTAINER Zhiheng NIU <niuzhiheng@gmail.com>
RUN echo 'deb http://mirror.nus.edu.sg/ubuntu trusty main universe' > /etc/apt/sources.list
# this forces dpkg not to call sync() after package extraction and speeds up install
RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/0... | niuzhiheng/ipxe-server | Dockerfile | Dockerfile | bsd-2-clause | 506 |
# Ubuntu image with tools required to build OpenThread
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update
RUN apt-get install -y git software-properties-common sudo
RUN apt-get install -y iproute2 psmisc rsyslog
# setup openthread
RUN git clone https://github.com/openthread/openthread.git
RUN... | erja-gp/openthread | etc/docker/environment/Dockerfile | Dockerfile | bsd-3-clause | 640 |
FROM ubuntu
RUN apt update && apt install -y iptables
| google/gvisor | images/iptables/Dockerfile | Dockerfile | apache-2.0 | 54 |
FROM balenalib/armv7hf-alpine:3.13-run
LABEL io.balena.device-type="bananapi-m1-plus"
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 ima... | nghiant2710/base-images | balena-base-images/device-base/bananapi-m1-plus/alpine/3.13/run/Dockerfile | Dockerfile | apache-2.0 | 1,021 |
FROM centos:7
RUN yum install -y \
yum-plugin-copr \
which \
git \
gcc-c++ \
make \
openssl-devel \
pcre2-devel \
zlib-devel \
ncurses-devel \
libatomic \
wget
# install a newer cmake
RUN wget https://cmake.org/files/v3.11/cmake-3.11.2-Linux-x86_64.sh \
&& sh cmake-3.11.2-... | Theodus/ponyc | .ci-dockerfiles/centos7/Dockerfile | Dockerfile | bsd-2-clause | 804 |
FROM alpine:3.3
MAINTAINER jp@roemer.im
# Install system utils & Gogs runtime dependencies
ADD https://github.com/tianon/gosu/releases/download/1.9/gosu-amd64 /usr/sbin/gosu
RUN chmod +x /usr/sbin/gosu \
&& apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat
ENV GOGS_CUSTOM /dat... | 0rax/gogs | Dockerfile | Dockerfile | mit | 606 |
FROM vposvistelik/php:base-5.6-dev
MAINTAINER Vladimir Posvistelik <v.posvistelik@gmail.com>
ARG APT_PROXY
RUN if [ "$APT_PROXY" ]; then \
echo "Acquire::http { Proxy \"$APT_PROXY\"; };" > /etc/apt/apt.conf.d/01proxy; \
else \
rm -f /etc/apt/apt.conf.d/01proxy; \
fi
RUN apt-get update && apt-... | v2p/pub | dockers/php/fpm-5.6-dev/Dockerfile | Dockerfile | mit | 782 |
FROM justin8/alpine
MAINTAINER justin@dray.be
RUN echo "@testing http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
apk add --update mono@testing && \
rm -rf /var/cache/apk/*
RUN wget -O sonarr.tar.gz http://download.sonarr.tv/v2/develop/mono/NzbDrone.develop.tar.gz && \
tar zx... | justin8/docker-sonarr-develop | Dockerfile | Dockerfile | mit | 621 |
# AUTOGENERATED FILE
FROM resin/rpi-raspbian:jessie
ENV NODE_VERSION 0.9.12
ENV NPM_VERSION 2.10.1
RUN buildDeps='curl' \
&& set -x \
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/node/v$... | inn1983/docker-node | rpi/0.9/slim/Dockerfile | Dockerfile | mit | 689 |
FROM scratch
#ADD ca-certificates.crt /etc/ssl/certs/
ADD main /
ADD public /
ADD config.yml /
CMD ["/main"]
EXPOSE 8080 | ggpd/brackets | Dockerfile | Dockerfile | mit | 121 |
FROM node:4.1-slim
ADD . /opt/teleirc
WORKDIR /opt/teleirc
RUN npm install
ENV CONFIG="module.exports={}"
ENV CHAT_IDS="{}"
# Pass config from environment
CMD mkdir -p /root/.teleirc &&\
echo "$CONFIG" > /root/.teleirc/config.js &&\
echo $CHAT_IDS > /root/.teleirc/chat_ids &&\
node teleirc.js
| netoneko/teleirc | Dockerfile | Dockerfile | mit | 306 |
FROM debian:stable
RUN apt-get update
RUN apt-get install -y procps
RUN printf '#! /bin/sh\nwhile true\ndo\ntrue\ndone\n' > /while && chmod +x /while
| swipely/docker-api | spec/fixtures/top/Dockerfile | Dockerfile | mit | 150 |
FROM ubuntu:14.04
MAINTAINER Bill Carlson <bill@coacoas.net>
RUN apt-get update -y
RUN apt-get install -y nginx
RUN update-rc.d -f nginx remove && \
echo "\ndaemon off;" >> /etc/nginx/nginx.conf
EXPOSE 80
EXPOSE 443
CMD ["nginx"]
| coacoas/presentation-docker | web/Dockerfile | Dockerfile | mit | 237 |
FROM scratch
ADD ca-certificates.crt /etc/ssl/certs/
ADD app /
ADD confs.toml /
EXPOSE 9000
CMD ["/app"]
| crazyfacka/iseeyou | server/Dockerfile | Dockerfile | mit | 108 |
FROM jshimko/meteor-launchpad:latest
# todo: This is only temporary solution, this should be switched to sth smaller like alpine based image
ENV NODE_ENV production
| Cat-In-Black/meteor-starter-pack | app/Dockerfile | Dockerfile | mit | 166 |
FROM openjdk:8-jdk-alpine
VOLUME /tmp
ADD event-store-srv-0.0.1-SNAPSHOT.jar app.jar
ENV JAVA_OPTS=""
ENTRYPOINT [ "sh", "-c", "java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar /app.jar" ]
| charques/renthell | event-store-srv/src/main/docker/Dockerfile | Dockerfile | mit | 201 |
FROM centos:centos7
MAINTAINER q1701 <q1701@outlook.com>
# Create a working directory
RUN mkdir /tmp/build
ENV BUILD_TMP /tmp/build
WORKDIR /tmp/build
# Install dependencies to build
ENV BUILD_REQUIRES make,gcc,gettext,ncurses-devel,gtk2-devel,libX11-devel,libXt-devel,lua,lua-devel,perl,perl-ExtUtils-Embed,python,py... | q1701/build-vim | centos7/stage/Dockerfile | Dockerfile | mit | 501 |
FROM circleci/python:3.6
WORKDIR /src
COPY requirements.txt .
COPY requirements-test.txt .
RUN pip install --user -r requirements.txt -r requirements-test.txt
| closeio/tasktiger | Dockerfile | Dockerfile | mit | 160 |
FROM alpine:3.11
# VERSIONS
ENV ALPINE_VERSION=3.11 \
PYTHON_VERSION=2.7.16
ENV PYTHON_PATH=/usr/local/bin/ \
PATH="/usr/local/lib/python$PYTHON_VERSION/bin/:/usr/local/lib/pyenv/versions/$PYTHON_VERSION/bin:${PATH}" \
# These are always installed. Notes:
# * dumb-init: a proper init system for cont... | jfloff/alpine-python | 2.7-slim/Dockerfile | Dockerfile | mit | 5,511 |
FROM jenkins
MAINTAINER Alessio Occhipinti <info@godev.space>
USER root
# Set noninteractive mode for apt-get
ENV DEBIAN_FRONTEND noninteractive
# Change bad uid and group to jenkins user
RUN usermod -u 1011 jenkins \
&& groupmod -g 1011 jenkins
#============================================
# UTILS
#=============... | LasaleFamine/docker-jenkins-frontend | Dockerfile | Dockerfile | mit | 1,432 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-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... | resin-io-library/base-images | balena-base-images/python/cnx100-xavier-nx/alpine/3.13/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-debian:stretch-build
ENV NODE_VERSION 14.15.4
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/solidrun-imx6/debian/stretch/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,792 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-debian:stretch-run
ENV GO_VERSION 1.17.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-get ... | resin-io-library/base-images | balena-base-images/golang/armv7hf/debian/stretch/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,353 |
# AUTOGENERATED FILE
FROM balenalib/parallella-alpine:3.12-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 \
; do ... | nghiant2710/base-images | balena-base-images/node/parallella/alpine/3.12/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-fedora:35-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 keyserve... | resin-io-library/base-images | balena-base-images/node/aarch64/fedora/35/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,744 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-alpine:3.13-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 \
; do \
... | nghiant2710/base-images | balena-base-images/node/n510-tx2/alpine/3.13/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
# AUTOGENERATED FILE
FROM balenalib/parallella-ubuntu:disco-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/parallella/ubuntu/disco/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-fedora:34-build
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.... | nghiant2710/base-images | balena-base-images/node/aarch64/fedora/34/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,750 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-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:... | resin-io-library/base-images | balena-base-images/python/nitrogen6xq2g/debian/bullseye/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-alpine:edge-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | nghiant2710/base-images | balena-base-images/node/kitra710/alpine/edge/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
FROM shuyun/oracle-java8:latest
RUN apt-get update && apt-get install -y wget git curl zip && rm -rf /var/lib/apt/lists/*
ENV JENKINS_HOME /var/jenkins_home
# Jenkins is ran with user `jenkins`, uid = 1000
# If you bind mount a volume from host/vloume from a data container,
# ensure you use same uid
RUN useradd -d ... | yangtao309/docker-registry-items | jenkins/jenkins-master/Dockerfile | Dockerfile | apache-2.0 | 1,876 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-ubuntu:focal-build
ENV GO_VERSION 1.15.6
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "3918e6cc85e7eaaa6f859f1bdbaac772e7a825b0eb423c63d3ae68b21f84b844 go$GO_VERSION.linux-amd64.tar.gz" | s... | nghiant2710/base-images | balena-base-images/golang/intel-nuc/ubuntu/focal/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,011 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-ubuntu:disco-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.pgp... | nghiant2710/base-images | balena-base-images/node/nanopi-neo-air/ubuntu/disco/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-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 depen... | resin-io-library/base-images | balena-base-images/python/kitra710/debian/bullseye/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,093 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-ubuntu:impish-build
ENV GO_VERSION 1.17.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "02b111284bedbfa35a7e5b74a06082d18632eff824fd144312f6063943d49259 go$GO_VERSION.linux-amd64.tar.gz" | ... | resin-io-library/base-images | balena-base-images/golang/intel-nuc/ubuntu/impish/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,013 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:sid-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/raspberry-pi2/debian/sid/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,778 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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:... | resin-io-library/base-images | balena-base-images/python/beaglebone-green/ubuntu/focal/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
FROM nginx
MAINTAINER ipedrazas@gmail.com
COPY dist /usr/share/nginx/html
RUN chmod -R 755 /usr/share/nginx/html
| ipedrazas/nboxd | Dockerfile | Dockerfile | apache-2.0 | 115 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 pytho... | resin-io-library/base-images | balena-base-images/python/raspberrypi4-64/debian/bullseye/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,100 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-fedora:35-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 al... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit-seeed-2mic-hat/fedora/35/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,460 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 63C7CC9... | resin-io-library/base-images | balena-base-images/python/raspberrypi4-64/debian/bullseye/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,863 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.