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/imx7-var-som-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 Dockerfi...
resin-io-library/base-images
balena-base-images/openjdk/imx7-var-som/fedora/33/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,322
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-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 --keyser...
nghiant2710/base-images
balena-base-images/node/asus-tinker-board-s/fedora/30/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,766
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-fedora:31-build ENV GO_VERSION 1.14.14 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "511d764197121f212d130724afb9c296f0cb4a22424e5ae956a5cc043b0f4a29 go$GO_VERSION.linux-arm64.tar.gz" | s...
nghiant2710/base-images
balena-base-images/golang/nitrogen8mm/fedora/31/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
1,996
FROM openjdk:8-jdk as builder RUN rm /dev/random && ln -s /dev/urandom /dev/random COPY . /opt/trade4chor/trade WORKDIR /opt/trade4chor/trade RUN ./gradlew build FROM openjdk:8-jdk LABEL maintainer "Michael Hahn <mhahn.dev@gmail.com>" ENV DOCKERIZE_VERSION v0.6.1 ENV TRADE_VERSION 1.0-SNAPSHOT ENV PATH ${PATH}:/...
traDE4chor/trade-core
Dockerfile
Dockerfile
apache-2.0
4,262
# AUTOGENERATED FILE FROM balenalib/aarch64-ubuntu:impish-run ENV NODE_VERSION 14.18.3 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/aarch64/ubuntu/impish/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,905
# AUTOGENERATED FILE FROM balenalib/intel-nuc-ubuntu:bionic-build 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...
nghiant2710/base-images
balena-base-images/node/intel-nuc/ubuntu/bionic/10.23.1/build/Dockerfile
Dockerfile
apache-2.0
2,765
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-debian:jessie-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.linux-arm64.tar.gz" |...
nghiant2710/base-images
balena-base-images/golang/jetson-tx1/debian/jessie/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
1,999
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-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 depe...
resin-io-library/base-images
balena-base-images/python/odroid-xu4/debian/stretch/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,093
# AUTOGENERATED FILE FROM balenalib/rpi-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 dependencie...
nghiant2710/base-images
balena-base-images/python/rpi/debian/stretch/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,088
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-fedora:36-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 "virtuale...
resin-io-library/base-images
balena-base-images/python/imx8m-var-dart/fedora/36/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
2,442
# AUTOGENERATED FILE FROM balenalib/up-core-plus-debian:buster-build ENV NODE_VERSION 15.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" || \ ...
nghiant2710/base-images
balena-base-images/node/up-core-plus/debian/buster/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,790
# AUTOGENERATED FILE FROM balenalib/n510-tx2-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 63C7CC90: public...
resin-io-library/base-images
balena-base-images/python/n510-tx2/ubuntu/xenial/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
4,828
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-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/generic-armv7ahf/debian/bookworm/6.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,533
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keys...
nghiant2710/base-images
balena-base-images/node/colibri-imx6dl/debian/bullseye/10.24.1/run/Dockerfile
Dockerfile
apache-2.0
2,950
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-alpine:3.11-build 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 for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ ...
nghiant2710/base-images
balena-base-images/node/nanopc-t4/alpine/3.11/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,954
# AUTOGENERATED FILE FROM balenalib/intel-nuc-debian:buster-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...
resin-io-library/base-images
balena-base-images/python/intel-nuc/debian/buster/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,097
# AUTOGENERATED FILE FROM balenalib/apalis-imx6-alpine:3.12-build ENV NODE_VERSION 14.15.4 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...
nghiant2710/base-images
balena-base-images/node/apalis-imx6/alpine/3.12/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,958
# AUTOGENERATED FILE FROM balenalib/up-core-debian:buster-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver key...
nghiant2710/base-images
balena-base-images/node/up-core/debian/buster/10.24.1/run/Dockerfile
Dockerfile
apache-2.0
2,942
# AUTOGENERATED FILE FROM balenalib/asus-tinker-edge-t-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 \ libss...
resin-io-library/base-images
balena-base-images/dotnet/asus-tinker-edge-t/debian/bullseye/3.1-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,145
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-ubuntu:bionic-build ENV GO_VERSION 1.16 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$...
nghiant2710/base-images
balena-base-images/golang/beaglebone-green-wifi/ubuntu/bionic/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,035
# AUTOGENERATED FILE FROM balenalib/artik533s-debian:stretch-run ENV GO_VERSION 1.15.11 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-g...
nghiant2710/base-images
balena-base-images/golang/artik533s/debian/stretch/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,357
# AUTOGENERATED FILE FROM balenalib/colibri-imx6-fedora:35-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/colibri-imx6/fedora/35/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
2,435
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-ubuntu:bionic-build ENV GO_VERSION 1.15.6 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "f87515b9744154ffe31182da9341d0a61eb0795551173d242c8cad209239e492 go$GO_VERSION.linux-arm64.tar....
nghiant2710/base-images
balena-base-images/golang/raspberrypi3-64/ubuntu/bionic/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,004
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-alpine:edge-run ENV GO_VERSION 1.16.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...
resin-io-library/base-images
balena-base-images/golang/genericx86-64-ext/alpine/edge/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,483
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-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...
resin-io-library/base-images
balena-base-images/python/jetson-nano-2gb-devkit/alpine/3.12/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,138
# AUTOGENERATED FILE FROM balenalib/beaglebone-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 63C7CC90: publ...
resin-io-library/base-images
balena-base-images/python/beaglebone/ubuntu/xenial/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,830
FROM debian:8 MAINTAINER Insight Software Consortium <community@itk.org> RUN apt-get update && apt-get install -y \ build-essential \ cmake \ git \ ninja-build \ wget \ vim \ subversion \ qt4-dev-tools \ libxt-dev \ libboost-all-dev \ valgrind \ python2.7-dev WORKDIR /usr/src ENV Slicer_GIT_...
LucasGandel/TubeTK
CMake/CircleCI/CircleCI_slicer_Docker/Dockerfile
Dockerfile
apache-2.0
753
# AUTOGENERATED FILE FROM balenalib/up-board-debian:sid-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependenci...
resin-io-library/base-images
balena-base-images/python/up-board/debian/sid/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,090
# AUTOGENERATED FILE FROM balenalib/revpi-connect-ubuntu:disco-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_VERS...
nghiant2710/base-images
balena-base-images/golang/revpi-connect/ubuntu/disco/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,029
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-ubuntu:hirsute-build ENV GO_VERSION 1.16.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 "8a8e06b02a5e7339675cbbad9eb46a0db2cab7da21306de7c3a60d37a6a96022 go$G...
resin-io-library/base-images
balena-base-images/golang/beaglebone-black/ubuntu/hirsute/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,038
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-alpine:3.12-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/nsswitch.conf ] && e...
nghiant2710/base-images
balena-base-images/golang/var-som-mx6/alpine/3.12/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,334
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-ubuntu:bionic-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: publ...
nghiant2710/base-images
balena-base-images/python/jetson-tx1/ubuntu/bionic/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,833
# AUTOGENERATED FILE FROM balenalib/aarch64-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...
resin-io-library/base-images
balena-base-images/python/aarch64/alpine/3.13/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,833
# AUTOGENERATED FILE FROM balenalib/nanopi-r2c-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/nanopi-r2c/debian/buster/6.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,525
# AUTOGENERATED FILE FROM balenalib/hummingboard-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 d...
resin-io-library/base-images
balena-base-images/python/hummingboard/debian/bullseye/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,097
# AUTOGENERATED FILE FROM balenalib/fincm3-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 63C7CC90: public ...
resin-io-library/base-images
balena-base-images/python/fincm3/debian/stretch/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
4,852
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-debian:sid-build ENV NODE_VERSION 12.21.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/beaglebone-green-gateway/debian/sid/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,795
# AUTOGENERATED FILE FROM balenalib/via-vab820-quad-ubuntu:bionic-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/via-vab820-quad/ubuntu/bionic/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,838
# AUTOGENERATED FILE FROM balenalib/armv7hf-alpine:3.15-build ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ ...
resin-io-library/base-images
balena-base-images/node/armv7hf/alpine/3.15/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,948
# AUTOGENERATED FILE FROM balenalib/artik530-debian:bookworm-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-2 \ ...
resin-io-library/base-images
balena-base-images/dotnet/artik530/debian/bookworm/6.0-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,167
# Copyright 2020 Google LLC # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
google/google-ctf
2021/quals/crypto-tiramisu/healthcheck/Dockerfile
Dockerfile
apache-2.0
1,209
FROM python MAINTAINER eltitopera RUN apt-get update -y && pip install kafka && pip install kafka-python && apt-get install nano -y WORKDIR "/opt/" COPY episodes-es-json.txt . COPY episodes2-es-jsonv1.txt . COPY episodes2-es-jsonv2.txt . COPY episodes2-es-jsonv3.txt . COPY caracter.py . #CMD [ "python27","twitter.py"...
eltitopera/TFM
caracter/Dockerfile
Dockerfile
apache-2.0
321
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-ubuntu:focal-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.co...
resin-io-library/base-images
balena-base-images/node/nitrogen8mm/ubuntu/focal/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,907
FROM ubuntu:trusty MAINTAINER josh <joshjdevl [at] gmail {dot} com> RUN apt-get update && apt-get -y install python-software-properties software-properties-common RUN add-apt-repository "deb http://gb.archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" RUN apt-get update RUN add-apt-repository -y ppa:saiarcot895/m...
joshjdevl/dropwizard-kafka-http
Dockerfile
Dockerfile
apache-2.0
1,818
# AUTOGENERATED FILE FROM balenalib/raspberrypicm4-ioboard-debian:buster-build ENV NODE_VERSION 10.24.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 "$k...
nghiant2710/base-images
balena-base-images/node/raspberrypicm4-ioboard/debian/buster/10.24.1/build/Dockerfile
Dockerfile
apache-2.0
2,795
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-fedora:32-build ENV GO_VERSION 1.15.11 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "bfc8f07945296e97c6d28c7999d86b5cab51c7a87eb2b22ca6781c41a6bb6f2d go$GO_VERSION.linux-arm64.tar.gz"...
nghiant2710/base-images
balena-base-images/golang/raspberrypi3-64/fedora/32/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
2,000
# AUTOGENERATED FILE FROM balenalib/nuc-debian:buster-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-2 \ l...
resin-io-library/base-images
balena-base-images/dotnet/nuc/debian/buster/6.0-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,173
# AUTOGENERATED FILE FROM balenalib/intel-nuc-fedora:33-build ENV GO_VERSION 1.15.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \ && echo "0d142143794721bb63ce6c8a6180c4062bcf8ef4715e7d6d6609f3a8282629b3 go$GO_VERSION.linux-amd64.tar.gz" | sha2...
nghiant2710/base-images
balena-base-images/golang/intel-nuc/fedora/33/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,007
#From registry.intra.test.com/test_rd_common/centos:6.6 RUN mkdir -p /src/nginx COPY . /src/nginx WORKDIR /src/nginx RUN yum install -y gcc pcre-devel openssl openssl-devel RUN ./configure --add-module=/src/nginx/modules/ngx_http_upstream_check_module \ --add-module=/src/nginx/modules/nginx-upsync-...
xiaokai-wang/nginx-discovery
Dockerfile
Dockerfile
bsd-2-clause
556
FROM ubuntu:latest # Don't prompt for configuration settings when using apt-get ENV DEBIAN_FRONTEND=noninteractive # Install distro Apache, JDK 8, PHP 7.2, etc RUN apt-get -qq update; apt-get install -qq apt-utils; apt-get install -qq software-properties-common python3-software-properties > /dev/null; \ add-apt-reposi...
krasnuydyx/docker
magebu/Dockerfile
Dockerfile
bsd-2-clause
4,592
FROM mysql:latest COPY ./mysqld.cnf /etc/mysql/mysql.conf.d/mysqld.cnf
tasmaniski/unfinished
docker/mysql/Dockerfile
Dockerfile
mit
71
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-alpine:edge-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 'dirn...
nghiant2710/base-images
balena-base-images/openjdk/orbitty-tx2/alpine/edge/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,764
FROM oraclelinux:7.1 MAINTAINER Kolla Project (https://launchpad.net/kolla) # Dependencies required for building/installing source components RUN yum install -y \ MySQL-python \ gcc \ git \ libffi-devel \ mariadb \ openssl \ openssl-devel \ python-devel \ tar \ && yum clean all #...
HackToday/kolla
docker/ol/source/base/Dockerfile
Dockerfile
apache-2.0
566
# Copyright 2018 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
jbedorf/tensorflow
tensorflow/tools/dockerfiles/dockerfiles/ppc64le/devel-cpu-ppc64le.Dockerfile
Dockerfile
apache-2.0
3,097
FROM scratch COPY script/ca-certificates.crt /etc/ssl/certs/ COPY dist/traefik / EXPOSE 80 VOLUME ["/tmp"] ENTRYPOINT ["/traefik"]
dtomcej/traefik
Dockerfile
Dockerfile
mit
131
FROM ubuntu:16.04 RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ make \ file \ curl \ ca-certificates \ python2.7 \ git \ cmake \ sudo \ gdb \ xz-utils \ g++-sparc64-linux-gnu \ libssl-dev \ pkg-config COPY scripts/sccache.sh /scripts/ RUN sh /scripts/sccache.sh ...
GBGamer/rust
src/ci/docker/disabled/dist-sparc64-linux/Dockerfile
Dockerfile
apache-2.0
479
FROM pypy:2-5.10 WORKDIR /bottle COPY views views COPY app.py app.py COPY gunicorn_conf.py gunicorn_conf.py COPY requirements-pypy.txt requirements-pypy.txt RUN pip install -r requirements-pypy.txt CMD gunicorn app:app -c gunicorn_conf.py
greenlaw110/FrameworkBenchmarks
frameworks/Python/bottle/bottle-pypy2.dockerfile
Dockerfile
bsd-3-clause
242
FROM maven:3.6.3 as maven WORKDIR /officefloor COPY src src WORKDIR /officefloor/src/woof_benchmark_micro RUN mvn -B clean package FROM openjdk:15 WORKDIR /officefloor COPY --from=maven /officefloor/src/woof_benchmark_micro/target/woof_benchmark_micro-1.0.0.jar server.jar EXPOSE 8080 CMD ["java", "-server", "-Xms2g", ...
sumeetchhetri/FrameworkBenchmarks
frameworks/Java/officefloor/officefloor-micro.dockerfile
Dockerfile
bsd-3-clause
461
FROM centos:7 MAINTAINER scott.miller171@gmail.com RUN yum -y install wget RUN wget dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm RUN rpm -ivh epel-release-7-5.noarch.rpm RUN rm epel-release-7-5.noarch.rpm RUN yum update -y RUN yum install -y python python-pip python-devel gcc libyaml-de...
smiller171/ansible-docker-images
centos/7/Dockerfile
Dockerfile
mit
395
FROM shilling-build MAINTAINER Dan Gershony - CoinVault <dan@coinvault.io> RUN mkdir /root/.Shilling/ COPY Shilling.conf /root/.Shilling/ VOLUME /root/.Shilling WORKDIR /usr/local/bin EXPOSE 5000 CMD ["Shillingd"]
CoinVault/Nako
docker/shilling/Dockerfile
Dockerfile
mit
222
# Npm Docker Container with python and build tools (make, gcc, ...) # Base Dockerfile: furdarius/npm-docker FROM furdarius/npm-docker MAINTAINER furdarius <getlag@yandex.com> # Packages RUN apt-get update && apt-get install -y \ build-essential \ software-properties-common \ python \ p...
Furdarius/npm-hard-docker
Dockerfile
Dockerfile
mit
543
FROM balenalib/rpi-openjdk:8-20190529 ARG JAR_FILE COPY build/libs/${JAR_FILE} transformer.jar ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/transformer.jar"]
ottenwbe/transformer
packaging/container/armhf/Dockerfile
Dockerfile
mit
184
# Spin-docker example dockerfile for PostgreSQL # https://github.com/atbaker/spin-docker | http://www.postgresql.org/ # Use phusion/baseimage as base image FROM phusion/baseimage:0.9.8 MAINTAINER Andrew T. Baker <andrew@andrewtorkbaker.com> # Set correct environment variables ENV HOME /root # Use the phusion baseim...
atbaker/sd-postgres
Dockerfile
Dockerfile
mit
1,945
FROM scratch EXPOSE 1337 ADD testgateway / CMD ["/testgateway"]
vgheri/testGateway
Dockerfile
Dockerfile
mit
64
FROM alpine:3.11.3 # We don't directly require 'etc' - but as of recently something we # do requires 'etc'... and in builds of ruby on nearly any distro that # seems to be part of core ruby... but in alpine it seems to not be there. # So we will statically list it here. # However, etc builds local bindings, which means...
mivok/markdownlint
tools/docker/Dockerfile
Dockerfile
mit
620
FROM livingobjects/debian-base:8.7_2 # Based on https://github.com/nginxinc/docker-nginx # Docker Build Arguments ARG NGINX_VERSION="1.12.0" ARG CONFIG_OPTIONS="\ --prefix=/etc/nginx \ --sbin-path=/usr/sbin/nginx \ --modules-path=/usr/lib/nginx/modules \ --conf-path=/etc/nginx/nginx.conf \ --error-log-path=/d...
livingobjects/docker-common
nginx/Dockerfile
Dockerfile
mit
3,887
FROM golang:latest AS go-build RUN apt update && apt upgrade -y && apt install -y libsqlite3-dev ca-certificates WORKDIR /go RUN go get github.com/nboughton/lotto RUN go build -o site.app github.com/nboughton/lotto FROM node:latest AS node-build #RUN apt update && apt upgrade -y && apt install -y git WORKDIR /b...
nboughton/lotto
docker/Dockerfile
Dockerfile
mit
779
FROM mono ARG RADARR_TAG="0.2.0.45" ARG RADARR_FILENAME=Radarr.develop.v${RADARR_TAG}.linux ARG RADARR_ZIP=Radarr.develop.${RADARR_TAG}.linux.tar.gz RUN apt-get update \ && apt-get install -y mediainfo wget \ && rm -rf /var/lib/apt/lists/* WORKDIR /opt RUN wget "https://github.com/galli-leo/Radarr/releases/down...
Peap0d/radarr-docker
Dockerfile
Dockerfile
mit
463
FROM ubuntu:16.04 MAINTAINER Oscar Forner Martinez <oscar.forner.martinez@gmail.com> RUN apt-get update RUN apt-get install -y pandoc git build-essential vim context RUN git clone https://github.com/maitesin/resume.git /root/resume RUN git clone https://github.com/maitesin/dot-files.git RUN ln -s /root/dot-files/git/....
maitesin/resume
Dockerfile
Dockerfile
mit
347
###### Helixdns images FROM qnib/etcd ### HELIXDNS INST BELOW ENV GOPATH=/usr/local/ RUN yum install -y golang git-core && \ go get github.com/mrwilson/helixdns && \ go build -o hdns github.com/mrwilson/helixdns && \ yum remove -y golang git-core RUN yum install -y bind-utils python-dns python-pydns # su...
ChristianKniep/docker-helixdns
Dockerfile
Dockerfile
mit
804
FROM sameersbn/ubuntu:14.04.20151117 MAINTAINER sameer@damagehead.com ENV SQUID_VERSION=3.3.8 \ SQUID_CACHE_DIR=/var/spool/squid3 \ SQUID_LOG_DIR=/var/log/squid3 \ SQUID_USER=proxy # Install Ruby. RUN \ apt-get update && \ apt-get install -y ruby ruby-dev ruby-bundler && \ rm -rf /var/lib/apt/lists/...
korczis/docker-squid-rubygems-proxy
Dockerfile
Dockerfile
mit
1,007
FROM ubuntu:15.10 MAINTAINER Mathias Wellner <mathias@mwellner.de> RUN apt-get update && apt-get install -y python-psycopg2 python-redis RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY . /usr/src/app CMD ["python", "worker.py"]
mwellner/voting
worker-python/Dockerfile
Dockerfile
mit
280
# AUTOGENERATED FILE FROM balenalib/n510-tx2-debian:bullseye-build ENV NODE_VERSION 14.18.3 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" || \ g...
resin-io-library/base-images
balena-base-images/node/n510-tx2/debian/bullseye/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,779
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-debian:bullseye-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu67 \ libssl1.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/jetson-tx1/debian/bullseye/6.0-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,915
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-alpine:3.14-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 ...
resin-io-library/base-images
balena-base-images/python/genericx86-64-ext/alpine/3.14/3.9.10/run/Dockerfile
Dockerfile
apache-2.0
4,142
FROM concourse/docker-image-resource RUN mv /opt/resource /opt/resource-og/ ADD ./resource /opt/resource RUN cp /opt/resource-og/print-metadata /opt/resource/print-metadata RUN chmod -R +x /opt/resource/ /opt/resource-og/
concourse/pipelines
airbus.concourse.ci/main/airbus-dockerfile/Dockerfile
Dockerfile
apache-2.0
225
FROM python:3.5 ENV PYTHONUNBUFFERED 1 RUN mkdir -p /app/src WORKDIR /app/src ADD requirements.txt /app/src/ RUN pip install -r requirements.txt ADD . /app/src/
EntilZha/leaderboard
Dockerfile
Dockerfile
apache-2.0
162
# AUTOGENERATED FILE FROM balenalib/beaglebone-ubuntu:bionic-run ENV GO_VERSION 1.16.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-g...
resin-io-library/base-images
balena-base-images/golang/beaglebone/ubuntu/bionic/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,356
FROM python:3.6-slim SHELL ["/bin/bash", "-c"] RUN apt-get update -qq && \ apt-get install -y --no-install-recommends \ build-essential \ wget \ openssh-client \ graphviz-dev \ pkg-config \ git-core \ openssl \ libssl-dev \ libffi6 \ libffi-dev \ libpng-dev \ curl && \ apt-get clean && \ ...
RasaHQ/rasa_core
Dockerfile
Dockerfile
apache-2.0
705
# AUTOGENERATED FILE FROM balenalib/artik530-ubuntu:focal-run ENV GO_VERSION 1.16 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get upd...
nghiant2710/base-images
balena-base-images/golang/artik530/ubuntu/focal/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,346
# AUTOGENERATED FILE FROM balenalib/kitra710-debian:buster-build ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg...
nghiant2710/base-images
balena-base-images/node/kitra710/debian/buster/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,781
# AUTOGENERATED FILE FROM balenalib/intel-nuc-ubuntu:focal-build ENV GO_VERSION 1.17.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \ && echo "02b111284bedbfa35a7e5b74a06082d18632eff824fd144312f6063943d49259 go$GO_VERSION.linux-amd64.tar.gz" | s...
resin-io-library/base-images
balena-base-images/golang/intel-nuc/ubuntu/focal/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,011
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-alpine:3.11-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 'di...
nghiant2710/base-images
balena-base-images/openjdk/orange-pi-one/alpine/3.11/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,762
FROM ubuntu:14.04 MAINTAINER Ken Lee "kenmlee@163.com" ENV REFRESHED_AT 2016-05-11 RUN apt-get -qq update \ && apt-get upgrade -y \ && apt-get install -y \ git \ python-pip \ python-virtualenv \ python-dev \ libxml2-dev \ libvirt-dev \ zlib1g-dev \ ...
kenmlee/webvirtcloud-docker
allinone/Dockerfile
Dockerfile
apache-2.0
1,480
# AUTOGENERATED FILE FROM balenalib/cubox-i-ubuntu:impish-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.pgp.com --...
resin-io-library/base-images
balena-base-images/node/cubox-i/ubuntu/impish/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,907
# AUTOGENERATED FILE FROM balenalib/hummingboard2-fedora:30-build ENV NODE_VERSION 14.15.4 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha...
nghiant2710/base-images
balena-base-images/node/hummingboard2/fedora/30/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,760
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-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_VERS...
resin-io-library/base-images
balena-base-images/golang/jetson-xavier-nx-devkit-seeed-2mic-hat/fedora/34/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,023
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-fedora:30-build RUN dnf -y update \ && dnf clean all \ && dnf -y install \ gzip \ java-11-openjdk \ java-11-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! De...
nghiant2710/base-images
balena-base-images/openjdk/raspberrypi2/fedora/30/11-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,317
FROM env/vim/js MAINTAINER zachbray@googlemail.com # INSTALL GLOBAL NPM PACKAGES RUN sudo yarn global add typescript \ tslint RUN git clone https://github.com/Shougo/vimproc.vim.git $HOME/.vim/bundle/vimproc.vim && \ cd $HOME/.vim/bundle/vimproc.vim ...
ZachBray/docker-dev-envs
vim/ts/Dockerfile
Dockerfile
apache-2.0
801
# AUTOGENERATED FILE FROM balenalib/odroid-c1-debian:stretch-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_VERSIO...
nghiant2710/base-images
balena-base-images/golang/odroid-c1/debian/stretch/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
2,029
# AUTOGENERATED FILE FROM balenalib/odroid-c1-debian:bullseye-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 --keyserver...
nghiant2710/base-images
balena-base-images/node/odroid-c1/debian/bullseye/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
2,945
# AUTOGENERATED FILE FROM balenalib/surface-go-fedora:33-run ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool...
nghiant2710/base-images
balena-base-images/node/surface-go/fedora/33/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
2,756
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-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 ...
resin-io-library/base-images
balena-base-images/python/nanopc-t4/alpine/edge/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,127
# AUTOGENERATED FILE FROM balenalib/solidrun-imx6-debian:buster-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 \ ' \ && ap...
nghiant2710/base-images
balena-base-images/golang/solidrun-imx6/debian/buster/1.14.14/run/Dockerfile
Dockerfile
apache-2.0
2,359
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-ubuntu:eoan-run ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.co...
nghiant2710/base-images
balena-base-images/node/jetson-xavier/ubuntu/eoan/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,911
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-debian:sid-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depend...
nghiant2710/base-images
balena-base-images/python/raspberrypi2/debian/sid/3.5.10/run/Dockerfile
Dockerfile
apache-2.0
4,091
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-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 ...
resin-io-library/base-images
balena-base-images/python/nanopi-neo-air/debian/stretch/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,095
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-fedora:35-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/revpi-core-3/fedora/35/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,749
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-ubuntu:cosmic-build ENV GO_VERSION 1.15.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "bca4af0c20f86521dfabf3b39fa2f1ceeeb11cebf7e90bdf1de2618c40628539 go$GO_VERSION.linux-arm64.tar.g...
nghiant2710/base-images
balena-base-images/golang/imx8m-var-dart/ubuntu/cosmic/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,003
# 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...
nghiant2710/base-images
balena-base-images/python/surface-go/ubuntu/bionic/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,076