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/cubox-i-ubuntu:cosmic-run ENV GO_VERSION 1.15.8 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get u...
nghiant2710/base-images
balena-base-images/golang/cubox-i/ubuntu/cosmic/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,351
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-debian:bullseye-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/cl-som-imx8/debian/bullseye/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,004
# AUTOGENERATED FILE FROM balenalib/revpi-connect-fedora:34-build ENV NODE_VERSION 12.22.9 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ke...
resin-io-library/base-images
balena-base-images/node/revpi-connect/fedora/34/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/aarch64-ubuntu:cosmic-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public ...
nghiant2710/base-images
balena-base-images/python/aarch64/ubuntu/cosmic/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,830
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-fedora:32-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 "vi...
nghiant2710/base-images
balena-base-images/python/jetson-nano-2gb-devkit/fedora/32/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
2,444
# AUTOGENERATED FILE FROM balenalib/nuc-ubuntu:disco-run ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv...
nghiant2710/base-images
balena-base-images/node/nuc/ubuntu/disco/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,912
# # ScalaWebTest Multistage build with precompiled tests and using the ScalaTest Runner http://www.scalatest.org/user_guide/using_the_runner # # Pull base image FROM scalawebtest/sbt:3.0.1 AS builder COPY --chown=sbtuser:sbtuser src /home/sbtuser/src # Package tests RUN sbt universal:packageZipTarball # Unzip tests ...
unic/ScalaWebTest
examples/docker/Dockerfile
Dockerfile
apache-2.0
850
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-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 \ ...
resin-io-library/base-images
balena-base-images/dotnet/raspberrypi3/debian/buster/5.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,131
# AUTOGENERATED FILE FROM balenalib/am571x-evm-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/am571x-evm/fedora/33/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
2,438
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-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 ...
resin-io-library/base-images
balena-base-images/python/orange-pi-one/alpine/3.13/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
4,131
# AUTOGENERATED FILE FROM balenalib/parallella-hdmi-resin-alpine:3.11-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 ...
nghiant2710/base-images
balena-base-images/python/parallella-hdmi-resin/alpine/3.11/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,143
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-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 d...
nghiant2710/base-images
balena-base-images/python/raspberrypi3-64/ubuntu/disco/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,072
FROM zilman/falcon MAINTAINER Eugene Zilman <ezilman@gmail.com> COPY echo.py /app.py EXPOSE 8000 CMD ["app:app"]
cncf/demo
Docker/echo/Dockerfile
Dockerfile
apache-2.0
115
# AUTOGENERATED FILE FROM balenalib/orange-pi-zero-debian:sid-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/orange-pi-zero/debian/sid/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
5,227
# AUTOGENERATED FILE FROM balenalib/parallella-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 add...
nghiant2710/base-images
balena-base-images/python/parallella/alpine/edge/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,130
# AUTOGENERATED FILE FROM balenalib/ccimx8x-sbc-pro-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 ap...
nghiant2710/base-images
balena-base-images/python/ccimx8x-sbc-pro/alpine/edge/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,135
# AUTOGENERATED FILE FROM balenalib/iot-gate-imx8-debian:stretch-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ ...
resin-io-library/base-images
balena-base-images/node/iot-gate-imx8/debian/stretch/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,780
# AUTOGENERATED FILE FROM balenalib/ts4900-ubuntu:xenial-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver keyser...
resin-io-library/base-images
balena-base-images/node/ts4900/ubuntu/xenial/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,751
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-alpine:edge-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 \ 6A010C51660...
nghiant2710/base-images
balena-base-images/node/nanopi-neo-air/alpine/edge/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
3,029
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-alpine:3.13-run ENV GO_VERSION 1.15.11 # 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/bananapi-m1-plus/alpine/3.13/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,475
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-debian:stretch-run ENV NODE_VERSION 10.23.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserve...
nghiant2710/base-images
balena-base-images/node/zc702-zynq7/debian/stretch/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,945
FROM microsoft/dotnet:2.0-runtime WORKDIR /app EXPOSE 8080 EXPOSE 8008 ENV ASPNETCORE_URLS http://*:8080 ENTRYPOINT ["dotnet", "dBosque.Stub.Server.dll" , "-o"] COPY bin/Docker/publish /app
dbosque/Stub
dBosque.Stub.Server/docker/windows/Dockerfile
Dockerfile
apache-2.0
193
# AUTOGENERATED FILE FROM balenalib/artik710-debian:bullseye-build ENV GO_VERSION 1.16 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098 go$GO_VERSION.linux-arm64.tar.gz" | s...
nghiant2710/base-images
balena-base-images/golang/artik710/debian/bullseye/1.16/build/Dockerfile
Dockerfile
apache-2.0
1,997
# AUTOGENERATED FILE FROM balenalib/generic-amd64-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/generic-amd64/debian/bullseye/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,866
# AUTOGENERATED FILE FROM balenalib/etcher-pro-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/etcher-pro/alpine/3.15/7-jre/run/Dockerfile
Dockerfile
apache-2.0
1,759
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-ubuntu:hirsute-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...
resin-io-library/base-images
balena-base-images/golang/asus-tinker-board-s/ubuntu/hirsute/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,039
FROM alpine:3.6 ADD skywalking-agent.tar.gz /usr/local RUN touch /usr/local/skywalking-agent/logs/skywalking-api.log VOLUME /usr/local/skywalking-agent CMD ["tail", "-f", "/usr/local/skywalking-agent/logs/skywalking-api.log"]
sky-walking/skywalking-test
agent-project/docker/Dockerfile
Dockerfile
apache-2.0
229
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-alpine:3.10-build 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/raspberry-pi2/alpine/3.10/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,340
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-fedora:33-run ENV NODE_VERSION 10.24.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha....
nghiant2710/base-images
balena-base-images/node/imx8m-var-dart/fedora/33/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,753
FROM golang:1.17-alpine3.15 as builder RUN apk add --no-cache make gcc musl-dev COPY . /src RUN make -C /src install PREFIX=/pkg GO_BUILDFLAGS='-mod vendor' ################################################################################ FROM alpine:3.15 LABEL source_repository="https://github.com/sapcc/limes" RUN ...
sapcc/limes
Dockerfile
Dockerfile
apache-2.0
417
# AUTOGENERATED FILE FROM balenalib/n510-tx2-fedora:33-build ENV NODE_VERSION 14.16.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool...
nghiant2710/base-images
balena-base-images/node/n510-tx2/fedora/33/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,751
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-debian:stretch-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key...
resin-io-library/base-images
balena-base-images/python/beaglebone-green-gateway/debian/stretch/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,870
# AUTOGENERATED FILE FROM balenalib/raspberrypi4-64-ubuntu:focal-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.pg...
nghiant2710/base-images
balena-base-images/node/raspberrypi4-64/ubuntu/focal/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,917
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-alpine:3.12-build 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/beaglebone-green/alpine/3.12/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,343
# AUTOGENERATED FILE FROM balenalib/aarch64-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/aarch64/alpine/3.15/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,752
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-ubuntu:focal-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_VERSI...
nghiant2710/base-images
balena-base-images/golang/zc702-zynq7/ubuntu/focal/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
2,029
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-alpine:3.12-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/orange-pi-lite/alpine/3.12/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,473
FROM ubuntu:16.04 COPY cattle /usr/bin/ CMD ["cattle"]
ibuildthecloud/cattle
package/Dockerfile
Dockerfile
apache-2.0
55
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-ubuntu:bionic-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 --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.p...
resin-io-library/base-images
balena-base-images/node/generic-armv7ahf/ubuntu/bionic/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,916
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-alpine:3.13-build ENV GO_VERSION 1.14.13 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch....
nghiant2710/base-images
balena-base-images/golang/asus-tinker-board-s/alpine/3.13/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
2,348
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-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...
nghiant2710/base-images
balena-base-images/python/orangepi-plus2/alpine/3.12/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,534
# AUTOGENERATED FILE FROM balenalib/edge-debian:bullseye-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependenc...
resin-io-library/base-images
balena-base-images/python/edge/debian/bullseye/3.9.10/run/Dockerfile
Dockerfile
apache-2.0
4,096
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS mirror RUN apk add --no-cache go musl-dev linux-headers ENV GOPATH=/go PATH=$PATH:/go/bin COPY . /go/src/metadata/ RUN go-compile.sh /go/src/metadata RUN mkdir -p out/tmp out/var out/run out/dev out/etc out/etc/ssl/certs FROM scratch ENTRYPOINT [] CM...
yankcrime/linuxkit
pkg/metadata/Dockerfile
Dockerfile
apache-2.0
442
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-alpine:3.11-build ENV GO_VERSION 1.15.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] ...
nghiant2710/base-images
balena-base-images/golang/raspberry-pi2/alpine/3.11/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,340
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-nx-devkit-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 63C7C...
resin-io-library/base-images
balena-base-images/python/jetson-tx2-nx-devkit/ubuntu/focal/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,836
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-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 63C7C...
resin-io-library/base-images
balena-base-images/python/beaglebone-pocket/debian/bookworm/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,865
# Use the latest version of Node FROM mhart/alpine-node:latest # Update dependency cache RUN apk update && apk upgrade # install dependencies RUN apk add --no-cache make gcc g++ python git # Install PM2 globally RUN yarn global add pm2 # Create app directory WORKDIR /usr/src/api # Copy package.json for build COPY ...
GetStream/Winds
api/Dockerfile
Dockerfile
bsd-3-clause
474
FROM ubuntu:trusty MAINTAINER Mark Seidenstricker <mjseid@monsanto.com> RUN apt-get update RUN apt-get install -y git cmake mercurial golang-go wget dpkg #RUN wget -O heka.deb https://github.com/mozilla-services/heka/releases/download/v0.9.2/heka_0.9.2_amd64.deb RUN wget -O heka.deb https://github.com/mozilla-servic...
gdtm86/cf-metrics
heka/Dockerfile
Dockerfile
bsd-3-clause
641
## -*- docker-image-name: "scaleway/privatebin:latest" -*- ARG SCW_ARCH FROM scaleway/ubuntu:${SCW_ARCH}-xenial MAINTAINER Scaleway <opensource@scaleway.com> (@scaleway) RUN apt-get update && apt-get -y upgrade && apt-get install -y nginx php-fpm php-gd RUN mkdir -p /srv/www/privatebin/ \ && mkdir -p /srv/www/...
moul/image-app-zerobin
latest/Dockerfile
Dockerfile
mit
857
# AUTOGENERATED FILE FROM balenalib/up-core-plus-debian:bullseye-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 ...
nghiant2710/base-images
balena-base-images/openjdk/up-core-plus/debian/bullseye/11-jre/build/Dockerfile
Dockerfile
apache-2.0
3,757
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-ubuntu:bionic-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...
nghiant2710/base-images
balena-base-images/openjdk/asus-tinker-board/ubuntu/bionic/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,104
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="discosnp" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="discosnp" \ about.summary="discovering Single Nucleotide Polymorphism from raw set...
BioDocker/containers
discosnp/2.3.0-2-deb/Dockerfile
Dockerfile
apache-2.0
1,033
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-ubuntu:bionic-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...
nghiant2710/base-images
balena-base-images/openjdk/raspberrypi2/ubuntu/bionic/11-jre/run/Dockerfile
Dockerfile
apache-2.0
3,102
# sqoop1_import_hdfs # VERSION : 0.1 FROM zetdata/cdh:new # MAINTAINER Your_name, Your_email_address # TODO: add JDBC drivers # http://www.cloudera.com/content/cloudera/en/documentation/core/v5-3-x/topics/cdh_ig_jdbc_driver_install.html RUN apt-get install libmysql-java libpostgresql-jdbc-java && \ curl -L 'http...
DataCanvasIO/example-modules
modules/modeling/Hadoop/sqoop1/sqoop1_import_hdfs/Dockerfile
Dockerfile
bsd-3-clause
655
ARG BASE_IMAGE FROM nvidia/cuda:${BASE_IMAGE} RUN apt-get update -y && \ apt-get install -y --no-install-recommends \ git \ cmake \ libblas3 \ libblas-dev \ curl \ zlib1g-dev \ libreadline-dev \ libsqlite3-dev \ libssl-dev \ libffi-dev \ build-essential \ libbz2-dev \ ssh \ w...
hvy/chainer
.pfnci/chainermn-ci-prep.Dockerfile
Dockerfile
mit
1,639
FROM jenkins/jenkins:2.112 LABEL maintainer="mstewart@riotgames.com" # Prep Jenkins Directories USER root RUN mkdir /var/log/jenkins RUN mkdir /var/cache/jenkins RUN chown -R jenkins:jenkins /var/log/jenkins RUN chown -R jenkins:jenkins /var/cache/jenkins USER jenkins # Set Defaults ENV JAVA_OPTS="-Xmx8192m" ENV JENK...
maxfields2000/dockerjenkins_tutorial
tutorial_05/jenkins-master/Dockerfile
Dockerfile
apache-2.0
426
FROM maven:3.5.3-jdk-10-slim as maven WORKDIR /servlet COPY src src COPY pom.xml pom.xml RUN mvn compile war:war -q -P afterburner FROM openjdk:10-jdk WORKDIR /resin RUN curl -sL http://caucho.com/download/resin-4.0.56.tar.gz | tar xz --strip-components=1 RUN rm -rf webapps/* COPY --from=maven /servlet/target/servlet....
actframework/FrameworkBenchmarks
frameworks/Java/servlet/servlet-afterburner.dockerfile
Dockerfile
bsd-3-clause
420
# # THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/aarch64/generate.sh"! # FROM aarch64/ubuntu:xenial RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev pkg-config vim-comm...
diegobernardes/flare
vendor/github.com/docker/docker/contrib/builder/deb/aarch64/ubuntu-xenial/Dockerfile
Dockerfile
bsd-3-clause
667
FROM alpine:3.8 RUN mkdir /fish-2.1.0 COPY *.patch /fish-2.1.0/ RUN apk add --no-cache bc curl g++ git groff libgcc libstdc++ make mdocml-apropos ncurses ncurses-dev sudo util-linux autoconf \ && curl -Ls https://github.com/fish-shell/fish-shell/releases/download/2.1.0/fish-2.1.0.tar.gz | tar -xzf - \ && cd fi...
oh-my-fish/dockerfiles
fish/2.1.0/Dockerfile
Dockerfile
mit
747
FROM ruby:2.5 RUN apt-get update -qq && apt-get install -y nodejs postgresql-client git-core zlib1g-dev build-essential libreadline-dev libssl-dev curl redis-server awesfx RUN mkdir /app WORKDIR /app COPY Gemfile /app/Gemfile COPY Gemfile.lock /app/Gemfile.lock RUN bundle install COPY . /app EXPOSE 3000 ENTRYPOINT [...
lfzawacki/musical-artifacts
Dockerfile
Dockerfile
mit
346
ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM $REPO:2.1-stretch-slim RUN apt-get update \ && apt-get install -y --no-install-recommends \ curl \ && rm -rf /var/lib/apt/lists/* # Install .NET Core ENV DOTNET_VERSION 2.1.23 RUN curl -SL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotne...
MichaelSimons/dotnet-docker
src/runtime/2.1/stretch-slim/amd64/Dockerfile
Dockerfile
mit
781
# vi: ft=Dockerfile FROM fedora:21 MAINTAINER Kurt Neufeld <kneufeld@burgundywall.com> RUN yum makecache RUN yum -y install uwsgi uwsgi-plugin-php RUN yum -y install php-pdo php-pgsql php-bcmath php-mysqlnd RUN mkdir -p /opt ADD webzash-v2.6.tar.gz /opt/ RUN chown -R uwsgi /opt/webzash ENV LISTEN_SOCKET :8030 CMD u...
kneufeld/webzash-docker
Dockerfile
Dockerfile
mit
383
# kiwiIRC # Version 0.1 FROM yrpri/base MAINTAINER Robert Vidar Bjarnason <robert@citizens.is> RUN echo 'version 0.15' ENV DEBIAN_FRONTEND noninteractive RUN apt-get -qq update RUN apt-get -yqq upgrade RUN apt-get install -y python-software-properties python RUN add-apt-repository ppa:chris-lea/node.js RUN apt-get ...
rbjarnason/docker-kiwiirc
Dockerfile
Dockerfile
mit
561
FROM ubuntu:trusty MAINTAINER Nurza nurza@90tech.fr RUN (apt-get update && apt-get install -y -q wget git curl && apt-get -y -q autoclean && apt-get -y -q autoremove) RUN (wget -O /tmp/go.tar.gz https://storage.googleapis.com/golang/go1.5.linux-amd64.tar.gz) RUN (cd /tmp && tar xf go.tar.gz && mv go /usr/local) ...
90TechSAS/docker-guard-monitoring
docker/Dockerfile
Dockerfile
mit
845
# Start with Node v4 + yarn as base image FROM node:argon MAINTAINER Athyuttam Eleti, athyuttamre@gmail.com # Create folders for our app RUN mkdir -p /meteor/src RUN mkdir -p /meteor/build WORKDIR /meteor/src # Install Meteor RUN mkdir .meteor # In copying the `release` file first, we ensure we skip the cache only wh...
gregcarlin/signmeup
Dockerfile
Dockerfile
mit
1,196
FROM debian:wheezy MAINTAINER Paddy Carey <paddy@wackwack.co.uk> # no tty ENV DEBIAN_FRONTEND noninteractive # get up to date RUN apt-get update -y RUN apt-get upgrade -y # install packages from apt/PyPI RUN apt-get install -y python-pip python-dev RUN pip install fabric # copy the application data into the contain...
paddycarey/beardo-registry
Dockerfile
Dockerfile
mit
407
FROM centos:7 MAINTAINER Juan Manuel Parrilla <jparrill@redhat.com> RUN yum clean all && \ yum install -y epel-release && \ yum install -y PyYAML python-jinja2 python-httplib2 python-keyczar python-paramiko python-setuptools git python-pip sshpass && \ yum install -y gcc libffi-devel python-devel openssl-...
padajuan/ansible-docker-base
spec/ansible-2.0.2/Dockerfile
Dockerfile
mit
534
FROM swayoleg/lamp-one:1.0 ############# COPY VIRTUALHOST ################ ADD olegsrv.conf /etc/apache2/sites-available/olegsrv.conf ADD auth.json /.composer/auth.json ADD .env /.env RUN export $(cat /.env | xargs) && \ mkdir -p /var/www/html/$URL_ROOT_FOLDER_FROM_APP_PATH && \ sed -i "s/sitename/$VIRTUAL_HOST/g" /e...
swayoleg/dockerlamp
project_example/swayoleg-lamp/Dockerfile
Dockerfile
mit
771
FROM debian:jessie MAINTAINER Merikz <merikz.code@gmail.com> ENV TZ Europe/Stockholm RUN set -x \ && echo $TZ > /etc/timezone \ && rm /etc/timezone \ && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \ && dpkg-reconfigure -f noninteractive tzdata RUN set -x \ && echo "deb http://www.deb-multimedia...
merikz/docker-logitechmediaserver
Dockerfile
Dockerfile
mit
2,084
FROM debian RUN apt-get -yqq update RUN apt-get install -yqq supervisor apache2 RUN a2enmod rewrite RUN a2enmod cgi ADD apache-config.conf /etc/apache2/sites-enabled/000-default.conf ADD supervisord.conf /etc/supervisor/conf.d/ CMD ["supervisord"]
amir-zeldes/rstWeb
docker/Dockerfile
Dockerfile
mit
248
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-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 M...
resin-io-library/base-images
balena-base-images/python/orange-pi-lite/alpine/edge/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,838
FROM johnfosborneiii/dotnet-summit-base-rhel7:1.0 ARG source=. WORKDIR /app COPY $source . RUN chmod +x /app/docker-entrypoint.sh ENTRYPOINT ["/app/docker-entrypoint.sh"]
johnfosborneiii/SimplCommerceSQLServerRHEL
Dockerfile
Dockerfile
apache-2.0
173
# AUTOGENERATED FILE FROM balenalib/am571x-evm-ubuntu:disco-run ENV NODE_VERSION 14.15.4 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com...
nghiant2710/base-images
balena-base-images/node/am571x-evm/ubuntu/disco/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,916
# AUTOGENERATED FILE FROM balenalib/kitra520-fedora:30-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/kitra520/fedora/30/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
2,435
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-ubuntu:eoan-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 keyse...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/ubuntu/eoan/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,923
# AUTOGENERATED FILE FROM balenalib/cybertan-ze250-ubuntu:eoan-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: pu...
nghiant2710/base-images
balena-base-images/python/cybertan-ze250/ubuntu/eoan/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,849
FROM ubuntu:14.04 MAINTAINER Dicotraining info@dicotraining.com # Update the package repository RUN apt-get update -y && apt-get upgrade -y # Install base system RUN DEBIAN_FRONTEND=noninteractive apt-get install -y wget curl # Install PHP 5.5 RUN apt-get update; apt-get install -y php5-cli php5 php5-m...
dpalomar/docker-apache
Dockerfile
Dockerfile
apache-2.0
1,063
# AUTOGENERATED FILE FROM balenalib/fincm3-debian:bullseye-run ENV NODE_VERSION 12.20.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver ke...
nghiant2710/base-images
balena-base-images/node/fincm3/debian/bullseye/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,942
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-ubuntu:focal-build ENV GO_VERSION 1.16.3 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_...
nghiant2710/base-images
balena-base-images/golang/beaglebone-pocket/ubuntu/focal/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,033
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-debian:buster-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keys...
nghiant2710/base-images
balena-base-images/node/generic-armv7ahf/debian/buster/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
2,948
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-fedora:35-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 "5e59056e36704acb2...
resin-io-library/base-images
balena-base-images/golang/raspberrypi400-64/fedora/35/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,080
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-debian:bullseye-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90...
nghiant2710/base-images
balena-base-images/python/colibri-imx6dl/debian/bullseye/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,865
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-ubuntu:cosmic-run ENV GO_VERSION 1.15.7 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && ...
nghiant2710/base-images
balena-base-images/golang/bananapi-m1-plus/ubuntu/cosmic/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,360
# AUTOGENERATED FILE FROM balenalib/blackboard-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 \ libicu63 \ libssl1.1...
nghiant2710/base-images
balena-base-images/dotnet/blackboard-tx2/debian/bullseye/5.0-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,955
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-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...
nghiant2710/base-images
balena-base-images/python/odroid-xu4/ubuntu/bionic/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,069
# AUTOGENERATED FILE FROM balenalib/vab820-quad-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/vab820-quad/debian/bullseye/5.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,134
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-alpine:edge-build ENV GO_VERSION 1.15.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] &&...
nghiant2710/base-images
balena-base-images/golang/orbitty-tx2/alpine/edge/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,338
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-alpine:3.12-run ENV GO_VERSION 1.15.11 # 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/bananapi-m1-plus/alpine/3.12/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,475
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-ubuntu:cosmic-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.co...
nghiant2710/base-images
balena-base-images/node/odroid-u3+/ubuntu/cosmic/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,918
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-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_VERS...
nghiant2710/base-images
balena-base-images/golang/apalis-imx6q/debian/buster/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,030
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-ubuntu:focal-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....
nghiant2710/base-images
balena-base-images/node/raspberry-pi2/ubuntu/focal/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,919
FROM bltavares/arch-ssh MAINTAINER obed.n.munoz@gmail.com # Add MPI user RUN useradd mpiuser RUN echo -e "secure\nsecure" | passwd mpiuser RUN mkdir /home/mpiuser ; chown mpiuser.mpiuser /home/mpiuser # Install Custom Software RUN pacman-key --refresh-keys RUN pacman -Syu --noconfirm wget python rsync RUN pacman-db-...
obedmr/MPIaaS
dockerfiles/archlinux/Dockerfile
Dockerfile
apache-2.0
940
# AUTOGENERATED FILE FROM balenalib/up-board-debian:bookworm-run 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/up-board/debian/bookworm/3.1-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,926
# AUTOGENERATED FILE FROM balenalib/ts4900-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 dependenci...
nghiant2710/base-images
balena-base-images/python/ts4900/ubuntu/disco/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,437
# AUTOGENERATED FILE FROM balenalib/parallella-alpine:3.10-build ENV GO_VERSION 1.15.8 # 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/parallella/alpine/3.10/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,337
# AUTOGENERATED FILE FROM balenalib/rpi-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 McVittie <sm...
nghiant2710/base-images
balena-base-images/python/rpi/alpine/3.13/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,832
# AUTOGENERATED FILE FROM balenalib/up-board-alpine:3.12-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add -...
nghiant2710/base-images
balena-base-images/python/up-board/alpine/3.12/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,135
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-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/raspberrypi400-64/ubuntu/bionic/3.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,915
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-debian:stretch-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu57 \ libssl1.1 ...
resin-io-library/base-images
balena-base-images/dotnet/orangepi-plus2/debian/stretch/3.1-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,135
# AUTOGENERATED FILE FROM balenalib/via-vab820-quad-alpine:3.15-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/via-vab820-quad/alpine/3.15/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,472