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/i386-alpine:3.11-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add --no-... | nghiant2710/base-images | balena-base-images/python/i386/alpine/3.11/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,126 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-debian:jessie-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" || \
... | nghiant2710/base-images | balena-base-images/node/hummingboard2/debian/jessie/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,788 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-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 ... | nghiant2710/base-images | balena-base-images/python/orange-pi-one/alpine/3.13/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,135 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-fedora:35-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 "virtuale... | resin-io-library/base-images | balena-base-images/python/bananapi-m1-plus/fedora/35/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,439 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-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",... | nghiant2710/base-images | balena-base-images/python/qemux86-64/fedora/34/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,452 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-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: publi... | resin-io-library/base-images | balena-base-images/python/cubox-i/debian/bullseye/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,855 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-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 \
... | resin-io-library/base-images | balena-base-images/dotnet/surface-go/debian/stretch/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,146 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-alpine:3.10-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A01... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/alpine/3.10/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,036 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-fedora:34-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtua... | resin-io-library/base-images | balena-base-images/python/asus-tinker-edge-t/fedora/34/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
FROM node:9.11.1
RUN apt-get update && \
apt-get install nasm && \
apt-get install libpng3 && \
apt-get install libpng12-0 && \
apt-get autoclean && \
apt-get autoremove
| juneym/docker-files | node/Dockerfile | Dockerfile | apache-2.0 | 194 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-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 ... | nghiant2710/base-images | balena-base-images/python/jetson-nano-2gb-devkit/debian/buster/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,105 |
# AUTOGENERATED FILE
FROM balenalib/artik710-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 \
python-pip \
python-dbus \
&& dnf clean all
# install "virtualenv", sin... | nghiant2710/base-images | balena-base-images/python/artik710/fedora/33/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-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 --keyse... | resin-io-library/base-images | balena-base-images/node/surface-pro-6/debian/bookworm/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,946 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-alpine:edge-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 \
6A010C5166006... | resin-io-library/base-images | balena-base-images/node/imx7-var-som/alpine/edge/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,021 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-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 "virtualen... | resin-io-library/base-images | balena-base-images/python/generic-amd64/fedora/34/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,456 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-fedora:32-run
ENV GO_VERSION 1.14.13
# 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 "445b719ebf46d88253... | nghiant2710/base-images | balena-base-images/golang/jetson-nano-emmc/fedora/32/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,079 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-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 McVitt... | resin-io-library/base-images | balena-base-images/python/astro-tx2/alpine/3.13/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
# AUTOGENERATED FILE
FROM balenalib/photon-tx2-nx-alpine:3.14-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 'dirn... | resin-io-library/base-images | balena-base-images/openjdk/photon-tx2-nx/alpine/3.14/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,758 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-ubuntu:xenial-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 ... | nghiant2710/base-images | balena-base-images/node/photon-nano/ubuntu/xenial/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-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 \
libicu63 \
libssl1.1... | nghiant2710/base-images | balena-base-images/dotnet/orange-pi-lite/debian/bullseye/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,535 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-ubuntu:focal-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depend... | nghiant2710/base-images | balena-base-images/python/odroid-xu4/ubuntu/focal/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-alpine:3.13-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 \
6A010C5166... | nghiant2710/base-images | balena-base-images/node/imx6ul-var-dart/alpine/3.13/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 3,030 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-debian:stretch-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_VER... | nghiant2710/base-images | balena-base-images/golang/npe-x500-m3/debian/stretch/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-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/revpi-connect/alpine/3.12/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-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 \
libicu57 \
liblttng-ust0 ... | nghiant2710/base-images | balena-base-images/dotnet/apalis-imx6/debian/bullseye/2.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,970 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-ubuntu:focal-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get up... | nghiant2710/base-images | balena-base-images/golang/fincm3/ubuntu/focal/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,350 |
FROM busybox
RUN mkdir -p /rpcx-service
COPY ./client /rpcx-service/client
WORKDIR /rpcx-service
ENTRYPOINT [ "/rpcx-service/client" ]
| rpcx-ecosystem/rpcx-examples3 | docker/client/Dockerfile | Dockerfile | apache-2.0 | 139 |
FROM frolvlad/alpine-oraclejdk8:slim
VOLUME /tmp
ADD spring-jpa.jar spring-jpa.jar
RUN sh -c 'touch /spring-jpa.jar'
ENV JAVA_OPTS=""
ENTRYPOINT [ "sh", "-c", "java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar /spring-jpa.jar" ]
| olivezuo/spring-jpa | src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 240 |
FROM python:2.7
RUN pip install \
dj_database_url==0.3.0 \
django-getenv==1.3.1 \
sentry-jira==0.8.0 \
sentry==6.4.4 \
psycopg2
RUN mkdir /app
COPY . /app
WORKDIR /app
EXPOSE 9000
ENTRYPOINT ["sentry", "--config=/app/sentry.conf.py"]
CMD ["start"]
| helderco/dockerfiles | sentry/Dockerfile | Dockerfile | mit | 291 |
# 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... | gnodet/camel | test-infra/camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis/services/Dockerfile | Dockerfile | apache-2.0 | 1,902 |
FROM balenalib/aarch64-ubuntu:focal-build
LABEL io.balena.device-type="spacely-tx2"
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 ] && mkd... | nghiant2710/base-images | balena-base-images/device-base/spacely-tx2/ubuntu/focal/build/Dockerfile | Dockerfile | apache-2.0 | 1,092 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-alpine:3.13-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname "$... | nghiant2710/base-images | balena-base-images/openjdk/qemux86/alpine/3.13/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,768 |
# Copyright 2015 gRPC authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing... | Vizerai/grpc | tools/dockerfile/distribtest/csharp_ubuntu1404_x64/Dockerfile | Dockerfile | apache-2.0 | 1,587 |
FROM mikestillman/test-macaulay2-1.8.2-0
MAINTAINER InteractiveShell Team <trym2@googlegroups.com>
COPY docker_key.pub /home/m2user/.ssh/authorized_keys
RUN chmod 644 /home/m2user/.ssh/authorized_keys
# Fix for 4ti2 bug
RUN apt-get install -yq libglpk36
| antonleykin/InteractiveShell | setups/twoMachines/Dockerfile | Dockerfile | mit | 256 |
#
# Dockerfile for node-red-arm
#
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apk add --no-cache build-base \
ca-certificates \
curl \
nodejs \
nodejs-npm \
... | dprasanthv/DockerFiles | node-red/arm/Dockerfile | Dockerfile | mit | 927 |
FROM ubuntu
RUN apt-get update && apt-get install -y openssh-server
ADD sshd_config /etc/ssh/sshd_config
RUN mkdir /var/run/sshd
RUN chmod 0755 /var/run/sshd
ADD key/generated.pub /root/.ssh/authorized_keys
RUN chmod -R go-r /root/.ssh
CMD env >> /etc/environment && echo "Running" && /usr/sbin/sshd -D | ijmad/dockspect | Dockerfile | Dockerfile | mit | 304 |
# Generated automatically by update.sh
# Do no edit this file
FROM openjdk:8-alpine
# Patch to generate images in Wercker's pipelines.
COPY env /usr/local/bin/env
# The bash shell is required by Scala utilities
RUN apk add --no-cache bash
# Install build dependencies
RUN apk add --no-cache --virtual=.dependencies t... | bigtruedata/docker-scala | 2.11.6/alpine/Dockerfile | Dockerfile | mit | 565 |
FROM node:8
WORKDIR /opt/salad
#RUN apt-get update && apt-get install -y --no-install-recommends \
# libpcsclite1 \
# libpcsclite-dev \
# graphicsmagick \
# imagemagick \
# libimage-exiftool-perl \
# && rm -rf /var/lib/apt/lists/*
COPY package.json /opt/salad/
RUN npm install
COPY . /opt/salad
CMD [ "npm", "t... | komola/salad | Dockerfile | Dockerfile | mit | 327 |
FROM alpine:3.3
MAINTAINER Tim Petter <tim@timpetter.de>
RUN apk add --update ruby ruby-rdoc ruby-irb ffmpeg && rm -rf /var/cache/apk/*
ADD build/ /
RUN gem install /compress-videos.gem
VOLUME ["/source", "/destination", "/tmp"]
WORKDIR /
CMD ["compress-videos"]
| rollbrettler/compress-videos | Dockerfile | Dockerfile | mit | 267 |
FROM nginx
MAINTAINER Frank Pommerening "frank@pommerening-online.de"
ENV REFRESHED_AT 2016-05-08
COPY ./nginx.conf /etc/nginx/nginx.conf
| fpommerening/MicroserviceRabbitMQ | Dockerfiles/loadbalancer/Dockerfile | Dockerfile | mit | 138 |
FROM windowsservercore
ADD . /app
WORKDIR /app
ENTRYPOINT ["cmd", "/k", "web.cmd"]
| michaldudak/dotnet-on-docker | AspNet5OnDocker.Back/Dockerfile | Dockerfile | mit | 86 |
FROM ruby:2.3.0
MAINTAINER Jason Chaffee <jason.chaffee+docker@gmail.com>
RUN bundle config http://gems.peek.com/ peekgems:peekteamrocks5
RUN gem install foreman
ENV PATH /usr/local/bundle/bin:$PATH
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1
RUN mkdir -p /usr... | jasonchaffee/docker-ruby | Dockerfile | Dockerfile | mit | 522 |
FROM centos:centos6
MAINTAINER koide
### common ###
RUN yum -y update && \
yum -y install java-1.7.0-openjdk curl-devel which unzip wget
##### td-agent #####
RUN yum -y --disableexcludes=main install gcc
ADD ./conf/td-agent-install-redhat.sh /root/td-agent-install-redhat.sh
RUN /bin/sh /root/td-agent-install-red... | doragon/Dockerfile | centos/6.0/efk/Dockerfile | Dockerfile | mit | 2,757 |
FROM brujoand/rpi-dockzb
ENV SERVICE ttrss
RUN apk --update add curl git php-fpm php-cli php-curl php-gd php-json \
php-pgsql php-mysql php-ctype php-dom php-iconv php-mcrypt && \
git clone -b master --depth 1 --single-branch https://tt-rss.org/git/tt-rss.git /opt/tt-rss
# RUN php5enmod mcrypt¬
ENV LANG en_... | brujoand/dockzb | images/armhf/service/rpi-ttrss/Dockerfile | Dockerfile | mit | 369 |
FROM andrewosh/binder-base
MAINTAINER Andrew Osheroff <andrewosh@gmail.com>
USER root
# Jupyter notebook dependencies
RUN apt-get update -qq && \
apt-get install -yq --no-install-recommends \
libcurl4-openssl-dev \
libffi-dev \
libsqlite3-dev \
libzmq3-dev \
pandoc \
... | tanyaschlusser/R_notebooks | Dockerfile | Dockerfile | mit | 1,871 |
FROM ubuntu:14.04
RUN apt-get update
RUN apt-get -y install build-essential autoconf libwxgtk2.8-dev libgl1-mesa-dev \
libglu1-mesa-dev libpng3 libncurses5-dev libssh-dev libssh-dev unixodbc-dev wget ca-certificates
RUN mkdir -p /UET4/build/out
WORKDIR /UET4/build
COPY ../build.sh /UET4/build/build.sh
EXPOSE 8080... | UET4/docker-erl | compile_version/Dockerfile | Dockerfile | mit | 344 |
FROM debian:buster
LABEL maintainer="phithon <root@leavesongs.com>"
RUN set -ex \
&& apt-get update \
&& apt-get install --no-install-recommends -y ca-certificates wget rrdtool \
&& apt-get install --no-install-recommends -y build-essential git bison flex libxml2-dev libpcap-dev libtool libtool-bin \
... | vulhub/vulhub | base/ntopng/4.2/Dockerfile | Dockerfile | mit | 1,434 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-fedora:33-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "013a489ebb3e24ef3d915abe5b94c3286c070dfe0818d5bca8108f1d6e8440d2 go$GO_VERSION.linux-amd64.tar.gz" | sha... | nghiant2710/base-images | balena-base-images/golang/up-core-plus/fedora/33/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,006 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-ubuntu:hirsute-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 ke... | resin-io-library/base-images | balena-base-images/node/jetson-xavier-nx-devkit/ubuntu/hirsute/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,923 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-ubuntu:xenial-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/cl-som-imx8/ubuntu/xenial/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-debian:bookworm-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"... | resin-io-library/base-images | balena-base-images/golang/intel-nuc/debian/bookworm/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,019 |
FROM balenalib/aarch64-ubuntu:disco-build
LABEL io.balena.device-type="jetson-xavier-nx-devkit-emmc"
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/nvidi... | nghiant2710/base-images | balena-base-images/device-base/jetson-xavier-nx-devkit-emmc/ubuntu/disco/build/Dockerfile | Dockerfile | apache-2.0 | 1,546 |
FROM area51/arm64v8-node:8.2.1
MAINTAINER Peter Mount <peter@retep.org>
ENV SERVER_ETC /etc/server
ENV SERVER_DIR /opt/server
ENV SERVER_WEB /opt/www
VOLUME $SERVER_ETC
VOLUME $SERVER_WEB
ADD . /tmp
# Copy config to final location
ADD etc $SERVER_ETC
# We need jq, may as well leave in the image
# Also configure np... | peter-mount/node-server | docker/arm64v8/Dockerfile | Dockerfile | apache-2.0 | 1,056 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-debian:bookworm-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... | resin-io-library/base-images | balena-base-images/openjdk/etcher-pro/debian/bookworm/16-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
# AUTOGENERATED FILE
FROM balenalib/up-core-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 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/up-core/debian/buster/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,925 |
# AUTOGENERATED FILE
FROM balenalib/odyssey-x86-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 depen... | resin-io-library/base-images | balena-base-images/python/odyssey-x86/ubuntu/focal/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,073 |
FROM alpine
COPY ./gopath/bin/frontend /frontend
COPY ./gopath/bin/gifcreator /gifcreator
COPY ./gopath/bin/render /render
COPY ./frontend/static /static
COPY ./frontend/templates /templates
COPY ./gifcreator/scene /scene
# Add trusted CA root bundles
RUN apk update \
&& apk add ca-certificates wget \
&& ... | GoogleCloudPlatform/gifinator | Dockerfile | Dockerfile | apache-2.0 | 436 |
FROM clojure
MAINTAINER Marc Cenac <mcenac@boundlessgeo.com>
RUN mkdir -p /opt/
COPY server /opt/server
WORKDIR /opt/server
RUN lein uberjar
EXPOSE 8085
CMD ["java", "-jar", "/opt/server/target/spacon-server.jar"]
| boundlessgeo/spatialconnect-server | Dockerfile | Dockerfile | apache-2.0 | 217 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-debian:bullseye-run
ENV NODE_VERSION 12.20.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 --keyse... | nghiant2710/base-images | balena-base-images/node/revpi-connect/debian/bullseye/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-ubuntu:xenial-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dep... | resin-io-library/base-images | balena-base-images/python/apalis-imx6q/ubuntu/xenial/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,069 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-alpine:3.10-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/cubox-i/alpine/3.10/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,954 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-alpine:edge-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add --... | nghiant2710/base-images | balena-base-images/python/aarch64/alpine/edge/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,127 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-alpine:3.13-run
ENV GO_VERSION 1.16.3
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && e... | nghiant2710/base-images | balena-base-images/golang/vab820-quad/alpine/3.13/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-ubuntu:hirsute-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 --keys... | resin-io-library/base-images | balena-base-images/node/jetson-nano-emmc/ubuntu/hirsute/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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
RUN apk ... | nghiant2710/base-images | balena-base-images/python/solidrun-imx6/alpine/3.12/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-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/nanopc-t4/alpine/3.13/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,129 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-debian:bookworm-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/jetson-nano/debian/bookworm/3.1-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-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 --keyserver keys... | resin-io-library/base-images | balena-base-images/node/cubox-i/ubuntu/xenial/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-ubuntu:eoan-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depend... | nghiant2710/base-images | balena-base-images/python/zc702-zynq7/ubuntu/eoan/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-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 keyser... | nghiant2710/base-images | balena-base-images/node/raspberrypicm4-ioboard/ubuntu/eoan/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-alpine:3.12-run
ENV GO_VERSION 1.16
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] &&... | nghiant2710/base-images | balena-base-images/golang/ccimx8x-sbc-pro/alpine/3.12/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-fedora:36-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "5e59056e36704acb25809bcdb27191f27593cb7aba4d716b523008135a1e764a go$GO_VERSION.linux-arm64.tar.gz"... | resin-io-library/base-images | balena-base-images/golang/generic-aarch64/fedora/36/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,000 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-ubuntu:xenial-build
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keys... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/ubuntu/xenial/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-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-arm64.tar.gz" \
&& echo "5e59056e36704acb25809bcdb27191f27593cb7aba4d716b523008135a1e764a go$GO_VERSION.linux-arm64.tar... | resin-io-library/base-images | balena-base-images/golang/ccimx8x-sbc-pro/ubuntu/impish/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,006 |
FROM balenalib/armv7hf-ubuntu:cosmic-build
LABEL io.balena.device-type="zc702-zynq7"
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 ] && mk... | nghiant2710/base-images | balena-base-images/device-base/zc702-zynq7/ubuntu/cosmic/build/Dockerfile | Dockerfile | apache-2.0 | 1,094 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-ubuntu:bionic-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: pub... | nghiant2710/base-images | balena-base-images/python/zc702-zynq7/ubuntu/bionic/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-fedora:31-run
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/ccimx8x-sbc-pro/fedora/31/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-alpine:3.11-build
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; d... | nghiant2710/base-images | balena-base-images/node/colibri-imx6/alpine/3.11/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,959 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-alpine:3.15-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 ] && ec... | resin-io-library/base-images | balena-base-images/golang/jn30b-nano/alpine/3.15/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,467 |
###
#
# Copyright 2019, Institute for Systems Biology
#
# 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 o... | isb-cgc/ISB-CGC-API | Dockerfile | Dockerfile | apache-2.0 | 3,013 |
# AUTOGENERATED FILE
FROM balenalib/i386-ubuntu:eoan-build
ENV GO_VERSION 1.15.6
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \
&& echo "ad187f02158b9a9013ef03f41d14aa69c402477f178825a3940280814bcbb755 go$GO_VERSION.linux-386.tar.gz" | sha256sum -... | nghiant2710/base-images | balena-base-images/golang/i386/ubuntu/eoan/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 1,993 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-alpine:3.10-build
ENV GO_VERSION 1.15.6
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && e... | nghiant2710/base-images | balena-base-images/golang/intel-nuc/alpine/3.10/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,343 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-debian:bullseye-build
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
... | nghiant2710/base-images | balena-base-images/node/nitrogen8mm/debian/bullseye/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,788 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-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", s... | nghiant2710/base-images | balena-base-images/python/etcher-pro/fedora/32/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-alpine:edge-build
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.con... | nghiant2710/base-images | balena-base-images/golang/asus-tinker-board/alpine/edge/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/up-core-debian:buster-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "6f1354c9040d65d1622b451f43c324c1e5197aa9242d00c5a117d0e2625f3e0d go$GO_VERSION.linux-amd64.tar.gz" | s... | nghiant2710/base-images | balena-base-images/golang/up-core/debian/buster/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,013 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-debian:bookworm-build
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
... | resin-io-library/base-images | balena-base-images/node/nitrogen6x/debian/bookworm/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,785 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-fedora:30-run
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 ha.pool.sk... | nghiant2710/base-images | balena-base-images/node/cubox-i/fedora/30/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,750 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-fedora:30-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... | nghiant2710/base-images | balena-base-images/python/nitrogen6xq2g/fedora/30/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,440 |
FROM maven:3.6.0-jdk-11-slim as maven
ENV wfly=15.0.0.Final
ENV JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Xms2g -Xmx2g"
WORKDIR /wildfly
COPY src src
COPY pom.xml pom.xml
COPY wildfly-config.txt wildfly-config.txt
RUN apt-get update
RUN apt-get install -yqq wget
RUN wget -q -O- http://download.jboss.org/wildfly/$wfly... | jeevatkm/FrameworkBenchmarks | frameworks/Java/wildfly-ee/wildfly-ee.dockerfile | Dockerfile | bsd-3-clause | 626 |
FROM node:6-onbuild
EXPOSE 4111 | bmancini55/autodeploy | swarm/manager-service/Dockerfile | Dockerfile | mit | 31 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-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.
#
# For some sam... | nghiant2710/base-images | balena-base-images/openjdk/fincm3/ubuntu/xenial/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,097 |
FROM vitess/k8s AS k8s
FROM debian:stretch-slim
# Copy certs to allow https calls
COPY --from=k8s /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
# Copy vtctlclient to be used to notify
COPY --from=k8s /vt/bin/vtctlclient /usr/bin/
RUN apt-get update && \
apt-get upgrade -qq && \
apt-... | mattharden/vitess | docker/k8s/orchestrator/Dockerfile | Dockerfile | bsd-3-clause | 788 |
FROM alpine:3.3
ARG NODE_ENV=production
RUN echo $NODE_ENV > /etc/node_env
CMD ["sh", "-c", "cat /etc/node_env"]
| harbur/captain | test/buildArgs/Dockerfile | Dockerfile | mit | 113 |
FROM store2be/pape-rs-base
ENV TERM=screen
WORKDIR /papers
COPY docker/target/release/papers .
CMD ./papers
| store2be/pape-rs | docker/Dockerfile | Dockerfile | mit | 112 |
FROM rocker/hadleyverse
ADD createPlots.R /home/
WORKDIR /home/
CMD Rscript createPlots.R /plot_data/
| openSNP/growthplots | Dockerfile | Dockerfile | mit | 104 |
FROM python:2.7
ADD . /code
WORKDIR /code
RUN pip -V
RUN openssl version
RUN pip install -r requirements.txt | afronski/playground-infrastructure | fig/Dockerfile | Dockerfile | mit | 108 |
FROM python:2.7-wheezy
MAINTAINER Andrew Lawson <https://adlawson.com>
ENV ANSIBLE_VERSION=2.0.2.0
RUN pip install ansible==$ANSIBLE_VERSION && \
ansible --version
VOLUME /src
WORKDIR /src
ENTRYPOINT ["ansible"]
| adlawson/dockerfiles | ansible/2.0/Dockerfile | Dockerfile | mit | 220 |
# Base this image on Ubuntu 14.04
FROM ubuntu:14.04
# Create folder
RUN mkdir -p /home
WORKDIR /home
COPY ./sources.list /etc/apt/sources.list
# Install dev env
RUN sudo apt-get update \
&& sudo apt-get install -y build-essential git python=2.7.* python-dev \
&& sudo apt-get install -y curl \
&& curl ... | alpenliebe/Sortable | docker/Dockerfile | Dockerfile | mit | 727 |
FROM ubuntu:14.04
RUN apt-get update
RUN apt-get install -y -qq curl git python-pip
WORKDIR /opt
RUN git clone https://github.com/ianmiell/shutit.git
WORKDIR shutit
RUN pip install -r requirements.txt
# Change the next two lines to build your ShutIt module.
RUN git clone https://github.com/yourname/yourshutitproject.... | ianmiell/shutit-test | test/docker_tests/14/Dockerfile | Dockerfile | mit | 430 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.