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/artik710-ubuntu:hirsute-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-ge... | resin-io-library/base-images | balena-base-images/golang/artik710/ubuntu/hirsute/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,327 |
FROM ubuntu:14.04
MAINTAINER Team Distributed Systems <team-dist-sys@yelp.com>
# We need to install Java and Kafka in order to use Kafka CLI. The Kafka server
# will never run in this container; the Kafka server will run in the "kafka"
# container.
# Install Java.
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
ENV PATH="$P... | anthonysandrin/kafka-utils | docker/itest_0.9.0/Dockerfile | Dockerfile | apache-2.0 | 1,522 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-alpine:3.13-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 ] ... | nghiant2710/base-images | balena-base-images/golang/jetson-xavier/alpine/3.13/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,340 |
FROM quay.io/pires/docker-jre:8u171_alpine_3.8.1
MAINTAINER pjpires@gmail.com
# Export HTTP & Transport
EXPOSE 9200 9300
ENV ES_VERSION 6.4.2
ENV DOWNLOAD_URL "https://artifacts.elastic.co/downloads/elasticsearch"
ENV ES_TARBAL "${DOWNLOAD_URL}/elasticsearch-${ES_VERSION}.tar.gz"
ENV ES_TARBALL_ASC "${DOWNLOAD_URL}/... | pires/docker-elasticsearch | Dockerfile | Dockerfile | apache-2.0 | 2,010 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-ubuntu:focal-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 \
' \
&& ... | nghiant2710/base-images | balena-base-images/golang/raspberrypi400-64/ubuntu/focal/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,330 |
#########################################
# Python3 flask server and some other libs
FROM pdonorio/py3api
MAINTAINER "Paolo D'Onorio De Meo <p.donoriodemeo@gmail.com>"
RUN apt-get update && apt-get install -y -q \
# Zoomify extra python libs
python2.7-minimal python-pil \
# Images conversion
imagemagi... | pdonorio/dockerizing | python/py3apiwithlibs/Dockerfile | Dockerfile | apache-2.0 | 1,901 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-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 a... | resin-io-library/base-images | balena-base-images/python/raspberrypi3/alpine/3.13/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-debian:stretch-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90:... | resin-io-library/base-images | balena-base-images/python/beagleboard-xm/debian/stretch/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,860 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-alpine:3.10-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516600... | nghiant2710/base-images | balena-base-images/node/revpi-connect/alpine/3.10/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 3,028 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-debian:stretch-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" || \
gpg -... | resin-io-library/base-images | balena-base-images/node/ts4900/debian/stretch/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,777 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-nx-devkit-alpine:3.15-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
ech... | resin-io-library/base-images | balena-base-images/openjdk/jetson-tx2-nx-devkit/alpine/3.15/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,765 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-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: p... | resin-io-library/base-images | balena-base-images/python/var-som-mx6/debian/bookworm/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,859 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-debian:buster-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/jetson-xavier/debian/buster/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,786 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-alpine:3.11-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/etcher-pro/alpine/3.11/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-alpine:3.14-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname... | resin-io-library/base-images | balena-base-images/openjdk/kitra520/alpine/3.14/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,757 |
#
# MongoDB Dockerfile
#
# https://github.com/dockerfile/mongodb
#
# Pull base image.
FROM dockerfile/ubuntu
# Install MongoDB.
RUN \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 && \
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' > /etc/apt/sources.list.d/m... | thomasfischl/eurydome | docker/mongodb/Dockerfile | Dockerfile | apache-2.0 | 646 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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 a... | nghiant2710/base-images | balena-base-images/python/beaglebone-green/alpine/3.10/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,136 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-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 ... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-gateway/debian/buster/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,868 |
FROM java:8
ADD product-1.0.0-SNAPSHOT.jar app.jar
ADD selfsigned.cer /selfsigned.cer
RUN bash -c 'keytool -import -file selfsigned.cer -alias selfsigned -noprompt -storepass changeit'
VOLUME /tmp
VOLUME /target
RUN bash -c 'touch /app.jar'
EXPOSE 9303
ENTRYPOINT ["java","-Xmx256M","-Djava.security.egd=file:/dev/./uran... | thomasletsch/moserp | backend/product-module/product/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 344 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-alpine:3.12-run
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/colibri-imx6/alpine/3.12/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-fedora:30-run
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.pool... | nghiant2710/base-images | balena-base-images/node/odroid-xu4/fedora/30/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-ubuntu:disco-run
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pg... | nghiant2710/base-images | balena-base-images/node/imx8mm-var-dart/ubuntu/disco/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/up-core-ubuntu:bionic-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependen... | nghiant2710/base-images | balena-base-images/python/up-core/ubuntu/bionic/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,073 |
FROM gliderlabs/alpine:3.1
WORKDIR /app
COPY . /app
RUN apk --update add --virtual build-dependencies \
python-dev \
py-pip \
build-base \
curl \
&& pip install virtualenv \
&& virtualenv /env \
&& curl -s -k -o /tmp/sdk.tar.gz 'https://dl.dropboxusercontent.com/u/165239/mcn_cc_sdk.tgz' \
&& ... | icclab/hurtle_sample_runtime_so | Dockerfile | Dockerfile | apache-2.0 | 693 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-alpine:3.12-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add --n... | nghiant2710/base-images | balena-base-images/python/ts4900/alpine/3.12/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,126 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-fedora:35-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 Doc... | resin-io-library/base-images | balena-base-images/openjdk/genericx86-64-ext/fedora/35/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,342 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-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... | resin-io-library/base-images | balena-base-images/node/beaglebone-black/fedora/33/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:cosmic-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver... | nghiant2710/base-images | balena-base-images/node/genericx86-64-ext/ubuntu/cosmic/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,928 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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 "v... | nghiant2710/base-images | balena-base-images/python/jetson-xavier-nx-devkit/fedora/31/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,446 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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: p... | nghiant2710/base-images | balena-base-images/python/firefly-rk3288/ubuntu/focal/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-debian:buster-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install pyt... | nghiant2710/base-images | balena-base-images/python/asus-tinker-board-s/debian/buster/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,102 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-alpine:edge-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51660... | nghiant2710/base-images | balena-base-images/node/generic-aarch64/alpine/edge/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,028 |
# AUTOGENERATED FILE
FROM balenalib/artik710-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/artik710/alpine/3.10/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
FROM ubuntu
MAINTAINER viettienn
RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe" >> /etc/apt/sources.list; apt-get update; apt-get install -y unzip openjdk-6-jdk wget git
RUN wget -q http://mirror.nus.edu.sg/apache/kafka/0.8.1/kafka_2.9.2-0.8.1.tgz -O /tmp/kafka_2.9.2-0.8.1.tgz
RUN tar -xzf /tmp/kaf... | viettienn/docker-kafka | Dockerfile | Dockerfile | apache-2.0 | 587 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-alpine:3.11-build
ENV GO_VERSION 1.14.13
# 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/hummingboard/alpine/3.11/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/odyssey-x86-alpine:3.15-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirnam... | resin-io-library/base-images | balena-base-images/openjdk/odyssey-x86/alpine/3.15/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,771 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-ubuntu:focal-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 ... | nghiant2710/base-images | balena-base-images/node/hummingboard/ubuntu/focal/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
FROM golang:alpine AS builder
ENV CGO_ENABLED 0
COPY . /build
WORKDIR /build
RUN go build -o rest-server ./cmd/rest-server
FROM alpine
ENV DATA_DIRECTORY /data
ENV PASSWORD_FILE /data/.htpasswd
RUN apk add --no-cache --update apache2-utils
COPY docker/create_user /usr/bin/
COPY docker/delete_user /usr/bin/
COP... | restic/rest-server | Dockerfile | Dockerfile | bsd-2-clause | 458 |
#
# Scala with sbt based on lightweight java docker image
#
# Manual sbt install is based on:
# http://www.scala-sbt.org/0.13/tutorial/Manual-Installation.html
FROM denvazh/java:openjdk7-jdk
MAINTAINER Denis Vazhenin <denis.vazhenin@me.com>
# Versions
ENV SCALA_VERSION 2.11.1
ENV SBT_VERSION 0.13.11
# Install scala... | denvazh/scala | 2.11.1/openjdk7/Dockerfile | Dockerfile | bsd-2-clause | 1,667 |
FROM golang:1.12-alpine3.9 AS builder
RUN apk update && apk add --no-cache git
WORKDIR /workdir
COPY . .
RUN go mod download && \
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -o elastic elastic.go
FROM alpine:3.9
RUN apk update && \
apk add --no-cache ca-certificates && \
addgroup -S elastic && \
... | Rolinh/elastic-go | Dockerfile | Dockerfile | bsd-3-clause | 485 |
FROM balenalib/armv7hf-alpine:3.13-build
LABEL io.balena.device-type="beaglebone-green"
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 i... | nghiant2710/base-images | balena-base-images/device-base/beaglebone-green/alpine/3.13/build/Dockerfile | Dockerfile | apache-2.0 | 1,025 |
FROM linuxkit/guestfs:aecc40bf84ce4f4238e06934c46d7cc570a39eed@sha256:62e810869e83dabe04af7ac8fcd81d9f177d986a3424dcb9c4eb5439993c962f
COPY . .
ENTRYPOINT [ "/make-gcp" ]
| radu-matei/linuxkit | tools/mkimage-gcp/Dockerfile | Dockerfile | apache-2.0 | 173 |
# AUTOGENERATED FILE
FROM balenalib/up-core-ubuntu:bionic-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.
#
# For some sa... | nghiant2710/base-images | balena-base-images/openjdk/up-core/ubuntu/bionic/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,116 |
FROM gcr.io/ansible-tower-engineering/awx_devel:latest
# For UI tests
RUN yum install -y bzip2 gcc-c++
RUN npm set progress=false
WORKDIR "/awx_devel"
ADD tools/docker-compose/unit-tests/entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
| wwitzel3/awx | tools/docker-compose/unit-tests/Dockerfile | Dockerfile | apache-2.0 | 266 |
FROM balenalib/amd64-debian:sid-build
LABEL io.balena.device-type="up-board"
RUN apt-get update && apt-get install -y --no-install-recommends \
less \
kmod \
nano \
net-tools \
ifupdown \
iputils-ping \
i2c-tools \
usbutils \
&& rm -rf /var/lib/apt/lists/*
# MRAA
ENV MRAA_COMMIT 967585c9ea0e1a8818d21... | nghiant2710/base-images | balena-base-images/device-base/up-board/debian/sid/build/Dockerfile | Dockerfile | apache-2.0 | 2,869 |
FROM quay.io/prometheus/busybox:latest
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
COPY graphite_exporter /bin/graphite_exporter
EXPOSE 9108 9109 9109/udp
ENTRYPOINT [ "/bin/graphite_exporter" ]
| dylanmei/graphite_exporter | Dockerfile | Dockerfile | apache-2.0 | 242 |
FROM alpine:3.2
ENV GOBIN /tweeter/bin
ENV PATH $GOBIN:$PATH
WORKDIR /tweeter
EXPOSE 8080
ENTRYPOINT ["tweeter"]
COPY ./_output/bin/tweeter /tweeter/bin/tweeter
COPY ./assets /tweeter/assets
COPY ./templates /tweeter/templates
| mesosphere/oinker-go | Dockerfile | Dockerfile | apache-2.0 | 233 |
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%neutron-base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
#Install required packages
RUN yum install -y which && \
yum clean all
COPY start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
| jakedahn/kolla | docker/centos/source/neutron/neutron-server/Dockerfile | Dockerfile | apache-2.0 | 271 |
FROM buildpack-deps:bionic
ENV IROOT=/installs
ENV FFEAD_CPP_PATH=${IROOT}/ffead-cpp-3.0
ENV PATH=${FFEAD_CPP_PATH}:${PATH}
RUN mkdir /installs
WORKDIR /
COPY te-benchmark/ te-benchmark/
COPY *.sh ./
RUN chmod 755 *.sh
RUN ./install_ffead-cpp-dependencies.sh
WORKDIR /
RUN ./install_ffead-cpp-framework.sh
WORKDI... | stefanocasazza/FrameworkBenchmarks | frameworks/C++/ffead-cpp/ffead-cpp-nginx-mongo.dockerfile | Dockerfile | bsd-3-clause | 446 |
FROM alpine:3.1
MAINTAINER Eric Holmes <eric@remind101.com>
COPY ./ /go/src/github.com/remind101/tugboat
COPY ./bin/build /build
RUN /build
WORKDIR /var/run/tugboat
CMD ["/bin/tugboat", "server"]
| mhahn/empire | vendor/github.com/remind101/tugboat/Dockerfile | Dockerfile | bsd-2-clause | 198 |
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 tzdata
ENV GOGS_CUST... | chriswatt/gogs | Dockerfile | Dockerfile | mit | 613 |
FROM starefossen/ruby-node:2-5
RUN gem install github-pages
WORKDIR /data
RUN git clone https://github.com/docker/docker.github.io docs
WORKDIR /data/docs
RUN git checkout v1.8
RUN jekyll build
ENTRYPOINT ["jekyll", "serve", "--host=0.0.0.0"]
| jzwlqx/denverdino.github.io | _data/docsarchive/v1.8/Dockerfile | Dockerfile | apache-2.0 | 250 |
FROM ruby:2.2-slim
MAINTAINER Volodymyr Kornilov <mail@terion.name>
RUN useradd -d /home/u_web -m u_web
# disable the lecture
RUN su u_web && touch ~/.sudo_as_admin_successful
RUN apt-get update -qq && apt-get install -y sudo curl build-essential
RUN curl -sL https://deb.nodesource.com/setup | bash -
RUN apt-get upd... | terion-name/docker-static-web-build-runtime | Dockerfile | Dockerfile | mit | 695 |
FROM ruby:2.2.5
MAINTAINER Daniel Knox <dk@bitfs.us>
ENV REFRESHED_AT 2017-08-09
RUN apt-get update -qq && apt-get install -y build-essential
# cleanup
RUN rm -rf /var/lib/apt/lists/*
RUN mkdir -p /bcoin-client
ADD . /bcoin-client
WORKDIR /bcoin-client
RUN gem install bundler
RUN bundle install
CMD ['bundle', 'ex... | DanKnox-BitFS/bcoin-client | config/containers/ruby/Dockerfile | Dockerfile | mit | 334 |
FROM ubuntu:14.04
MAINTAINER liuzheng "liuzheng712@gmail.com"
RUN apt-get update && \
apt-get install -qqy wget python-dev python-pip p7zip-full expect libfontconfig1
RUN pip install django
RUN wget -q http://mirrors.ctan.org/systems/texlive/Images/texlive.iso && \
mkdir /tmp/texlive && \
7z x /texli... | liuzheng712/texlive4docker | Dockerfile | Dockerfile | mit | 991 |
FROM haproxy:1.7
COPY haproxy.cfg haproxy.cfg
| phpminds/website | docker/haproxy/Dockerfile | Dockerfile | mit | 47 |
FROM laincloud/openjdk:8-jdk
RUN apt-get update && apt-get install -y git curl && rm -rf /var/lib/apt/lists/*
ARG http_port=8080
ARG agent_port=50000
ENV JENKINS_HOME /jenkins
ENV JENKINS_SLAVE_AGENT_PORT ${agent_port}
# Jenkins home directory is a volume, so configuration and build history
# can be persisted and s... | laincloud/dockerfiles | jenkins/2.107.2/Dockerfile | Dockerfile | mit | 2,077 |
FROM frolvlad/alpine-java:jdk8-slim
ENV SCALA_VERSION=2.12.8 \
SCALA_HOME=/usr/share/scala
# NOTE: bash is used by scala/scalac scripts, and it cannot be easily replaced with ash.
RUN apk add --no-cache --virtual=.build-dependencies wget ca-certificates && \
apk add --no-cache bash && \
cd "/tmp" && \
... | frol/docker-alpine-scala | Dockerfile | Dockerfile | mit | 746 |
FROM alpine:3.10.2
MAINTAINER developers@khipu.com
ARG GOSU_VERSION=1.11
ARG KHIPU_GID=2000
ARG KHIPU_UID=2000
RUN apk update \
&& apk upgrade \
&& apk add --update curl bash gettext su-exec \
&& rm -rf /var/cache/apk/*
RUN adduser -u ${KHIPU_UID} -D -H khipu \
&& mkdir -p /opt/khipu \
&& cd /opt... | khipu/dockerfiles | base-alpine/Dockerfile | Dockerfile | mit | 558 |
FROM ruby:2.1.5
ADD init_homesick.sh /tmp/init_homesick.sh
RUN chmod 755 /tmp/init_homesick.sh
RUN gem install homesick
ENTRYPOINT ["/tmp/init_homesick.sh"]
CMD ["/bin/bash"]
| hiroara/dockerfiles | homesick/ruby-2.1.5/Dockerfile | Dockerfile | mit | 178 |
FROM ruby:2.0
ENV RACK_ENV dev
COPY . /src
WORKDIR /src
RUN mkdir /etc/onetime
RUN cp -r etc/* /etc/onetime/ && \
cp run.sh /run.sh && \
chmod a+x /run.sh
RUN mkdir -p /var/log/onetime
RUN touch /var/log/onetime/redis.log
RUN mkdir -p /var/lib/onetime/
RUN bundle install
RUN bundler
EXPOSE 8080
CMD ["/run... | namshi/onetimesecret | Dockerfile | Dockerfile | mit | 326 |
FROM tatsushid/tinycore:8.0-x86_64
RUN sudo adduser -D pil
COPY pil.tgz /home/pil/pil.tgz
RUN sudo tar -xvzf /home/pil/pil.tgz -C /home/pil \
&& sudo ln -s /home/pil/picoLisp /usr/lib/picolisp \
&& sudo ln -s /usr/lib/picolisp/bin/picolisp /usr/bin \
&& sudo ln -s /usr/lib/picolisp/bin/pil /usr/bin
EXPOS... | iprog4u/docker-tinycore-picolisp | Dockerfile | Dockerfile | mit | 356 |
FROM ubuntu:latest
MAINTAINER Jaime Fullaondo @truthbk
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN apt-get update && apt-get install -y \
curl \
procps \
fakeroot \
python \
python-pip \
git \
build-essential \
python \
python-setuptools \
python-software-properties \
soft... | truthbk/dogbox | generators/Dockerfile | Dockerfile | mit | 856 |
FROM php:7-apache
RUN set -xe \
&& mkdir -p /usr/src/grav/.unpacked \
&& apt-get update && apt-get install -y libpng16-16 git unzip libpng-dev libjpeg62-turbo libjpeg62-turbo-dev --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-di... | pgrm/docker-grav | ceevee-site-1.1.0/Dockerfile | Dockerfile | mit | 1,498 |
# AUTOGENERATED FILE
FROM balenalib/nuc-fedora:31-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" | sha256sum... | nghiant2710/base-images | balena-base-images/golang/nuc/fedora/31/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,003 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-alpine:3.14-run
ENV Logging__Console__FormatterName=Json
RUN apk add --no-cache \
ca-certificates \
\
# .NET Core dependencies
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libstdc++ \
icu-libs \
... | resin-io-library/base-images | balena-base-images/dotnet/am571x-evm/alpine/3.14/6.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,086 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-alpine:edge-build
ENV GO_VERSION 1.17.7
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] &&... | resin-io-library/base-images | balena-base-images/golang/cl-som-imx8/alpine/edge/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
FROM python:3.7-alpine
LABEL maintainer="Shiqiao Du <lucidfrontier.45@gmail.com>"
RUN set -x \
&& apk update \
&& apk add --virtual .build-deps \
bzip2-dev \
gcc \
libc-dev \
linux-headers \
make \
openssl-dev \
pcre-dev \
zlib-dev \
&& pip in... | lucidfrontier45/docker-python-uwsgi | 3.7/alpine/Dockerfile | Dockerfile | apache-2.0 | 743 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McV... | resin-io-library/base-images | balena-base-images/python/intel-edison/alpine/edge/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# 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... | jhseu/tensorflow | tensorflow/tools/dockerfiles/dockerfiles/ppc64le/gpu-ppc64le-jupyter.Dockerfile | Dockerfile | apache-2.0 | 6,509 |
# AUTOGENERATED FILE
FROM balenalib/cybertan-ze250-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/cybertan-ze250/debian/buster/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,875 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-ubuntu:cosmic-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/jetson-xavier/ubuntu/cosmic/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,328 |
FROM rabbitmq:3.7-alpine
MAINTAINER WangXiaoMing <wxmclub@gmail.com>
ENV TZ="Asia/Shanghai" \
LANG="zh_CN.UTF-8"
RUN apk add --no-cache tzdata \
&& rm /etc/localtime \
&& ln -s /usr/share/zoneinfo/$TZ /etc/localtime \
&& echo $TZ > /etc/timezone
| wxmclub/docker-images | rabbitmq/3.7-alpine/Dockerfile | Dockerfile | apache-2.0 | 265 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-debian:buster-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 --ke... | resin-io-library/base-images | balena-base-images/node/asus-tinker-edge-t/debian/buster/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,940 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-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 depend... | resin-io-library/base-images | balena-base-images/python/qemux86/debian/bullseye/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,092 |
#------------------------------------------------------------------------------
# Set the base image for subsequent instructions:
#------------------------------------------------------------------------------
FROM centos:7
MAINTAINER Marc Villacorta Morera <marc.villacorta@gmail.com>
#-------------------------------... | h0tbird/docker-data | Dockerfile | Dockerfile | apache-2.0 | 1,453 |
FROM alpine:3.4
RUN apk add --update rsyslog rsyslog-tls logrotate\
&& rm -rf /var/cache/apk/*
RUN mkdir -p /var/log/remote/ \
&& mkdir -p /var/spool/rsyslog \
&& chmod 644 /var/log/remote/ -R && chmod 644 /var/spool/rsyslog
EXPOSE 10514/udp
VOLUME [ "/var/log", "/etc/rsyslog.d" ]
COPY ./etc/rsyslog.co... | webratio/docker | rsyslog-docker/8.18/Dockerfile | Dockerfile | apache-2.0 | 687 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-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/orangepi-plus2/debian/bullseye/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,862 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-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 'dir... | resin-io-library/base-images | balena-base-images/openjdk/blackboard-tx2/alpine/3.14/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
# AUTOGENERATED FILE
FROM balenalib/isg-503-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver k... | resin-io-library/base-images | balena-base-images/node/isg-503/debian/bullseye/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,933 |
FROM %%DOCKER_NAMESPACE%%/%%DOCKER_PREFIX%%openvswitch-base:%%DOCKER_TAG%%
ENV HARBOR_COMPONENT="openvswitch-ovn-controller"
COPY ./assets /opt/harbor/assets
RUN set -e && \
set -x && \
cp -rf /opt/harbor/assets/* / && \
rm -rf /opt/harbor/assets && \
yum install -y \
openvswitch-ovn-host && ... | portdirect/harbor | docker/openvswitch/openvswitch-ovn-controller/Dockerfile | Dockerfile | apache-2.0 | 663 |
FROM nginx:1.15.8-alpine
MAINTAINER Robert Olejnik robert@teonite.com
# install/updates certificates
RUN apt-get update \
&& apt-get install -y -q --no-install-recommends \
ca-certificates less \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*
# apply fix for very long server names
RUN sed -i 's/^http {/&\... | teonite/docker-nginx-dynamic-sites | Dockerfile | Dockerfile | apache-2.0 | 709 |
# AUTOGENERATED FILE
FROM balenalib/rpi-debian:bullseye-build
ENV NODE_VERSION 12.20.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/rpi/debian/bullseye/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,809 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-debian:buster-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... | nghiant2710/base-images | balena-base-images/python/ts4900/debian/buster/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,089 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-ubuntu:bionic-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.... | nghiant2710/base-images | balena-base-images/node/colibri-imx6/ubuntu/bionic/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
FROM balenalib/armv7hf-debian:bookworm-build
LABEL io.balena.device-type="odroid-c1"
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 [ ! -d /.balena/messages ] && mk... | resin-io-library/base-images | balena-base-images/device-base/odroid-c1/debian/bookworm/build/Dockerfile | Dockerfile | apache-2.0 | 1,096 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-fedora:36-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", ... | resin-io-library/base-images | balena-base-images/python/var-som-mx6/fedora/36/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,434 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-ubuntu:focal-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_VERSI... | nghiant2710/base-images | balena-base-images/golang/apalis-imx6q/ubuntu/focal/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
FROM alpine
RUN mkdir /sentel
RUN mkdir /sentel/bin
RUN mkdir /sentel/etc
COPY bin/linux_amd64/apiserver /sentel/bin/
#COPY apiserver/apiserver.conf /sentel/etc/
COPY apiserver/swagger.yaml /sentel/etc/
ENTRYPOINT ["/sentel/bin/apiserver"]
| cloustone/sentel | apiserver/Dockerfile | Dockerfile | apache-2.0 | 241 |
FROM indybase
ARG uid=1000
# Install environment
RUN apt-get update -y && apt-get install -y \
git \
wget \
python3.5 \
python3-pip \
python-setuptools \
python3-nacl \
apt-transport-https \
ca-certificates
RUN pip3 install -U \
'pip<10.0.0' \
setuptools
RUN apt-key adv --keyserver keyserver.ubuntu.com -... | spivachuk/sovrin-node | environment/docker/pool/core.ubuntu.dockerfile | Dockerfile | apache-2.0 | 741 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-debian:jessie-run
ENV NODE_VERSION 12.20.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver ... | nghiant2710/base-images | balena-base-images/node/odroid-ux3/debian/jessie/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:bookworm-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dep... | resin-io-library/base-images | balena-base-images/python/am571x-evm/debian/bookworm/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,093 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-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/colibri-imx6dl/debian/bullseye/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,862 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-ubuntu:xenial-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserv... | nghiant2710/base-images | balena-base-images/node/raspberrypi4-64/ubuntu/xenial/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-alpine:3.12-run
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 ] && e... | nghiant2710/base-images | balena-base-images/golang/npe-x500-m3/alpine/3.12/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-alpine:edge-run
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/orange-pi-lite/alpine/edge/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,471 |
# AUTOGENERATED FILE
FROM balenalib/up-core-ubuntu:eoan-build
ENV NODE_VERSION 14.15.4
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/up-core/ubuntu/eoan/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-debian:bookworm-run
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --ke... | resin-io-library/base-images | balena-base-images/node/beaglebone-black/debian/bookworm/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,946 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-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 "virtual... | resin-io-library/base-images | balena-base-images/python/beaglebone-pocket/fedora/34/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,439 |
# AUTOGENERATED FILE
FROM balenalib/up-core-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 k... | nghiant2710/base-images | balena-base-images/python/up-core/ubuntu/focal/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.