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/nitrogen6xq2g-ubuntu:focal-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...
resin-io-library/base-images
balena-base-images/node/nitrogen6xq2g/ubuntu/focal/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,758
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-ubuntu:cosmic-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 keyserv...
nghiant2710/base-images
balena-base-images/node/asus-tinker-board-s/ubuntu/cosmic/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,927
# AUTOGENERATED FILE FROM balenalib/aio-3288c-fedora:30-build ENV NODE_VERSION 12.20.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.poo...
nghiant2710/base-images
balena-base-images/node/aio-3288c/fedora/30/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,756
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-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 a...
resin-io-library/base-images
balena-base-images/python/jetson-nano-emmc/alpine/3.13/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,132
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-ubuntu:focal-run 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/raspberry-pi2/ubuntu/focal/5.0-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,160
FROM java:openjdk-7-jre MAINTAINER Meir Wahnon RUN groupadd -r cslang && useradd -r -g cslang cslang RUN apt-get install unzip \ && mkdir -p /usr/cslang \ && cd /usr/cslang \ && wget "http://github.com/CloudSlang/cloud-slang/releases/download/cloudslang-0.7.14/cslang-cli.zip" \ && unzip cslang-cli.zip \ &&...
jrosadohp/CloudSlang-Docker-Image
0.7.14/Dockerfile
Dockerfile
apache-2.0
400
FROM balenalib/aarch64-ubuntu:focal-build LABEL io.balena.device-type="jetson-nano-emmc" RUN echo "deb https://repo.download.nvidia.com/jetson/common r32.6 main" >> /etc/apt/sources.list.d/nvidia.list \ && echo "deb https://repo.download.nvidia.com/jetson/t210 r32.6 main" >> /etc/apt/sources.list.d/nvidia.list \ &&...
resin-io-library/base-images
balena-base-images/device-base/jetson-nano-emmc/ubuntu/focal/build/Dockerfile
Dockerfile
apache-2.0
1,534
# AUTOGENERATED FILE FROM balenalib/fincm3-ubuntu:focal-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_VERSION.lin...
nghiant2710/base-images
balena-base-images/golang/fincm3/ubuntu/focal/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,022
# AUTOGENERATED FILE FROM balenalib/odroid-ux3-alpine:3.10-build # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirna...
nghiant2710/base-images
balena-base-images/openjdk/odroid-ux3/alpine/3.10/7-jre/build/Dockerfile
Dockerfile
apache-2.0
1,763
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-fedora:36-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 "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ ...
resin-io-library/base-images
balena-base-images/golang/beaglebone-green-wifi/fedora/36/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,113
# AUTOGENERATED FILE FROM balenalib/astro-tx2-fedora:34-run ENV NODE_VERSION 12.22.9 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver keyserve...
resin-io-library/base-images
balena-base-images/node/astro-tx2/fedora/34/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,742
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-fedora:36-build ENV GO_VERSION 1.17.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "a5aa1ed17d45ee1d58b4a4099b12f8942acbd1dd09b2e9a6abb1c4898043c5f5 go$GO_VERSION.linux-arm64.tar.gz" |...
resin-io-library/base-images
balena-base-images/golang/imx8m-var-dart/fedora/36/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
1,997
# AUTOGENERATED FILE FROM balenalib/orange-pi-zero-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/orange-pi-zero/alpine/3.15/7-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,759
# AUTOGENERATED FILE FROM balenalib/etcher-pro-debian:buster-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libssl1.1 \ ...
nghiant2710/base-images
balena-base-images/dotnet/etcher-pro/debian/buster/3.1-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,529
# AUTOGENERATED FILE FROM balenalib/up-board-ubuntu:disco-build ENV GO_VERSION 1.16.3 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \ && echo "951a3c7c6ce4e56ad883f97d9db74d3d6d80d5fec77455c6ada6c1f7ac4776d2 go$GO_VERSION.linux-amd64.tar.gz" | sh...
nghiant2710/base-images
balena-base-images/golang/up-board/ubuntu/disco/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,010
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-ubuntu:focal-build ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver...
nghiant2710/base-images
balena-base-images/node/orange-pi-lite/ubuntu/focal/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,763
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-ubuntu:xenial-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.pgp.co...
nghiant2710/base-images
balena-base-images/node/odroid-u3+/ubuntu/xenial/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,918
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-ubuntu:eoan-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python d...
nghiant2710/base-images
balena-base-images/python/bananapi-m1-plus/ubuntu/eoan/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,071
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-fedora:31-run ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver h...
nghiant2710/base-images
balena-base-images/node/jetson-nano-emmc/fedora/31/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,755
# AUTOGENERATED FILE FROM balenalib/coral-dev-alpine:3.12-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 \ 6A010C5166006599A...
resin-io-library/base-images
balena-base-images/node/coral-dev/alpine/3.12/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
3,016
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-alpine:3.10-build # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo '...
nghiant2710/base-images
balena-base-images/openjdk/imx8mm-var-dart/alpine/3.10/8-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,764
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-ubuntu:eoan-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_VE...
nghiant2710/base-images
balena-base-images/golang/beaglebone-black/ubuntu/eoan/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,030
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-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...
resin-io-library/base-images
balena-base-images/python/generic-armv7ahf/debian/buster/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,860
# AUTOGENERATED FILE FROM balenalib/via-vab820-quad-debian:bullseye-run ENV Logging__Console__FormatterName=Json RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5...
resin-io-library/base-images
balena-base-images/dotnet/via-vab820-quad/debian/bullseye/6.0-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,174
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-ubuntu:xenial-build ENV GO_VERSION 1.17.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "a5aa1ed17d45ee1d58b4a4099b12f8942acbd1dd09b2e9a6abb1c4898043c5f5 go$GO_V...
resin-io-library/base-images
balena-base-images/golang/jetson-xavier-nx-devkit-seeed-2mic-hat/ubuntu/xenial/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,027
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-ubuntu:focal-run ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp...
nghiant2710/base-images
balena-base-images/node/blackboard-tx2/ubuntu/focal/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
2,916
FROM companyservice/tornado MAINTAINER Jimin Huang "windworship2@163.com" ADD viewer_code /server ENV "SERVICE_NAME=viewer"
companyService/viewer
Dockerfile
Dockerfile
mit
124
from ubuntu:12.10 maintainer Justin Gallardo <justin.gallardo@gmail.com> run echo "deb http://archive.ubuntu.com/ubuntu quantal main universe" > /etc/apt/sources.list run apt-get update run apt-get upgrade -y run apt-get install curl wget -y run apt-get install supervisor -y run apt-get install openssh-server -y run ...
rackerlabs/treslek
docker/Dockerfile
Dockerfile
mit
996
FROM scratch ADD cfs / ADD server/default.conf / EXPOSE 15524 ENTRYPOINT ["/cfs"]
wangtuanjie/cfs
Dockerfile
Dockerfile
apache-2.0
84
FROM balenalib/armv7hf-debian:stretch-run LABEL io.balena.device-type="nitrogen6x" 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 ] && mkdi...
nghiant2710/base-images
balena-base-images/device-base/nitrogen6x/debian/stretch/run/Dockerfile
Dockerfile
apache-2.0
1,091
# AUTOGENERATED FILE FROM balenalib/vab820-quad-ubuntu:xenial-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For som...
nghiant2710/base-images
balena-base-images/openjdk/vab820-quad/ubuntu/xenial/8-jre/build/Dockerfile
Dockerfile
apache-2.0
3,102
# Copyright 2016 The Kubernetes 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...
danehans/contrib
dnsmasq/Dockerfile
Dockerfile
apache-2.0
798
ARG BASE FROM golang:1.15 as builder COPY main.go . # `skaffold debug` sets SKAFFOLD_GO_GCFLAGS to disable compiler optimizations ARG SKAFFOLD_GO_GCFLAGS RUN go build -gcflags="${SKAFFOLD_GO_GCFLAGS}" -o /app . FROM $BASE # Define GOTRACEBACK to mark this container as using the Go language runtime # for `skaffold debu...
GoogleContainerTools/skaffold
integration/examples/simple-artifact-dependency/app/Dockerfile
Dockerfile
apache-2.0
433
# AUTOGENERATED FILE FROM balenalib/revpi-connect-debian:buster-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 s...
nghiant2710/base-images
balena-base-images/openjdk/revpi-connect/debian/buster/11-jre/build/Dockerfile
Dockerfile
apache-2.0
3,739
FROM golang:1.14 ADD ./ /kami WORKDIR /kami RUN mkdir bin ENV GOPATH /kami ENV PATH ${GOPATH}/bin:${PATH} RUN go get github.com/go-sql-driver/mysql RUN go get github.com/guregu/kami EXPOSE 8080 CMD go run src/kami/server.go
sumeetchhetri/FrameworkBenchmarks
frameworks/Go/kami/kami.dockerfile
Dockerfile
bsd-3-clause
229
FROM php:7.0-fpm MAINTAINER Toby Griffiths <toby@cubicmushroom.co.uk> RUN apt-get update && \ apt-get upgrade -y &&\ apt-get dist-upgrade -y && \ apt-get install -y git unzip libicu-dev wget && \ apt-get clean && \ docker-php-ext-install intl RUN usermod -u 1000 www-data RUN groupmod -g 1000 www-d...
cubicmushroom-docker/php
7.0/fpm/Dockerfile
Dockerfile
mit
485
FROM base/archlinux MAINTAINER Spencer Rinehart <anubis@overthemonkey.com> COPY php/php-5.2.9-1-x86_64.pkg.tar.xz /tmp/php-5.2.9-1-x86_64.pkg.tar.xz RUN pacman --upgrade --noconfirm --noprogressbar /tmp/php-5.2.9-1-x86_64.pkg.tar.xz ADD php.ini /etc/php/php.ini CMD ["php"]
francis826/docker-php-minimal
php-5.2.9/Dockerfile
Dockerfile
mit
279
# DESCRIPTION: Create keepass2 container with its dependencies # AUTHOR: Christian Koep <christian.koep@fom-net.de> # USAGE: # # Build keepass2 image # docker build -t keepass2 . # # # Run the container and mount your keepass2 database file # docker run -it \ # -v /home/$USER/DB.kdbx:/root/DB.kdbx \ # -v /tmp/.X11-u...
saneax/dockerfiles
keepass2/Dockerfile
Dockerfile
mit
879
FROM python:2.7-alpine COPY . /app WORKDIR /app RUN pip install -r requirements.txt EXPOSE 5000 CMD ["python", "app.py"]
williamchai/cadmv
Dockerfile
Dockerfile
mit
121
FROM openjdk:jre-alpine RUN apk update && apk add vim procps COPY build/libs/VIPDinner-1.0-SNAPSHOT.jar /irdeto-oss/VIPDinner.jar WORKDIR irdeto-oss ENTRYPOINT ["java"] CMD ["-server", "-Xmx128M", "-jar", "VIPDinner.jar"]
IrdetoOSS/VIPDinner
Dockerfile
Dockerfile
mit
226
FROM nodesource/wheezy-base MAINTAINER William Blankenship <wblankenship@nodesource.com> RUN curl https://deb.nodesource.com/node_0.12/pool/main/n/nodejs/nodejs_0.12.11-1nodesource1~wheezy1_amd64.deb > node.deb \ && dpkg -i node.deb \ && rm node.deb RUN npm install -g pangyp\ && ln -s $(which pangyp) $(dirname $(w...
nodesource/docker-node
debian/wheezy/node/0.12.11/Dockerfile
Dockerfile
mit
556
FROM golang:1.5 RUN mkdir -p /go/src/monitor COPY . /go/src/monitor WORKDIR /go/src/monitor RUN go-wrapper download RUN go-wrapper install ENTRYPOINT ["go-wrapper", "run"]
Softinnov/bearded-monitor
Dockerfile
Dockerfile
mit
175
FROM bsimm-graph RUN git pull origin master RUN git submodule update RUN npm install # node was not creating this folder RUN mkdir logs
DinisCruz/BSIMM-Graphs
deploy/docker-images/2.git-pull/Dockerfile
Dockerfile
apache-2.0
155
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-fedora:30-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", s...
nghiant2710/base-images
balena-base-images/python/odroid-xu4/fedora/30/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
2,432
# AUTOGENERATED FILE FROM balenalib/am571x-evm-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 McVit...
resin-io-library/base-images
balena-base-images/python/am571x-evm/alpine/edge/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
4,836
# Copyright 2015 Google 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.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
GoogleCloudPlatform/php-docker
php-base/Dockerfile
Dockerfile
apache-2.0
5,035
# AUTOGENERATED FILE FROM balenalib/parallella-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 keyse...
resin-io-library/base-images
balena-base-images/node/parallella/fedora/35/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,751
# AUTOGENERATED FILE FROM balenalib/cnx100-xavier-nx-fedora:33-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 Dock...
resin-io-library/base-images
balena-base-images/openjdk/cnx100-xavier-nx/fedora/33/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,326
# AUTOGENERATED FILE FROM balenalib/odroid-c1-ubuntu:focal-run 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/odroid-c1/ubuntu/focal/6.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,554
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-fedora:34-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...
resin-io-library/base-images
balena-base-images/node/beaglebone-green/fedora/34/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,757
# AUTOGENERATED FILE FROM balenalib/ts4900-fedora:34-run ENV GO_VERSION 1.17.7 # gcc for cgo RUN dnf install -y \ gcc-c++ \ gcc \ git \ && dnf clean all RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "e4f33e...
resin-io-library/base-images
balena-base-images/golang/ts4900/fedora/34/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,096
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-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 "virtualenv...
nghiant2710/base-images
balena-base-images/python/blackboard-tx2/fedora/34/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
2,436
# AUTOGENERATED FILE FROM balenalib/asus-tinker-edge-t-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 pyt...
resin-io-library/base-images
balena-base-images/python/asus-tinker-edge-t/debian/stretch/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
4,101
# AUTOGENERATED FILE FROM balenalib/hummingboard-debian:bullseye-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "bde22202576c3920ff5646fb1d19877cedc19501939d6ccd7b16ff89071abd0a go$GO_VE...
nghiant2710/base-images
balena-base-images/golang/hummingboard/debian/bullseye/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,034
FROM alpine:edge MAINTAINER madhu@docker.com ARG VERSION ARG BASE_URL RUN apk update && apk add ca-certificates wget && update-ca-certificates # needed in order for go binary to work. RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2 ADD bin/swarm-exec /usr/local/bin/ RUN chmod 755 /u...
mavenugo/swarm-exec
Dockerfile
Dockerfile
apache-2.0
508
# syntax=docker/dockerfile:1.2.1 # This Dockerfile is used to build an image containing basic stuff to be used as a Jenkins slave build node. # hadolint ignore=DL3007 #FROM ubuntu:18.04 as BUILD FROM selenium/standalone-chrome:3.141.59-20201117 as BUILD # dockerfile_lint - ignore LABEL name="nabla-servers-bower-sampl...
AlbanAndrieu/nabla-servers-bower-sample
docker/ubuntu18/Dockerfile
Dockerfile
apache-2.0
10,699
# AUTOGENERATED FILE FROM balenalib/amd64-fedora:34-run 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.pool.sks-...
nghiant2710/base-images
balena-base-images/node/amd64/fedora/34/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,751
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-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 de...
nghiant2710/base-images
balena-base-images/python/orange-pi-lite/ubuntu/focal/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,071
# AUTOGENERATED FILE FROM balenalib/artik533s-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: pub...
resin-io-library/base-images
balena-base-images/python/artik533s/debian/bookworm/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,857
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-fedora:36-run 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 keyse...
resin-io-library/base-images
balena-base-images/node/imx7-var-som/fedora/36/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,749
FROM webdizz/baseimage-java8 MAINTAINER Izzet Mustafaiev "izzet@mustafaiev.com" # Set correct environment variables. ENV HOME /root RUN /etc/my_init.d/00_regen_ssh_host_keys.sh # Use baseimage-docker's init system. CMD ["/sbin/my_init"] # add GeoIP support RUN cd /opt \ && curl -LO http://geolite.maxmind.c...
webdizz/docker-logstash-agent
Dockerfile
Dockerfile
apache-2.0
1,156
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-debian:buster-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$ke...
nghiant2710/base-images
balena-base-images/node/jetson-nano-2gb-devkit/debian/buster/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,793
# AUTOGENERATED FILE FROM balenalib/astro-tx2-fedora:33-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv", ...
resin-io-library/base-images
balena-base-images/python/astro-tx2/fedora/33/3.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,437
# AUTOGENERATED FILE FROM balenalib/solidrun-imx6-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/solidrun-imx6/debian/bullseye/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,859
# AUTOGENERATED FILE FROM balenalib/jetson-nano-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 ad...
nghiant2710/base-images
balena-base-images/python/jetson-nano/alpine/edge/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,131
# AUTOGENERATED FILE FROM balenalib/kitra520-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/kitra520/alpine/3.10/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,128
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-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 "virtualenv", ...
resin-io-library/base-images
balena-base-images/python/cl-som-imx8/fedora/34/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
2,434
# AUTOGENERATED FILE FROM balenalib/raspberrypi-debian:jessie-build ENV NODE_VERSION 10.23.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" || \ ...
nghiant2710/base-images
balena-base-images/node/raspberrypi/debian/jessie/10.23.1/build/Dockerfile
Dockerfile
apache-2.0
2,788
# Newer python base images may break gevent. # See https://github.com/docker-library/python/issues/29#issuecomment-70727289 FROM python:2.7.7 MAINTAINER thanos@tellapart.com ###### # System prerequisite installation ###### # Update apt repository RUN apt-get update # Install python prerequisites RUN apt-get install...
SEJeff/aurproxy
Dockerfile
Dockerfile
apache-2.0
4,793
# AUTOGENERATED FILE FROM balenalib/artik710-alpine:3.15-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 \ ; do \ ...
resin-io-library/base-images
balena-base-images/node/artik710/alpine/3.15/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,947
# AUTOGENERATED FILE FROM balenalib/artik710-ubuntu:focal-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 --keyserver ha.po...
nghiant2710/base-images
balena-base-images/node/artik710/ubuntu/focal/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,753
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-alpine:3.13-build ENV GO_VERSION 1.16 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nss...
nghiant2710/base-images
balena-base-images/golang/jetson-xavier-nx-devkit-emmc/alpine/3.13/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,351
# AUTOGENERATED FILE FROM balenalib/artik10-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 McVittie...
resin-io-library/base-images
balena-base-images/python/artik10/alpine/edge/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
4,833
# Copyright 2015-2016 Yelp 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.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
gstarnberger/paasta
yelp_package/dockerfiles/itest/marathon/Dockerfile
Dockerfile
apache-2.0
1,503
# AUTOGENERATED FILE FROM balenalib/beaglebone-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 ] && ec...
nghiant2710/base-images
balena-base-images/golang/beaglebone/alpine/3.13/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,467
# AUTOGENERATED FILE FROM balenalib/etcher-pro-fedora:34-run 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 --keyserver ha.pool....
nghiant2710/base-images
balena-base-images/node/etcher-pro/fedora/34/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,747
# AUTOGENERATED FILE FROM balenalib/jetson-nano-fedora:34-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.poo...
nghiant2710/base-images
balena-base-images/node/jetson-nano/fedora/34/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,750
# AUTOGENERATED FILE FROM balenalib/qemux86-64-ubuntu:eoan-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depende...
nghiant2710/base-images
balena-base-images/python/qemux86-64/ubuntu/eoan/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,072
# AUTOGENERATED FILE FROM balenalib/odroid-c1-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 Dockerfile!...
resin-io-library/base-images
balena-base-images/openjdk/odroid-c1/fedora/35/8-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,319
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-ubuntu:xenial-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7C...
nghiant2710/base-images
balena-base-images/python/asus-tinker-board-s/ubuntu/xenial/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,842
# AUTOGENERATED FILE FROM balenalib/up-board-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 depen...
resin-io-library/base-images
balena-base-images/python/up-board/debian/bookworm/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
4,100
# AUTOGENERATED FILE FROM balenalib/beagleboard-xm-alpine:3.13-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/beagleboard-xm/alpine/3.13/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,341
# AUTOGENERATED FILE FROM balenalib/spacely-tx2-alpine:edge-run 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/spacely-tx2/alpine/edge/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,470
# AUTOGENERATED FILE FROM balenalib/up-board-debian:jessie-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 s...
nghiant2710/base-images
balena-base-images/openjdk/up-board/debian/jessie/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
3,105
# AUTOGENERATED FILE FROM balenalib/artik10-debian:bullseye-run ENV GO_VERSION 1.15.7 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get...
nghiant2710/base-images
balena-base-images/golang/artik10/debian/bullseye/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,355
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-ubuntu:cosmic-build ENV GO_VERSION 1.15.11 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 "f5253eb04ed6b92e49cb0cbc57a80b4777ce27c6590e05a5c91095870e8632a0 go$GO_VER...
nghiant2710/base-images
balena-base-images/golang/raspberrypi2/ubuntu/cosmic/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
2,032
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-ubuntu:disco-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC...
nghiant2710/base-images
balena-base-images/python/asus-tinker-board-s/ubuntu/disco/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,840
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-ubuntu:bionic-run ENV GO_VERSION 1.14.13 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt...
nghiant2710/base-images
balena-base-images/golang/apalis-imx6q/ubuntu/bionic/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,358
# AUTOGENERATED FILE FROM balenalib/artik10-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", sinc...
resin-io-library/base-images
balena-base-images/python/artik10/fedora/36/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
2,430
# AUTOGENERATED FILE FROM balenalib/n510-tx2-ubuntu:xenial-run ENV NODE_VERSION 14.15.4 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com ...
nghiant2710/base-images
balena-base-images/node/n510-tx2/ubuntu/xenial/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,912
# AUTOGENERATED FILE FROM balenalib/armv7hf-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 'dirname "$...
resin-io-library/base-images
balena-base-images/openjdk/armv7hf/alpine/3.15/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,752
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-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_V...
nghiant2710/base-images
balena-base-images/golang/firefly-rk3288/debian/buster/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,034
from ubuntu:14.04 from ubuntu:14.04 run locale-gen en_US.UTF-8 env LANG en_US.UTF-8 env LANGUAGE en_US:en env LC_ALL en_US.UTF-8 run apt-get update run DEBIAN_FRONTEND=noninteractive apt-get install wget curl apt-transport-https -y --force-yes run wget http://github.com/leandrosouza/basebui...
leandrosouza/basebuilder
nodejs6npm3/Dockerfile
Dockerfile
bsd-3-clause
861
FROM debian:sid MAINTAINER Chris Dukes email: chris.duk.es.aix@gmail.com # Update the image with the latest packages RUN export DEBIAN_FRONTEND=noninteractive; apt-get update && apt-get -y install apt-utils && apt-get -y dist-upgrade && apt-get -y autoremove CMD [ /bin/bash ]
cdd-aix/DockerExperiments
debian/sid_current/Dockerfile
Dockerfile
bsd-3-clause
279
FROM phusion/baseimage RUN sed 's/main$/main universe/' -i /etc/apt/sources.list RUN apt-get update RUN apt-get install -y git RUN apt-get install -y wget RUN apt-get install -y mercurial RUN apt-get install -y build-essential ENV PROTOVERSION 2.6.0 ENV PROTODOWNLOAD https://github.com/google/protobuf/releases/downlo...
hblanks/tabler
vendor/src/github.com/gogo/protobuf/dockertest/generated-dockerfiles/go1.4_protoc2.6.0/Dockerfile
Dockerfile
bsd-3-clause
2,227
FROM busybox:latest # Copy testrun.sh files into the container ENV variable abc123 ADD ./testrun.sh /tmp/ ADD ./subst-file-$variable.txt /tmp/ COPY ./subst-file-2-${variable}.txt /tmp/ RUN mkdir -p /usr/local/bin RUN cp /tmp/testrun.sh /usr/local/bin/ && chmod +x /usr/local/bin/testrun.sh CMD ["testrun...
tejksat/docker-java
docker-java/src/test/resources/buildTests/ENV/Dockerfile
Dockerfile
apache-2.0
326
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="profnet-norsnet" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="profnet-norsnet" \ about.summary="neural network architecture for norsnet" ...
BioDocker/containers
profnet-norsnet/1.0.22-6-deb/Dockerfile
Dockerfile
apache-2.0
907
# AUTOGENERATED FILE FROM balenalib/up-core-plus-alpine:3.12-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 'dirna...
nghiant2710/base-images
balena-base-images/openjdk/up-core-plus/alpine/3.12/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,772
FROM balenalib/armv7hf-debian:buster-build LABEL io.balena.device-type="colibri-imx6dl" 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 ] &&...
nghiant2710/base-images
balena-base-images/device-base/colibri-imx6dl/debian/buster/build/Dockerfile
Dockerfile
apache-2.0
1,097
# # Docker Stack - Docker stack to manage infrastructures # # Copyright 2014 - 2017 devops.center # # 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-...
devopscenter/docker-stack
000000-stack/worker/Dockerfile
Dockerfile
apache-2.0
1,652