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
FROM python:2.7.10 RUN apt-get update && apt-get install -y \ build-essential \ python-dev \ uwsgi \ uwsgi-plugin-python \ virtualenv # workaround https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466 RUN ln -s /usr/lib/python2.7/plat-*/_sysconfigdata_nd.py /usr/lib/python2.7/ # Prepare virtualenv...
cogniteev/kipavois-poc
flask/Dockerfile
Dockerfile
apache-2.0
635
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-ubuntu:bionic-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 --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver....
nghiant2710/base-images
balena-base-images/node/beaglebone-black/ubuntu/bionic/10.23.1/run/Dockerfile
Dockerfile
apache-2.0
2,924
FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off # Hack to work around an issue with go on arm64 requiring gcc RUN [ $(uname -m) = aarch64 ] && apk add --no-cache gcc || true COPY main.go /go/src/sysfs/ RUN go-...
djs55/linuxkit
pkg/sysfs/Dockerfile
Dockerfile
apache-2.0
477
# AUTOGENERATED FILE FROM balenalib/beagleboard-xm-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 M...
resin-io-library/base-images
balena-base-images/python/beagleboard-xm/alpine/3.13/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
4,840
# AUTOGENERATED FILE FROM balenalib/artik710-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 McVitti...
nghiant2710/base-images
balena-base-images/python/artik710/alpine/edge/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
4,835
# AUTOGENERATED FILE FROM balenalib/fincm3-fedora:30-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_VERSION.linux...
nghiant2710/base-images
balena-base-images/golang/fincm3/fedora/30/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
2,020
# AUTOGENERATED FILE FROM balenalib/intel-nuc-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: publi...
resin-io-library/base-images
balena-base-images/python/intel-nuc/ubuntu/bionic/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,836
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-debian:sid-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$GO_VERS...
nghiant2710/base-images
balena-base-images/golang/beaglebone-pocket/debian/sid/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,025
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-alpine:3.13-run ENV GO_VERSION 1.15.6 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] &&...
nghiant2710/base-images
balena-base-images/golang/jetson-xavier/alpine/3.13/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,470
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-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 # inst...
nghiant2710/base-images
balena-base-images/python/beaglebone-green-gateway/debian/bullseye/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,111
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-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 "virtualenv", ...
nghiant2710/base-images
balena-base-images/python/orbitty-tx2/fedora/32/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
2,433
# AUTOGENERATED FILE FROM balenalib/edge-debian:sid-build ENV NODE_VERSION 12.22.9 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 --batc...
resin-io-library/base-images
balena-base-images/node/edge/debian/sid/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,772
ARG PHP_VERSION=7.1 FROM php:${PHP_VERSION}-cli-alpine ARG XDEBUG_VERSION=2.7.0RC1 RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \ && apk add --no-cache --virtual .runtime-deps git libzip-dev \ && docker-php-ext-install zip \ && pecl install xdebug-$XDEBUG_VERSION \ && docker-php-ext-enab...
researchgate/avro-php
Dockerfile
Dockerfile
apache-2.0
1,019
# AUTOGENERATED FILE FROM balenalib/iot-gate-imx8-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 "virtualen...
resin-io-library/base-images
balena-base-images/python/iot-gate-imx8/fedora/35/3.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,441
# AUTOGENERATED FILE FROM balenalib/photon-xavier-nx-alpine:3.11-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 \ 6A010C516...
nghiant2710/base-images
balena-base-images/node/photon-xavier-nx/alpine/3.11/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
3,031
FROM prasanthj/docker-hadoop MAINTAINER Prasanth Jayachandran # dev tools to build tez RUN apt-get update RUN apt-get install -y git libprotobuf-dev protobuf-compiler # install maven RUN curl -s http://mirror.olnevhost.net/pub/apache/maven/binaries/apache-maven-3.2.1-bin.tar.gz | tar -xz -C /usr/local/ RUN cd /usr/lo...
prasanthj/docker-tez
tez-0.5.2/Dockerfile
Dockerfile
apache-2.0
1,472
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-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/raspberry-pi2/debian/bullseye/5.0-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,920
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-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/imx8m-var-dart/alpine/3.13/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,132
# Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
jonparrott/getting-started-python
Dockerfile
Dockerfile
apache-2.0
1,957
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-alpine:3.15-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do ...
resin-io-library/base-images
balena-base-images/node/cl-som-imx8/alpine/3.15/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,950
# AUTOGENERATED FILE FROM balenalib/odroid-ux3-ubuntu:eoan-build ENV NODE_VERSION 12.20.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha....
nghiant2710/base-images
balena-base-images/node/odroid-ux3/ubuntu/eoan/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,759
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-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/nitrogen6xq2g/ubuntu/xenial/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,357
# AUTOGENERATED FILE FROM balenalib/aio-3288c-debian:sid-build ENV NODE_VERSION 12.20.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" || \ gpg -...
nghiant2710/base-images
balena-base-images/node/aio-3288c/debian/sid/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,780
# AUTOGENERATED FILE FROM balenalib/nuc-alpine:edge-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 ] && echo 'hos...
resin-io-library/base-images
balena-base-images/golang/nuc/alpine/edge/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,467
FROM scratch EXPOSE 8080 COPY hello / COPY templates templates CMD ["/hello"]
lizrice/hello-container-world
Example1/Dockerfile
Dockerfile
apache-2.0
80
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-ubuntu:bionic-run 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/asus-tinker-board/ubuntu/bionic/3.1-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,909
# AUTOGENERATED FILE FROM balenalib/qemux86-64-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/qemux86-64/alpine/edge/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,137
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-alpine:3.10-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies ...
nghiant2710/base-images
balena-base-images/python/beaglebone-green-wifi/alpine/3.10/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,141
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-alpine:3.10-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon...
nghiant2710/base-images
balena-base-images/python/beaglebone-green/alpine/3.10/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
5,242
# 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 ...
resin-io-library/base-images
balena-base-images/openjdk/up-core-plus/debian/bullseye/17-jdk/build/Dockerfile
Dockerfile
apache-2.0
3,026
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-debian:bullseye-build ENV NODE_VERSION 12.20.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/apalis-imx6q/debian/bullseye/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,793
# AUTOGENERATED FILE FROM balenalib/nebra-hnt-fedora:31-run ENV NODE_VERSION 15.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 ha.pool....
nghiant2710/base-images
balena-base-images/node/nebra-hnt/fedora/31/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,748
# AUTOGENERATED FILE FROM balenalib/generic-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 ] && ech...
nghiant2710/base-images
balena-base-images/golang/generic/alpine/3.10/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
2,341
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-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 "virtualen...
nghiant2710/base-images
balena-base-images/python/raspberrypi3-64/fedora/32/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
2,437
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-ubuntu:xenial-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 \ ' \ && ap...
nghiant2710/base-images
balena-base-images/golang/nanopi-neo-air/ubuntu/xenial/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,358
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-alpine:3.13-build 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/orange-pi-one/alpine/3.13/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
2,342
# AUTOGENERATED FILE FROM balenalib/odroid-ux3-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-ge...
nghiant2710/base-images
balena-base-images/golang/odroid-ux3/ubuntu/xenial/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,354
# ====================================================================== # # Android SDK Docker Image (VNC enabled) # ====================================================================== # # Base image # ---------------------------------------------------------------------- # FROM thyrlian/android-sdk:latest # Auth...
thyrlian/AndroidSDK
android-sdk/vnc/Dockerfile
Dockerfile
apache-2.0
1,029
FROM mycrypt/debian-java MAINTAINER Bai Xiaoyong lostitle@gmail.com RUN apt-get update; apt-get install -y unzip wget supervisor RUN wget -q -N http://mirror.ox.ac.uk/sites/rsync.apache.org/incubator/storm/apache-storm-0.9.2-incubating/apache-storm-0.9.2-incubating.zip; unzip -o apache-storm-0.9.2-incubating.zip -d /o...
quickbundle/dockerfile
bigdata/storm/Dockerfile
Dockerfile
apache-2.0
937
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-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/raspberry-pi2/debian/bullseye/11-jdk/build/Dockerfile
Dockerfile
apache-2.0
3,851
FROM balenalib/amd64-ubuntu:bionic-build LABEL io.balena.device-type="qemux86-64" 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/qemux86-64/ubuntu/bionic/build/Dockerfile
Dockerfile
apache-2.0
1,106
# AUTOGENERATED FILE FROM balenalib/cubox-i-debian:stretch-run # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some sam...
nghiant2710/base-images
balena-base-images/openjdk/cubox-i/debian/stretch/11-jre/run/Dockerfile
Dockerfile
apache-2.0
3,848
FROM hseeberger/scala-sbt:8u242_1.3.8_2.13.1 WORKDIR /play2 COPY play2-scala . RUN sed -i 's/.enablePlugins(PlayScala, PlayNettyServer)/.enablePlugins(PlayScala).disablePlugins(PlayNettyServer)/g' build.sbt RUN sbt stage CMD target/universal/stage/bin/play2-scala -Dplay.server.provider=play.core.server.AkkaHttpServer...
volyrique/FrameworkBenchmarks
frameworks/Scala/play2-scala/play2-scala.dockerfile
Dockerfile
bsd-3-clause
569
# Copyright 2017, 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...
vsco/grpc
tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile
Dockerfile
bsd-3-clause
2,030
FROM maven:3.6.1-jdk-11-slim as maven WORKDIR /proteus COPY pom.xml pom.xml COPY src src RUN mvn package -q --update-snapshots FROM openjdk:11.0.3-jdk-slim WORKDIR /proteus COPY --from=maven /proteus/target/proteus-techempower-1.0.0.jar app.jar COPY --from=maven /proteus/target/lib lib COPY conf conf EXPOSE 8080 CMD...
sumeetchhetri/FrameworkBenchmarks
frameworks/Java/proteus/proteus-mysql.dockerfile
Dockerfile
bsd-3-clause
628
FROM nfnty/arch-mini:latest MAINTAINER nfnty <docker@nfnty.se> RUN ugid='880034' && \ groupadd --gid "${ugid}" contgrp && \ useradd --uid "${ugid}" --gid "${ugid}" --shell /usr/bin/false contusr ENV VERSION_RSYSLOG='8.40.0-1' RUN pacman --sync --noconfirm --refresh --sysupgrade && \ pacman --sync --noconf...
nfnty/dockerfiles
images/arch-rsyslog/latest/Dockerfile
Dockerfile
mit
616
FROM debian:wheezy ENV DEBIAN_FRONTEND noninteractive ENV TERM dumb RUN echo "deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free" >> /etc/apt/sources.list RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* ENV HELLO_SERVICE_NAME "Hello World" ENV HELLO_SERVICE_DESC...
golanghr/platform-examples
hello/Dockerfile
Dockerfile
mit
1,098
FROM debian:jessie MAINTAINER sqzryang monkeysqzr@gmail.com RUN apt-get update \ && apt-get -y install cdbs debhelper dh-autoreconf autotools-dev \ gettext pkg-config libev-dev libpcre3-dev libudns-dev \ build-essential wget dpkg-dev \ && echo "=== Retrieving package =...
sqzr/docker-sniproxy
Dockerfile
Dockerfile
mit
1,139
FROM python:2.7 MAINTAINER Thanasis Daglis <ath.daglis@gmail.com> EXPOSE 5000 # Install argus ADD argus /opt/argus WORKDIR /opt/argus RUN python setup.py install RUN rm -r /opt/argus
TDaglis/argus
Dockerfile
Dockerfile
mit
185
FROM golang:latest MAINTAINER Zachery Hostens <zacheryph@gmail.com> RUN apt-get update -y \ && apt-get install -y unzip libpam0g-dev RUN curl -L -O https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip \ && unzip protoc-3.1.0-linux-x86_64.zip -x readme.txt -d /usr/local RU...
zro/colony
Dockerfile
Dockerfile
mit
523
# docker image FROM sameersbn/gitlab:10.4.0 # maintainer information MAINTAINER ayapapa ayapapajapan@yahoo.co.jp # fix some issues related to relative resources(avatar, uploads)' url RUN \ ABSROOT="Gitlab\.config\.gitlab\.url" && \ RELROOT="Gitlab\.config\.gitlab\.relative_url_root" && \ TARGET="URI\.join...
ayapapa/docker-gitlab-some-issues-fixed
Dockerfile
Dockerfile
mit
760
FROM jwilder/nginx-proxy RUN { \ echo 'gzip on;'; \ echo 'gzip_proxied any;'; \ } > /etc/nginx/conf.d/my_proxy.conf
djhi/dpc
docker/nginx/Dockerfile
Dockerfile
mit
133
FROM debian:sid MAINTAINER HurricaneHrndz <carlos@techbyte.ca> ENV DEBIAN_FRONTEND noninteractive RUN apt-get update \ && apt-get install -y wget gnupg \ && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF \ && echo "deb http://download.mono-project.com/rep...
MediaBrowser/Emby.Build
builders/emby-server/debian/stretch/Dockerfile
Dockerfile
mit
1,152
# # Dockerfile for ubuntu # FROM ubuntu:16.04 MAINTAINER Arthur Liang <arthurnreply@outlook.com> RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak COPY sources.list /etc/apt/
arthurliang/dockerfiles
ubuntu/Dockerfile
Dockerfile
mit
183
# # NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh" # # PLEASE DO NOT EDIT IT DIRECTLY. # FROM debian:bullseye-slim RUN set -eux; \ apt-get update; \ apt-get install -y --no-install-recommends \ # utilities for keeping Debian and OpenJDK CA certificates in sync ca-certificates p11-kit \ ; \ rm -rf /...
docker-library/openjdk
8/jre/slim-bullseye/Dockerfile
Dockerfile
mit
5,078
FROM php:8.0-fpm-buster MAINTAINER Mark Shust <mark@shust.com> RUN apt-get update && apt-get install -y \ cron \ default-mysql-client \ git \ gzip \ libbz2-dev \ libfreetype6-dev \ libicu-dev \ libjpeg62-turbo-dev \ libmcrypt-dev \ libonig-dev \ libpng-dev \ libsodium-dev \ libxslt1-dev \ l...
mageinferno/magento2-docker-compose
images/php/8.0/Dockerfile
Dockerfile
mit
2,452
from node:6.9 run mkdir /logger add . /logger run npm install /logger expose 5000 expose 5001 cmd ["sh", "-c","node /logger/bin/logster.js server -wuc --addr 0.0.0.0 --redis-addr ${DB_PORT_6379_TCP_ADDR} --redis-port ${DB_PORT_6379_TCP_PORT} --redis-auth ${DB_ENV_REDIS_PASS}"]
MangoRaft/Logger
Dockerfile
Dockerfile
mit
301
FROM lewg/nginx-pagespeed:1.17.9 EXPOSE 80 ENV HHVM_VERSION 4.50.0-1~stretch RUN apt-get update -qq && apt-get install -y -q gnupg2 && apt-get clean RUN apt-key adv --no-tty --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 B4112585D386EB94 RUN echo deb http://dl.hhvm.com/debian stretch main | tee /etc/apt/sources....
lewg/docker-hhvm-pagespeed
Dockerfile
Dockerfile
mit
652
FROM {{ service_base_image.image }} COPY /website /website/website COPY MANIFEST.in setup.py /website/ COPY docs.tar.gz / RUN cd /website/website && \ tar -xvzf /docs.tar.gz --no-same-owner && \ hail-pip-install /website && \ chmod -R 0444 $(python3 -m pip show website | grep -E '^Location: ' | sed 's/Loca...
hail-is/hail
website/Dockerfile
Dockerfile
mit
365
FROM abernix/meteord:base MAINTAINER Jesse Rosenberger ARG NODE_VERSION ENV NODE_VERSION ${NODE_VERSION:-8.4.0} COPY scripts/install_binbuild_tools.sh $METEORD_DIR/install_binbuild_tools.sh COPY scripts/rebuild_npm_modules.sh $METEORD_DIR/rebuild_npm_modules.sh RUN bash $METEORD_DIR/install_binbuild_tools.sh
marcoschwartz/meteord
binbuild/Dockerfile
Dockerfile
mit
313
FROM qixtand/debian-wheezy-buildpack as compile-phase ENV PGBOUNCER_RELEASE_TAG master ENV PGBOUNCER_RR_RELEASE_TAG master ENV PGBOUNCER_CONFIG_OPTIONS "" ENV DEBIAN_FRONTEND noninteractive RUN set -x \ && apt-get -qq update \ && apt-get upgrade -yq \ && apt-get install -yq --no-install-recommends python-...
qixtand/qixtand
debian/wheezy/pgbouncer-rr/master/Dockerfile
Dockerfile
mit
2,236
FROM base:init USER root RUN apk --no-cache --update upgrade RUN apk --no-cache --update add wget openjdk11 maven git bash ENV JAVA_HOME=/usr USER app
mexisme/spigot-docker
java11.dockerfile
Dockerfile
mit
155
FROM wordpress:latest ARG woocommerce_version RUN apt-get update \ && apt-get install -y --no-install-recommends unzip wget gettext vim \ && wget https://downloads.wordpress.org/plugin/woocommerce.${woocommerce_version}.zip -O /tmp/woocommerce.zip \ && wget https://downloads.wordpress.org/plugin/relative-...
komoju/komoju-woocommerce
Dockerfile
Dockerfile
mit
771
# AUTOGENERATED FILE FROM balenalib/amd64-fedora:34-run ENV NODE_VERSION 14.18.3 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.ub...
resin-io-library/base-images
balena-base-images/node/amd64/fedora/34/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,745
# AUTOGENERATED FILE FROM balenalib/intel-edison-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 'dir...
nghiant2710/base-images
balena-base-images/openjdk/intel-edison/alpine/3.11/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,773
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-fedora:35-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/orange-pi-one/fedora/35/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-ubuntu:eoan-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 \ ' \ && ap...
nghiant2710/base-images
balena-base-images/golang/bananapi-m1-plus/ubuntu/eoan/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,356
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-alpine:3.13-run 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/bananapi-m1-plus/alpine/3.13/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,473
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-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 RUN apk...
nghiant2710/base-images
balena-base-images/python/colibri-imx6dl/alpine/3.11/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,134
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-ubuntu:bionic-run ENV GO_VERSION 1.15.6 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-...
nghiant2710/base-images
balena-base-images/golang/apalis-imx6q/ubuntu/bionic/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,356
# AUTOGENERATED FILE FROM balenalib/artik520-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 'dirname...
nghiant2710/base-images
balena-base-images/openjdk/artik520/alpine/3.11/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,757
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-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/npe-x500-m3/debian/bullseye/5.0-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,914
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-debian:buster-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 \ ' \ && ap...
nghiant2710/base-images
balena-base-images/golang/generic-armv7ahf/debian/buster/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,356
# AUTOGENERATED FILE FROM balenalib/hummingboard-ubuntu:eoan-build 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 h...
nghiant2710/base-images
balena-base-images/node/hummingboard/ubuntu/eoan/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,761
# AUTOGENERATED FILE FROM balenalib/intel-edison-debian:jessie-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/intel-edison/debian/jessie/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,859
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-debian:sid-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 ke...
resin-io-library/base-images
balena-base-images/node/cl-som-imx8/debian/sid/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,927
FROM ubuntu:14.04.5 MAINTAINER Pete Zybrick <pzybrick@gmail.com> RUN apt-get update \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* # Users with other locales should set this in their derivative image ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en #ENV LC_ALL en_US.UTF-8 RUN apt-get update \ && apt-get -yq install...
petezybrick/iote2e
iote2e-tests/docker/zeppelin/Dockerfile
Dockerfile
apache-2.0
2,157
# AUTOGENERATED FILE FROM balenalib/qemux86-64-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/qemux86-64/ubuntu/bionic/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,076
# AUTOGENERATED FILE FROM balenalib/fincm3-debian:jessie-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 k...
nghiant2710/base-images
balena-base-images/python/fincm3/debian/jessie/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,853
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserve...
resin-io-library/base-images
balena-base-images/node/odroid-xu4/debian/bullseye/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,940
# AUTOGENERATED FILE FROM balenalib/up-board-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/up-board/alpine/edge/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,133
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-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/orangepi-plus2/ubuntu/bionic/3.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,910
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-alpine:3.12-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 Mc...
resin-io-library/base-images
balena-base-images/python/nitrogen6xq2g/alpine/3.12/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,839
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-ubuntu:xenial-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 ...
nghiant2710/base-images
balena-base-images/node/var-som-mx6/ubuntu/xenial/10.23.1/build/Dockerfile
Dockerfile
apache-2.0
2,764
# AUTOGENERATED FILE FROM balenalib/qemux86-64-fedora:31-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/qemux86-64/fedora/31/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,331
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-debian:bullseye-build ENV NODE_VERSION 12.22.9 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...
resin-io-library/base-images
balena-base-images/node/asus-tinker-board-s/debian/bullseye/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,794
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 \ apk-tools \ busybox \ ca-certificates \ musl \ openssh-server \ tini \ util-linux \ wireg...
ndauten/linuxkit
pkg/sshd/Dockerfile
Dockerfile
apache-2.0
606
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-ubuntu:eoan-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.linu...
nghiant2710/base-images
balena-base-images/golang/jetson-xavier-nx-devkit-emmc/ubuntu/eoan/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
2,015
# AUTOGENERATED FILE FROM balenalib/nuc-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 dependenci...
nghiant2710/base-images
balena-base-images/python/nuc/debian/bullseye/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,097
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-ubuntu:cosmic-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg -...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/ubuntu/cosmic/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,770
# AUTOGENERATED FILE FROM balenalib/nebra-hnt-alpine:3.10-build # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirnam...
nghiant2710/base-images
balena-base-images/openjdk/nebra-hnt/alpine/3.10/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,762
# AUTOGENERATED FILE FROM balenalib/surface-go-debian:jessie-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 ...
nghiant2710/base-images
balena-base-images/node/surface-go/debian/jessie/12.21.0/run/Dockerfile
Dockerfile
apache-2.0
2,945
FROM alpine MAINTAINER paganini@paganini.net ENV SUBSONIC_VERSION 6.1.6 # Desired UID & GID ENV SUBSONIC_UID=10000 ENV SUBSONIC_GID=10000 # This is where subsonic will write its state. Should be mapped to a docker # volume or a location outside the container. The unfortunate name comes from # the upstream subsonic....
marcopaganini/alpine-subsonic
Dockerfile
Dockerfile
apache-2.0
2,127
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-ubuntu:focal-build ENV GO_VERSION 1.15.11 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "f5253eb04ed6b92e49cb0cbc57a80b4777ce27c6590e05a5c91095870e8632a0 go$GO_VERSIO...
nghiant2710/base-images
balena-base-images/golang/odroid-xu4/ubuntu/focal/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
2,028
# AUTOGENERATED FILE FROM balenalib/intel-edison-ubuntu:xenial-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 dep...
resin-io-library/base-images
balena-base-images/python/intel-edison/ubuntu/xenial/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,069
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-gateway-ubuntu:cosmic-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 ke...
nghiant2710/base-images
balena-base-images/node/beaglebone-green-gateway/ubuntu/cosmic/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,932
# AUTOGENERATED FILE FROM balenalib/intel-edison-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 RUN apk a...
nghiant2710/base-images
balena-base-images/python/intel-edison/alpine/3.11/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,576
# AUTOGENERATED FILE FROM balenalib/intel-nuc-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 \ python-pip \ python-dbus \ && dnf clean all # install "virtualenv", sinc...
nghiant2710/base-images
balena-base-images/python/intel-nuc/fedora/32/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
2,443
# AUTOGENERATED FILE FROM balenalib/n510-tx2-debian:bullseye-run ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver k...
nghiant2710/base-images
balena-base-images/node/n510-tx2/debian/bullseye/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,938
# AUTOGENERATED FILE FROM balenalib/up-board-ubuntu:focal-run RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu66 \ ...
resin-io-library/base-images
balena-base-images/dotnet/up-board/ubuntu/focal/5.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,569