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/up-squared-ubuntu:xenial-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-g...
nghiant2710/base-images
balena-base-images/golang/up-squared/ubuntu/xenial/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,342
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-alpine:3.12-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/revpi-core-3/alpine/3.12/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,469
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-debian:stretch-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 \ ' ...
nghiant2710/base-images
balena-base-images/golang/jetson-xavier-nx-devkit/debian/stretch/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,336
# AUTOGENERATED FILE FROM balenalib/edge-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/edge/debian/bullseye/5.0-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,541
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-debian:sid-build ENV NODE_VERSION 14.16.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/bananapi-m1-plus/debian/sid/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,787
# AUTOGENERATED FILE FROM balenalib/hummingboard-ubuntu:focal-run ENV GO_VERSION 1.14.14 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-...
nghiant2710/base-images
balena-base-images/golang/hummingboard/ubuntu/focal/1.14.14/run/Dockerfile
Dockerfile
apache-2.0
2,356
ARG PYTORCH="1.6.0" ARG CUDA="10.1" ARG CUDNN="7" FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel ENV TORCH_CUDA_ARCH_LIST="6.0 6.1 7.0+PTX" ENV TORCH_NVCC_FLAGS="-Xfatbin -compress-all" ENV CMAKE_PREFIX_PATH="$(dirname $(which conda))/../" RUN apt-get update && apt-get install -y ffmpeg libsm6 libxe...
open-mmlab/mmdetection
docker/Dockerfile
Dockerfile
apache-2.0
894
# AUTOGENERATED FILE FROM balenalib/surface-go-ubuntu:bionic-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depen...
resin-io-library/base-images
balena-base-images/python/surface-go/ubuntu/bionic/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
4,074
# AUTOGENERATED FILE FROM balenalib/etcher-pro-ubuntu:focal-build ENV NODE_VERSION 12.21.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha...
nghiant2710/base-images
balena-base-images/node/etcher-pro/ubuntu/focal/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,757
# AUTOGENERATED FILE FROM balenalib/hummingboard2-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 depen...
nghiant2710/base-images
balena-base-images/python/hummingboard2/debian/sid/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,090
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-alpine:3.14-build RUN apk add --no-cache \ ca-certificates \ \ # .NET Core dependencies krb5-libs \ libgcc \ libintl \ libssl1.1 \ libstdc++ \ icu-libs \ zlib ENV \ # Configure web serve...
resin-io-library/base-images
balena-base-images/dotnet/orbitty-tx2/alpine/3.14/6.0-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,446
from ubeeko/java RUN apt-get -y -q install ssh rsync RUN mkdir /root/.ssh RUN ssh-keygen -t dsa -P '' -f /root/.ssh/id_dsa RUN cat /root/.ssh/id_dsa.pub >> /root/.ssh/authorized_keys RUN chmod go-rwx /root/.ssh/id_dsa RUN chmod go-rwx /root/.ssh/authorized_keys RUN mkdir /var/run/sshd EXPOSE 22 CMD ["/usr/sbin/ssh...
eric-leblouch/hbase-in-boot2docker
images/javassh/Dockerfile
Dockerfile
apache-2.0
330
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-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 de...
nghiant2710/base-images
balena-base-images/python/imx6ul-var-dart/ubuntu/eoan/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,444
# AUTOGENERATED FILE FROM balenalib/srd3-tx2-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/srd3-tx2/alpine/3.12/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,130
# AUTOGENERATED FILE FROM balenalib/artik10-debian:bullseye-run ENV NODE_VERSION 12.21.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver k...
nghiant2710/base-images
balena-base-images/node/artik10/debian/bullseye/12.21.0/run/Dockerfile
Dockerfile
apache-2.0
2,943
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-fedora:35-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv...
resin-io-library/base-images
balena-base-images/python/apalis-imx6q/fedora/35/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
2,440
# AUTOGENERATED FILE FROM balenalib/parallella-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: publi...
nghiant2710/base-images
balena-base-images/python/parallella/ubuntu/focal/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
4,829
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-ubuntu:focal-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: p...
nghiant2710/base-images
balena-base-images/python/orangepi-plus2/ubuntu/focal/3.8.9/build/Dockerfile
Dockerfile
apache-2.0
4,833
# AUTOGENERATED FILE FROM balenalib/kitra710-alpine:3.11-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVitti...
nghiant2710/base-images
balena-base-images/python/kitra710/alpine/3.11/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,837
# AUTOGENERATED FILE FROM balenalib/up-squared-ubuntu:disco-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depend...
nghiant2710/base-images
balena-base-images/python/up-squared/ubuntu/disco/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,074
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-alpine:3.10-run ENV NODE_VERSION 14.16.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 \ 6A010C516600659...
nghiant2710/base-images
balena-base-images/node/odroid-u3+/alpine/3.10/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
3,025
FROM balenalib/armv7hf-alpine:3.10-build LABEL io.balena.device-type="artik5" RUN apk add --update \ less \ nano \ net-tools \ ifupdown \ usbutils \ gnupg \ && rm -rf /var/cache/apk/* RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For ...
nghiant2710/base-images
balena-base-images/device-base/artik5/alpine/3.10/build/Dockerfile
Dockerfile
apache-2.0
1,015
# AUTOGENERATED FILE FROM balenalib/artik5-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 keyserver...
resin-io-library/base-images
balena-base-images/node/artik5/fedora/35/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,747
# AUTOGENERATED FILE FROM balenalib/qemux86-ubuntu:eoan-run ENV GO_VERSION 1.16.3 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get upd...
nghiant2710/base-images
balena-base-images/golang/qemux86/ubuntu/eoan/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,322
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-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 Dockerfi...
resin-io-library/base-images
balena-base-images/openjdk/imx7-var-som/fedora/35/8-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,322
FROM fedora:32 RUN groupadd -g 42 build-user && \ useradd -m -r -u 42 -g build-user build-user RUN dnf -y update && dnf install -y \ clang \ cmake \ git \ libblocksruntime-static \ libbsd-devel \ libcurl...
swiftdocker/docker-swift
swift-ci/master/fedora/32/Dockerfile
Dockerfile
apache-2.0
873
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-ubuntu:xenial-run ENV GO_VERSION 1.16.3 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-...
nghiant2710/base-images
balena-base-images/golang/revpi-core-3/ubuntu/xenial/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,356
# AUTOGENERATED FILE FROM balenalib/photon-tx2-nx-ubuntu:impish-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/photon-tx2-nx/ubuntu/impish/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,002
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-debian:bookworm-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...
resin-io-library/base-images
balena-base-images/dotnet/beaglebone-green/debian/bookworm/5.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,139
# Copyright 2015 Google Inc. 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 applicable law or agr...
GoogleCloudPlatform/kube-jenkins-imager
Dockerfile
Dockerfile
apache-2.0
1,607
# AUTOGENERATED FILE FROM balenalib/artik710-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: public ke...
nghiant2710/base-images
balena-base-images/python/artik710/debian/sid/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,849
# AUTOGENERATED FILE FROM balenalib/nuc-fedora:31-run ENV NODE_VERSION 10.23.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool.sks-ke...
nghiant2710/base-images
balena-base-images/node/nuc/fedora/31/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,749
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-alpine:edge-run ENV NODE_VERSION 15.14.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166...
nghiant2710/base-images
balena-base-images/node/imx6ul-var-dart/alpine/edge/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
3,030
FROM ubuntu:14.10 MAINTAINER Daniel Norberg <daniel.norberg@gmail.com> ENV DEBIAN_FRONTEND noninteractive RUN apt-get install -y software-properties-common RUN add-apt-repository -y ppa:webupd8team/java RUN apt-get update # Auto-accept the Oracle JDK license RUN echo oracle-java8-installer shared/accepted-oracle-lic...
udoprog/auto-matter
Dockerfile
Dockerfile
apache-2.0
1,493
# Copyright 2018 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,...
google/fuzzbench
benchmarks/systemd_fuzz-link-parser/Dockerfile
Dockerfile
apache-2.0
1,070
# AUTOGENERATED FILE FROM balenalib/parallella-debian:bullseye-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_VERS...
resin-io-library/base-images
balena-base-images/golang/parallella/debian/bullseye/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,032
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-fedora:34-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.po...
nghiant2710/base-images
balena-base-images/node/jetson-tx1/fedora/34/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,753
# AUTOGENERATED FILE FROM balenalib/nitrogen6x-ubuntu:cosmic-run ENV NODE_VERSION 15.7.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.com...
nghiant2710/base-images
balena-base-images/node/nitrogen6x/ubuntu/cosmic/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,916
# AUTOGENERATED FILE FROM balenalib/artik5-alpine:3.11-build ENV GO_VERSION 1.14.14 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && ech...
nghiant2710/base-images
balena-base-images/golang/artik5/alpine/3.11/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,335
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-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 # ins...
resin-io-library/base-images
balena-base-images/python/jetson-xavier-nx-devkit-emmc/fedora/33/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
2,456
# AUTOGENERATED FILE FROM balenalib/cubox-i-ubuntu:cosmic-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 ha.p...
nghiant2710/base-images
balena-base-images/node/cubox-i/ubuntu/cosmic/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,760
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-fedora:32-run ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha...
nghiant2710/base-images
balena-base-images/node/raspberrypi3-64/fedora/32/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/nitrogen6x-debian:bookworm-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/nitrogen6x/debian/bookworm/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,783
# AUTOGENERATED FILE FROM balenalib/up-core-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", si...
resin-io-library/base-images
balena-base-images/python/up-core/fedora/33/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
2,450
FROM openjdk:9 MAINTAINER Niko Nyrh "https://github.com/nikonyrh" # https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html RUN set -x \ && apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-https \ && rm -rf /var/lib/apt/lists/* \ && wget -qO - http...
nikonyrh/docker-scripts
elasticsearch6/Dockerfile
Dockerfile
apache-2.0
2,822
# AUTOGENERATED FILE FROM balenalib/hummingboard2-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/hummingboard2/ubuntu/eoan/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,762
# AUTOGENERATED FILE FROM balenalib/artik10-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/artik10/alpine/edge/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,127
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-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"...
nghiant2710/base-images
balena-base-images/python/orbitty-tx2/fedora/31/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
2,438
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-ubuntu:bionic-run ENV NODE_VERSION 14.16.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/orange-pi-lite/ubuntu/bionic/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,922
# AUTOGENERATED FILE FROM balenalib/smarc-px30-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 McVit...
nghiant2710/base-images
balena-base-images/python/smarc-px30/alpine/3.13/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,837
FROM ubuntu:20.04 MAINTAINER Alexey Nurgaliev <atnurgaliev@gmail.com> ENV LANG="C.UTF-8" \ DEBIAN_FRONTEND="noninteractive" \ \ APACHE_RUN_USER="www-data" \ APACHE_RUN_GROUP="www-data" \ APACHE_LOG_DIR="/var/log/apache2" \ APACHE_PID_FILE="/var/run/apache2.pid" \ APACHE_RUN_DIR="/var/run/a...
n-at/docker-ejudge
Dockerfile
Dockerfile
bsd-3-clause
2,775
FROM stackbrew/debian:wheezy [[ updateApt ]] [[ addUserFiles ]] WORKDIR [[ .Container.GetFirstMountedDir ]] [[ installNodeJS ]] # Install modules [[range (.Container.GetCustomValue "modules")]] RUN npm install -g [[.]] [[end]] ENV NODE_PATH /usr/local/lib/node_modules [[ if .EmptyCmd ]] CMD /bin/bash [[ else ...
rasata/gaudi
templates/nodejs/Dockerfile
Dockerfile
mit
503
FROM code4hr/hercules-dockerfile-base # Copy composer files into the app directory. COPY composer.json composer.lock ./ # Install dependencies with Composer. # --prefer-source fixes issues with download limits on Github. # --no-interaction makes sure composer can run fully automated RUN composer install --prefer-sour...
ezzy1337/HRQLS
Dockerfile
Dockerfile
mit
810
FROM ibuildthecloud/ubuntu-core-base:13.10 RUN apt-get update && \ apt-get install -y --no-install-recommends openjdk-7-jre-headless python-pip RUN pip install requests etcd-py ADD http://apache.cs.utah.edu/zookeeper/zookeeper-3.4.5/zookeeper-3.4.5.tar.gz / RUN mv /zookeeper-3.4.5.tar.gz/zookeeper-3.4.5 /zookeeper...
cloudnautique/cloud-cattle
tools/docker/zookeeper-etcd/Dockerfile
Dockerfile
apache-2.0
491
# AUTOGENERATED FILE FROM balenalib/nuc-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 sample b...
nghiant2710/base-images
balena-base-images/openjdk/nuc/ubuntu/bionic/8-jre/run/Dockerfile
Dockerfile
apache-2.0
3,105
FROM jboss/base-jdk:8 ARG APP_VERSION ENV ACTIVEMQ_VERSION $APP_VERSION ENV ACTIVEMQ apache-artemis-$ACTIVEMQ_VERSION ENV ACTIVEMQ_TCP=61616 ENV ACTIVEMQ_AMQP=5672 ENV ACTIVEMQ_STOMP=61613 ENV ACTIVEMQ_MQTT=1883 ENV ACTIVEMQ_WS=61614 ENV ACTIVEMQ_UI=8161 ENV ACTIVEMQ_HOME /opt/activemq-artemis ENV ARTEMIS_USER a...
lburgazzoli/lb-docker-files
apps/activemq-artemis/Dockerfile
Dockerfile
apache-2.0
1,277
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-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. # # ...
nghiant2710/base-images
balena-base-images/openjdk/beaglebone-green-wifi/ubuntu/bionic/8-jre/run/Dockerfile
Dockerfile
apache-2.0
3,108
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-fedora:33-run 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! ...
nghiant2710/base-images
balena-base-images/openjdk/jetson-tx2/fedora/33/8-jre/run/Dockerfile
Dockerfile
apache-2.0
1,316
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="avro" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="avro" \ about.summary="Apache Avro serialization system (Python 2 library)" \ abo...
BioDocker/containers
avro/1.8.2dfsg-2-deb-py2/Dockerfile
Dockerfile
apache-2.0
867
# Copyright 2016, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the f...
arkmaxim/grpc
tools/dockerfile/distribtest/node_jessie_x86/Dockerfile
Dockerfile
bsd-3-clause
1,723
# See https://github.com/IBM-Swift/swift-ubuntu-docker # Note that I'm not using Ubuntu 14.04 because I'm currently using Perfect for mySQL interface # and that has problems with the mysqlclient for 14.04. See https://github.com/PerfectlySoft/Perfect-MySQL # This is for Ubuntu 16.04; It's for Swift 5.0.1 as of 6/12/1...
crspybits/SyncServerII
devops/Docker/Building/Dockerfile
Dockerfile
mit
1,021
FROM phusion/baseimage:18.04-1.0.0 MAINTAINER Marius Storm-Olsen <mstormo@gmail.no> LABEL Description="Seismic Unix on a proper Ubuntu 14.04 LTS base" # Use /data as the persistant storage for seismic VOLUME ["/data"] # Download Seismic Unix, build it, and clean up tools and build artifacts # Also try to strip down ...
mstormo/docker_seismic_unix
Dockerfile
Dockerfile
mit
1,798
################################################################################################### FROM katherinealbany/athena:stable ################################################################################################### MAINTAINER Katherine Albany #####################################################...
KatherineAlbany/Dockable
Dockerfile
Dockerfile
mit
2,167
# 3.7.5-management FROM rabbitmq@sha256:d374d705b3f16e3f0ee34ea14d8599cb4c1f1604ae6deef5fefbaf063d0bb9c6 MAINTAINER Social Feed Manager <sfm@gwu.edu> ADD start.sh /usr/local/bin/mq_start.sh RUN chmod +x /usr/local/bin/mq_start.sh ENV RABBITMQ_MNESIA_BASE /sfm-mq-data/rabbitmq ENV RABBITMQ_LOG_BASE /sfm-mq-data/rabbit...
gwu-libraries/sfm-utils
docker/mq/Dockerfile
Dockerfile
mit
366
FROM snapcraft/ubuntu-base:armhf-16.04.1 MAINTAINER Rex Tsai "http://about.me/chihchun" ENV SNAPCRAFT_VERSION=2.22.1 # qemu-user-static ADD qemu-arm-static /usr/bin/qemu-arm-static ENV DEBIAN_FRONTEND=noninteractive RUN sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list RUN sed -i "/^# deb.*multiverse/ s/^# /...
chihchun/snapcraft-docker
xenial/armhf/2.22.1/Dockerfile
Dockerfile
mit
1,696
FROM nginx:stable-alpine COPY _site /usr/share/nginx/html/
skeenan947/skeenan947.github.io
nginx/Dockerfile
Dockerfile
mit
61
# # NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh" # # PLEASE DO NOT EDIT IT DIRECTLY. # FROM mcr.microsoft.com/windows/nanoserver:1809 SHELL ["cmd", "/s", "/c"] ENV JAVA_HOME C:\\openjdk-11 # "ERROR: Access to the registry path is denied." USER ContainerAdministrator RUN echo Updating PATH: %JAVA_HOME%...
docker-library/openjdk
11/jre/windows/nanoserver-1809/Dockerfile
Dockerfile
mit
1,464
FROM library/alpine RUN apk update && \ apk add nodejs WORKDIR /usr/src/app ADD . /usr/src/app RUN npm install EXPOSE 1337 CMD [ "/usr/bin/node", "/usr/src/app/index.js" ]
tomgco/tomg.co
Dockerfile
Dockerfile
mit
181
FROM node:carbon-alpine # Install build-deps and download src RUN apk --update --no-cache --virtual add build-base python2 git && \ mkdir /flood /rtorrent && \ git clone https://github.com/xiayyu/flood.git /flood && \ rm -rf /flood/.git # Set workdir WORKDIR /flood # Copy docker configuration file. This ...
xiayyu/dockerfiles
docker-rtorrent/flood/Dockerfile
Dockerfile
mit
749
FROM python:3.6 MAINTAINER Phil Christensen <phil@bubblehouse.org> LABEL Name="antioch" LABEL Version="0.9" # Install base dependencies RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y sqlite3 ssl-cert git ADD Pipfile /usr/src/app/Pipfile ADD Pipfile.lock /usr/src/app/Pipfile.lock # Install Py...
philchristensen/antioch
Dockerfile
Dockerfile
mit
850
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-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 \ libicu57 \ l...
nghiant2710/base-images
balena-base-images/dotnet/beaglebone-green-gateway/debian/buster/2.1-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,567
FROM balenalib/aarch64-ubuntu:eoan-build LABEL io.balena.device-type="astro-tx2" 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 ] && mkdir ...
nghiant2710/base-images
balena-base-images/device-base/astro-tx2/ubuntu/eoan/build/Dockerfile
Dockerfile
apache-2.0
1,088
# AUTOGENERATED FILE FROM balenalib/artik710-debian:bookworm-run ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver ...
resin-io-library/base-images
balena-base-images/node/artik710/debian/bookworm/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,934
# AUTOGENERATED FILE FROM balenalib/nuc-debian:bullseye-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 --keyserver keyse...
nghiant2710/base-images
balena-base-images/node/nuc/debian/bullseye/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,942
# AUTOGENERATED FILE FROM balenalib/spacely-tx2-alpine:3.12-run ENV NODE_VERSION 15.7.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 \ 6A010C516600659...
nghiant2710/base-images
balena-base-images/node/spacely-tx2/alpine/3.12/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
3,024
FROM balenalib/aarch64-alpine:3.10-run LABEL io.balena.device-type="nanopc-t4" RUN apk add --update \ less \ nano \ net-tools \ ifupdown \ usbutils \ gnupg \ && rm -rf /var/cache/apk/* RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For...
nghiant2710/base-images
balena-base-images/device-base/nanopc-t4/alpine/3.10/run/Dockerfile
Dockerfile
apache-2.0
1,014
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-debian:buster-run 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/imx7-var-som/debian/buster/5.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,526
#FROM registry.access.redhat.com/rhel7 FROM centos ARG TEST RUN yum install -y audit #ADD ./configs/supervisord.conf /etc/supervisord.conf #RUN echo "127.0.0.1 $HOSTNAME" > /etc/hosts #Clean image RUN yum clean all RUN echo "127.0.0.1 auditd" > /etc/hosts #VOLUME [ "/etc/origin/node", "/var/lib/origin" ] #EXPOS...
talset/openshift-auditd
Dockerfile
Dockerfile
apache-2.0
388
FROM openjdk:7 ENV ACTIVEMQ_VERSION 5.13.3 ENV ACTIVEMQ apache-activemq-$ACTIVEMQ_VERSION ENV ACTIVEMQ_TCP=61616 ACTIVEMQ_AMQP=5672 ACTIVEMQ_STOMP=61613 ACTIVEMQ_MQTT=1883 ACTIVEMQ_WS=61614 ACTIVEMQ_UI=8161 ENV ACTIVEMQ_HOME /opt/activemq RUN \ curl -O http://archive.apache.org/dist/activemq/$ACTIVEMQ_VERSION/$A...
rmohr/docker-activemq
5.13.3/Dockerfile
Dockerfile
apache-2.0
768
# AUTOGENERATED FILE FROM balenalib/edison-debian:buster-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --...
resin-io-library/base-images
balena-base-images/node/edison/debian/buster/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,800
# AUTOGENERATED FILE FROM balenalib/orange-pi-zero-alpine:3.13-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/orange-pi-zero/alpine/3.13/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,953
FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ busybox \ e2fsprogs \ e2fsprogs-extra \ musl \ sfdisk \ syslinux \ xfsprogs \ && true RUN...
ndauten/linuxkit
pkg/mkimage/Dockerfile
Dockerfile
apache-2.0
486
# AUTOGENERATED FILE FROM balenalib/armv7hf-debian:bookworm-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 sa...
resin-io-library/base-images
balena-base-images/openjdk/armv7hf/debian/bookworm/11-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,841
FROM anapsix/alpine-java RUN apk add --update && apk add git && \ git clone https://github.com/KOHGYLW/kiftd.git /kiftd && mkdir /data && \ echo "cd /kiftd && java -jar kiftd-1.0.6-RELEASE.jar -start" > /start.sh && \ chmod +x /start.sh EXPOSE 9000 VOLUME ["/kiftd/conf","/data"] CMD ["/start.sh"]
shemic/dm
src/docker/build/tool/kiftd/Dockerfile
Dockerfile
apache-2.0
315
# AUTOGENERATED FILE FROM balenalib/raspberrypicm4-ioboard-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 # instal...
nghiant2710/base-images
balena-base-images/python/raspberrypicm4-ioboard/debian/bullseye/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,484
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-debian:bookworm-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu67 \ libssl...
resin-io-library/base-images
balena-base-images/dotnet/beaglebone-pocket/debian/bookworm/3.1-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,539
# AUTOGENERATED FILE FROM balenalib/astro-tx2-fedora:34-build ENV GO_VERSION 1.16.14 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "5e59056e36704acb25809bcdb27191f27593cb7aba4d716b523008135a1e764a go$GO_VERSION.linux-arm64.tar.gz" | sha...
resin-io-library/base-images
balena-base-images/golang/astro-tx2/fedora/34/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
1,994
# AUTOGENERATED FILE FROM balenalib/up-core-plus-debian:buster-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...
resin-io-library/base-images
balena-base-images/openjdk/up-core-plus/debian/buster/16-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,017
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-debian:bullseye-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: pub...
resin-io-library/base-images
balena-base-images/python/nanopc-t4/debian/bullseye/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
4,857
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-ubuntu:eoan-run ENV NODE_VERSION 10.24.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.p...
nghiant2710/base-images
balena-base-images/node/beaglebone-pocket/ubuntu/eoan/10.24.1/run/Dockerfile
Dockerfile
apache-2.0
2,921
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-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/cl-som-imx8/alpine/3.12/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,338
# AUTOGENERATED FILE FROM balenalib/up-board-fedora:32-run ENV NODE_VERSION 10.23.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool.s...
nghiant2710/base-images
balena-base-images/node/up-board/fedora/32/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,754
# 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 use ...
arenadata/bigtop
docker/bigtop-puppet/fedora-26-aarch64/Dockerfile
Dockerfile
apache-2.0
903
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-debian:bullseye-run ENV NODE_VERSION 15.7.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 ...
nghiant2710/base-images
balena-base-images/node/beaglebone-green-wifi/debian/bullseye/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,955
# AUTOGENERATED FILE FROM balenalib/edge-debian:stretch-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependenci...
nghiant2710/base-images
balena-base-images/python/edge/debian/stretch/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,096
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-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 63C7CC...
resin-io-library/base-images
balena-base-images/python/generic-armv7ahf/debian/bullseye/3.10.0/build/Dockerfile
Dockerfile
apache-2.0
4,864
# AUTOGENERATED FILE FROM balenalib/edge-debian:jessie-run ENV GO_VERSION 1.14.14 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get upd...
nghiant2710/base-images
balena-base-images/golang/edge/debian/jessie/1.14.14/run/Dockerfile
Dockerfile
apache-2.0
2,336
# AUTOGENERATED FILE FROM balenalib/n310-tx2-ubuntu:bionic-run ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com ...
resin-io-library/base-images
balena-base-images/node/n310-tx2/ubuntu/bionic/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,906
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-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 McVit...
nghiant2710/base-images
balena-base-images/python/jetson-tx2/alpine/3.10/3.8.9/build/Dockerfile
Dockerfile
apache-2.0
4,837
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-ubuntu:focal-run ENV Logging__Console__FormatterName=Json RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ lib...
resin-io-library/base-images
balena-base-images/dotnet/jetson-xavier-nx-devkit/ubuntu/focal/6.0-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,214