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/apalis-imx6-alpine:3.15-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do ... | resin-io-library/base-images | balena-base-images/node/apalis-imx6/alpine/3.15/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,950 |
FROM balenalib/armv7hf-fedora:36-run
LABEL io.balena.device-type="imx6ul-var-dart"
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 i... | resin-io-library/base-images | balena-base-images/device-base/imx6ul-var-dart/fedora/36/run/Dockerfile | Dockerfile | apache-2.0 | 999 |
FROM centos
MAINTAINER Lothar Wieske <lothar.wieske@gmail.com>
RUN yum update -y && \
curl --insecure --junk-session-cookies --location --remote-name --silent --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jre-8u12... | lwieske/dockerfiles-java-8 | 8u121/jre/Dockerfile | Dockerfile | apache-2.0 | 535 |
# AUTOGENERATED FILE
FROM balenalib/artik710-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/artik710/debian/stretch/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
FROM debian:wheezy
MAINTAINER Steeve Morin "steeve.morin@gmail.com"
RUN apt-get update && apt-get -y install unzip \
xz-utils \
curl \
bc \
git \
build-essential \
cpio \
... | Parallels/boot2docker | Dockerfile | Dockerfile | apache-2.0 | 8,088 |
FROM experimentalplatform/test-integration-baseimage:latest
RUN mkdir -p /.ssh && ssh-keygen -C "autogenerated $(date)" -V "+2h" -N "" -f /.ssh/id_rsa
RUN cp -a /.ssh /root/
COPY tests /tests
WORKDIR /tests
RUN npm install -g mocha
RUN npm install
ADD run_tests.sh /run_tests.sh
RUN chmod 755 /run_tests.sh
CMD [ "... | experimental-platform/test-integration-frontend | Dockerfile | Dockerfile | apache-2.0 | 332 |
FROM python:2.7
| slinghq/sling | Dockerfile | Dockerfile | apache-2.0 | 16 |
# AUTOGENERATED FILE
FROM balenalib/i386-alpine:3.12-build
ENV GO_VERSION 1.17.7
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo '... | resin-io-library/base-images | balena-base-images/golang/i386/alpine/3.12/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,331 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-debian:stretch-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board-s/debian/stretch/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,953 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:33-run
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.po... | nghiant2710/base-images | balena-base-images/node/surface-pro-6/fedora/33/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,757 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-debian:stretch-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 upd... | nghiant2710/base-images | balena-base-images/golang/ts4900/debian/stretch/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,348 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-ubuntu:hirsute-run
ENV NODE_VERSION 17.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... | resin-io-library/base-images | balena-base-images/node/raspberrypi400-64/ubuntu/hirsute/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,915 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-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:... | resin-io-library/base-images | balena-base-images/python/generic-amd64/debian/bullseye/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,868 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-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 ad... | resin-io-library/base-images | balena-base-images/python/jetson-nano/alpine/3.12/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,129 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-alpine:3.13-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVit... | nghiant2710/base-images | balena-base-images/python/smarc-px30/alpine/3.13/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
FROM fedora
RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-go-md2man \
# storage deps
btrfs-progs-devel \
device-mapper-devel \
# gpgme bindings deps
libassuan-devel gpgme-devel \
ostree-devel \
gnupg \
# OpenShift deps
which tar wget hostname util-linux bsdtar socat ethtool device... | projectatomic/skopeo | Dockerfile | Dockerfile | apache-2.0 | 2,518 |
FROM itzg/ubuntu-openjdk-7
MAINTAINER itzg
ENV KIBANA_VERSION 4.1.1
RUN wget -q -O /tmp/kibana.tgz https://download.elasticsearch.org/kibana/kibana/kibana-${KIBANA_VERSION}-linux-x64.tar.gz
RUN tar -C /opt -xzf /tmp/kibana.tgz && rm /tmp/kibana.tgz
ENV KIBANA_HOME /opt/kibana-$KIBANA_VERSION-linux-x64
# Simplify f... | sekka1/dockerfiles | kibana/Dockerfile | Dockerfile | apache-2.0 | 437 |
# 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 ... | maisem/test-infra | ciongke/cmd/test-pr/Dockerfile | Dockerfile | apache-2.0 | 901 |
# AUTOGENERATED FILE
FROM balenalib/i386-debian:buster-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some sample ... | nghiant2710/base-images | balena-base-images/openjdk/i386/debian/buster/11-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,738 |
FROM anapsix/alpine-java
#Derived from https://github.com/wurstmeister/kafka-docker
RUN apk add --update unzip wget curl docker jq coreutils
ENV KAFKA_VERSION="0.10.2.1" SCALA_VERSION="2.11"
ADD download-kafka.sh /tmp/download-kafka.sh
RUN /tmp/download-kafka.sh && tar xfz /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION... | smrjan/seldon-server | docker/kafka-k8s/Dockerfile | Dockerfile | apache-2.0 | 700 |
FROM library/photon:1.0
RUN mkdir /harbor/
COPY ./make/dev/adminserver/harbor_adminserver /harbor/
RUN chmod u+x /harbor/harbor_adminserver
WORKDIR /harbor/
ENTRYPOINT ["/harbor/harbor_adminserver"]
| wknet123/harbor | make/photon/adminserver/Dockerfile | Dockerfile | apache-2.0 | 201 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/amd64/generate.sh"!
#
FROM fedora:23
RUN dnf install -y @development-tools fedora-packager
RUN dnf install -y btrfs-progs-devel device-mapper-devel glibc-static libseccomp-devel libselinux-devel libtool-ltdl-devel pkgconfig selinux-policy selinux-policy-devel s... | kunalkushwaha/docker | contrib/builder/rpm/amd64/fedora-23/Dockerfile | Dockerfile | apache-2.0 | 619 |
FROM ruby:2.3.1
RUN apt-get update -qq && apt-get install -y build-essential
# for postgres
RUN apt-get install -y libpq-dev
# for nokogiri
RUN apt-get install -y libxml2-dev libxslt1-dev
# for capybara-webkit
RUN apt-get install -y libqt4-webkit libqt4-dev xvfb
# for a JS runtime
RUN apt-get install -y nodejs npm... | rossta/serviceworker-rails-sandbox | Dockerfile | Dockerfile | mit | 686 |
FROM mysql:5.7
ADD data/ /docker-entrypoint-initdb.d/ | BafS/Quaris | docker/mysql/Dockerfile | Dockerfile | mit | 54 |
FROM node:dubnium
COPY . /tmp/write-good
RUN yarn global add --no-progress file:/tmp/write-good
WORKDIR /srv/app
ENTRYPOINT ["write-good"]
CMD ["--help"]
| btford/write-good | Dockerfile | Dockerfile | mit | 154 |
FROM microsoft/dotnet:2.0-sdk
ENV NUGET_XMLDOC_NODE skip
WORKDIR /vsdbg
RUN update-ca-certificates --fresh \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
unzip \
&& rm -rf /var/lib/apt/lists* \
&& curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v latest -l /vsdbg
... | tugberkugurlu/AspNetCore.Identity.MongoDB | samples/Mvc/source/IdentitySample.Mvc/Dockerfile | Dockerfile | mit | 422 |
FROM centos:7.4.1708
# Install Node.js
RUN yum update -y && yum install -y \
gcc-c++ \
make \
&& curl -sL https://rpm.nodesource.com/setup_8.x | bash - \
&& yum install -y nodejs
CMD ["/bin/bash"]
| yohei-takara/virtualization-environment | docker/node/Dockerfile | Dockerfile | mit | 231 |
FROM python:2.7-onbuild
EXPOSE 5000
CMD python app.py
| andrewkrentz/docker-cloud-example | web-app/Dockerfile | Dockerfile | mit | 54 |
FROM java:openjdk-8-jdk-alpine
# add directly the war
ADD *.war /app.war
RUN sh -c 'touch /app.war'
VOLUME /tmp
CMD ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.war"]
EXPOSE 8081
| josedab/yeoman-jhipster-examples | jhipster-300-socialprofile/src/main/docker/Dockerfile | Dockerfile | mit | 200 |
FROM alpine:3.2
MAINTAINER Oleksii Fedorov <oleksii.fedorov@brainly.com>
RUN apk update
RUN apk add py-pip
RUN apk add git
ENV DOCKER_COMPOSE_COMMIT_SHA=19271898de2228767d93ddca18cc90b4e91da4ec
ENV DOCKER_COMPOSE_VERSION=git+https://github.com/docker/compose.git@$DOCKER_COMPOSE_COMMIT_SHA
RUN pip install $DOCKER_COM... | brainly/compose-in-docker | versions/1.5/Dockerfile | Dockerfile | mit | 333 |
FROM cromo/haxe:3.2.0
MAINTAINER Cristian Romo "cristian.g.romo@gmail.com"
RUN apt-get update && \
apt-get install -y \
python && \
rm -rf /var/lib/apt/lists/*
WORKDIR /source
CMD ["bash"] | cromo/dockerfiles | haxe/3.2.0/python/Dockerfile | Dockerfile | mit | 198 |
FROM node:boron
RUN mkdir -p /usr/src/graphiql-server
WORKDIR /usr/src/graphiql-server
COPY package.json /usr/src/graphiql-server/
RUN npm install --progress=false --quiet
COPY . /usr/src/graphiql-server
EXPOSE 5000
| digitalnatives/graphiql-server | Dockerfile | Dockerfile | mit | 220 |
FROM nginx:1.10
ADD local-dev.vhost.conf /etc/nginx/conf.d/default.conf
| patrickisgreat/exacttargetlaravel | docker/local/web.dockerfile | Dockerfile | mit | 73 |
FROM launcher.gcr.io/google/ubuntu16_04
ARG DOCTL_VERSION=1.43.0
ARG KUBECTL_VERSION=1.18.2
# https://github.com/digitalocean/doctl
# https://github.com/digitalocean/doctl/releases
RUN curl -sL https://github.com/digitalocean/doctl/releases/download/v${DOCTL_VERSION}/doctl-${DOCTL_VERSION}-linux-amd64.tar.gz | tar -xzv... | GoogleCloudPlatform/cloud-builders-community | dokctl/Dockerfile | Dockerfile | apache-2.0 | 730 |
# AUTOGENERATED FILE
FROM balenalib/nuc-ubuntu:disco-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv... | nghiant2710/base-images | balena-base-images/node/nuc/ubuntu/disco/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-alpine:3.12-build
ENV GO_VERSION 1.15.11
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ... | nghiant2710/base-images | balena-base-images/golang/blackboard-tx2/alpine/3.12/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,343 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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 "virtu... | nghiant2710/base-images | balena-base-images/python/asus-tinker-board-s/fedora/30/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
# AUTOGENERATED FILE
FROM balenalib/artik10-debian:bullseye-build
ENV NODE_VERSION 12.20.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" || \
gp... | nghiant2710/base-images | balena-base-images/node/artik10/debian/bullseye/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,788 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-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/qemux86-64/debian/bullseye/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,147 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-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 -... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/fedora/33/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,767 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-debian:sid-run
ENV NODE_VERSION 17.6.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 ke... | resin-io-library/base-images | balena-base-images/node/up-core-plus/debian/sid/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,933 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-alpine:3.11-build
ENV GO_VERSION 1.16.3
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ech... | nghiant2710/base-images | balena-base-images/golang/aarch64/alpine/3.11/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,334 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-fedora:34-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", si... | nghiant2710/base-images | balena-base-images/python/nanopc-t4/fedora/34/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,431 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-fedora:34-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 ha.po... | nghiant2710/base-images | balena-base-images/node/jetson-tx2/fedora/34/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-debian:bullseye-run
ENV GO_VERSION 1.17.7
# 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... | resin-io-library/base-images | balena-base-images/golang/nitrogen6xq2g/debian/bullseye/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,361 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-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 "virtua... | resin-io-library/base-images | balena-base-images/python/rockpi-4b-rk3399/fedora/34/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,444 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-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... | resin-io-library/base-images | balena-base-images/python/imx8mm-var-dart/debian/stretch/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-ubuntu:bionic-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu60 \
libssl1.1 \
l... | resin-io-library/base-images | balena-base-images/dotnet/generic-amd64/ubuntu/bionic/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,535 |
FROM balenalib/armv7hf-alpine:3.11-run
LABEL io.balena.device-type="orange-pi-lite"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image... | nghiant2710/base-images | balena-base-images/device-base/orange-pi-lite/alpine/3.11/run/Dockerfile | Dockerfile | apache-2.0 | 1,019 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-fedora:30-build
ENV GO_VERSION 1.16.3
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 "0cfbfa848a1ab81e2aa2dd257c2b3572c3637d32562b1eaa6aeadb2909911606 go$GO_VER... | nghiant2710/base-images | balena-base-images/golang/beaglebone-pocket/fedora/30/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,029 |
# AUTOGENERATED FILE
FROM balenalib/nuc-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", since ... | nghiant2710/base-images | balena-base-images/python/nuc/fedora/34/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# This Dockerfile extracts the kernel headers from the kernel image
# and then compiles a simple hello world kernel module against them.
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.9.167 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:5ce235f4fb... | JohnnyLeone/linuxkit | test/cases/020_kernel/011_kmod_4.9.x/Dockerfile | Dockerfile | apache-2.0 | 630 |
# AUTOGENERATED FILE
FROM balenalib/isg-503-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 'dirname "$... | resin-io-library/base-images | balena-base-images/openjdk/isg-503/alpine/3.14/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,756 |
# AUTOGENERATED FILE
FROM balenalib/up-core-debian:buster-build
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg ... | nghiant2710/base-images | balena-base-images/node/up-core/debian/buster/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-ubuntu:hirsute-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 --keyserv... | resin-io-library/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/ubuntu/hirsute/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,928 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-ubuntu:xenial-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f4e96bbcd5d2d1942f5b55d9e4ab19564da4fad192012f6d7b0b9b055ba4208f go$GO_VERSION.linux-arm64.tar.gz" ... | nghiant2710/base-images | balena-base-images/golang/photon-nano/ubuntu/xenial/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,000 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-fedora:36-build
ENV GO_VERSION 1.16.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 "8a8e06b02a5e7339675cbbad9eb46a0db2cab7da21306de7c3a60d37a6a96022 go$GO_VERSION.linu... | resin-io-library/base-images | balena-base-images/golang/cubox-i/fedora/36/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,021 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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... | nghiant2710/base-images | balena-base-images/python/beaglebone-green/alpine/3.13/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,843 |
# AUTOGENERATED FILE
FROM balenalib/artik10-ubuntu:focal-run
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --... | nghiant2710/base-images | balena-base-images/node/artik10/ubuntu/focal/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyser... | nghiant2710/base-images | balena-base-images/node/raspberry-pi/debian/bullseye/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,973 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-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 \
' \
&& apt-g... | nghiant2710/base-images | balena-base-images/golang/am571x-evm/debian/buster/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,356 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-debian:bullseye-run
ENV NODE_VERSION 10.23.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/surface-pro-6/debian/bullseye/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,952 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-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 ... | nghiant2710/base-images | balena-base-images/python/ts4900/alpine/edge/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
FROM centos:7
#from golang:1.7.5-alpine
COPY zac /zac
CMD /zac server
| barkbay/zac | Dockerfile | Dockerfile | apache-2.0 | 72 |
# AUTOGENERATED FILE
FROM balenalib/edge-fedora:34-build
ENV NODE_VERSION 12.20.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.sks... | nghiant2710/base-images | balena-base-images/node/edge/fedora/34/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
FROM yehohanan7/clisp
USER root
RUN apt-get -qq update
RUN apt-get install -y inotify-tools
WORKDIR /lisp-koans
CMD ["sbcl", "--script", "contemplate.lsp"]
| yehohanan7/lisp-koans | Dockerfile | Dockerfile | apache-2.0 | 159 |
# AUTOGENERATED FILE
FROM balenalib/srd3-tx2-ubuntu:disco-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/srd3-tx2/ubuntu/disco/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,200 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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/jetson-tx1/ubuntu/focal/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,558 |
FROM balenalib/amd64-fedora:35-build
LABEL io.balena.device-type="up-core"
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 informati... | resin-io-library/base-images | balena-base-images/device-base/up-core/fedora/35/build/Dockerfile | Dockerfile | apache-2.0 | 1,008 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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 \
6A010C5... | resin-io-library/base-images | balena-base-images/node/asus-tinker-board-s/alpine/3.15/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,026 |
FROM balenalib/aarch64-ubuntu:hirsute-run
LABEL io.balena.device-type="raspberrypi400-64"
RUN apt-get update && apt-get install -y --no-install-recommends \
less \
libraspberrypi-bin \
kmod \
nano \
net-tools \
ifupdown \
iputils-ping \
i2c-tools \
usbutils \
&& rm -rf /var/lib/apt/lists/*
RUN [ ! ... | resin-io-library/base-images | balena-base-images/device-base/raspberrypi400-64/ubuntu/hirsute/run/Dockerfile | Dockerfile | apache-2.0 | 1,121 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-debian:stretch-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 "... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit/debian/stretch/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,798 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-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 "virtualenv... | nghiant2710/base-images | balena-base-images/python/raspberrypi3/fedora/30/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,440 |
# AUTOGENERATED FILE
FROM balenalib/parallella-ubuntu:disco-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 --keyserver ha... | nghiant2710/base-images | balena-base-images/node/parallella/ubuntu/disco/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-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 depe... | nghiant2710/base-images | balena-base-images/python/orbitty-tx2/debian/buster/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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.c... | nghiant2710/base-images | balena-base-images/golang/beaglebone-green-wifi/alpine/edge/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-ubuntu:eoan-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/ts4900/ubuntu/eoan/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-ubuntu:disco-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... | nghiant2710/base-images | balena-base-images/node/via-vab820-quad/ubuntu/disco/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-ubuntu:cosmic-run
ENV GO_VERSION 1.15.7
# 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/revpi-core-3/ubuntu/cosmic/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,356 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-fedora:30-run
ENV GO_VERSION 1.15.8
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo... | nghiant2710/base-images | balena-base-images/golang/firefly-rk3288/fedora/30/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,104 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-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 pytho... | nghiant2710/base-images | balena-base-images/python/jetson-nano-emmc/debian/stretch/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,101 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-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 \
libssl... | resin-io-library/base-images | balena-base-images/dotnet/genericx86-64-ext/debian/bullseye/5.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,155 |
FROM ubuntu:16.04
LABEL maintainer="Swift Infrastructure <swift-infrastructure@swift.org>"
LABEL description="Docker Container for the Swift programming language"
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get -q install -y \
binutils \
git \
... | swiftdocker/docker-swift | nightly-main/ubuntu/16.04/Dockerfile | Dockerfile | apache-2.0 | 3,163 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-debian:sid-run
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/debian/sid/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,936 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-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 \... | nghiant2710/base-images | balena-base-images/dotnet/imx8m-var-dart/debian/buster/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-ubuntu:eoan-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" | sha25... | nghiant2710/base-images | balena-base-images/golang/n510-tx2/ubuntu/eoan/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,989 |
FROM alpine:3.5
ENV KRAKEND_VERSION 0.3.9
RUN apk add --no-cache ca-certificates
ADD http://repo.krakend.io/bin/krakend_${KRAKEND_VERSION}_amd64.tar.gz krakend_${KRAKEND_VERSION}_amd64.tar.gz
RUN tar xvfz krakend_${KRAKEND_VERSION}_amd64.tar.gz
VOLUME [ "/etc/krakend" ]
ENTRYPOINT [ "/krakend" ]
CMD [ "run" ]
EXPOS... | devopsfaith/krakend-docker | Dockerfile | Dockerfile | apache-2.0 | 327 |
# AUTOGENERATED FILE
FROM balenalib/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 "virtualenv", sinc... | resin-io-library/base-images | balena-base-images/python/amd64/fedora/34/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,448 |
FROM rancher/dind:v0.2.0
COPY ./scripts/bootstrap /scripts/bootstrap
RUN /scripts/bootstrap
WORKDIR /source
EXPOSE 4444
| sonchang/validation-tests | Dockerfile | Dockerfile | apache-2.0 | 121 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-alpine:3.14-run
RUN apk add --no-cache \
ca-certificates \
\
# .NET Core dependencies
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libstdc++ \
icu-libs \
zlib
ENV \
# Configure web se... | resin-io-library/base-images | balena-base-images/dotnet/beaglebone-black/alpine/3.14/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
FROM discourse/base:1.3.5
MAINTAINER Alan Guo Xiang Tan "https://twitter.com/tgx_world"
RUN sudo apt-get update && sudo apt-get install -y qt5-default libqt5webkit5-dev python-pygments
RUN git clone https://github.com/sstephenson/rbenv.git /root/.rbenv && \
git clone https://github.com/sstephenson/ruby-build.git ... | bmarkons/ruby-bench-web | deploy/image/ruby-bench-web/Dockerfile | Dockerfile | mit | 1,383 |
FROM php:7.2-fpm-alpine
RUN apk add --update postgresql-dev \
&& apk add --update git \
&& apk --update add bash autoconf build-base icu-dev libxml2-dev \
&& docker-php-ext-configure pdo_pgsql \
&& docker-php-ext-install pdo_pgsql \
&& docker-php-ext-configure pcntl \
&& docker-php-ext-configur... | asgrim/phph-site | docker/php-fpm/Dockerfile | Dockerfile | mit | 1,167 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-alpine:3.12-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirnam... | nghiant2710/base-images | balena-base-images/openjdk/astro-tx2/alpine/3.12/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,758 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-alpine:3.12-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'di... | nghiant2710/base-images | balena-base-images/openjdk/generic-aarch64/alpine/3.12/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,764 |
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="dna-jellyfish" \
container="dna-jellyfish" \
about.summary="count k-mers in DNA sequences (Python bindings of jellyfish)" \
about.home="http://www.cbcb.umd.edu/software/jellyfish/" ... | BioDocker/containers | dna-jellyfish/2.2.6-1b1-deb-py3/Dockerfile | Dockerfile | apache-2.0 | 657 |
FROM quay.io/pires/docker-jre:8u45-2
MAINTAINER Paulo Pires <pjpires@gmail.com>
EXPOSE 5701
RUN \
curl -Lskj https://github.com/pires/hazelcast-qingyuan-bootstrapper/releases/download/0.3.1/hazelcast-qingyuan-bootstrapper-0.3.1.jar \
-o /bootstrapper.jar
CMD java -jar /bootstrapper.jar
| qingyuancloud/qingyuan | release-0.19.0/examples/hazelcast/Dockerfile | Dockerfile | apache-2.0 | 295 |
FROM debian:8
MAINTAINER Remi Rampin <remirampin@gmail.com>
# http.debian.net seems to contain bad mirrors, use something else
RUN \
sh -c 'echo "deb http://ftp.us.debian.org/debian jessie main" > /etc/apt/sources.list' && \
sh -c 'echo "deb http://ftp.us.debian.org/debian jessie-updates main" >> /etc/apt/sources.... | VisTrails/VisTrails | Dockerfile | Dockerfile | bsd-3-clause | 1,874 |
# Copyright 2018 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,... | skia-dev/oss-fuzz | projects/graphicsmagick/Dockerfile | Dockerfile | apache-2.0 | 1,937 |
FROM django:python2
RUN mkdir -p /usr/src/{app,config,runtime}
WORKDIR /usr/src/app
COPY API/requirements.txt /usr/src/app/
RUN pip install --no-cache-dir -r requirements.txt
COPY docker/config/common.json /usr/src/config/
COPY API/ /usr/src/app/
COPY docker/api/create-default-channels.py /usr/src/runtime/
COPY doc... | mbalamat/ting | docker/api/Dockerfile | Dockerfile | mit | 398 |
FROM golang:1.6
ENV USER root
WORKDIR /go/src/github.com/cloudflare/cfssl
COPY . .
# restore all deps and build
RUN go get github.com/GeertJohan/go.rice/rice && rice embed-go -i=./cli/serve && \
cp -R /go/src/github.com/cloudflare/cfssl/vendor/github.com/cloudflare/cfssl_trust /etc/cfssl && \
go install ./cmd/...
... | raffaelespazzoli/origin | vendor/github.com/cloudflare/cfssl/Dockerfile | Dockerfile | apache-2.0 | 370 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.