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/asus-tinker-board-debian:buster-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/asus-tinker-board/debian/buster/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,794 |
# syntax=docker/dockerfile:labs
ARG PHP_VERSION=8.0.12
ARG USERNAME=khs1994
ARG BASE=fpm
FROM --platform=$TARGETPLATFORM ${USERNAME}/php:${PHP_VERSION}-${BASE}-alpine
RUN --mount=type=bind,from=khs1994/s6:2.2.0.3,source=/,target=/tmp/s6 \
set -x \
&& tar -zxvf /tmp/s6/s6-overlay.tar.gz -C / \
# https://githu... | khs1994-docker/lnmp | dockerfile/php/8.0/s6/Dockerfile | Dockerfile | apache-2.0 | 1,070 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-fedora:35-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyserv... | resin-io-library/base-images | balena-base-images/node/intel-nuc/fedora/35/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
FROM ubuntu:focal
MAINTAINER peter.ebden@gmail.com
# A few miscellaneous dependencies.
RUN apt-get update && apt-get install -y curl git gcc xz-utils && apt-get clean
# Go
RUN curl -fsSL https://dl.google.com/go/go1.15.linux-amd64.tar.gz | tar -xzC /usr/local
RUN ln -s /usr/local/go/bin/go /usr/local/bin/go && ln -s ... | thought-machine/please | tools/images/freebsd_builder/Dockerfile | Dockerfile | apache-2.0 | 411 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-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 McVi... | resin-io-library/base-images | balena-base-images/python/apalis-imx6/alpine/3.12/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-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 \
... | resin-io-library/base-images | balena-base-images/dotnet/jetson-xavier-nx-devkit-emmc/ubuntu/focal/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,179 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-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/etcher-pro/debian/bullseye/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,534 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-debian:sid-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" || \
... | resin-io-library/base-images | balena-base-images/node/raspberrypi4-64/debian/sid/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,776 |
# AUTOGENERATED FILE
FROM balenalib/i386-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 <s... | resin-io-library/base-images | balena-base-images/python/i386/alpine/3.13/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-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 63C7CC90: pu... | resin-io-library/base-images | balena-base-images/python/raspberrypi3/debian/buster/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,856 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-debian:jessie-build
ENV NODE_VERSION 14.15.4
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/hummingboard/debian/jessie/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,789 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-fedora:36-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver k... | resin-io-library/base-images | balena-base-images/node/nanopi-neo-air/fedora/36/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-debian:sid-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 --keyserver ... | resin-io-library/base-images | balena-base-images/node/hummingboard2/debian/sid/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,933 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-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-... | nghiant2710/base-images | balena-base-images/golang/imx8mm-var-dart/ubuntu/focal/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,324 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-ubuntu:bionic-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 \
... | nghiant2710/base-images | balena-base-images/golang/beaglebone-green-gateway/ubuntu/bionic/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,368 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-debian:sid-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/nitrogen6xq2g/debian/sid/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,939 |
# AUTOGENERATED FILE
FROM balenalib/photon-tx2-nx-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 ... | resin-io-library/base-images | balena-base-images/python/photon-tx2-nx/debian/bullseye/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,096 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-debian:sid-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" | sha... | nghiant2710/base-images | balena-base-images/golang/n510-tx2/debian/sid/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 1,993 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-alpine:3.13-build
ENV GO_VERSION 1.14.13
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.con... | nghiant2710/base-images | balena-base-images/golang/generic-armv7ahf/alpine/3.13/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,345 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-alpine:edge-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006... | nghiant2710/base-images | balena-base-images/node/raspberrypi3/alpine/edge/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,027 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-alpine:3.14-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A01... | resin-io-library/base-images | balena-base-images/node/beaglebone-green-wifi/alpine/3.14/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,030 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-ubuntu:focal-build
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu6... | resin-io-library/base-images | balena-base-images/dotnet/orange-pi-lite/ubuntu/focal/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,564 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-debian:buster-build
ENV NODE_VERSION 14.15.4
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/orange-pi-one/debian/buster/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,790 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-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 63C7CC90... | resin-io-library/base-images | balena-base-images/python/beaglebone-black/debian/buster/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,858 |
# 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, software
# distributed under th... | theopolis/thrift | build/docker/debian/Dockerfile | Dockerfile | apache-2.0 | 4,908 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-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 add -... | nghiant2710/base-images | balena-base-images/python/kitra710/alpine/3.13/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-alpine:edge-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/hummingboard/alpine/edge/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
FROM peelsky/zulu-openjdk-busybox
MAINTAINER Arthur Tsang <arthur_tsang@hotmail.com>
WORKDIR /app
ADD ./turbine-executable-2.0.0-DP.3-SNAPSHOT.jar /app/turbine.jar
EXPOSE 8000
CMD java -jar turbine.jar --port 8000 --streams "$TURBINE_STREAMS"
| arthurtsang/docker-hystrix-turbine | Dockerfile | Dockerfile | apache-2.0 | 247 |
# AUTOGENERATED FILE
FROM balenalib/artik5-ubuntu:cosmic-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 some sam... | nghiant2710/base-images | balena-base-images/openjdk/artik5/ubuntu/cosmic/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,097 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-debian:stretch-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1... | nghiant2710/base-images | balena-base-images/dotnet/raspberrypi4-64/debian/stretch/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,952 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-ubuntu:focal-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098 go$GO_VERSION.linux-arm64.tar.gz" | sh... | nghiant2710/base-images | balena-base-images/golang/jetson-tx1/ubuntu/focal/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,993 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install ... | nghiant2710/base-images | balena-base-images/python/jetson-xavier-nx-devkit/fedora/33/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,450 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-debian:bookworm-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python de... | resin-io-library/base-images | balena-base-images/python/npe-x500-m3/debian/bookworm/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,096 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-debian:sid-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "bfea0c8d7b70c1ad99b0266b321608db57df75820e8f4333efa448a43da01992 go$GO_VERSION.linux-amd64.tar.gz" |... | nghiant2710/base-images | balena-base-images/golang/up-core-plus/debian/sid/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,012 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-ubuntu:xenial-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.
#
... | nghiant2710/base-images | balena-base-images/openjdk/beaglebone-green-gateway/ubuntu/xenial/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,115 |
#
# Docker Stack - Docker stack to manage infrastructures
#
# Copyright 2015 devops.center
#
# 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
#
#... | devopscenter/docker-stack | monitor/newrelic/Dockerfile | Dockerfile | apache-2.0 | 1,867 |
# AUTOGENERATED FILE
FROM balenalib/artik520-alpine:3.13-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.13/7-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,761 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:bullseye-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 s... | nghiant2710/base-images | balena-base-images/openjdk/raspberry-pi2/debian/bullseye/11-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,847 |
FROM java:openjdk-8-jre
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Add project and run deps so this can be cached and only recreated if project.clj changes
ADD project.clj /usr/src/app/
RUN wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein && \
chmod a+x ./lein
RUN LEIN_ROOT="true" .... | yodle/cicada-chaingun | Runner/Dockerfile | Dockerfile | apache-2.0 | 484 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-ubuntu:xenial-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 s... | nghiant2710/base-images | balena-base-images/openjdk/up-squared/ubuntu/xenial/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,112 |
############################################################
# Dockerfile to build Traffic Ops PostgREST container images
# Based on Ubuntu 15.10
############################################################
# Example Build and Run:
# docker build --file Postgrest_Dockerfile --rm --tag traffic_ops_postgrest:0.1 .
# doc... | dneuman64/traffic_control | traffic_ops/experimental/postgrest/Postgrest_Dockerfile | Dockerfile | apache-2.0 | 921 |
FROM <<DISTRO>>:<<DISTRO-VERSION>>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y net-tools wget zlib1g-dev lsb-release locales wget ca-certificates libgmp-dev
ENV LANG C.UTF-8
# STACK
RUN wget -q -O- http://download.fpcomplete.com/ubuntu/fpco.key | apt-key add -
RUN echo "deb http://dow... | tedkornish/stack | scripts/release/templates/deb/docker/Dockerfile | Dockerfile | bsd-3-clause | 698 |
# Copyright 2021 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | GoogleCloudPlatform/public-datasets-pipelines | datasets/san_francisco_film_locations/pipelines/_images/run_csv_transform_kub/Dockerfile | Dockerfile | apache-2.0 | 1,445 |
FROM php:5.6-alpine
MAINTAINER Cedric Michaux <cedric@he8us.be>
ENV CONFD_VERSION 0.14.0
ENV IMAGICK_VERSION 3.4.3
ENV COMPOSER_ALLOW_SUPERUSER 1
COPY entrypoint.sh /app/entrypoint.sh
COPY confd/ /etc/confd
RUN \
curl -L -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v${CON... | he8us/php-cli | 5.6/Dockerfile | Dockerfile | mit | 1,384 |
FROM php:7.4.10-apache
RUN apt-get update && apt-get install -y libzip-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng-dev ca-certificates curl python python-pip \
&& pecl install mcrypt-1.0.3 redis xdebug \
&& docker-php-ext-enable mcrypt redis \
&& docker-php-ext-install -j$(nproc) iconv bcmath && dock... | trendsoft/laraveld | Dockerfile | Dockerfile | mit | 1,061 |
FROM nginx:1.9.9
MAINTAINER Richard Adams richard@madwire.co.uk
# Install wget and install/updates certificates
RUN apt-get update \
&& apt-get install -y -q --no-install-recommends \
ca-certificates \
wget \
build-essential \
openssl \
libssl-dev \
ruby-full \
&& apt-get clean \
&& rm -r /v... | madwire/tutum-nginx-proxy | Dockerfile | Dockerfile | mit | 1,554 |
FROM node:0.10-onbuild
EXPOSE 3000 | imjacobclark/reactocomments | Dockerfile | Dockerfile | mit | 34 |
FROM ubuntu:16.04
LABEL maintainer="imacellone <italomacellone@gmail.com>"
RUN apt update
RUN apt install build-essential -y
RUN apt install qt5-default -y
COPY ./CPPWebFramework /CPPWebFramework
WORKDIR /CPPWebFramework
RUN qmake CPPWebFramework.pro
RUN make -j8
RUN make install | HerikLyma/CPPWebFramework | environment.Dockerfile | Dockerfile | mit | 285 |
FROM php:apache
MAINTAINER Thiago Moreira <loganguns@gmail.com>
COPY ./config/apache/000-default.conf /etc/apache2/sites-available/000-default.conf
COPY ./config/php/php.ini /usr/local/etc/php/
RUN apt-get update && \
apt-get install --no-install-recommends -y \
imagemagick \
openssh-client \
... | WeDevBrasil/php7-apache | Dockerfile | Dockerfile | mit | 1,308 |
#
# Copyright (c) .NET Foundation and contributors. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
#
# Dockerfile that creates a container suitable to build dotnet-cli
FROM microsoft/dotnet-buildtools-prereqs:rhel-7-rpmpkg-c982313-2017411604411... | Faizan2304/cli | scripts/docker/rhel/Dockerfile | Dockerfile | mit | 996 |
ARG PYTHON_VERSION=3.7
FROM python:${PYTHON_VERSION}
RUN useradd -ms /bin/sh cloudbrowser
WORKDIR /app
COPY --chown=cloudbrowser:cloudbrowser . .
RUN pip install .[test] --no-cache-dir
USER cloudbrowser
ENV HOST="0.0.0.0"
ENV PORT="8000"
ENTRYPOINT ["invoke"]
CMD ["syncdb", "run-server"]
| ryan-roemer/django-cloud-browser | Dockerfile | Dockerfile | mit | 296 |
FROM ubuntu:14.04
RUN apt-get update && apt-get -y upgrade
# Install the following utilities (required by poky)
RUN apt-get install -y build-essential chrpath curl diffstat gcc-multilib gawk git-core libsdl1.2-dev texinfo unzip wget xterm
# Additional host packages
RUN apt-get install -y openssh-client coreutils lib... | nandk85/ubuntu | Dockerfile | Dockerfile | mit | 1,632 |
FROM golang:1.5
RUN apt-get update && apt-get install -y --no-install-recommends \
autoconf \
automake \
bzip2 \
file \
g++ \
gcc \
imagemagick \
libbz2-dev \
libc6-dev \
libcurl4-openssl-dev \
libevent-dev \
libffi-dev \
libgeoip-dev \
libglib2.0-dev \
libjpeg-dev \
liblzma-dev \
lib... | grosskur/agent | Dockerfile | Dockerfile | mit | 2,701 |
FROM confluentinc/cp-kafka:3.0.1
ADD wait-for-it.sh /wait-for-it.sh | fatlazycat/dockerfiles | confluent/confluent-stack/images/cp-kafka-wait/Dockerfile | Dockerfile | mit | 68 |
FROM ruby:2.2.3
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN apt-get update
RUN apt-get install locales
RUN echo 'ru_RU.UTF-8 UTF-8' >> /etc/locale.gen
RUN locale-gen ru_RU.UTF-8
RUN dpkg-reconfigure -fnoninteractive locales
ENV LC_ALL=ru_RU.utf8
ENV LANGUAGE=ru_RU.utf8
RUN update-locale LC_ALL="ru_RU.utf8" LAN... | openit-lib/kirpich | Dockerfile | Dockerfile | mit | 592 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-debian:sid-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 ke... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/debian/sid/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,933 |
FROM qnib/u-terminal:14.04
RUN echo "deb http://ppa.launchpad.net/mc3man/trusty-media/ubuntu trusty main" >> /etc/apt/sources.list.d/ffmpeg.list
RUN echo "deb-src http://ppa.launchpad.net/mc3man/trusty-media/ubuntu trusty main" >> /etc/apt/sources.list.d/ffmpeg.list
RUN apt-get update
RUN apt-get install -y --force-ye... | qnib/docker-convert | Dockerfile | Dockerfile | apache-2.0 | 338 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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 ] && echo... | nghiant2710/base-images | balena-base-images/golang/artik520/alpine/3.13/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,465 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-ubuntu:focal-build
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/am571x-evm/ubuntu/focal/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-ubuntu:impish-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... | resin-io-library/base-images | balena-base-images/node/asus-tinker-board/ubuntu/impish/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
# AUTOGENERATED FILE
FROM balenalib/artik710-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 \
libstd... | resin-io-library/base-images | balena-base-images/dotnet/artik710/ubuntu/bionic/3.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,120 |
# Using official python runtime base image
FROM python:2.7-alpine
# Set the application directory
WORKDIR /app
# Install our requirements.txt
ADD requirements.txt /app/requirements.txt
RUN pip install -r requirements.txt
# Copy our code from the current folder to /app inside the container
ADD . /app
# Make port 80 ... | clijockey/vote-app-flask | Dockerfile | Dockerfile | apache-2.0 | 556 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-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... | resin-io-library/base-images | balena-base-images/python/parallella-hdmi-resin/debian/bullseye/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,106 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-debian:bookworm-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/coral-dev/debian/bookworm/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
#
# 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, software
# distributed under ... | treasure-data/presto | docker/Dockerfile | Dockerfile | apache-2.0 | 1,383 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-fedora:32-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f4e96bbcd5d2d1942f5b55d9e4ab19564da4fad192012f6d7b0b9b055ba4208f go$GO_VERSION.linux-arm64.tar.gz" |... | nghiant2710/base-images | balena-base-images/golang/imx8m-var-dart/fedora/32/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 1,997 |
FROM openjdk:8-jre
VOLUME /tmp
ADD SSMSeedProject.jar app.jar
RUN sh -c 'touch /app.jar'
ENV JAVA_OPTS="SPRING_PROFILES_ACTIVE=production"
ENTRYPOINT [ "sh", "-c", "java -jar /app.jar" ] | izhangzhihao/SSMSeedProject | Dockerfile | Dockerfile | apache-2.0 | 186 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:impish-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "f4f5f02eb6809ac5bf19b5ad517b23504fd5fc036f6487651968ad36aa7a20e0 go$GO_VERSION.linux-amd64.tar.gz" | s... | resin-io-library/base-images | balena-base-images/golang/generic/ubuntu/impish/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,013 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-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/imx8mm-var-dart/ubuntu/focal/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,563 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-ubuntu:impish-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ke... | resin-io-library/base-images | balena-base-images/node/artik533s/ubuntu/impish/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-r2c-debian:sid-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/nanopi-r2c/debian/sid/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,771 |
FROM alpine:3.8
MAINTAINER Newnius <newnius.cn@gmail.com>
USER root
# Prerequisites
RUN apk add --no-cache openssh openssl openjdk8-jre rsync bash procps coreutils
ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk
ENV PATH $PATH:$JAVA_HOME/bin
ENV SPARK_VER 2.2.1
RUN wget https://archive.apache.org/dist/spark/spark-$S... | newnius/Dockerfiles | spark/2.2.1/Dockerfile | Dockerfile | apache-2.0 | 703 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-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/raspberrypi3-64/debian/bullseye/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,138 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-fedora:30-run
ENV GO_VERSION 1.15.8
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
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 "bde... | nghiant2710/base-images | balena-base-images/golang/artik533s/fedora/30/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,099 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-alpine:3.12-build
ENV NODE_VERSION 14.18.3
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/am571x-evm/alpine/3.12/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-fedora:34-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", s... | resin-io-library/base-images | balena-base-images/python/kitra710/fedora/34/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/i386-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-get upda... | nghiant2710/base-images | balena-base-images/golang/i386/ubuntu/bionic/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,323 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-fedora:36-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ke... | resin-io-library/base-images | balena-base-images/node/blackboard-tx2/fedora/36/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,749 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-ubuntu:bionic-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 k... | resin-io-library/base-images | balena-base-images/node/am571x-evm/ubuntu/bionic/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
FROM balenalib/amd64-ubuntu:cosmic-build
LABEL io.balena.device-type="surface-go"
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/surface-go/ubuntu/cosmic/build/Dockerfile | Dockerfile | apache-2.0 | 1,106 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-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 ] && ech... | nghiant2710/base-images | balena-base-images/golang/intel-nuc/alpine/3.13/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,473 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-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... | resin-io-library/base-images | balena-base-images/dotnet/rockpi-4b-rk3399/debian/bullseye/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,540 |
FROM ubuntu:16.04
RUN \
apt-get update \
&& apt-get install -y apt-transport-https \
&& apt-get install -y apt-utils \
&& apt-get install -y software-properties-common \
&& apt-get install -y python-software-properties \
&& apt-get install -y curl \
&& apt-get install -y wget \
&& apt-get install -y vim \
&& ... | Resly/pipeline | package.ml/ubuntu/16.04/Dockerfile | Dockerfile | apache-2.0 | 555 |
# AUTOGENERATED FILE
FROM balenalib/generic-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 keyser... | resin-io-library/base-images | balena-base-images/node/generic/debian/sid/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,930 |
# AUTOGENERATED FILE
FROM balenalib/artik10-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 dependen... | resin-io-library/base-images | balena-base-images/python/artik10/ubuntu/bionic/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,064 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-fedora:35-build
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfi... | resin-io-library/base-images | balena-base-images/openjdk/hummingboard/fedora/35/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,322 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-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/raspberrypi3/fedora/30/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-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 \
libicu63 \
libssl1.1 ... | nghiant2710/base-images | balena-base-images/dotnet/ccimx8x-sbc-pro/debian/bullseye/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,950 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-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 dep... | resin-io-library/base-images | balena-base-images/python/cl-som-imx8/debian/stretch/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,092 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-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: pub... | resin-io-library/base-images | balena-base-images/python/smarc-px30/debian/stretch/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,856 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi-alpine:3.10-build
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 ] &&... | nghiant2710/base-images | balena-base-images/golang/raspberrypi/alpine/3.10/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-ubuntu:cosmic-build
ENV NODE_VERSION 15.10.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... | nghiant2710/base-images | balena-base-images/node/raspberrypi3/ubuntu/cosmic/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-alpine:3.13-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/via-vab820-quad/alpine/3.13/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,474 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-alpine:3.11-run
ENV GO_VERSION 1.14.13
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && e... | nghiant2710/base-images | balena-base-images/golang/nitrogen6x/alpine/3.11/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
FROM alpine
RUN apk --update add openssl ca-certificates
RUN wget https://storage.googleapis.com/public-mikedanese-k8s/k8s/ignition \
-O /bin/ignition \
&& chmod +x /bin/ignition
RUN wget https://storage.googleapis.com/public-mikedanese-k8s/k8s/jsonnet \
-O /bin/jsonnet \
&& chmod +x /bin/jsonnet
ADD do_rol... | mikedanese/kubernetes-anywhere | phase2/ignition/Dockerfile | Dockerfile | apache-2.0 | 390 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-alpine:edge-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/nsswitc... | nghiant2710/base-images | balena-base-images/golang/beaglebone-green-gateway/alpine/edge/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,481 |
FROM bkil/openwrt-image-generator-base
MAINTAINER github.com/bkil
WORKDIR /tmp/image-builder
RUN \
make image \
PROFILE=tl-wr740n-v1 \
PACKAGES=" \
kmod-ipt-ipopt iptables-mod-ipopt luci \
"
ENTRYPOINT \
cp -avt \
/host \
bin/*/*/*/*-squashfs-*.bin
| bkil-sandbox/openwrt-image-builder | 740v1/Dockerfile | Dockerfile | apache-2.0 | 264 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-debian:buster-build
ENV NODE_VERSION 10.24.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" || \
g... | nghiant2710/base-images | balena-base-images/node/jetson-tx2/debian/buster/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,783 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-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 "virtual... | resin-io-library/base-images | balena-base-images/python/beaglebone-pocket/fedora/36/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 2,440 |
FROM ubuntu:16.04
LABEL maintainer="Haris Amin <aminharis7@gmail.com>"
LABEL Description="Docker Container for the Apple's Swift programming language"
# Install related packages and set LLVM 3.8 as the compiler
RUN apt-get -q update && \
apt-get -q install -y \
make \
libc6-dev \
clang-3.8 \
curl \... | swiftdocker/docker-swift | 4.0/Dockerfile | Dockerfile | apache-2.0 | 2,702 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.