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 busybox
RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
RUN echo 'dockerio:x:1001:' >> /etc/group
RUN mkdir /exists
RUN touch /exists/exists_file
RUN chown -R dockerio.dockerio /exists
ADD test_dir/ /exists/
RUN [ $(ls -l / | grep exists | awk '{print $3":"$4}') = 'dockerio:dockerio' ]
RUN [ $(ls -... | danielfm/coreos-kubernetes | multi-node/aws/vendor/github.com/dotcloud/docker/integration-cli/build_tests/TestAdd/DirContentToExistDir/Dockerfile | Dockerfile | apache-2.0 | 464 |
# ansible-semaphore production image
FROM golang:1.16.3-alpine3.13 as builder
LABEL maintainer="Tom Whiston <tom.whiston@gmail.com>"
COPY ./ /go/src/github.com/ansible-semaphore/semaphore
WORKDIR /go/src/github.com/ansible-semaphore/semaphore
RUN apk add --no-cache -U libc-dev curl nodejs npm git && \
./deployment... | ansible-semaphore/semaphore | deployment/docker/prod/Dockerfile | Dockerfile | mit | 1,223 |
FROM alpine:latest
MAINTAINER "Cappetta <cappetta@automatedcybersolutions.com>"
ENV TERRAFORM_VERSION=0.11.8
ENV TERRAFORM_SHA256SUM=84ccfb8e13b5fce63051294f787885b76a1fedef6bdbecf51c5e586c9e20c9b7
RUN apk add --update git curl openssh && \
curl https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraf... | cappetta/SecDevOps-Toolkit | tooling/docker/cicd_terraform_inspec/Dockerfile | Dockerfile | mit | 1,222 |
FROM ruby:2.1
RUN gem install cinch
RUN gem install time_diff
COPY bot.rb .
CMD ["ruby","bot.rb"]
| JoeParrinello/neatbot | Dockerfile | Dockerfile | mit | 101 |
FROM ouyi/docker-ubuntu-precise-core-i386
MAINTAINER Yi Ou <https://github.com/ouyi>
ENV DEBIAN_FRONTEND noninteractive
RUN echo "nameserver 8.8.8.8" | tee /etc/resolv.conf > /dev/null
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y install iputils-ping firefox openjdk-7-jre icedtea-7-plugin libpango1.0-0 ... | ouyi/docker-ubuntu32-firefox | Dockerfile | Dockerfile | mit | 450 |
FROM mcr.microsoft.com/azure-functions/python:2.0
COPY . /home/site/wwwroot
ENV AzureFunctionsJobHost__Logging__Console__IsEnabled=true
RUN cd /home/site/wwwroot && \
pip install -r requirements.txt
| yokawasa/azure-functions-python-samples | v2functions/Dockerfile | Dockerfile | mit | 206 |
FROM ubuntu:xenial
LABEL com.signalsciences.base-os_name=ubuntu \
com.signalsciences.base-os_version=16.04 \
com.signalsciences.base-server_name=apache \
com.signalsciences.base-server_version=2.4.18
RUN set -ex \
&& apt-get update \
&& apt-get install -y --no-install-recommends ca-certifica... | signalsciences/os-server-combos | sigsciserverimg/ubuntu_16.04-apache_2.4.18_native/Dockerfile | Dockerfile | mit | 499 |
FROM nodesource/fedora22-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_5.x/fc/22/x86_64/nodejs-5.5.0-1nodesource.fc22.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/22/node/5.5.0/Dockerfile | Dockerfile | mit | 476 |
##
# Docker image for developing the application.
#
# This provides a development environment for the application.
#
FROM golang:1.7
MAINTAINER Homme Zwaagstra <hrz@geodata.soton.ac.uk>
COPY ./ /go/src/github.com/geo-data/nicer/
WORKDIR /go/src/github.com/geo-data/nicer/
RUN ./docker/build.sh
# Expose the realize... | geo-data/nicer | docker/Dockerfile | Dockerfile | mit | 355 |
FROM ruby:2.3.0-slim
COPY Gemfile* ./
RUN bundle install
ADD . .
CMD ["bin/game_of_life"]
| wingyu/game_of_life | Dockerfile | Dockerfile | mit | 94 |
FROM ubuntu
RUN echo "Generic Container for Abacus"
# Use bash
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
# Base tooling
RUN apt-get update && apt-get install -y \
git \
build-essential \
curl \
unzip \
autoconf \
libtool \
zlib1g-dev \
python-pip \
python-dev \
python3 \
p... | seansu4you87/kupo | sandbox/python/abacus/backend/Dockerfile | Dockerfile | mit | 473 |
FROM buildpack-deps:disco-scm
| vicamo/docker-buildpack-deps | disco/amd64/scm/Dockerfile | Dockerfile | mit | 30 |
# GENERATED FILE, DO NOT MODIFY!
# To update this file please edit the relevant template and run the generation
# task `rake generate:clojure`
FROM instructure/java:11
USER root
#
# Clojure
#
ENV LEIN_VERSION 2.9.1
ENV LEIN_INSTALL /usr/local/bin/
WORKDIR /tmp
# Download the whole repo as an archive
RUN \
set -x... | instructure/dockerfiles | clojure/11/Dockerfile | Dockerfile | mit | 1,819 |
FROM alpine:3.8
RUN apk add --no-cache \
ca-certificates \
curl \
gnupg \
tar
| JayH5/alpine-buildpack-deps | 3.8/curl/Dockerfile | Dockerfile | mit | 111 |
FROM python:2.7
ADD . /app
WORKDIR /app
RUN pip install -r requirements.txt
| yograterol/compose-platzi-demo | Dockerfile | Dockerfile | mit | 78 |
# Set the base image to nginx
FROM node:8
# File Author / Maintainer
MAINTAINER Liudonghua <liudonghua123@gmail.com>
# update the repository sources list
RUN apt-get update
# install vim for quick modify
RUN apt-get install -y vim
# http://www.clock.co.uk/blog/a-guide-on-how-to-cache-npm-install-with-docker
ADD pac... | ynu/itrm-api-for-client | Dockerfile | Dockerfile | mit | 497 |
FROM python:3.6-alpine
# FROM alpine:edge
MAINTAINER "Paolo D'Onorio De Meo <p.donoriodemeo@cineca.it>"
# Note:
# This is image is intended to be as small as possible
RUN apk update && apk upgrade && apk add \
bash less vim \
curl wget git \
jq \
# python3 \
&& rm -rf /var/cache/apk/*
# Install ... | EUDAT-B2STAGE/docker-images | images/apiclient/Dockerfile | Dockerfile | mit | 1,260 |
# To deploy this container directly from Docker Hub, use:
#
# docker run --cap-drop=all --name nginx -p 80:8080 -d ajhaydock/alexhaydock.co.uk
#
# To build and run this container locally, try a command like:
#
# docker build -t alexhaydock.co.uk .
# docker run --cap-drop=all --name nginx -p 80:8080... | ajhaydock/alexhaydock.co.uk | docker/Dockerfile | Dockerfile | mit | 1,407 |
# AUTOGENERATED FILE
FROM balenalib/artik710-debian:buster-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "5e59056e36704acb25809bcdb27191f27593cb7aba4d716b523008135a1e764a go$GO_VERSION.linux-arm64.tar.gz" | ... | resin-io-library/base-images | balena-base-images/golang/artik710/debian/buster/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 1,999 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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", s... | resin-io-library/base-images | balena-base-images/python/artik520/fedora/35/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
FROM mysql:5.6
WORKDIR /tmp
ADD registry.sql r.sql
ADD docker-entrypoint.sh /entrypoint.sh
RUN chmod u+x /entrypoint.sh
| dengxiangyu768/dengxytools | harbor/harbor/make/common/db/Dockerfile | Dockerfile | apache-2.0 | 125 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-alpine:3.14-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 \
6A010C516... | resin-io-library/base-images | balena-base-images/node/asus-tinker-board/alpine/3.14/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
FROM alpine:3.2
MAINTAINER Christophe Furmaniak <christophe.furmaniak@gmail.com>
RUN apk add --update curl bash \
&& rm -rf /var/cache/apk/* \
&& curl -L https://get.docker.com/builds/Linux/x86_64/docker-latest > /usr/bin/docker \
&& chmod +x /usr/bin/docker
CMD ["bash"]
| looztra/dockerfiles | alpine-docker-client/Dockerfile | Dockerfile | apache-2.0 | 281 |
FROM debian:sid
MAINTAINER OpenZipkin "http://zipkin.io/"
RUN apt-get update && apt-get install -y \
curl \
openjdk-8-jre-headless \
netcat
ENV ZIPKIN_REPO https://jcenter.bintray.com
ENV ZIPKIN_VERSION 1.2.2
RUN mkdir /zipkin
WORKDIR /zipkin
| eirslett/docker-zipkin | base/Dockerfile | Dockerfile | apache-2.0 | 252 |
# syntax=docker/dockerfile:1.3
# This name comes from the docker-compose yml file that defines a name
# for the "web" container's image.
FROM kinto:build
WORKDIR /app
ENV PYTHONUNBUFFERED=1 \
PYTHONPATH="/app:$PYTHONPATH"
USER root
RUN apt-get update && \
apt-get install -y --no-install-recommends \
cu... | mozilla-services/kinto-dist | Testing.Dockerfile | Dockerfile | apache-2.0 | 560 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-fedora:31-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/raspberrypi3-64/fedora/31/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-debian:sid-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/beaglebone/debian/sid/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,781 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-debian:jessie-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO... | nghiant2710/base-images | balena-base-images/golang/bananapi-m1-plus/debian/jessie/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,036 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-fedora:34-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 "bfc8f07945296e97c6d... | nghiant2710/base-images | balena-base-images/golang/raspberrypi3-64/fedora/34/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,078 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-debian:buster-run
ENV GO_VERSION 1.16.3
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& ap... | nghiant2710/base-images | balena-base-images/golang/blackboard-tx2/debian/buster/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,329 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:bionic-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu60 \
libssl1.1 \
libs... | resin-io-library/base-images | balena-base-images/dotnet/beaglebone/ubuntu/bionic/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,517 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-nx-devkit-alpine:edge-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/edge/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,765 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-fedora:34-run
ENV GO_VERSION 1.16.14
# 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 "5e59056e367... | resin-io-library/base-images | balena-base-images/golang/jetson-xavier-nx-devkit/fedora/34/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,086 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python... | nghiant2710/base-images | balena-base-images/python/ccimx8x-sbc-pro/debian/stretch/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,102 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-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 a... | resin-io-library/base-images | balena-base-images/python/colibri-imx6/alpine/3.12/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-alpine:3.15-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; ... | resin-io-library/base-images | balena-base-images/node/orange-pi-one/alpine/3.15/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,954 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-alpine:3.13-run
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/colibri-imx6dl/alpine/3.13/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,471 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-alpine:3.10-build
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; d... | nghiant2710/base-images | balena-base-images/node/up-core-plus/alpine/3.10/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,966 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-debian:jessie-run
ENV GO_VERSION 1.16
# 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 u... | nghiant2710/base-images | balena-base-images/golang/coral-dev/debian/jessie/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,320 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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: pub... | nghiant2710/base-images | balena-base-images/python/odroid-c1/debian/bullseye/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,860 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-ubuntu:focal-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.pgp.co... | nghiant2710/base-images | balena-base-images/node/var-som-mx6/ubuntu/focal/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-fedora:34-build
ENV NODE_VERSION 14.16.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/imx8m-var-dart/fedora/34/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-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 depen... | resin-io-library/base-images | balena-base-images/python/jetson-tx2/ubuntu/bionic/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,065 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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 keyser... | resin-io-library/base-images | balena-base-images/node/odroid-c1/fedora/35/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,750 |
# AUTOGENERATED FILE
FROM balenalib/n310-tx2-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVitti... | resin-io-library/base-images | balena-base-images/python/n310-tx2/alpine/3.13/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-alpine:3.13-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/up-core-plus/alpine/3.13/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,476 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-debian:stretch-build
ENV GO_VERSION 1.16
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 "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 ... | nghiant2710/base-images | balena-base-images/golang/beaglebone-green-gateway/debian/stretch/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,040 |
# Base image
FROM ubuntu:20.04
################## METADATA ######################
LABEL base_image="ubuntu:20.04"
LABEL version="2"
LABEL software="biocontainers"
LABEL software.version="1.2.0"
LABEL about.summary="Base image for BioDocker"
LABEL about.home="http://biocontainers.pro"
LABEL about.documentation="https:... | BioContainers/containers | biocontainers/1.2.0/Dockerfile | Dockerfile | apache-2.0 | 3,152 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-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/spacely-tx2/debian/bullseye/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,535 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-fedora:31-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/cl-som-imx8/fedora/31/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-ubuntu:cosmic-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 ... | nghiant2710/base-images | balena-base-images/openjdk/artik533s/ubuntu/cosmic/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,100 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-alpine:3.15-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... | resin-io-library/base-images | balena-base-images/openjdk/jetson-tx1/alpine/3.15/7-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,763 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-ubuntu:cosmic-build
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 --keyserve... | nghiant2710/base-images | balena-base-images/node/jetson-xavier/ubuntu/cosmic/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-debian:stretch-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --key... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/debian/stretch/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,946 |
# This Dockerfile should be run from the root FStar directory
# It builds and tests a binary package for F*.
# It is a potential alternative to .scripts/process_build.sh
# Build the package
ARG ocaml_version=4.12
FROM ocaml/opam:ubuntu-20.04-ocaml-$ocaml_version AS fstarbuild
# FIXME: the `opam depext` command should... | FStarLang/FStar | .docker/package.Dockerfile | Dockerfile | apache-2.0 | 3,522 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-alpine:3.10-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add... | nghiant2710/base-images | balena-base-images/python/jn30b-nano/alpine/3.10/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVi... | nghiant2710/base-images | balena-base-images/python/jetson-nano/alpine/3.13/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-alpine:3.10-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk ... | nghiant2710/base-images | balena-base-images/python/hummingboard2/alpine/3.10/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-ubuntu:focal-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dep... | resin-io-library/base-images | balena-base-images/python/hummingboard2/ubuntu/focal/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,068 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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" || \
gpg... | nghiant2710/base-images | balena-base-images/node/up-board/debian/buster/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,788 |
FROM ppc64le/openjdk:openjdk-8-jdk
MAINTAINER Yugandha Deshpande <yugandha@us.ibm.com>
ENV GEODE_VERSION "rel/v1.2.1"
RUN apt-get update && \
apt-get install git -y && \
git clone https://github.com/apache/incubator-geode.git --branch=${GEODE_VERSION} && \
cd incubator-geode \
&& ./gradlew build -Dski... | ppc64le/build-scripts | a/apache-geode/Dockerfiles/v1.2.1/Dockerfile | Dockerfile | apache-2.0 | 762 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-ubuntu:focal-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depe... | nghiant2710/base-images | balena-base-images/python/revpi-core-3/ubuntu/focal/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,069 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-ubuntu:xenial-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-get u... | nghiant2710/base-images | balena-base-images/golang/aarch64/ubuntu/xenial/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,322 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-ubuntu:bionic-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-get... | nghiant2710/base-images | balena-base-images/golang/n510-tx2/ubuntu/bionic/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,325 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-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 depend... | nghiant2710/base-images | balena-base-images/python/odroid-u3+/ubuntu/disco/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
FROM ubuntu:focal
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y install \
automake \
autotools-dev \
bison \
build-essential \
clang \
cmake \
curl \
debhelper \
debsigs \
devscripts \
dh-exec \
dh-lua... | ElektraInitiative/libelektra | scripts/docker/ubuntu/focal/Dockerfile | Dockerfile | bsd-3-clause | 2,828 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="placnet" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="placnet" \
about.summary="Plasmid Constellation Network project" \
about.home=... | BioDocker/containers | placnet/1.03-3-deb/Dockerfile | Dockerfile | apache-2.0 | 914 |
FROM ubuntu:trusty
RUN apt-get update && \
apt-get install -yq iptables apt-transport-https ca-certificates
ENV DIND_COMMIT=b8bed8832b77a478360ae946a69dab5e922b194e
ADD https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind /usr/local/bin/dind
RUN chmod +x /usr/local/bin/dind
VOLUME /var/lib/docker... | tutumcloud/node | 1.5.0/Dockerfile | Dockerfile | apache-2.0 | 1,127 |
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="pyfaidx" \
container="pyfaidx" \
about.summary="efficient random access to fasta subsequences for Python" \
about.home="https://github.com/mdshw5/pyfaidx" \
software.version="0... | BioContainers/containers | pyfaidx/0.4.8.1-1-deb-py2/Dockerfile | Dockerfile | apache-2.0 | 718 |
# Copyright 2015 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... | kpayson64/grpc | tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/Dockerfile | Dockerfile | apache-2.0 | 3,355 |
FROM ubuntu
RUN echo 'Building new SuperDuper Docker image...'
COPY test/testdata/ca-cert.pem /tmp/
RUN apt-get update && \
apt-get install -y software-properties-common && \
apt-add-repository -y ppa:jbboehr/coreos && \
apt-get update && \
apt-get install -qqy \
ca-certificates \
etcdct... | aeijdenberg/certificate-transparency | Dockerfile | Dockerfile | apache-2.0 | 2,405 |
# Base image from SwiftDocker
# https://hub.docker.com/r/swiftdocker/swift/
FROM library/swift
MAINTAINER Pinterest
ENV plank_HOME /usr/local/plank
ENV PATH ${plank_HOME}/.build/release:${PATH}
# Copy plank sources
WORKDIR /plank
| pinterest/plank | Dockerfile | Dockerfile | apache-2.0 | 233 |
# Copyright 2018 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... | kevin-coder/tensorflow-fork | tensorflow/tools/dockerfiles/dockerfiles/ppc64le/cpu-ppc64le-jupyter.Dockerfile | Dockerfile | apache-2.0 | 3,785 |
FROM node:16.13.1-slim
# Install dependencies for running Electron and nwjs
RUN apt-get update -y && \
apt-get install -y \
libasound2 \
libatomic1 \
libgbm-dev \
libgtk2.0-0 \
libgconf-2-4 \
libnotify-dev \
libnss3 \
libxss1 \
xvfb &&\
rm -rf /var/lib/apt/... | megahertz/electron-log | Dockerfile | Dockerfile | mit | 608 |
FROM scoringengine/base
USER root
RUN \
apt-get update && \
apt-get install -y curl && \
rm -rf /var/lib/apt/lists/* && \
curl -s -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 -o /usr/bin/cc-test-reporter && \
chmod +x /usr/bin/cc-test-reporter
COPY bin /app/bin
COPY .... | pwnbus/scoring_engine | docker/tester/Dockerfile | Dockerfile | mit | 600 |
# Copyright (C) 2015, BMW Car IT GmbH
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, di... | bmwcarit/komenco-docker-base | base/Dockerfile | Dockerfile | mit | 3,330 |
FROM dealerdirect/debian:stretch
MAINTAINER Dealerdirect <opensource@dealerdirect.nl>
ENV INSTALL_APT "dirmngr gnupg2 build-essential"
ENV NODE_VERSION "7.7.0"
ADD files/shared/scripts/*.sh /tmp/shared/scripts/
RUN \
bash /tmp/shared/scripts/install-upgrade-apt-packages.sh && \
bash /tmp/shared/scripts/insta... | DealerDirect/docker | images/node/Dockerfile | Dockerfile | mit | 378 |
##########################################################################
# NGINX Cookbook #
# -------------------------------------------------------------------- #
# Author: Tim Butler #
# Publisher: Packt ... | timbutler/nginxcookbook | Chapter10/01-Dockerfile | Dockerfile | mit | 1,190 |
FROM debian:stretch-slim
RUN groupadd -r bitcoin && useradd -r -m -g bitcoin bitcoin
RUN set -ex \
&& apt-get update \
&& apt-get install -qq --no-install-recommends ca-certificates dirmngr gosu gpg wget \
&& rm -rf /var/lib/apt/lists/*
ENV BITCOIN_VERSION 0.14.3
ENV BITCOIN_URL https://download.bitcoinabc.org/0.... | amacneil/docker-bitcoin | abc/0.14.3/Dockerfile | Dockerfile | mit | 1,075 |
FROM ruby:2.6-alpine
LABEL maintainer "Alex Chan <alex@alexwlchan.net>"
LABEL description "Build image for alexwlchan.net"
COPY Gemfile .
COPY Gemfile.lock .
# This is needed to avoid a segfault/shared library issue when running
# sassc-ruby inside Alpine. See https://github.com/sass/sassc-ruby/issues/141
ENV BUNDL... | alexwlchan/alexwlchan.net | Dockerfile | Dockerfile | mit | 448 |
FROM dnhsoft/confluence-base:5.x
ADD https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-5.5.7-x64.bin /confluence-install.bin
RUN /assets/install.sh
| dnhsoft/docker-confluence | 5.5.7/Dockerfile | Dockerfile | mit | 185 |
FROM buildpack-deps:jessie
# 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
# gpg: key F73C700D: public key "Larry Hastings <larry@hasti... | Odoo-Ind/odoo-test1 | 3.4/Dockerfile | Dockerfile | mit | 1,660 |
# AlpineLinux with a glibc-2.29-r0 and Oracle Java 8
FROM alpine:3.8
MAINTAINER Anastas Dancha <anapsix@random.io>
# thanks to Vladimir Krivosheev <develar@gmail.com> aka @develar for smaller image
# and Victor Palma <palma.victor@gmail.com> aka @devx for pointing it out
# Java Version and other ENV
ENV JAVA_VERSION... | anapsix/docker-alpine-java | 8/102b14/jdk-dcevm/unlimited/Dockerfile | Dockerfile | mit | 5,148 |
#############################################################
# DockerFile: v0.3
# Autor: @bashs
# Basado en una imagen de Debian.
#############################################################
# Establece la imagen de base a utilizar para los servicios a implementar
FROM debian
# Matenedor del archivo
MAINTAINER Leon... | octopusgen/experimental | Dockerfile | Dockerfile | mit | 1,068 |
# Installs and configures a single-node cassandra cluster suitable for dev
# If you want your data to be persistent, have docker bind mount
# /var/lib/cassandra to a persistent location on the host filesystem
FROM jayofdoom/docker-ubuntu-14.04
MAINTAINER Jay Faulkner "jay.faulkner@rackspace.com"
# software-properties... | jayofdoom/docker-trusty-cassandra-standalone | Dockerfile | Dockerfile | mit | 1,264 |
##Dockerizing a go web app
FROM golang
MAINTAINER Kristina Hager <kristina.hager@gmail.com>
#don't include git history in this image
RUN echo ".git" > .dockerignore
#mgo for talking to mongodb
RUN go get gopkg.in/mgo.v2
COPY . /go/src/test-docker-go-mongodb
RUN go install test-docker-go-mongodb
ENTRYPOINT /go/bin/... | kristina-hager/test-docker-go-mongodb | Dockerfile | Dockerfile | mit | 355 |
FROM node:4.2.6
MAINTAINER Fraser Xu <xvfeng123@gmail.com>
RUN apt-get update
# Install dependencies for running electron
RUN apt-get install -y \
xvfb \
x11-xkb-utils \
xfonts-100dpi \
xfonts-75dpi \
xfonts-scalable \
xfonts-cyrillic \
x11-apps \
clang \
libdbus-1-dev \
libgtk2.0-dev \
libnotif... | fraserxu/docker-tape-run | Dockerfile | Dockerfile | mit | 896 |
FROM willdurand/elk
COPY logspout.conf /etc/logstash/
| docteurklein/dockeliver | elk/Dockerfile | Dockerfile | mit | 54 |
# GENERATED FROM Dockerfile.template-scm
FROM vicamo/buildpack-deps:stretch-armel-curl
# procps is very common in build systems, and is a reasonably small package
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bzr \
git \
mercurial \
openssh-client \
subversion \
\
procps \
&& apt... | vicamo/docker-buildpack-deps | stretch/armel/scm/Dockerfile | Dockerfile | mit | 373 |
FROM centos:7
MAINTAINER Labs64 GmbH info@labs64.com
# Install some must-haves
RUN yum -y update
RUN yum -y install vim wget
RUN yum -y install git
RUN git --version
# Install PHP 7.1 on CentOS
RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
&& rpm -Uvh https://mirror.webtatic.... | xande1337/TesteiVento | dockerfiles/laravel-env/Dockerfile | Dockerfile | mit | 1,242 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-ubuntu:bionic-run
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp... | nghiant2710/base-images | balena-base-images/node/revpi-connect/ubuntu/bionic/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,921 |
# AUTOGENERATED FILE
FROM balenalib/artik710-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 dependenci... | resin-io-library/base-images | balena-base-images/python/artik710/debian/sid/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,083 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-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 'dir... | resin-io-library/base-images | balena-base-images/openjdk/orangepi-plus2/alpine/3.15/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,763 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-debian:jessie-build
ENV GO_VERSION 1.15.6
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_VERS... | nghiant2710/base-images | balena-base-images/golang/raspberrypi3/debian/jessie/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,030 |
FROM ubuntu:20.04
# This is mostly based on the Dockerfiles from themattrix/pyenv and
# themattrix/tox-base. It has some added packages, most notably liblzma-dev,
# to work for more of our conditions, plus some convenience libraries like
# libldap2-dev, libsasl2-dev, fuse to facilitate girder-based testing.
LABEL ma... | DigitalSlideArchive/large_image | Dockerfile | Dockerfile | apache-2.0 | 2,464 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-alpine:3.11-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname "$... | nghiant2710/base-images | balena-base-images/openjdk/armv7hf/alpine/3.11/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,752 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-fedora:33-run
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool... | nghiant2710/base-images | balena-base-images/node/up-squared/fedora/33/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-ubuntu:focal-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependen... | nghiant2710/base-images | balena-base-images/python/n510-tx2/ubuntu/focal/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-debian:stretch-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f4e96bbcd5d2d1942f5b55d9e4ab19564da4fad192012f6d7b0b9b055ba4208f go$GO_VERSION.linux-arm64.tar.gz" | ... | nghiant2710/base-images | balena-base-images/golang/n510-tx2/debian/stretch/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 1,999 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-debian:stretch-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 --keyserve... | resin-io-library/base-images | balena-base-images/node/photon-nano/debian/stretch/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,935 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.