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 |
|---|---|---|---|---|---|
# -----------------------------------------------------------------------
# btilford/node-server
# GitHub https://github.com/btilford/node-server
# DockerHub https://registry.hub.docker.com/u/btilford/node-server/
#
# Based on official debian:stable and node Docker images
# ---------------------------------------------... | btilford/node-server | Dockerfile | Dockerfile | mit | 1,898 |
FROM debian:sid
MAINTAINER Julian Møller <docker@julianmoeller.dk>
RUN apt-get update && apt-get install -y \
unison=2.48.* \
&& rm -rf /var/lib/apt/lists/*
ENV HOME /root
ENV UNISON_WORKING_DIR /app
RUN mkdir -p ${UNISON_WORKING_DIR}
WORKDIR ${UNISON_WORKING_DIR}
VOLUME ${UNISON_WORKING_DIR}
EXPOSE 500... | jumoel/docker-unison | Dockerfile | Dockerfile | mit | 374 |
FROM abm/webapp:v3
EXPOSE 80 5432
USER california
SHELL ["/bin/bash", "-l", "-c"]
ENV APP_HOME /home/california/app
WORKDIR $APP_HOME
ENV container docker
ENV RAILS_ENV production
RUN echo "export RAILS_ENV=production" >> /home/california/.bashrc
RUN echo "export CONTAINER=docker" >> /home/california/.bashrc
RUN echo... | dr-fozzy/test | Dockerfile | Dockerfile | mit | 468 |
FROM lahwran/crawler-base
MAINTAINER lahwran <lahwran0@gmail.com>
CMD ["drone", "--docker-link-alias", "coord"]
| lahwran/distributed-crawler | drone.Dockerfile | Dockerfile | mit | 113 |
# Create a temporary image for running our build
FROM microsoft/dotnet:2.1-sdk-alpine AS build
WORKDIR /app
# Copy the project files only, and restore dependencies
COPY *.sln */*.csproj ./
RUN perl -e 'foreach(@ARGV){/(.*).csproj/;mkdir($1);rename($&,"$1/$&")}' *.csproj
RUN dotnet restore
# Copy and build everything
... | zorac/fantabulous-dotnet | Dockerfile | Dockerfile | mit | 834 |
FROM alpine:3.9
# https://letsencrypt.org
RUN apk add --no-cache ca-certificates
COPY dist/armor_linux_amd64/armor /usr/local/bin
ENTRYPOINT ["armor"]
| labstack/armor | Dockerfile | Dockerfile | mit | 154 |
FROM quay.io/aptible/debian
# Install general dependencies (git, build-essential)
RUN apt-install build-essential git
# Install Ruby and Bundler
RUN apt-install zlib1g-dev libssl-dev libreadline6-dev libyaml-dev
RUN cd /tmp && \
wget -q http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz && \
tar xzf ru... | aptible/docker-webapp-essential | Dockerfile | Dockerfile | mit | 831 |
FROM osixia/openldap:1.1.8
MAINTAINER Your Name <your@name.com>
ADD bootstrap /container/service/slapd/assets/config/bootstrap
ADD certs /container/service/slapd/assets/certs
ADD environment /container/environment/01-custom
| bruceGordon/openldap-sso | example/extend-osixia-openldap/Dockerfile | Dockerfile | mit | 225 |
FROM centos:centos7
MAINTAINER Daniele Moraschi <daniele.moraschi@gmail.com>
# Install OpenJDK 7 Runtime Environment
RUN yum install -y java-1.7.0-openjdk
RUN yum clean all
| danielemoraschi/docker-centos | centos-openjdk1.7/Dockerfile | Dockerfile | mit | 174 |
# 该image文件继承官方的python image
FROM python:3.7.7
# 工作环境变量
ENV FLASK_APP manage:app
ENV FLASK_ENV docker
# Create the user to be used in this container
RUN groupadd flasky && useradd -m -g flasky -s /bin/bash flasky
# 指定工作路径为/home/flasky/web
RUN mkdir -p /home/flasky/web
WORKDIR /home/flasky/web
RUN chown -R flasky:flas... | mapan1984/Hidden-Island | Dockerfile | Dockerfile | mit | 881 |
# AlpineLinux with a glibc-2.29-r0 and Oracle Java 8
FROM alpine:3.8
MAINTAINER Anastas Dancha <anapsix@random.io>
# thanks to Vladimir Krivosheev <develar@gmail.com> aka @develar for smaller image
# and Victor Palma <palma.victor@gmail.com> aka @devx for pointing it out
# Java Version and other ENV
ENV JAVA_VERSION_... | anapsix/docker-alpine-java | 8/172b11/jdk/standard/Dockerfile | Dockerfile | mit | 4,370 |
FROM php:fpm
ENV WORKDIR "/var/www/smartfact"
RUN apt-get update -y \
&& apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng12-dev \
zip \
unzip \
wget \
curl \
... | Guikingone/SmartFact | docker/php/Dockerfile | Dockerfile | mit | 2,025 |
FROM ruby:2.2
MAINTAINER Jan Dalheimer <jan@dalheimer.de>
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
VOLUME /usr/src/app/out
EXPOSE 80
COPY Gemfile /usr/src/app/
COPY Gemfile.lock /usr/src/app/
COPY sep.rb /usr/src/app/
RUN bundle install
ENV SEP_PORT 80
ENV SEP_OUTDIR /usr/src/app/out
CMD bundle exec ./sep.... | MMCWonko/SomebodyElsesProblem | Dockerfile | Dockerfile | mit | 323 |
FROM php:7.3-cli
WORKDIR "/home/tighten"
CMD ["./vendor/bin/phpunit"]
| loganhenson/tlint | environments/php7.3/Dockerfile | Dockerfile | mit | 70 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-ubuntu:eoan-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 keyserver.pgp.com... | nghiant2710/base-images | balena-base-images/node/nitrogen8mm/ubuntu/eoan/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,911 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/odroid-xu4/debian/buster/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,122 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-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/generic-armv7ahf/debian/bookworm/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,538 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-ubuntu:focal-run
ENV GO_VERSION 1.16
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get u... | nghiant2710/base-images | balena-base-images/golang/jetson-tx2/ubuntu/focal/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,319 |
FROM webratio/android-sdk:r29.0.2
# Installs Node.js
RUN curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - && \
sudo apt-get install -y nodejs | webratio/docker | nodejs-with-android-sdk/12.13.1/Dockerfile | Dockerfile | apache-2.0 | 161 |
FROM ortools/make:fedora_swig AS env
RUN dnf -y update \
&& dnf -y install java-11-openjdk java-11-openjdk-devel maven \
&& dnf clean all
ENV JAVA_HOME=/usr/lib/jvm/java-openjdk
FROM env AS devel
WORKDIR /home/project
COPY . .
FROM devel AS build
RUN make third_party
RUN make java
FROM build AS test
RUN make test_ja... | google/or-tools | makefiles/docker/fedora/java.Dockerfile | Dockerfile | apache-2.0 | 368 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-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 d... | nghiant2710/base-images | balena-base-images/python/iot-gate-imx8/debian/stretch/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,100 |
FROM java:8
RUN \
apt-get update && \
apt-get install -y openssl && \
rm -rf /var/lib/apt/lists/*
ENV wd /workdir
ENV output ${wd}/output
WORKDIR ${wd}
RUN mkdir ${output}
COPY bin ${wd}
COPY etc ${wd}/etc
CMD ["./generate.sh"]
| tepeka/search-guard-ssl | Dockerfile | Dockerfile | apache-2.0 | 239 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 ap... | resin-io-library/base-images | balena-base-images/python/raspberrypi4-64/alpine/3.13/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-alpine:edge-run
ENV NODE_VERSION 14.16.1
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/revpi-core-3/alpine/edge/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 3,027 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-debian:buster-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 --keyserve... | nghiant2710/base-images | balena-base-images/node/hummingboard/debian/buster/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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/via-vab820-quad/debian/buster/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,098 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-alpine:3.14-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 \
; d... | resin-io-library/base-images | balena-base-images/node/raspberrypi2/alpine/3.14/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,953 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-ubuntu:cosmic-build
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.po... | nghiant2710/base-images | balena-base-images/node/fincm3/ubuntu/cosmic/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-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 ... | nghiant2710/base-images | balena-base-images/python/revpi-connect/debian/bullseye/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,100 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-alpine:3.12-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 ] && ... | nghiant2710/base-images | balena-base-images/golang/nitrogen8mm/alpine/3.12/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,470 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-fedora:33-run
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.pool.... | nghiant2710/base-images | balena-base-images/node/nanopc-t4/fedora/33/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,748 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-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/generic-aarch64/debian/buster/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,859 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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: publi... | resin-io-library/base-images | balena-base-images/python/up-board/debian/stretch/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-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 ... | resin-io-library/base-images | balena-base-images/python/jetson-nano-2gb-devkit/ubuntu/bionic/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,079 |
# AUTOGENERATED FILE
FROM balenalib/generic-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 depende... | resin-io-library/base-images | balena-base-images/python/generic/debian/stretch/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-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: publ... | nghiant2710/base-images | balena-base-images/python/photon-nano/ubuntu/focal/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
FROM ubuntu:14.04
COPY . /app
WORKDIR /app
EXPOSE 8080
ENTRYPOINT ["/app/controller"]
CMD []
| hangyan/shipyard | controller/Dockerfile | Dockerfile | apache-2.0 | 93 |
# Copyright 2020 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,... | FeliciaLim/oss-fuzz | projects/pigweed/Dockerfile | Dockerfile | apache-2.0 | 1,081 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-ubuntu:bionic-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" | ... | nghiant2710/base-images | balena-base-images/golang/jetson-nano/ubuntu/bionic/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,996 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-alpine:3.11-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 \
... | nghiant2710/base-images | balena-base-images/node/raspberrypi4-64/alpine/3.11/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,962 |
# AUTOGENERATED FILE
FROM balenalib/amd64-ubuntu:focal-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "0d142143794721bb63ce6c8a6180c4062bcf8ef4715e7d6d6609f3a8282629b3 go$GO_VERSION.linux-amd64.tar.gz" | sha25... | nghiant2710/base-images | balena-base-images/golang/amd64/ubuntu/focal/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,007 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:bullseye-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: pu... | nghiant2710/base-images | balena-base-images/python/am571x-evm/debian/bullseye/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,859 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-fedora:30-build
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/npe-x500-m3/fedora/30/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-fedora:31-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/raspberrypi4-64/fedora/31/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-fedora:30-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.pool... | nghiant2710/base-images | balena-base-images/node/artik533s/fedora/30/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
FROM java:jre-alpine
MAINTAINER "Michel Buczynski" michel@service-bmi.com
#Based on "Eugene Janusov" <esycat@gmail.com>
ENV APP_VERSION 2.0
ENV APP_BUILD ${APP_VERSION}.85
ENV APP_PORT 8080
ENV APP_USER hub
ENV APP_SUFFIX hub
ENV APP_UID 2000
ENV APP_DISTNAME hub-ring-bundle-${APP_BUILD}
ENV APP_DISTFILE $APP_DISTNAM... | BMIservices/DockerJetbrainsHub | Dockerfile | Dockerfile | apache-2.0 | 1,719 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:xenial-build
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 --keyse... | nghiant2710/base-images | balena-base-images/node/bananapi-m1-plus/ubuntu/xenial/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,769 |
# AUTOGENERATED FILE
FROM balenalib/generic-debian:buster-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 --keyserver key... | nghiant2710/base-images | balena-base-images/node/generic/debian/buster/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-alpine:3.10-run
ENV GO_VERSION 1.15.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 ] && ec... | nghiant2710/base-images | balena-base-images/golang/odroid-u3+/alpine/3.10/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,467 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-ubuntu:bionic-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 --keyse... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/ubuntu/bionic/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-fedora:31-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtuale... | nghiant2710/base-images | balena-base-images/python/imx8m-var-dart/fedora/31/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-alpine:3.12-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516600659... | nghiant2710/base-images | balena-base-images/node/jetson-nano/alpine/3.12/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-debian:bullseye-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || ... | nghiant2710/base-images | balena-base-images/node/orange-pi-one/debian/bullseye/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,794 |
# AUTOGENERATED FILE
FROM balenalib/nuc-ubuntu:focal-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.pool.sk... | nghiant2710/base-images | balena-base-images/node/nuc/ubuntu/focal/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-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 depende... | nghiant2710/base-images | balena-base-images/python/aio-3288c/ubuntu/disco/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
# AUTOGENERATED FILE
FROM balenalib/generic-fedora:34-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 --keyserver ha.pool.... | nghiant2710/base-images | balena-base-images/node/generic/fedora/34/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-alpine:3.12-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
... | nghiant2710/base-images | balena-base-images/python/parallella-hdmi-resin/alpine/3.12/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,141 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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-us... | nghiant2710/base-images | balena-base-images/dotnet/firefly-rk3288/debian/buster/2.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 2,608 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-ubuntu:eoan-run
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com... | nghiant2710/base-images | balena-base-images/node/revpi-core-3/ubuntu/eoan/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# syntax = docker/dockerfile:1.2
FROM fedora:35
RUN dnf upgrade --refresh -y \
&& dnf install -y \
sudo \
vim \
diffutils \
&& dnf clean all -y
ARG USERID=1000
RUN adduser elektra --uid ${USERID}
RUN usermod -aG wheel elektra
ENV ELEKTRA_ROOT=/opt/elektra/
RUN mkdir -p ${ELEKTRA_ROOT}... | ElektraInitiative/libelektra | scripts/docker/fedora/35/release.Dockerfile | Dockerfile | bsd-3-clause | 1,150 |
FROM php:7.1.11-fpm-alpine
MAINTAINER Oleg Kulik <olegkulik1985@gmail.com>
RUN apk add --no-cache --virtual .build-deps \
# for all
zlib-dev \
# dev deps for gd
freetype-dev \
libjpeg-turbo-dev \
libpng-dev \
# for intl
icu... | SlayerBirden/docker-php-magento | Dockerfile | Dockerfile | mit | 2,463 |
FROM balenalib/aarch64-fedora:33-build
LABEL io.balena.device-type="raspberrypi3-64"
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... | nghiant2710/base-images | balena-base-images/device-base/raspberrypi3-64/fedora/33/build/Dockerfile | Dockerfile | apache-2.0 | 1,003 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-fedora:34-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 Docke... | nghiant2710/base-images | balena-base-images/openjdk/genericx86-64-ext/fedora/34/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,338 |
FROM busybox:ubuntu-14.04
ENTRYPOINT ["/test-app"]
COPY test-app /test-app
RUN chmod a+x /test-app | cloudfoundry-samples/test-app | Dockerfile | Dockerfile | apache-2.0 | 100 |
FROM tecnativa/odoo-base:8.0
| PCatinean/docker-odoo-base | tests/scaffoldings/smallest/8.0.Dockerfile | Dockerfile | apache-2.0 | 29 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="mriconvert" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="mriconvert" \
about.summary="medical image file conversion utility" \
about... | BioDocker/containers | mriconvert/1-2.1.0-3-deb/Dockerfile | Dockerfile | apache-2.0 | 1,054 |
FROM python:3.6.5
ADD ./ /uvicorn
WORKDIR /uvicorn
RUN pip3 install -r /uvicorn/requirements.txt
CMD uvicorn app:main -c uvicorn_conf.py
| zapov/FrameworkBenchmarks | frameworks/Python/uvicorn/uvicorn.dockerfile | Dockerfile | bsd-3-clause | 141 |
FROM node:5-onbuild
MAINTAINER Octoblu <docker@octoblu.com>
EXPOSE 80
ENV PORT 80
CMD ["npm", "start"]
| octoblu/nanocyte-node-registry-builder | Dockerfile | Dockerfile | mit | 104 |
FROM golang:1.9.1-stretch
ENV TERRAFORM_VERSION="0.10.7"
RUN apt-get update \
&& apt-get install --no-install-recommends -y -q \
unzip
# Install Terraform
RUN curl https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip | funzip > /usr/local/bin/terraform ... | joshix/tectonic-installer | images/tectonic-installer/Dockerfile | Dockerfile | apache-2.0 | 440 |
# Copyright 2017 The Kubernetes 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 ... | ravilr/kubernetes | cluster/addons/fluentd-elasticsearch/es-image/Dockerfile | Dockerfile | apache-2.0 | 1,128 |
FROM buildpack-deps:xenial
ENV LUA_VERSION="5.1"
ENV LUA_MICRO="5"
RUN apt-get update -yqq && apt-get install -yqq unzip
RUN wget https://github.com/LuaDist/lua/archive/$LUA_VERSION.$LUA_MICRO.tar.gz
RUN tar xf $LUA_VERSION.$LUA_MICRO.tar.gz
ENV LUA_HOME=/lua-$LUA_VERSION.$LUA_MICRO
RUN cd $LUA_HOME && \
cp sr... | martin-g/FrameworkBenchmarks | frameworks/Lua/lapis/lapis.dockerfile | Dockerfile | bsd-3-clause | 2,188 |
FROM quay.io/brianredbeard/corebox
ADD bin/dex-worker /opt/dex/bin/dex-worker
ADD bin/dex-overlord /opt/dex/bin/dex-overlord
ADD bin/dexctl /opt/dex/bin/dexctl
ENV DEX_WORKER_HTML_ASSETS /opt/dex/html/
ADD static/html/* $DEX_WORKER_HTML_ASSETS
ENV DEX_WORKER_EMAIL_ASSETS /opt/dex/email/
ADD static/email/* $DEX_WORKE... | derekparker/dex | Dockerfile | Dockerfile | apache-2.0 | 413 |
#Using baked base
FROM surajx/dockyard:python-base
#Creating directory for django application source code
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
#Install os packages needed for app
RUN apt-get update && apt-get install -y \
gcc \
git \
gettext \
postgresql-client libpq-dev \
--no-install-r... | devwf/Dockyard | django-app_dockerized/Dockerfile | Dockerfile | mit | 581 |
FROM graze/stats:7.0
RUN apk add --no-cache --repository "http://dl-cdn.alpinelinux.org/alpine/edge/testing" \
php7-mbstring \
php7-xdebug
ADD . /opt/graze/data-node
WORKDIR /opt/graze/data-node
CMD /bin/bash
| graze/data-node | Dockerfile | Dockerfile | mit | 221 |
FROM beevelop/nodejs
MAINTAINER Maik Hummel <m@ikhummel.com>
RUN apt-get update && apt-get install -y ruby-full && rm -rf /var/lib/apt/lists/*
| beevelop/docker-nodejs-ruby | Dockerfile | Dockerfile | mit | 145 |
FROM fedora:latest
# install base dependencies
RUN dnf install -y java-1.8.0-openjdk-devel make gcc
# set up leiningen
ENV LEIN_ROOT="true"
ADD 'https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein' \
/usr/local/bin/lein
RUN chmod a+x /usr/local/bin/lein
RUN lein
# set default commands
ENTRYPOIN... | jakebasile/clojure-jni-example | Dockerfile | Dockerfile | mit | 578 |
# Dockerfile
FROM python:3.4-onbuild
COPY requirements.txt /src/
RUN pip install --requirement /src/requirements.txt
COPY . /src/app
EXPOSE 8000
# Use the following line to not look at logs
# ENTRYPOINT ["/usr/local/bin/gunicorn", "--config", "/src/app/gunicorn.conf", "-b", ":8000", "main:app"]
#Use the following if... | danaswanstrom/CanvasPython | app/Dockerfile | Dockerfile | mit | 501 |
FROM shipimg/appbase:latest
ADD . /home/shippable/pmwww
RUN mkdir -p /home/shippable/pmwww/logs
RUN cd /home/shippable/pmwww && npm install
RUN cd /home/shippable/pmwww && grunt build
ENTRYPOINT ["/home/shippable/pmwww/boot.sh"]
EXPOSE 31001
| vivex/pmwww | Dockerfile | Dockerfile | mit | 245 |
FROM blackikeeagle/archlinux
MAINTAINER Ike Devolder, ike.devolder@gmail.com
RUN pacman -Syu --noconfirm percona-server
RUN pacman -Scc --noconfirm
RUN rm /etc/mysql/my.cnf
ADD ./my.cnf /etc/mysql/my.cnf
ADD ./create-mysql-structure.sh /opt/create-mysql-structure.sh
RUN chmod +x /opt/create-mysql-structure.sh
EXPOSE ... | BlackIkeEagle/docker-php-samples | docker/percona/Dockerfile | Dockerfile | mit | 522 |
FROM openjdk:8-jre-alpine
ENV SPRING_OUTPUT_ANSI_ENABLED=ALWAYS \
SLEEP=0 \
JAVA_OPTS=""
# add directly the jar
COPY jobadservice.jar /jobadservice.jar
EXPOSE 8086 5701/udp
CMD echo "The application will start in ${SLEEP}s..." && \
sleep ${SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/.... | alv-ch/job-room | devops/dockerfiles/jobadservice/Dockerfile | Dockerfile | mit | 352 |
FROM python:2.7.16-slim-stretch
RUN set -x \
&& apt-get update \
&& apt-get install -y \
virtualenv \
build-essential \
default-libmysqlclient-dev \
libmemcached-dev \
libjpeg-dev \
zlib1g-dev
COPY setup.py README.md requirements.... | IanLewis/homepage | Dockerfile | Dockerfile | mit | 1,386 |
FROM php:7.0.23-cli
# Update first
RUN apt-get update
# For debugging
RUN apt-get install -y vim wget
# Include PHPUnit
RUN wget https://phar.phpunit.de/phpunit.phar \
&& chmod +x phpunit.phar \
&& mv phpunit.phar /usr/local/bin/phpunit \
&& phpunit --version
# Include PostgreSQL extension
RUN apt-get install -y... | Cybourgeoisie/Scrollio | tests/Dockerfile | Dockerfile | mit | 668 |
FROM vulhub/php:5-fpm
LABEL maintainer="phithon <root@leavesongs.com>"
RUN rm -rf /var/www/html/* \
&& mkdir -p /var/www/html/uploadfiles \
&& chmod 777 /var/www/html/uploadfiles \
&& { \
echo "#\!/bin/bash"; \
echo "chmod 0777 /var/www/html/uploadfiles"; \
echo "/usr/local/sbin/ph... | vulhub/vulhub | nginx/CVE-2013-4547/php-fpm/Dockerfile | Dockerfile | mit | 466 |
FROM node:alpine
WORKDIR /project
ENV GOPATH=/project/go
ENV PATH="/project/go/bin:${PATH}"
RUN apk update && apk add protobuf curl go git musl-dev tar
RUN wget https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz && \
tar -xvf go1.13.3.linux-amd64.tar.gz && \
mv go /usr/local
RUN curl -sSL https://github.com/pro... | bcspragu/Bananagrama | pb/Dockerfile | Dockerfile | mit | 850 |
FROM nginx:1-alpine
| guneysus/docker-images | nginx/1/Dockerfile | Dockerfile | mit | 20 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-ubuntu:cosmic-run
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/odroid-xu4/ubuntu/cosmic/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-fedora:33-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 ... | resin-io-library/base-images | balena-base-images/node/genericx86-64-ext/fedora/33/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-fedora:33-run
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.s... | nghiant2710/base-images | balena-base-images/node/kitra710/fedora/33/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-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/generic-armv7ahf/debian/bullseye/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,139 |
# AUTOGENERATED FILE
FROM balenalib/generic-debian:sid-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" || \
gpg --ba... | nghiant2710/base-images | balena-base-images/node/generic/debian/sid/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,779 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:eoan-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/odroid-u3+/ubuntu/eoan/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,829 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-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 "... | resin-io-library/base-images | balena-base-images/python/raspberrypicm4-ioboard/fedora/33/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,449 |
FROM debian:bookworm-slim
LABEL io.balena.architecture="amd64"
RUN apt-get update && apt-get install -y --no-install-recommends \
sudo \
ca-certificates \
findutils \
gnupg \
dirmngr \
inetutils-ping \
netbase \
curl \
udev \
procps \
$( \
if apt-cache show 'iproute' 2>/dev/null | grep -q '... | resin-io-library/base-images | balena-base-images/amd64/debian/bookworm/build/Dockerfile | Dockerfile | apache-2.0 | 4,186 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-fedora:34-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 Dockerfile! D... | resin-io-library/base-images | balena-base-images/openjdk/cubox-i/fedora/34/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,317 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-debian:sid-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "bca4af0c20f86521dfabf3b39fa2f1ceeeb11cebf7e90bdf1de2618c40628539 go$GO_VERSION.linux-arm64.tar.gz" | s... | nghiant2710/base-images | balena-base-images/golang/jetson-nano/debian/sid/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 1,994 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-fedora:35-run
ENV GO_VERSION 1.16.14
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "5e59056e36704acb2580... | resin-io-library/base-images | balena-base-images/golang/blackboard-tx2/fedora/35/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,077 |
# AUTOGENERATED FILE
FROM balenalib/n310-tx2-debian:stretch-build
ENV GO_VERSION 1.17.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "a5aa1ed17d45ee1d58b4a4099b12f8942acbd1dd09b2e9a6abb1c4898043c5f5 go$GO_VERSION.linux-arm64.tar.gz" | ... | resin-io-library/base-images | balena-base-images/golang/n310-tx2/debian/stretch/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 1,999 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-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 'dirna... | nghiant2710/base-images | balena-base-images/openjdk/colibri-imx6/alpine/3.10/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,757 |
FROM mhart/alpine-node-auto
RUN mkdir -p /app/multiplexer
RUN mkdir -p /app/lib
WORKDIR /app/lib
COPY lib .
WORKDIR /app/multiplexer
COPY multiplexer/package.json .
RUN npm install
COPY multiplexer .
CMD ["npm", "start", "--production"]
| himanisingla16/activitystreams-travis | components/multiplexer/Dockerfile | Dockerfile | apache-2.0 | 241 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-ubuntu:disco-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-g... | nghiant2710/base-images | balena-base-images/golang/blackboard-tx2/ubuntu/disco/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,323 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.