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/raspberrypi3-64-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 --keyserve...
nghiant2710/base-images
balena-base-images/node/raspberrypi3-64/ubuntu/eoan/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,760
# AUTOGENERATED FILE FROM balenalib/kitra520-debian:buster-build ENV GO_VERSION 1.14.14 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "93a87bdde7d5dd8c7ba0570fd811cebdfb988a6393f5f660f4595566120e0620 go$GO_VERSION...
nghiant2710/base-images
balena-base-images/golang/kitra520/debian/buster/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,028
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-fedora:32-run 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.pool....
nghiant2710/base-images
balena-base-images/node/nanopc-t4/fedora/32/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,748
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-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/bananapi-m1-plus/ubuntu/focal/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,834
# AUTOGENERATED FILE FROM balenalib/ts4900-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 dependencies...
resin-io-library/base-images
balena-base-images/python/ts4900/debian/sid/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
4,081
FROM debian:jessie MAINTAINER Ivan Alejandro <ivanalejandro0@gmail.com> RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ keepass2 xdotool && \ apt-get clean && rm -rf /var/lib/apt/lists/* CMD ["/usr/bin/keepass2"]
ivanalejandro0/run-in-container
apps/keepass2/Dockerfile
Dockerfile
bsd-2-clause
274
FROM ubuntu-upstart:trusty MAINTAINER Vladimir Blaskov <blaskov@gmail.com> # apt-show-versions does not play well with compressed indexes as discussed # here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617856 RUN rm /etc/apt/apt.conf.d/docker-gzip-indexes && \ apt-get update && \ apt-get clean COPY lo...
blaskov/docker-ubuntu-trusty-circleci
Dockerfile
Dockerfile
bsd-2-clause
482
FROM alpine:3.9 LABEL maintainer="Juraj Bubniak <juraj.bubniak@gmail.com>" ENV HUGO_VERSION=0.28 RUN apk --no-cache add wget ca-certificates && \ cd /tmp && \ wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz && \ tar xzf hugo_${HUGO_VERSION}_Linux-...
jbub/docker-hugo
0.28/Dockerfile
Dockerfile
bsd-3-clause
477
# Using the Ubuntu image FROM ubuntu:14.04 MAINTAINER IPython Project <ipython-dev@scipy.org> # Make sure apt is up to date RUN apt-get update RUN apt-get upgrade -y # Not essential, but wise to set the lang RUN apt-get install -y language-pack-en ENV LANGUAGE en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LC_ALL en_US.UTF-8...
jupyter/nbcache
Dockerfile
Dockerfile
bsd-3-clause
625
FROM cassandra:2.1 ADD contents /
comeara/pillar
src/test/resources/docker/cassandra-with-auth-2.1/Dockerfile
Dockerfile
mit
35
FROM node:6.9-alpine # Set the applilcation directory WORKDIR /app COPY package.json /app # Install app dependencies RUN npm install # Copy our code from the current folder to /app inside the container COPY . /app # Make port 3000 available for publish EXPOSE 3000
Mrigank11/embetacloud
Dockerfile
Dockerfile
mit
269
# Dockerfile for building Haskell code FROM ubuntu:xenial MAINTAINER arnaud@gorillaspace.co ENV DEBIAN_FRONTEND noninteractive # localize me ENV LANG C.UTF-8 RUN locale-gen en_US.UTF-8 # necessary for add-apt-repository RUN apt-get update && \ apt-get install -y software-properties-common curl git build-essentia...
abailly/hsgames
Dockerfile
Dockerfile
apache-2.0
2,402
FROM centos:centos7 MAINTAINER SoftwareCollections.org <sclorg@redhat.com> LABEL io.k8s.description="MongoDB is a scalable, high-performance, open source NoSQL database." \ io.k8s.display-name="MongoDB 2.6" \ io.openshift.expose-services="27017:mongodb" \ io.openshift.tags="database,mongodb,rh-mongod...
hhorak/mongodb
2.6/Dockerfile
Dockerfile
apache-2.0
1,592
# AUTOGENERATED FILE FROM balenalib/smarc-px30-alpine:3.13-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/smarc-px30/alpine/3.13/8-jre/run/Dockerfile
Dockerfile
apache-2.0
1,759
FROM google/golang:1.4 MAINTAINER Gwenn Etourneau <gwenn.etourneau@gmail.com> RUN go get github.com/tools/godep RUN go get github.com/cloudfoundry-community/firehose-to-syslog RUN cd $GOPATH/src/github.com/cloudfoundry-community/firehose-to-syslog \ ; CGO_ENABLED=0 godep go build -a --installsuffix cgo --ldflags...
malston/firehose-to-syslog
Docker/github/Dockerfile
Dockerfile
mit
564
FROM alpine:3.4 RUN mkdir /wrk WORKDIR /wrk COPY ./wrk ./wrk.lua ./scripts/ /wrk/ ENV PATH=${PATH}:/wrk CMD /wrk/wrk
fcrepo4-labs/fcrepo-api-x
docker/tools/wrk/src/main/resources/Dockerfile
Dockerfile
apache-2.0
121
FROM maven:3.3.9-jdk-8 RUN apt-get update RUN apt-get -y install sudo RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ bison \ flex \ zlib1g-dev \ && rm -rf /var/lib/apt/list...
Orange-OpenSource/db-dumper-service
pipelines/dockerfiles/Dockerfile
Dockerfile
apache-2.0
1,813
FROM php:5.6-fpm # Install modules RUN apt-get update && apt-get install -y \ libfreetype6-dev \ libjpeg62-turbo-dev \ libmcrypt-dev \ libpng12-dev \ libicu-dev \ --no-install-recommends \ && docker-php-ext-install mcrypt intl mbstring pdo_mysql \ && dock...
bethrezen/yii2-starter-kit
docker/fpm/Dockerfile
Dockerfile
bsd-3-clause
810
# 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...
pszemus/grpc
tools/dockerfile/distribtest/ruby_jessie_x64_ruby_2_3/Dockerfile
Dockerfile
apache-2.0
1,456
FROM nginx:1.10.0-alpine MAINTAINER Mesosphere Support <support@mesosphere.io> RUN rm -f /etc/nginx/conf.d/default.conf /etc/nginx/conf.d/example_ssl.conf COPY nginx/ / COPY target/ /etc/nginx/html RUN chmod 755 /etc \ && chmod 755 /etc/nginx \ && for f in $(find /etc/nginx/html -type f);do chmod 644 $f;done ...
NimaVaziri/universe
docker/server/Dockerfile
Dockerfile
apache-2.0
420
FROM python:3 WORKDIR /app ADD . /app RUN pip install . CMD ["mcal"]
20115681/mooncal
Dockerfile
Dockerfile
mit
69
FROM elasticsearch:1.5 MAINTAINER Aexea Carpentry ADD elasticsearch.yml /usr/share/elasticsearch/config/elasticsearch.yml RUN plugin install elasticsearch/elasticsearch-cloud-aws/2.6.0 RUN plugin install org.codelibs/elasticsearch-dataformat/1.6.0 RUN plugin install csv -url http://xbib.org/repository/org/xbib/elastic...
aexeagmbh/dockerfiles
elasticsearch/Dockerfile
Dockerfile
mit
397
FROM ubuntu:14.04 MAINTAINER Andrei Barbu <andrei@0xab.com> RUN \ apt-get install -y software-properties-common && \ echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \ add-apt-repository -y ppa:webupd8team/java && \ apt-get update && \ apt-get install -...
abarbu/haskell-mobile-containers
java/Dockerfile
Dockerfile
mit
532
FROM fedora:latest MAINTAINER nathan.trimble@gmail.com RUN dnf upgrade -y && dnf install -y golang ENV GOPATH /go ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH" WORKDIR $GOPATH COPY . /go/src/httptime RUN go install httptime CMD ["/go/bin/httptime", ...
ngtrimble/n8tils
httptime/Dockerfile
Dockerfile
mit
334
FROM sierratecnologia/gvm # Defines environment variables ENV GROOVY_VERSION 2.4.2 # Installs Groovy RUN /bin/bash -c "source /root/.gvm/bin/gvm-init.sh && gvm install groovy ${GROOVY_VERSION}" ENV GROOVY_HOME /root/.gvm/groovy/current ENV PATH $GROOVY_HOME/bin:$PATH WORKDIR /source ENTRYPOINT ["groovy", "-Dgrape.r...
ricardorsierra/dockerfiles
groovy/2.4.2/Dockerfile
Dockerfile
mit
336
FROM ruby:2.3 MAINTAINER "Tai Tran" <txtran@zipster.com.au> WORKDIR /app COPY files/ /app/ RUN bundle install --jobs 8 --retry 3 EXPOSE 8080 CMD bundle exec unicorn -c unicorn.rb -p 8080
tai-tran/docker-pact-broker
Dockerfile
Dockerfile
mit
192
FROM openjdk:8-jre ENV DRUID_HOME=/usr/local/druid RUN mkdir -p $DRUID_HOME ARG DRUID_VERSION=0.9.1.1 RUN curl "http://static.druid.io/artifacts/releases/druid-$DRUID_VERSION-bin.tar.gz" \ | tar zxf - --strip-components 1 -C $DRUID_HOME RUN curl "http://static.druid.io/artifacts/releases/mysql-metadata-stora...
fdns/TSDB-benchmarks
dockerfiles/druid/druid/Dockerfile
Dockerfile
mit
992
FROM node:5.11 MAINTAINER <Marc Bramaud m.duboucheron@gmail.com> RUN npm i -g phantomjs WORKDIR /tmp COPY ./package.json /tmp RUN npm config set registry http://registry.npmjs.org/ RUN npm i WORKDIR /usr/src/app COPY . /usr/src/app RUN cp -a /tmp/node_modules /usr/src/app CMD npm test
sircelsius/snowplow-es6-tracker
Dockerfile
Dockerfile
mit
289
FROM alpine:3.9 ARG BUILD_DATE ARG VCS_REF LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-url="https://github.com/phpearth/docker-php.git" \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.schema-version="1.0" \ org.label-schema.vendor="PHP.earth" \ org.label-s...
php-earth/docker-php
docker/7.2-cgi.Dockerfile
Dockerfile
mit
1,857
FROM debian:jessie MAINTAINER Jan Boonen <jan.boonen@geodan.nl> ENV JAVA_VERSION_MAJOR 8 ENV JAVA_VERSION_MINOR 66 ENV JAVA_VERSION_BUILD 17 ENV JAVA_PACKAGE jdk ENV JAVA_HOME /opt/jdk # Define en_US. ENV LANGUAGE en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LC_CTYPE en_US.UTF-8 ENV LC_MESSAGES en_US.UTF-8 ENV LC_ALL en_U...
Geodan/debian-oraclejdk-docker
Dockerfile
Dockerfile
mit
2,146
FROM nodesource/wily-base MAINTAINER William Blankenship <wblankenship@nodesource.com> RUN curl https://deb.nodesource.com/node_4.x/pool/main/n/nodejs/nodejs_4.2.3-1nodesource1~wily1_amd64.deb > node.deb \ && dpkg -i node.deb \ && rm node.deb RUN npm install -g pangyp\ && ln -s $(which pangyp) $(dirname $(which pa...
nodesource/docker-node
ubuntu/wily/node/4.2.3/Dockerfile
Dockerfile
mit
549
FROM ruby:2.3 MAINTAINER Jon Doveston <jon@doveston.me.uk> ENV LANG C.UTF-8 RUN apt-get update -qq RUN apt-get install -y build-essential libpq-dev nodejs libxml2-dev libxslt1-dev ENV SRC /src RUN mkdir $SRC WORKDIR $SRC RUN gem install bundler ENV BUNDLE_PATH $SRC/vendor/bundle ADD . $SRC
hatoishi/docker-ruby-base
Dockerfile
Dockerfile
mit
296
FROM debian:jessie MAINTAINER QuillerCS RUN apt-get update --fix-missing && apt-get upgrade -y && apt-get install -y autoconf gawk automake build-essential devscripts \ g++ git-core libjpeg-dev libncurses5-dev libtool make python-dev libspeexdsp-dev libspeexdsp1 libspeexdsp-dev \ pkg-config l...
Quillercs/freeswitch
Dockerfile
Dockerfile
mit
2,057
# AUTOGENERATED FILE FROM balenalib/n510-tx2-debian:stretch-run ENV GO_VERSION 1.15.6 # 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/debian/stretch/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,325
# AUTOGENERATED FILE FROM balenalib/hummingboard2-ubuntu:disco-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...
nghiant2710/base-images
balena-base-images/node/hummingboard2/ubuntu/disco/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,764
# AUTOGENERATED FILE FROM balenalib/spacely-tx2-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/spacely-tx2/fedora/36/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
2,434
# AUTOGENERATED FILE FROM balenalib/up-core-plus-debian:sid-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depend...
nghiant2710/base-images
balena-base-images/python/up-core-plus/debian/sid/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,471
# AUTOGENERATED FILE FROM balenalib/nebra-hnt-fedora:31-build ENV GO_VERSION 1.15.11 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "bfc8f07945296e97c6d28c7999d86b5cab51c7a87eb2b22ca6781c41a6bb6f2d go$GO_VERSION.linux-arm64.tar.gz" | sha...
nghiant2710/base-images
balena-base-images/golang/nebra-hnt/fedora/31/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
1,994
# AUTOGENERATED FILE FROM balenalib/jetson-nano-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 \ python-pip \ python-dbus \ && dnf clean all # install "virtualenv", ...
nghiant2710/base-images
balena-base-images/python/jetson-nano/fedora/33/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
2,435
# AUTOGENERATED FILE FROM balenalib/up-squared-debian:bullseye-run ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver...
resin-io-library/base-images
balena-base-images/node/up-squared/debian/bullseye/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,941
# AUTOGENERATED FILE FROM balenalib/up-core-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 add --...
nghiant2710/base-images
balena-base-images/python/up-core/alpine/3.13/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,136
# AUTOGENERATED FILE FROM balenalib/jn30b-nano-alpine:3.14-run # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirname...
resin-io-library/base-images
balena-base-images/openjdk/jn30b-nano/alpine/3.14/7-jre/run/Dockerfile
Dockerfile
apache-2.0
1,759
# cunnie/fedora-golang-bosh # To build # docker build -t cunnie/fedora-golang-bosh . # docker push cunnie/fedora-golang-bosh FROM fedora MAINTAINER Brian Cunnie <brian.cunnie@gmail.com> # need ruby to run dns-check.rb & bind-utils for dig & nslookup RUN dnf update -y; \ dnf groupinstall -y "Development Tools"; \...
cunnie/deployments
ci/Dockerfile
Dockerfile
apache-2.0
2,327
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-debian:sid-build ENV GO_VERSION 1.17.7 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 "e4f33e7e78f96024d30ff6bf8d2b86329fc04df1b411a8bd30a82dbe60f408ba go$GO_VE...
resin-io-library/base-images
balena-base-images/golang/beaglebone-pocket/debian/sid/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,029
# AUTOGENERATED FILE FROM balenalib/photon-nano-alpine:3.12-run 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 ] && ech...
nghiant2710/base-images
balena-base-images/golang/photon-nano/alpine/3.12/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,464
# AUTOGENERATED FILE FROM balenalib/n510-tx2-debian:bullseye-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" || \ gp...
resin-io-library/base-images
balena-base-images/node/n510-tx2/debian/bullseye/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,777
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-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...
nghiant2710/base-images
balena-base-images/golang/npe-x500-m3/debian/jessie/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,351
# # Copyright © 2019 Smoke Turner, LLC (github@smoketurner.com) # # 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 appli...
smoketurner/pipeline
Dockerfile
Dockerfile
apache-2.0
1,528
FROM ubuntu:14.04 MAINTAINER MidoNet (https://www.midonet.org) ADD conf/midonet.list /etc/apt/sources.list.d/midonet.list RUN set -xe \ \ && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv \ E9996503AEB005066261D3F38DDA494E99143E75 \ && apt-get -qy update \ && apt-get -qy dist-upgrade \ \ &...
celebdor/midonet-docker
agent/Dockerfile
Dockerfile
apache-2.0
1,032
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-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 ad...
nghiant2710/base-images
balena-base-images/python/npe-x500-m3/alpine/3.12/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,133
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-ubuntu:eoan-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.co...
nghiant2710/base-images
balena-base-images/node/apalis-imx6q/ubuntu/eoan/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,916
# AUTOGENERATED FILE FROM balenalib/via-vab820-quad-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 ...
nghiant2710/base-images
balena-base-images/python/via-vab820-quad/alpine/3.10/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,842
FROM golang:1.8 ENV DEBIAN_FRONTEND noninteractive RUN echo deb http://httpredir.debian.org/debian jessie-backports main | \ sed 's/\(.*-backports\) \(.*\)/&@\1-sloppy \2/' | tr @ '\n' | \ tee /etc/apt/sources.list.d/backports.list && \ curl https://haproxy.debian.net/bernat.debian.org.gpg | \ a...
QubitProducts/bamboo
Dockerfile
Dockerfile
apache-2.0
1,354
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-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 d...
nghiant2710/base-images
balena-base-images/python/beaglebone-pocket/debian/sid/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,469
# AUTOGENERATED FILE FROM balenalib/up-core-plus-alpine:edge-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk a...
nghiant2710/base-images
balena-base-images/python/up-core-plus/alpine/edge/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,139
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-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...
nghiant2710/base-images
balena-base-images/python/blackboard-tx2/alpine/3.13/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,134
# 使用官方 PHP-Apache 镜像 FROM php:7.0-apache # docker-php-ext-install 为官方 PHP 镜像内置命令,用于安装 PHP 扩展依赖 # pdo_mysql 为 PHP 连接 MySQL 扩展 RUN docker-php-ext-install pdo_mysql # /var/www/html/ 为 Apache 目录 COPY . /var/www/html/ EXPOSE 80
yoqi/exp
Dockerfile
Dockerfile
apache-2.0
291
# AUTOGENERATED FILE FROM balenalib/up-core-plus-alpine:3.11-run ENV NODE_VERSION 14.16.1 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 \ 6A010C5166006...
nghiant2710/base-images
balena-base-images/node/up-core-plus/alpine/3.11/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
3,034
FROM jboss/keycloak:2.3.0.CR1 # Keycloak User ENV KEYCLOAK_ADMIN_USER admin ENV KEYCLOAK_ADMIN_PASSWORD admin ENV SYSTEM_GROUP idm ENV SYSTEM_COMPONENT sso ENV SYSTEM_PROFILE test # Logging Properties ENV LOG_SERVER_URL udp:graylog ENV LOG_SERVER_PORT 12123 #ENV LOG_HOST_ALIAS LOG_HOST_ALIAS # JDBC Conne...
jugsaar/visit-yajug-20161023-keycloak
idm-system/keycloak/Dockerfile
Dockerfile
apache-2.0
1,803
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-ubuntu:eoan-build 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 ...
nghiant2710/base-images
balena-base-images/node/jetson-xavier/ubuntu/eoan/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,758
FROM debian:jessie RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \ && DEBIAN_FRONTEND=noninteractive apt-get -yy -q \ install \ iptables \ ca-certificates \ file \ util-linux \ socat \ curl \ ethtool \ && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \ && DEBIA...
we87/kubernetes
rancher-k8s-images/k8s/Dockerfile
Dockerfile
apache-2.0
515
FROM balenalib/amd64-fedora:36-run LABEL io.balena.device-type="surface-pro-6" 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 infor...
resin-io-library/base-images
balena-base-images/device-base/surface-pro-6/fedora/36/run/Dockerfile
Dockerfile
apache-2.0
1,010
# AUTOGENERATED FILE FROM balenalib/artik533s-alpine:3.10-run ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166006599...
nghiant2710/base-images
balena-base-images/node/artik533s/alpine/3.10/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
3,024
FROM registry.gocurb.internal:80/ansible RUN mkdir /opt/curbformation-templates COPY . /opt/curbformation-templates WORKDIR /opt/curbformation-templates RUN pip3 install -r requirements.txt ONBUILD COPY . /opt/curbformation-templates ENTRYPOINT ["cf"]
ridecharge/curbformation-templates-shared
Dockerfile
Dockerfile
apache-2.0
253
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-ubuntu:focal-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...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit-emmc/ubuntu/focal/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,930
# AUTOGENERATED FILE FROM balenalib/colibri-imx6-fedora:34-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/colibri-imx6/fedora/34/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
2,440
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-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/apalis-imx6q/ubuntu/focal/3.1-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,562
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-alpine:3.12-build 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 for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ;...
resin-io-library/base-images
balena-base-images/node/raspberrypi3-64/alpine/3.12/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,954
# AUTOGENERATED FILE FROM balenalib/i386-debian:stretch-build ENV GO_VERSION 1.17.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \ && echo "5d5472672a2e0252fe31f4ec30583d9f2b320f9b9296eda430f03cbc848400ce go$GO_VERSION.linux-386.tar.gz" | sha256su...
resin-io-library/base-images
balena-base-images/golang/i386/debian/stretch/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
1,999
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-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 ...
nghiant2710/base-images
balena-base-images/python/jetson-xavier-nx-devkit-emmc/debian/bullseye/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
5,251
FROM balenalib/aarch64-fedora:31-build LABEL io.balena.device-type="jetson-xavier-nx-devkit" 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 (...
nghiant2710/base-images
balena-base-images/device-base/jetson-xavier-nx-devkit/fedora/31/build/Dockerfile
Dockerfile
apache-2.0
1,011
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-ubuntu:disco-run ENV NODE_VERSION 12.20.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp....
nghiant2710/base-images
balena-base-images/node/nitrogen6xq2g/ubuntu/disco/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,919
# AUTOGENERATED FILE FROM balenalib/kitra710-fedora:31-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/kitra710/fedora/31/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
2,435
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-fedora:32-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 --ke...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/fedora/32/10.24.1/build/Dockerfile
Dockerfile
apache-2.0
2,766
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-debian:bullseye-run ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --key...
nghiant2710/base-images
balena-base-images/node/jetson-nano-emmc/debian/bullseye/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,946
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-debian:bullseye-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu57 \ liblttng-ust0 \...
nghiant2710/base-images
balena-base-images/dotnet/odroid-xu4/debian/bullseye/2.1-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,969
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-alpine:edge-run ENV GO_VERSION 1.16.3 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] &...
nghiant2710/base-images
balena-base-images/golang/firefly-rk3288/alpine/edge/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,471
FROM ubuntu:16.04 MAINTAINER Everton Ribeiro <everton@azukiapp.com> RUN apt-get -y update \ && apt-get install -y \ scons cmake automake autoconf ghostscript \ clang valgrind \ git wget xz-utils dnsutils \ && apt-get clean -qq \ && rm -rf /var/lib/apt/l...
azukiapp/libnss-resolver
Dockerfiles/ubuntu16/Dockerfile
Dockerfile
apache-2.0
345
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-ubuntu:bionic-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu60 \ libssl1.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/imx8mm-var-dart/ubuntu/bionic/3.1-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,528
# AUTOGENERATED FILE FROM balenalib/raspberrypi0-2w-64-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 ...
resin-io-library/base-images
balena-base-images/openjdk/raspberrypi0-2w-64/alpine/3.14/8-jre/run/Dockerfile
Dockerfile
apache-2.0
1,767
# AUTOGENERATED FILE FROM balenalib/vab820-quad-debian:buster-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_VERSI...
nghiant2710/base-images
balena-base-images/golang/vab820-quad/debian/buster/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,029
FROM ruby:2.2.3 RUN apt-get update -qq && apt-get install -y build-essential ENV APP_HOME /fenton_server RUN mkdir $APP_HOME WORKDIR $APP_HOME ADD Gemfile* $APP_HOME/ RUN bundle install ADD . $APP_HOME RUN bundle exec ./bin/rails db:environment:set RAILS_ENV=development RUN bundle exec rake db:drop && bundle exec ...
fenton-project/fenton_server
Dockerfile
Dockerfile
apache-2.0
486
FROM wburns/build-base MAINTAINER William Burns <william.a.burns@gmail.com> RUN mkdir infinispan \ && git clone --single-branch --progress --branch master https://github.com/infinispan/infinispan.git infinispan WORKDIR infinispan CMD ["/bin/bash"]
wburns/docker
ispn-master/Dockerfile
Dockerfile
apache-2.0
253
FROM gcr.io/google-appengine/python RUN virtualenv /env -p python3 ENV VIRTUAL_ENV /env ENV PATH /env/bin:$PATH # We need libre2-dev and pybind11 used for installing google-re2 RUN apt-get update && apt-get install -y libre2-dev && \ pip install pybind11==2.4.3 && \ export RE2_INCLUDES=$(python -c 'import pyb...
endlessm/chromium-browser
third_party/catapult/dashboard/dashboard/sheriff_config/Dockerfile
Dockerfile
bsd-3-clause
657
# AUTOGENERATED FILE FROM balenalib/qemux86-debian:stretch-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 some sam...
nghiant2710/base-images
balena-base-images/openjdk/qemux86/debian/stretch/8-jre/run/Dockerfile
Dockerfile
apache-2.0
3,108
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="dialign" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="dialign" \ about.summary="Segment-based multiple sequence alignment" \ about.h...
BioDocker/containers
dialign/2.2.1-10-deb/Dockerfile
Dockerfile
apache-2.0
1,130
# fuel/rsync FROM fuel/centos MAINTAINER Matthew Mosesohn mmosesohn@mirantis.com ENV container docker ENV DOCKER_PORT _PORT_ ENV EXTRA_RPM_REPOS _EXTRA_RPM_REPOS_ ADD etc /etc ADD setup.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/setup.sh EXPOSE 873 CMD ["/usr/sbin/init"]
huntxu/fuel-main
docker/rsync/Dockerfile
Dockerfile
apache-2.0
282
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
yunseong/reef
dev/docker/ubuntu12.04-jdk7-mesos0.24/Dockerfile
Dockerfile
apache-2.0
1,491
FROM yiisoftware/yii2-php:7.4-apache # Change document root for Apache RUN sed -i -e 's|/app/web|/app/frontend/web|g' /etc/apache2/sites-available/000-default.conf
dmitry-kulikov/yii2-app-advanced
frontend/Dockerfile
Dockerfile
bsd-3-clause
164
FROM debian:jessie MAINTAINER Fernando Ike de Oliveira <fike@midstorm.org> ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y --no-install-recommends \ --no-install-suggests \ whois RUN apt-get clean && \ apt-get autoremove --...
fike/dockerfiles
whois/Dockerfile
Dockerfile
mit
463
FROM drupalci/web-base MAINTAINER drupalci ## # PHP 5.5.15 ## RUN sudo php-build -i development --pear 5.5.15 $HOME/.phpenv/versions/5.5.15 RUN sudo chown -R root:root $HOME/.phpenv RUN phpenv rehash RUN phpenv global 5.5.15 RUN echo | pecl install mongo # Fix date.timezone warning RUN find /root/.phpenv/ -ina...
ricardoamaro/drupalci_testbot
containers/web/web-5.5/Dockerfile
Dockerfile
mit
421
FROM nuocw/buildpack-deps:centos7 MAINTAINER "TOIDA Yuto" <toida.yuto@b.mbox.nagoya-u.ac.jp> # dependencies for building php RUN yum update -y && yum install -y epel-release && yum clean all RUN yum update -y && yum install -y \ bison \ libmcrypt-devel \ libtidy-devel \ re2-devel \ libicu-devel \ ...
NUOCW/docker-testing-environment
Dockerfile
Dockerfile
mit
2,643
ARG distro=stable-slim FROM debian:${distro} ARG dl_url="https://web-builds.airdcpp.net/stable/airdcpp_latest_master_64-bit_portable.tar.gz" RUN installDeps=' \ curl \ gnupg \ ' \ && runtimeDeps=' \ ca-certificates \ locales \ openssl \ ' \ # Install dependencies ...
gangefors/docker-airdcpp-webclient
Dockerfile
Dockerfile
mit
1,618
FROM phusion/baseimage:0.10.1 LABEL CloudFactory <devops@cloudfactory.com> ENV RUBY_VERSION 2.5.0 ENV BUNDLER_VERSION 1.16.1 RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \ apt-get install -y curl ca-certificates git build-essential libtool autoconf deborphan && \ apt-get -y...
cloudfactory/ruby
2.5.0/Dockerfile
Dockerfile
mit
2,527
FROM golang:1.7 ADD . /go/src/app WORKDIR /go/src/app RUN ls -l /var \ && go get -u github.com/jteeuwen/go-bindata/... \ && go-bindata -nocompress=true web/... RUN go get -d -v \ && go install -v RUN mkdir -p build/bitcannon \ && cp config.json build/ \ && cp config.json build/bitcannon/ \ && go build ...
FlyersWeb/bitcannon
api/Dockerfile
Dockerfile
mit
371
FROM sample1/runner MAINTAINER iansmith@igenous.io ## ## The objective here is to create our build tools. We end up re-downloading the ## build-essential and curl tools because these are not supposed to exist on the ## selma/runner container. ## ## The pickett side assumes that go is installed and the GOPATH and PATH ...
tcolar/pickett-samples
sample1/container/builder/Dockerfile
Dockerfile
mit
1,081
# AUTOGENERATED FILE FROM balenalib/beagleboard-xm-ubuntu:bionic-run ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pg...
nghiant2710/base-images
balena-base-images/node/beagleboard-xm/ubuntu/bionic/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,922
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-ubuntu:focal-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/raspberry-pi2/ubuntu/focal/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,357
# ***************************************************************************** # # Copyright (c) 2016, EPAM SYSTEMS INC # # 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.apac...
epam/DLab
infrastructure-provisioning/src/general/files/gcp/deeplearning_Dockerfile
Dockerfile
apache-2.0
2,079
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-debian:bookworm-build ENV GO_VERSION 1.17.7 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 "e4f33e7e78f96024d30ff6bf8d2b86329fc04df1b411a8bd30a82dbe60f408ba go$G...
resin-io-library/base-images
balena-base-images/golang/beaglebone-black/debian/bookworm/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,038