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/raspberrypi400-64-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 63C7CC9... | nghiant2710/base-images | balena-base-images/python/raspberrypi400-64/ubuntu/cosmic/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/edge-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keys... | nghiant2710/base-images | balena-base-images/node/edge/debian/bullseye/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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; \
... | nghiant2710/base-images | balena-base-images/openjdk/beaglebone-green-wifi/alpine/3.11/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,770 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-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 "virtualen... | resin-io-library/base-images | balena-base-images/python/surface-pro-6/fedora/36/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,456 |
# AUTOGENERATED FILE
FROM balenalib/nebra-hnt-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 McVitt... | nghiant2710/base-images | balena-base-images/python/nebra-hnt/alpine/edge/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-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 pyth... | resin-io-library/base-images | balena-base-images/python/beaglebone-pocket/debian/stretch/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,100 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-debian:bookworm-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 --... | resin-io-library/base-images | balena-base-images/node/asus-tinker-edge-t/debian/bookworm/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/nuc-alpine:3.11-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 <sm... | nghiant2710/base-images | balena-base-images/python/nuc/alpine/3.11/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-fedora:30-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv... | nghiant2710/base-images | balena-base-images/python/firefly-rk3288/fedora/30/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
FROM cptactionhank/atlassian-jira:latest
USER root
COPY entrypoint.sh /sbin/entrypoint.sh
RUN chmod 755 /sbin/entrypoint.sh
USER daemon
ENTRYPOINT ["/sbin/entrypoint.sh"]
CMD ["/opt/atlassian/jira/bin/start-jira.sh", "-fg"] | starlight36/docker-jira | Dockerfile | Dockerfile | apache-2.0 | 223 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-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: p... | resin-io-library/base-images | balena-base-images/python/raspberrypi3/debian/stretch/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,858 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-ubuntu:xenial-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 --keys... | resin-io-library/base-images | balena-base-images/node/asus-tinker-board/ubuntu/xenial/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-ubuntu:focal-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "93a87bdde7d5dd8c7ba0570fd811cebdfb988a6393f5f660f4595566120e0620 go$GO_VERSION.li... | nghiant2710/base-images | balena-base-images/golang/ts4900/ubuntu/focal/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,024 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python de... | resin-io-library/base-images | balena-base-images/python/jetson-nano-emmc/debian/sid/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,091 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:eoan-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.c... | nghiant2710/base-images | balena-base-images/node/raspberry-pi2/ubuntu/eoan/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-debian:stretch-build
ENV NODE_VERSION 14.16.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/jetson-nano-emmc/debian/stretch/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,791 |
FROM balenalib/aarch64-ubuntu:eoan-build
LABEL io.balena.device-type="jetson-xavier-nx-devkit"
RUN echo "deb https://repo.download.nvidia.com/jetson/common r32.4 main" >> /etc/apt/sources.list.d/nvidia.list \
&& echo "deb https://repo.download.nvidia.com/jetson/t194 r32.4 main" >> /etc/apt/sources.list.d/nvidia.list... | nghiant2710/base-images | balena-base-images/device-base/jetson-xavier-nx-devkit/ubuntu/eoan/build/Dockerfile | Dockerfile | apache-2.0 | 1,539 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-alpine:3.11-build
ENV NODE_VERSION 15.10.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/spacely-tx2/alpine/3.11/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,958 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-ubuntu:bionic-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.p... | nghiant2710/base-images | balena-base-images/node/raspberrypi3-64/ubuntu/bionic/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
# AUTOGENERATED FILE
FROM balenalib/amd64-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", since ... | resin-io-library/base-images | balena-base-images/python/amd64/fedora/36/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,443 |
FROM python:3.5
MAINTAINER Fuxing
RUN pip install scrapyd
RUN pip install dateparser
RUN mkdir /etc/scrapyd/ \
&& echo "[scrapyd] \n bind_address = 0.0.0.0" > /etc/scrapyd/scrapyd.conf
EXPOSE 6800
CMD ["scrapyd"]
| Fuxingloh/docker-scrapyd | Dockerfile | Dockerfile | apache-2.0 | 219 |
FROM gcr.io/cloud-builders/npm
RUN npm i firebase-tools
COPY firebase.bash .
ENTRYPOINT ["/firebase.bash"]
| marcacohen/mcohen.io | Dockerfile | Dockerfile | apache-2.0 | 109 |
FROM ruby:2.4-alpine3.6
MAINTAINER Jiang Wu "masterwujiang@gmail.com"
WORKDIR /myapp
COPY Gemfile /myapp/Gemfile
COPY Gemfile.lock /myapp/Gemfile.lock
RUN set -ex \
\
&& apk add --no-cache --virtual .ruby-builddeps \
postgresql-dev \
musl-dev \
gcc \
make \
\
&& bundle \
&& runDeps="$( \
scanelf... | nouse/recipes | ruby+angularjs1.x/Dockerfile | Dockerfile | bsd-3-clause | 642 |
FROM centos:6
MAINTAINER Phil Elson <pelson.pub@gmail.com>
# Set an encoding to make things work smoothly.
ENV LANG en_US.UTF-8
# Install basic requirements.
RUN yum update -y && \
yum install -y \
bzip2 \
gcc-c++ \
git \
make \
... | ocefpaf/Obvious-CI | obvious-ci.docker/linux64_obvci/Dockerfile | Dockerfile | bsd-3-clause | 1,777 |
FROM python:2.7.14
ADD ./ /turbogears
WORKDIR /turbogears
RUN pip install -r /turbogears/requirements.txt
CMD gunicorn app:app -c gunicorn_conf.py
| actframework/FrameworkBenchmarks | frameworks/Python/turbogears/turbogears.dockerfile | Dockerfile | bsd-3-clause | 151 |
FROM google/cloud-sdk:latest
# RUN apt-get update && \
# apt-get install --yes python3-pip
COPY . /code
WORKDIR /code
# RUN pip3 install google-cloud-bigquery
ENTRYPOINT ["./main.sh"]
| GoogleCloudPlatform/training-data-analyst | courses/machine_learning/deepdive2/machine_learning_in_the_enterprise/solutions/pipelines/components/deploymodel/Dockerfile | Dockerfile | apache-2.0 | 194 |
FROM golang:1.4.2-cross
RUN apt-get update && apt-get install -y \
libltdl-dev \
libsqlite3-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN go get golang.org/x/tools/cmd/vet \
&& go get golang.org/x/tools/cmd/cover \
&& go get github.com/tools/godep
COPY . /go/src/github.com/docker/notary
E... | jbeda/notary | Dockerfile | Dockerfile | apache-2.0 | 431 |
FROM boardiq/java7
MAINTAINER BoardIQ <tech@boardintelligence.co.uk>
RUN curl -s https://raw.github.com/technomancy/leiningen/stable/bin/lein > \
/usr/local/bin/lein && \
chmod 0755 /usr/local/bin/lein
| boardiq/docker-leiningen | Dockerfile | Dockerfile | mit | 205 |
FROM debian:stretch-slim
LABEL maintainer="Lyndon Li <snakeliwei@gmail.com>"
ENV NGINX_VERSION 1.15.6-1~stretch
ENV NJS_VERSION 1.15.6.0.2.5-1~stretch
RUN set -x \
&& apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https ca-certificates \
&& \
NGINX_GPGK... | snakeliwei/docker-alpine-nginx | debian/Dockerfile | Dockerfile | mit | 4,353 |
FROM debian:stretch
MAINTAINER iaroki
RUN apt-get update && apt-get install apt-transport-https dirmngr -y \
&& sh -c "echo 'deb https://dl.ring.cx/ring-nightly/debian_9/ ring main' > /etc/apt/sources.list.d/ring-nightly-man.list" \
&& apt-key adv --keyserver pgp.mit.edu --recv-keys A295D773307D25A33AE72F2F64CD... | iaroki/dockerfiles | ring/Dockerfile | Dockerfile | mit | 507 |
FROM php:5.5
LABEL maintainer="dev@chialab.io"
# Install PHP extensions and PECL modules.
RUN buildDeps=" \
libbz2-dev \
libmemcached-dev \
libmysqlclient-dev \
libsasl2-dev \
" \
runtimeDeps=" \
curl \
git \
libfreetype6-dev \
libicu-dev \
... | Chialab/docker-php | 5.5/Dockerfile | Dockerfile | mit | 1,444 |
FROM registry.service.opg.digital/opguk/jre-8
#Install tools
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && \
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable" && \
apt-get update && \
apt-ge... | ministryofjustice/opg-docker | jenkins2/Dockerfile | Dockerfile | mit | 7,174 |
FROM node:14-bullseye
ARG azurite_version=3.14.2
RUN apt-get update && \
apt-get install -y --no-install-recommends \
sudo \
vim \
curl \
ca-certificates \
&& \
apt-get clean
RUN adduser --disabled-login --gec... | kazuhira-r/dockerfiles | azurite/Dockerfile | Dockerfile | mit | 849 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM debian:bullseye-slim
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
# utilities for keeping Debian and OpenJDK CA certificates in sync
ca-certificates p11-kit \
; \
rm -rf /... | docker-library/java | 18/jdk/slim-bullseye/Dockerfile | Dockerfile | mit | 3,363 |
FROM elastistack/centos-dotnet-node:latest
RUN yum -y install unzip \
&& curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip" \
&& unzip awscli-bundle.zip \
&& ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws \
&& rm -f awscli-bundle.zip \
&& rm -rf ./awscli-bundle
RUN ... | Elastistack/continuous | src/docker/dotnet/aws/Dockerfile | Dockerfile | mit | 1,036 |
# 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/131b11/jdk-dcevm/standard/Dockerfile | Dockerfile | mit | 5,180 |
FROM python:3.6.1-onbuild
RUN pip install --upgrade pip
| rodrigobraga/informer | containers/application/Dockerfile | Dockerfile | mit | 60 |
FROM ubuntu:14.04
MAINTAINER numa08 "n511287@gmail.com"
# Install java7
RUN apt-get install -y software-properties-common && add-apt-repository -y ppa:webupd8team/java && apt-get update
RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections
RUN apt-get install ... | numa08/Gochisou | Dockerfile | Dockerfile | mit | 1,923 |
FROM node:8.2.1
RUN mkdir -p /SyedBrand1FE
RUN apt-get -y update && apt-get -y install \
vim
RUN npm install -g serve
RUN chown -R node:node /SyedBrand1FE
USER node
COPY ./package.json /SyedBrand1FE/package.json
RUN cd /SyedBrand1FE && npm install
WORKDIR /SyedBrand1FE
COPY ./ /SyedBrand1FE
RUN npm run buil... | Schoaib/SyedBrand1FE | Dockerfile | Dockerfile | mit | 360 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-debian:buster-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& a... | nghiant2710/base-images | balena-base-images/golang/firefly-rk3288/debian/buster/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,360 |
ARG NODE_VERSION
FROM node:$NODE_VERSION
LABEL maintainer="SoftInstigate <info@softinstigate.com>"
RUN curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN apt-get update && apt-get -y upgrade
RUN apt-get... | SoftInstigate/angular-docker | Dockerfile | Dockerfile | apache-2.0 | 506 |
# AUTOGENERATED FILE
FROM balenalib/parallella-ubuntu:cosmic-build
ENV GO_VERSION 1.15.6
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 "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_VERSIO... | nghiant2710/base-images | balena-base-images/golang/parallella/ubuntu/cosmic/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-ubuntu:disco-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ... | nghiant2710/base-images | balena-base-images/node/raspberrypi3/ubuntu/disco/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-debian:bookworm-run
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | resin-io-library/base-images | balena-base-images/node/odroid-xu4/debian/bookworm/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,940 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-fedora:33-run
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 ha.pool.... | nghiant2710/base-images | balena-base-images/node/intel-nuc/fedora/33/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-alpine:edge-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 ] && ech... | nghiant2710/base-images | balena-base-images/golang/aio-3288c/alpine/edge/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,332 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-alpine:3.12-run
ENV GO_VERSION 1.17.7
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo '... | resin-io-library/base-images | balena-base-images/golang/fincm3/alpine/3.12/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,463 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:xenial-run
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | resin-io-library/base-images | balena-base-images/node/beaglebone/ubuntu/xenial/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
# This is an auto generated Dockerfile for ros:desktop-full
# generated from docker_images/create_ros_image.Dockerfile.em
FROM osrf/ros:noetic-desktop-focal
# install ros packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-noetic-desktop-full=1.5.0-1* \
&& rm -rf /var/lib/apt/lists/... | ruffsl/docker_images | ros/noetic/ubuntu/focal/desktop-full/Dockerfile | Dockerfile | apache-2.0 | 323 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-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 dep... | nghiant2710/base-images | balena-base-images/python/odroid-xu4/debian/bullseye/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,099 |
FROM soajsorg/base
MAINTAINER SOAJS Team <team@soajs.org>
RUN apt-get install -y nginx
CMD ["/bin/bash"]
| antoinehage/soajs.buildImages | images/basenginx/Dockerfile | Dockerfile | apache-2.0 | 105 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-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 dependenc... | resin-io-library/base-images | balena-base-images/python/armv7hf/ubuntu/focal/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,062 |
# Copyright 2017 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,... | ssbr/oss-fuzz | projects/open62541/Dockerfile | Dockerfile | apache-2.0 | 949 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-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 a... | resin-io-library/base-images | balena-base-images/python/rockpi-4b-rk3399/alpine/3.13/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,134 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-alpine:3.15-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599... | resin-io-library/base-images | balena-base-images/node/odroid-u3+/alpine/3.15/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,017 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-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 depende... | nghiant2710/base-images | balena-base-images/python/nanopc-t4/ubuntu/focal/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | davinash/geode | geode-assembly/Dockerfile | Dockerfile | apache-2.0 | 923 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-alpine:3.13-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 \
6A010C51660065... | nghiant2710/base-images | balena-base-images/node/apalis-imx6q/alpine/3.13/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,025 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-debian:stretch-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 \
' \
&& ... | nghiant2710/base-images | balena-base-images/golang/orange-pi-lite/debian/stretch/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,362 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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/via-vab820-quad/alpine/edge/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,956 |
# AUTOGENERATED FILE
FROM balenalib/edge-fedora:32-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", since t... | nghiant2710/base-images | balena-base-images/python/edge/fedora/32/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:stretch-run
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 \
... | resin-io-library/base-images | balena-base-images/dotnet/am571x-evm/debian/stretch/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,526 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-fedora:36-run
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 keyserve... | resin-io-library/base-images | balena-base-images/node/nitrogen6x/fedora/36/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,745 |
FROM alpine:3.2
# Populated by mkovs_tarball.sh
ENV OVS_VERSION 2.3.2
# Workaround build warning related to 'tput'.
ENV TERM dumb
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
# Update alpine and install OVS
RUN apk update && apk upgrade
RUN apk add alpine-sdk && \
apk add linux-headers && \
apk add gcc && \
apk ... | mgkwill/docker-openvswitch | compile-ovs/build_tarball/Dockerfile | Dockerfile | apache-2.0 | 1,502 |
# AUTOGENERATED FILE
FROM balenalib/i386-nlp-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependenci... | nghiant2710/base-images | balena-base-images/python/i386-nlp/debian/sid/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,101 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-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 \
... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/alpine/3.11/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,962 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-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", si... | resin-io-library/base-images | balena-base-images/python/artik533s/fedora/36/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-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 d... | nghiant2710/base-images | balena-base-images/python/orange-pi-lite/ubuntu/bionic/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,075 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-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 McVi... | resin-io-library/base-images | balena-base-images/python/nitrogen8mm/alpine/edge/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-ubuntu:focal-run
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.c... | nghiant2710/base-images | balena-base-images/node/colibri-imx6/ubuntu/focal/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-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/revpi-core-3/ubuntu/focal/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,159 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-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: pu... | nghiant2710/base-images | balena-base-images/python/orangepi-plus2/ubuntu/eoan/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-debian:bullseye-run
ENV GO_VERSION 1.15.11
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-... | nghiant2710/base-images | balena-base-images/golang/artik533s/debian/bullseye/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,359 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-debian:sid-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/up-squared/debian/sid/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,010 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-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 McVittie... | resin-io-library/base-images | balena-base-images/python/qemux86/alpine/edge/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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 s... | nghiant2710/base-images | balena-base-images/openjdk/artik520/ubuntu/cosmic/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,102 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-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 63C... | nghiant2710/base-images | balena-base-images/python/jetson-nano-2gb-devkit/ubuntu/focal/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,841 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:focal-run
ENV GO_VERSION 1.15.6
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt... | nghiant2710/base-images | balena-base-images/golang/imx8m-var-dart/ubuntu/focal/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,327 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-alpine:3.12-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.conf ] &... | nghiant2710/base-images | balena-base-images/golang/nitrogen8mm/alpine/3.12/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,340 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-ubuntu:focal-run
ENV NODE_VERSION 14.15.4
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 keyser... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/ubuntu/focal/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,927 |
FROM java:8-jre
# grab gosu for easy step-down from root
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4
RUN curl -o /usr/local/bin/gosu -SL "https://github.com/tianon/gosu/releases/download/1.2/gosu-$(dpkg --print-architecture)" \
&& curl -o /usr/local/bin/gosu.asc... | jermnelson/elasticsearch | 1.6/Dockerfile | Dockerfile | apache-2.0 | 1,225 |
FROM golang:1.16
WORKDIR /go/src/app
COPY . .
RUN go get -d -v ./...
RUN go install -v ./...
CMD ["alertmanager-irc-relay", "--config=/config.yml"]
| google/alertmanager-irc-relay | Dockerfile | Dockerfile | apache-2.0 | 151 |
FROM linuxserver/swag:version-1.15.0
# Copy in our edited nginx config?
COPY ./nginx.conf /config/nginx/
# Copy our configs in?
COPY ./http.d/*.conf /etc/nginx/http.d/
# Proxy to services
COPY ./proxy-confs/* /config/nginx/proxy-confs/
| OADA/oada-srvc-docker | support/proxy/Dockerfile | Dockerfile | apache-2.0 | 239 |
FROM scratch
ADD rootfs.tar.xz /
COPY scripts/apk-install /usr/sbin/apk-install
| 13W/docker-alpine | Dockerfile | Dockerfile | bsd-2-clause | 80 |
################## BASE IMAGE ######################
FROM biocontainers/biocontainers:v1.0.0_cv4
################## METADATA ######################
LABEL base_image="biocontainers:v1.0.0_cv4"
LABEL version="5"
LABEL software="clustal-omega"
LABEL software.version="1.2.1"
LABEL about.summary="general purpose multiple s... | BioContainers/containers | clustal-omega/1.2.1/Dockerfile | Dockerfile | apache-2.0 | 1,032 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-debian:buster-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 so... | nghiant2710/base-images | balena-base-images/openjdk/revpi-core-3/debian/buster/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,738 |
FROM python:2-alpine
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV LANG "en_US.UTF-8"
ENV LANGUAGE "en_US.UTF-8"
ENV TERM "xterm"
RUN apk add --no-cache \
bash \
ca-certificates \
ffmpeg \
git \
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
ENV NZBGET_VERSION 21.0
RUN wget "https:... | ricardorsierra/dockerfiles | nzbget/Dockerfile | Dockerfile | mit | 1,013 |
# Copyright 2019 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 ... | aveshagarwal/kubernetes | test/images/nonroot/Dockerfile | Dockerfile | apache-2.0 | 614 |
# Copyright 2016 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 ... | rthallisey/ansible-service-broker | vendor/k8s.io/kubernetes/cluster/addons/addon-manager/Dockerfile | Dockerfile | apache-2.0 | 711 |
FROM mhart/alpine-node:12
# cache package.json and node_modules to speed up builds
ADD package.json package.json
RUN npm install
# Add your source files
ADD . .
EXPOSE 3000
CMD ["npm", "start"] | frankcash/HackerQueue | Dockerfile | Dockerfile | mit | 196 |
FROM scratch
ADD rootfs.tar /
CMD ["/bin/sh","-l","-i"]
| pyer/Containers | busybox/Dockerfile | Dockerfile | mit | 56 |
FROM ubuntu
MAINTAINER robert.danitz@fokus.fraunhofer.de
RUN useradd -m -s /bin/bash linda
RUN echo linda:linda | chpasswd
RUN apt-get update
RUN apt-get install -qq -y curl git openjdk-7-jre-headless postgresql-client-9.3
ADD ./sparqlify-cli_0.6.13~20141022194127_all.deb /tmp/sparqlify.deb
RUN dpkg -i /tmp/sp... | LinDA-tools/r2r-designer | docker/Dockerfile | Dockerfile | mit | 703 |
FROM alpine:3.10
RUN apk add --update \
openssl \
ca-certificates \
python \
libxslt \
libxml2 \
py-pip \
build-base \
libxslt-dev \
libxml2-dev \
libffi-dev \
python-dev \
openssl-dev \
--virtual .build-dependencie... | guneysus/docker-images | scrapy/Dockerfile | Dockerfile | mit | 503 |
FROM sangwo/archlinux:latest
ENV MY_USERNAME=haoliang
COPY ./docker/scripts/ /usr/local/bin
# go #{{{
RUN pacman -Sy --noconfirm && pacman -S --noconfirm --needed \
go go-tools \
delve dep
USER $MY_USERNAME
RUN cower_install.sh golangci-lint-bin
USER root
# #}}}
# python #{{{
RUN pacman -Sy --noconfirm && ... | haoliang-gao/workstation | Dockerfile | Dockerfile | mit | 1,644 |
FROM cmfatih/phantomjs
EXPOSE 8910
RUN apt-get install -y fontconfig fonts-ipafont-gothic
RUN fc-cache -fv | shouldbee/docker-phantomjs | Dockerfile | Dockerfile | mit | 108 |
FROM verchol/base:master
| verchol/codefreshBuild | buildFrom/Dockerfile | Dockerfile | mit | 25 |
FROM dkwasny/hadoop-base
MAINTAINER David Kwasny <dkwasny67@gmail.com>
RUN yum -y install \
mysql-connector-java \
unzip \
oozie
RUN ln -s /usr/share/java/mysql-connector-java.jar /usr/lib/oozie/lib/
ADD http://archive.cloudera.com/gplextras/misc/ext-2.2.zip /usr/lib/oozie/libext/
RUN unzip -d /usr/lib/oozie/libe... | dkwasny/DockerConfig | docker/oozie/Dockerfile | Dockerfile | mit | 488 |
# Cross compilation environment for spotty
FROM debian:stretch
RUN dpkg --add-architecture arm64
RUN dpkg --add-architecture armhf
RUN dpkg --add-architecture armel
RUN dpkg --add-architecture i686
RUN apt-get update
RUN apt-get install -y curl git build-essential gcc-multilib musl-tools musl-dev musl
RUN apt-get in... | michaelherger/spotty | docker/Dockerfile | Dockerfile | mit | 1,352 |
from alpine:latest
RUN apk add --update bash jq && rm -rf /var/cache/apk/*
ADD assets/ /opt/resource/
RUN chmod +x /opt/resource/*
RUN mkdir /opt/resource/logs/
| concourse/echo-resource | Dockerfile | Dockerfile | mit | 162 |
FROM autoecole/scala
MAINTAINER Thierry Monney <thierry.monney@gmail.com>
EXPOSE 8080
CMD ["/usr/share/autoecole-api/bin/autoecole-api"] | tmonney/autoecole | docker/api/Dockerfile | Dockerfile | mit | 138 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.