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/colibri-imx6-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/colibri-imx6/debian/bullseye/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,097
# AUTOGENERATED FILE FROM balenalib/aarch64-alpine:3.11-build ENV GO_VERSION 1.15.8 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && ech...
nghiant2710/base-images
balena-base-images/golang/aarch64/alpine/3.11/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,334
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-alpine:3.10-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/var-som-mx6/alpine/3.10/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,958
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-debian:stretch-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserv...
nghiant2710/base-images
balena-base-images/node/revpi-core-3/debian/stretch/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,946
# AUTOGENERATED FILE FROM balenalib/surface-go-debian:sid-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg -...
nghiant2710/base-images
balena-base-images/node/surface-go/debian/sid/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,782
# AUTOGENERATED FILE FROM balenalib/astro-tx2-ubuntu:cosmic-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" |...
nghiant2710/base-images
balena-base-images/golang/astro-tx2/ubuntu/cosmic/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,000
# AUTOGENERATED FILE FROM balenalib/iot-gate-imx8-ubuntu:cosmic-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: p...
nghiant2710/base-images
balena-base-images/python/iot-gate-imx8/ubuntu/cosmic/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,836
# AUTOGENERATED FILE FROM balenalib/cybertan-ze250-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 ...
nghiant2710/base-images
balena-base-images/python/cybertan-ze250/debian/stretch/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,117
# AUTOGENERATED FILE FROM balenalib/colibri-imx6-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 "virtualenv...
resin-io-library/base-images
balena-base-images/python/colibri-imx6/fedora/36/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
2,439
FROM balenalib/armv7hf-fedora:34-build LABEL io.balena.device-type="npe-x500-m3" RUN dnf install -y \ less \ nano \ net-tools \ usbutils \ gnupg \ i2c-tools \ && dnf clean all RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more inf...
resin-io-library/base-images
balena-base-images/device-base/npe-x500-m3/fedora/34/build/Dockerfile
Dockerfile
apache-2.0
999
# AUTOGENERATED FILE FROM balenalib/parallella-debian:sid-build ENV NODE_VERSION 15.14.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/parallella/debian/sid/15.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,781
# AUTOGENERATED FILE FROM balenalib/i386-alpine:3.10-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 ] && echo ...
nghiant2710/base-images
balena-base-images/golang/i386/alpine/3.10/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
2,333
# AUTOGENERATED FILE FROM balenalib/colibri-imx6-alpine:3.11-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 ] && ...
nghiant2710/base-images
balena-base-images/golang/colibri-imx6/alpine/3.11/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,335
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-alpine:3.15-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/jetson-xavier/alpine/3.15/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,472
# AUTOGENERATED FILE FROM balenalib/generic-aarch64-alpine:3.11-run 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 buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166...
nghiant2710/base-images
balena-base-images/node/generic-aarch64/alpine/3.11/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
3,030
# AUTOGENERATED FILE FROM balenalib/solidrun-imx6-fedora:33-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/solidrun-imx6/fedora/33/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
2,435
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-debian:stretch-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/raspberrypi3-64/debian/stretch/10.24.1/run/Dockerfile
Dockerfile
apache-2.0
2,945
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-ubuntu:xenial-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_V...
nghiant2710/base-images
balena-base-images/golang/colibri-imx6dl/ubuntu/xenial/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
2,034
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-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...
nghiant2710/base-images
balena-base-images/python/cl-som-imx8/debian/sid/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
4,850
# AUTOGENERATED FILE FROM balenalib/aio-3288c-ubuntu:cosmic-build ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha....
nghiant2710/base-images
balena-base-images/node/aio-3288c/ubuntu/cosmic/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,760
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-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 "$...
resin-io-library/base-images
balena-base-images/node/beaglebone-green-wifi/debian/bullseye/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,796
# AUTOGENERATED FILE FROM balenalib/vab820-quad-ubuntu:eoan-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-ge...
nghiant2710/base-images
balena-base-images/golang/vab820-quad/ubuntu/eoan/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,353
# 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.8.6/build/Dockerfile
Dockerfile
apache-2.0
4,835
# AUTOGENERATED FILE FROM balenalib/orange-pi-zero-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 ...
nghiant2710/base-images
balena-base-images/golang/orange-pi-zero/alpine/3.11/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,343
FROM ubuntu:14.04 # Install required packages RUN apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qy --no-install-recommends \ ca-certificates \ openssh-server \ wget \ apt-transport-https # Download & Install GitLab # If you run GitLab Enterprise Edition point it to...
r0mdau/docker-images
gitlab/Dockerfile
Dockerfile
apache-2.0
1,178
FROM derekadair/python-workflow:onbuild
derek-adair/python-workflow
frameworks/asyncio/web/Dockerfile
Dockerfile
apache-2.0
40
FROM charlesportwoodii/alpine:3.14-base LABEL reference="https://github.com/charlesportwoodii/docker-images" LABEL repository="https://github.com/charlesportwoodii/nginx-build" LABEL maintainer="Charles R. Portwood II <charlesportwoodii@erianna.com>" LABEL description="Nginx Docker image with several useful plugins." ...
charlesportwoodii/nginx-build
Dockerfile
Dockerfile
bsd-3-clause
858
# # This is the base image from which all OpenShift Origin images inherit. Only packages # common to all downstream images should be here. Depends on Centos 7.2+ # # The standard name for this image is openshift/origin-base # FROM centos:centos7 RUN INSTALL_PKGS="which git tar wget hostname sysvinit-tools util-linux b...
tmckayus/oshinko-rest
vendor/github.com/openshift/origin/images/base/Dockerfile
Dockerfile
apache-2.0
719
# AUTOGENERATED FILE FROM balenalib/etcher-pro-alpine:3.12-run # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirname...
nghiant2710/base-images
balena-base-images/openjdk/etcher-pro/alpine/3.12/7-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,755
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-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 Dockerfil...
nghiant2710/base-images
balena-base-images/openjdk/cl-som-imx8/fedora/33/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,321
# AUTOGENERATED FILE FROM balenalib/i386-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 'dirname "$(...
nghiant2710/base-images
balena-base-images/openjdk/i386/alpine/edge/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,769
# Copyright 2015 gRPC authors. # # 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...
nicolasnoble/grpc
tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile
Dockerfile
apache-2.0
1,236
FROM redis:latest #COPY redis.conf /usr/local/etc/redis/redis.conf VOLUME /data EXPOSE 6379 CMD ["redis-server"]
phalcongelist/phaldock
redis/Dockerfile
Dockerfile
mit
117
FROM sumeetchhetri/ffead-cpp-sql-raw-async-clibpqb-pool-profiled-base:6.0 ENV IROOT=/installs WORKDIR / RUN sed -i 's|router="TeBkUmLpqAsyncRouter"|router="TeBkUmLpqAsyncRouter" properties="app.prop"|g' ${IROOT}/ffead-cpp-6.0-sql/web/te-benchmark-um-pq-async/config/application.xml RUN echo "dbpoolsize=4" > ${IROOT}/...
martin-g/FrameworkBenchmarks
frameworks/C++/ffead-cpp/ffead-cpp-p4-b.dockerfile
Dockerfile
bsd-3-clause
452
FROM debian RUN apt-get update && apt-get install -yq openssl ADD make_certs.sh / WORKDIR /data VOLUME ["/data"] CMD /make_certs.sh
openshift/dockerexec
vendor/src/github.com/docker/docker/docs/sources/articles/https/Dockerfile
Dockerfile
apache-2.0
136
FROM ubuntu:trusty LABEL \ maintainer="Peter Evans <mail@peterevans.dev>" \ org.opencontainers.image.title="osrm-backend:trusty" \ org.opencontainers.image.description="Docker image for the Open Source Routing Machine (OSRM) osrm-backend." \ org.opencontainers.image.authors="rollbrettler <rollbrettler@googlema...
peter-evans/osrm-backend-docker
trusty/Dockerfile
Dockerfile
mit
2,143
# Base docker image FROM debian:sid MAINTAINER Jessica Frazelle <jess@docker.com> ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb ADD https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb /src/google-chrome-beta_current_amd64.deb ...
fschl/dockerfiles
chrome/Dockerfile
Dockerfile
mit
1,081
FROM ubuntu:xenial ENV DEBIAN_FRONTEND noninteractive ENV TERM xterm ENV CONTINUOUS_INTEGRATION true RUN apt-get update && apt-get install -y \ git \ build-essential \ make \ gcc \ g++ \ locales \ wget \ software-properties-common \ sudo ADD /scripts /scripts RUN bash /scripts/...
wavelab/ros_docker_ci
xenial/Dockerfile
Dockerfile
mit
353
FROM ubuntu:14.04.2 MAINTAINER Adnan Issadeen <adnan.issadeen@live.com> RUN apt-get update && apt-get install wget curl sqlite3 nginx vim -y --force-yes ADD nginxfile /etc/nginx/sites-available/pyapp RUN rm /etc/nginx/sites-enabled/default && ln -s /etc/nginx/sites-available/pyapp /etc/nginx/sites-enabled/pyapp RUN a...
spartakode/my-docker-repos
python/p343django/Dockerfile
Dockerfile
mit
742
FROM phusion/passenger-ruby22:latest ENV HOME=/root \ RAILS_VERSION='~> 3.2' CMD ["/sbin/my_init"] COPY lentil_example_config.yml invoke.sh lentilapp.conf /tmp/ RUN apt-get update -qq && \ apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \ cd /home/app && \ gem install rails --version "$RAILS_VERSION" && \ r...
mpancha/Social-Media-Combine
lentil/Dockerfile
Dockerfile
mit
952
FROM mhart/alpine-node:6 ADD package.json ./src/package.json RUN cd ./src && npm install ADD . ./src WORKDIR ./src CMD ["npm", "start"]
leo-duran/swarmify
catch-all/Dockerfile
Dockerfile
mit
139
# our base image FROM ubuntu:12.04 RUN apt-get -y update && apt-get -y install mono-complete ADD dotNet/server.exe /usr/src/app/ EXPOSE 9090 CMD ["mono", "/usr/src/app/server.exe"]
Lydwen/Mr.Statadocker
dotNet-dockers/Dockerfile
Dockerfile
mit
187
FROM ubuntu ONBUILD ADD . web
webapp-builders/docker-notes
examples/onbuild-example/Dockerfile
Dockerfile
mit
30
FROM devgeniem/alpine-php-base:latest MAINTAINER Onni Hakala - Geniem Oy. <onni.hakala@geniem.com> ## # Add Project files like nginx and php-fpm processes and configs # Also custom scripts and bashrc ## COPY system-root/ / # Update path with composer files + wpcs ENV PATH="$PATH:/data/code/vendor/.bin:/root/.composer...
devgeniem/docker-alpine-wordpress
Dockerfile
Dockerfile
mit
1,144
# This file describes the standard way to build libcompose, using docker FROM golang:1.6.0 RUN apt-get update && apt-get install -y \ iptables \ build-essential \ --no-install-recommends # Install build dependencies RUN go get github.com/mitchellh/gox RUN go get github.com/aktau/github-release RUN go get ...
mefellows/parity
vendor/github.com/docker/libcompose/Dockerfile
Dockerfile
mit
1,414
FROM fluent/fluentd:latest-onbuild MAINTAINER Högni Gylfason <klumhru@gmail.com> WORKDIR /home/fluent COPY /entrypoint.sh /home/fluent/entrypoint.sh ENV PATH /home/fluent/.gem/ruby/2.3.0/bin:$PATH # We need root access to read container logs USER root RUN apk --no-cache --update add build-base ruby-dev && \ gem in...
ccpgames/kubernetes-fluentd-s3
Dockerfile
Dockerfile
mit
512
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base WORKDIR /app EXPOSE 80 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build WORKDIR /src # It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles # to take advantage of Docker's build cache, to speed up local container builds COPY "eShopOnCont...
dotnet-architecture/eShopOnContainers
src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile
Dockerfile
mit
4,635
FROM jupyter/base-notebook RUN pip install pandas RUN pip install influxdb ENTRYPOINT ["jupyter", "lab", "--ip=0.0.0.0", "--allow-root" , "--NotebookApp.token=UBBxxx2"]
csaladenes/csaladenes.github.io
present/bi2/2020/docker/p2/az_en_jupyter_mappam/Dockerfile
Dockerfile
mit
168
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-debian:stretch-build ENV NODE_VERSION 12.22.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/odroid-u3+/debian/stretch/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,789
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-alpine:edge-build ENV GO_VERSION 1.17.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && ...
resin-io-library/base-images
balena-base-images/golang/odroid-u3+/alpine/edge/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,337
# 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/6.0-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,923
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-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/apalis-imx6q/debian/bookworm/6.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,529
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-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 \ libicu57 \ liblttng-ust...
nghiant2710/base-images
balena-base-images/dotnet/var-som-mx6/debian/bullseye/2.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,974
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-fedora:36-run # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv...
resin-io-library/base-images
balena-base-images/python/imx8m-var-dart/fedora/36/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
2,437
# AUTOGENERATED FILE FROM balenalib/raspberrypicm4-ioboard-debian:buster-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63...
nghiant2710/base-images
balena-base-images/python/raspberrypicm4-ioboard/debian/buster/3.8.9/build/Dockerfile
Dockerfile
apache-2.0
4,867
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-ubuntu:xenial-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_VERSI...
nghiant2710/base-images
balena-base-images/golang/var-som-mx6/ubuntu/xenial/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,029
# # THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/amd64/generate.sh"! # FROM debian:jessie # allow replacing httpredir or deb mirror ARG APT_MIRROR=deb.debian.org RUN sed -ri "s/(httpredir|deb).debian.org/$APT_MIRROR/g" /etc/apt/sources.list RUN apt-get update && apt-get install -y apparmor bash-completion bt...
cloud66/habitus
vendor/github.com/docker/docker/contrib/builder/deb/amd64/debian-jessie/Dockerfile
Dockerfile
apache-2.0
787
FROM ubuntu:16.04 MAINTAINER jianlong.chen <jianlong.chen@deltaww.com> WORKDIR /root ENV http_proxy http://172.22.35.162:8888 ENV https_proxy http://172.22.35.162:8888 RUN apt-get update && apt-get install -y --no-install-recommends \ nano \ supervisor \ && rm -rf /var/lib/apt/lists/*
mobiledrc/docker
base/Dockerfile/Dockerfile
Dockerfile
apache-2.0
295
# Copyright 2016 The Rook 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 applicable la...
osixia/ceph-docker
images/base/Dockerfile
Dockerfile
apache-2.0
644
# AUTOGENERATED FILE FROM balenalib/hummingboard2-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 \ liblttng-ust...
nghiant2710/base-images
balena-base-images/dotnet/hummingboard2/debian/buster/2.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,972
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-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 'dirn...
nghiant2710/base-images
balena-base-images/openjdk/zc702-zynq7/alpine/3.10/7-jre/build/Dockerfile
Dockerfile
apache-2.0
1,764
# AUTOGENERATED FILE FROM balenalib/coral-dev-fedora:32-run ENV NODE_VERSION 14.16.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool....
nghiant2710/base-images
balena-base-images/node/coral-dev/fedora/32/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,748
# AUTOGENERATED FILE FROM balenalib/nuc-debian:jessie-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserv...
nghiant2710/base-images
balena-base-images/node/nuc/debian/jessie/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,938
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-fedora:32-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \ && echo "d3379c32a90fdf9382166f8f48034c459a8cc433730bc9476d39d9082c94583b go$GO_VERSION.linux-amd64.tar.gz...
nghiant2710/base-images
balena-base-images/golang/genericx86-64-ext/fedora/32/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,015
# AUTOGENERATED FILE FROM balenalib/isg-503-fedora:34-run # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv", sinc...
resin-io-library/base-images
balena-base-images/python/isg-503/fedora/34/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,430
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-ubuntu:eoan-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 ...
nghiant2710/base-images
balena-base-images/golang/nanopc-t4/ubuntu/eoan/1.14.14/run/Dockerfile
Dockerfile
apache-2.0
2,322
# AUTOGENERATED FILE FROM balenalib/photon-nano-debian:bullseye-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/photon-nano/debian/bullseye/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,780
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-debian:jessie-run ENV GO_VERSION 1.14.13 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-...
nghiant2710/base-images
balena-base-images/golang/zc702-zynq7/debian/jessie/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,357
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-alpine:3.13-run 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 ] && ...
nghiant2710/base-images
balena-base-images/golang/blackboard-tx2/alpine/3.13/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,467
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-ubuntu:disco-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-g...
nghiant2710/base-images
balena-base-images/golang/imx7-var-som/ubuntu/disco/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,354
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-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:...
resin-io-library/base-images
balena-base-images/python/generic-armv7ahf/ubuntu/focal/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
4,834
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-debian:bookworm-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 --k...
resin-io-library/base-images
balena-base-images/node/asus-tinker-board/debian/bookworm/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
2,947
FROM nginx:latest MAINTAINER Kenson Man <kenson@kenson.idv.hk> ENV UID=1000 ENV GID=1000 ENV USERNAME=webmaster ENV PASSWD=zF9e27nBCAM55gZkhKWGehDf RUN \ echo ">>> Installating the system dependencies..." \ && apt update \ && apt install -y vim ufw wget mysql-client vsftpd \ && echo "<?php phpinfo(); ?>" >> /usr...
kensonman/nginx-php7fpm
Dockerfile
Dockerfile
apache-2.0
3,179
# AUTOGENERATED FILE FROM balenalib/apalis-imx6-ubuntu:focal-run ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.co...
nghiant2710/base-images
balena-base-images/node/apalis-imx6/ubuntu/focal/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,917
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-alpine:edge-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 \ ...
resin-io-library/base-images
balena-base-images/node/jetson-nano-emmc/alpine/edge/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,957
# AUTOGENERATED FILE FROM balenalib/artik533s-debian:stretch-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" || \ gp...
nghiant2710/base-images
balena-base-images/node/artik533s/debian/stretch/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,786
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-alpine:3.14-run RUN apk add --no-cache \ ca-certificates \ \ # .NET Core dependencies krb5-libs \ libgcc \ libintl \ libssl1.1 \ libstdc++ \ icu-libs \ zlib ENV \ # Configure web servers...
resin-io-library/base-images
balena-base-images/dotnet/cl-som-imx8/alpine/3.14/6.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,442
# AUTOGENERATED FILE FROM balenalib/intel-nuc-alpine:edge-run ENV GO_VERSION 1.16.3 # 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/intel-nuc/alpine/edge/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,473
# AUTOGENERATED FILE FROM balenalib/jn30b-nano-fedora:33-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.po...
nghiant2710/base-images
balena-base-images/node/jn30b-nano/fedora/33/10.23.1/build/Dockerfile
Dockerfile
apache-2.0
2,753
# AUTOGENERATED FILE FROM balenalib/edison-debian:buster-build ENV NODE_VERSION 16.14.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/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,802
# AUTOGENERATED FILE FROM balenalib/up-board-fedora:34-run # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv", sin...
nghiant2710/base-images
balena-base-images/python/up-board/fedora/34/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
2,446
# AUTOGENERATED FILE FROM balenalib/nuc-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.pgp.com --rec...
nghiant2710/base-images
balena-base-images/node/nuc/ubuntu/bionic/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
2,914
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-alpine:3.13-build 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 for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \...
nghiant2710/base-images
balena-base-images/node/raspberrypi400-64/alpine/3.13/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,964
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-ubuntu:focal-build ENV NODE_VERSION 10.24.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 --keyserv...
nghiant2710/base-images
balena-base-images/node/imx8mm-var-dart/ubuntu/focal/10.24.1/build/Dockerfile
Dockerfile
apache-2.0
2,762
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-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 ...
nghiant2710/base-images
balena-base-images/python/raspberrypi3-64/debian/buster/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,100
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-debian:stretch-run ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyser...
nghiant2710/base-images
balena-base-images/node/orange-pi-one/debian/stretch/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,947
# AUTOGENERATED FILE FROM balenalib/etcher-pro-ubuntu:focal-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depend...
nghiant2710/base-images
balena-base-images/python/etcher-pro/ubuntu/focal/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,067
FROM python:3.8 ADD [ "https://dev.mysql.com/get/mysql-apt-config_0.8.16-1_all.deb", "/" ] RUN apt-get -qq update \ && export DEBIAN_FRONTEND=noninteractive \ && apt-get -qq upgrade -y \ && apt-get -qq install -y --no-install-recommends \ lsb-release \ locales \ build-essential \ zlib1g-dev \ python3-pyc...
moloch--/RootTheBox
.devcontainer/Dockerfile
Dockerfile
apache-2.0
1,149
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-debian:sid-run ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/debian/sid/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,945
# AUTOGENERATED FILE FROM balenalib/n510-tx2-alpine:3.11-build ENV NODE_VERSION 15.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 \ ...
nghiant2710/base-images
balena-base-images/node/n510-tx2/alpine/3.11/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,953
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-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 ...
nghiant2710/base-images
balena-base-images/python/imx6ul-var-dart/alpine/3.12/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,844
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-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...
resin-io-library/base-images
balena-base-images/python/odroid-u3+/alpine/3.13/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,836
# AUTOGENERATED FILE FROM balenalib/aarch64-alpine:3.10-run # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirname "$...
nghiant2710/base-images
balena-base-images/openjdk/aarch64/alpine/3.10/8-jre/run/Dockerfile
Dockerfile
apache-2.0
1,756
FROM node:14.9-alpine WORKDIR /opt/backend EXPOSE 3000 CMD ["npm", "start"] COPY . . RUN npm install --no-package-lock
GoogleContainerTools/skaffold
integration/testdata/debug/npm/Dockerfile
Dockerfile
apache-2.0
121
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-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 'd...
nghiant2710/base-images
balena-base-images/openjdk/blackboard-tx2/alpine/3.11/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,763
# AUTOGENERATED FILE FROM balenalib/armv7hf-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 dependenc...
nghiant2710/base-images
balena-base-images/python/armv7hf/ubuntu/disco/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,064
ARG DOCKER_USERNAME=frostidaho ARG BASE=debian_stretch FROM ${DOCKER_USERNAME}/gpopup:${BASE} ARG PYTHON=python3 ENV PYTHON ${PYTHON} COPY . /app
frostidaho/python-gpopup
.docker/small/Dockerfile
Dockerfile
bsd-2-clause
146
FROM ubuntu:15.04 MAINTAINER Tim Petter <tim@timpetter.de> RUN apt-get update --assume-yes --quiet RUN apt-get install --assume-yes --quiet --force-yes wget yasm autoconf automake build-essential libass-dev \ libfreetype6-dev libgpac-dev libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev \ ...
rollbrettler/Dockerfiles
compile-ffmpeg/Dockerfile
Dockerfile
mit
580
FROM alpine:3.4 ENV DJANGO_VERSION 1.10.3 RUN apk add --update-cache \ bash py-pip \ mariadb-libs libpq sqlite && \ apk add --virtual=build-deps \ gcc musl-dev python-dev \ mariadb-dev postgresql-dev && \ pip install mysqlclient \ psycopg2 \ ...
rvernica/docker-library
django/2.7/Dockerfile
Dockerfile
mit
413
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1 MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="pixelmed-webstart-apps" \ base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \ container="pixelmed-webstart-apps" \ about.summary="DICOM implementation contai...
BioDocker/containers
pixelmed-webstart-apps/20150917git20151209.36f3174dfsg-1-deb/Dockerfile
Dockerfile
apache-2.0
1,237