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/spacely-tx2-alpine:3.12-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 \
6A010C51660065... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/alpine/3.12/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,026 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-debian:buster-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" || \
g... | resin-io-library/base-images | balena-base-images/node/qemux86-64/debian/buster/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,784 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-ubuntu:eoan-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 h... | nghiant2710/base-images | balena-base-images/node/hummingboard/ubuntu/eoan/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-ubuntu:eoan-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 keyse... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit/ubuntu/eoan/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,923 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-alpine:3.13-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006... | resin-io-library/base-images | balena-base-images/node/raspberry-pi/alpine/3.13/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 3,021 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-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: publ... | resin-io-library/base-images | balena-base-images/python/beaglebone/ubuntu/bionic/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
FROM aeonproject/base
MAINTAINER 'Aeon Builds <builds+dockerfile@aeon.io>'
ENV GLIBC_VERSION 2.23-r1
ENV JAVA_VERSION_MAJOR 8
ENV JAVA_VERSION_MINOR 77
ENV JAVA_VERSION_BUILD 03
ENV JAVA_PACKAGE jdk
WORKDIR /tmp
RUN apk add --no-cache --update-cache bash curl ca-certificates \
&& curl -Lo /etc/apk/keys/a... | aeon-io/docker-java | java-jdk/Dockerfile | Dockerfile | apache-2.0 | 2,398 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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/artik530/debian/sid/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,085 |
FROM java:openjdk-8-jre
MAINTAINER Martijn Koster "mak-docker@greenhills.co.uk"
ENV SOLR_VERSION 5.3.1
ENV SOLR solr-$SOLR_VERSION
ENV SOLR_USER solr
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get -y install lsof && \
groupadd -r $SOLR_USER && \
useradd -r -g $SOLR_USER $SOLR_... | yuriyf/docker-solr | 5.3/Dockerfile | Dockerfile | apache-2.0 | 769 |
# AUTOGENERATED FILE
FROM balenalib/artik530-alpine:3.10-build
ENV GO_VERSION 1.15.8
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ec... | nghiant2710/base-images | balena-base-images/golang/artik530/alpine/3.10/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,335 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:bullseye-build
ENV NODE_VERSION 14.16.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/parallella-hdmi-resin/debian/bullseye/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,802 |
FROM scratch
MAINTAINER Bill Anderson <therealbill@me.com>
ADD port-authority /port-authority
CMD ["/port-authority"]
| therealbill/port-authority | Dockerfile | Dockerfile | apache-2.0 | 118 |
# build stage
FROM node:lts-alpine as build-stage
LABEL maintainer="f.diblen@esciencecenter.nl"
ENV NPM_CONFIG_LOGLEVEL info
WORKDIR /app
#ENV DEBUG="*"
RUN echo "@edge http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
RUN apk update && apk upgrade && \
apk --no-cache add curl && \
apk --no-... | NLeSC/spot | Dockerfile | Dockerfile | apache-2.0 | 1,058 |
# syntax=docker/dockerfile:1
ARG BUILD_ENV=dev
FROM node:16.13-alpine
ENV APP_DIR /srv/mathjs
WORKDIR ${APP_DIR}
ENV NODE_ENV production
COPY package*.json .
RUN npm install
COPY . .
EXPOSE 8080
CMD [ "npm", "start" ] | thinkthroughmath/mathjs-rest | Dockerfile | Dockerfile | apache-2.0 | 222 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi0-2w-64-alpine:3.14-run
ENV GO_VERSION 1.16.14
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.con... | resin-io-library/base-images | balena-base-images/golang/raspberrypi0-2w-64/alpine/3.14/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,477 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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 p... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-wifi/ubuntu/bionic/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,078 |
# AUTOGENERATED FILE
FROM balenalib/up-core-alpine:edge-run
ENV GO_VERSION 1.14.13
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo... | nghiant2710/base-images | balena-base-images/golang/up-core/alpine/edge/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,473 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-alpine:edge-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/var-som-mx6/alpine/edge/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-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 depen... | nghiant2710/base-images | balena-base-images/python/odroid-ux3/ubuntu/bionic/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,071 |
FROM balenalib/armv7hf-fedora:35-build
LABEL io.balena.device-type="odroid-ux3"
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 info... | resin-io-library/base-images | balena-base-images/device-base/odroid-ux3/fedora/35/build/Dockerfile | Dockerfile | apache-2.0 | 998 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:cosmic-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 \
' \
&& ap... | nghiant2710/base-images | balena-base-images/golang/imx8m-var-dart/ubuntu/cosmic/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,329 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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/jetson-tx1/alpine/edge/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,130 |
FROM golang:alpine as builder
# Install SSL ca certificates
RUN apk update && apk add git ca-certificates tzdata curl
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
# Create appuser
RUN adduser -D -g '' appuser
WORKDIR /go/src/github.com/pastjean/scrumpolice/
COPY . .
RUN go get ./...
... | scrumpolice/scrumpolice | Dockerfile | Dockerfile | apache-2.0 | 775 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depe... | nghiant2710/base-images | balena-base-images/python/odroid-ux3/debian/stretch/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,470 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-ubuntu:bionic-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/orbitty-tx2/ubuntu/bionic/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,915 |
# AUTOGENERATED FILE
FROM balenalib/rpi-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: public key... | nghiant2710/base-images | balena-base-images/python/rpi/debian/stretch/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,850 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-debian:sid-run
ENV GO_VERSION 1.15.6
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get up... | nghiant2710/base-images | balena-base-images/golang/intel-nuc/debian/sid/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,333 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-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/artik533s/fedora/30/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/artik520-debian:jessie-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver key... | nghiant2710/base-images | balena-base-images/node/artik520/debian/jessie/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,938 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-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/orbitty-tx2/alpine/3.12/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,129 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-alpine:3.13-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.conf ... | nghiant2710/base-images | balena-base-images/golang/imx6ul-var-dart/alpine/3.13/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,342 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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_VERSIO... | nghiant2710/base-images | balena-base-images/golang/firefly-rk3288/fedora/30/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,026 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-ubuntu:eoan-build
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool... | nghiant2710/base-images | balena-base-images/node/fincm3/ubuntu/eoan/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:cosmic-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | nghiant2710/base-images | balena-base-images/node/beaglebone/ubuntu/cosmic/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90... | nghiant2710/base-images | balena-base-images/python/photon-xavier-nx/debian/buster/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
# 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 use ... | sekikn/incubator-airflow | Dockerfile | Dockerfile | apache-2.0 | 20,984 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-debian:stretch-build
ENV GO_VERSION 1.16
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 "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_VER... | nghiant2710/base-images | balena-base-images/golang/firefly-rk3288/debian/stretch/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,030 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:jessie-build
ENV GO_VERSION 1.15.7
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 "16da0e296dabb6c1199ccaa2de1a83e679ae2512263f6e05923319f4903beac1 go$GO_VER... | nghiant2710/base-images | balena-base-images/golang/raspberry-pi2/debian/jessie/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,031 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-fedora:32-run
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfile! De... | nghiant2710/base-images | balena-base-images/openjdk/kitra710/fedora/32/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,314 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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: publ... | nghiant2710/base-images | balena-base-images/python/jetson-tx1/ubuntu/bionic/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
# Copyright 2014 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
FROM golang:1.4.2
# enable faketime
RUN apt-get update && apt-get install -yq --no-install-recommends patch
ADD enable-fake-time.patch /usr/src/go/
RUN patch /us... | heshed/playground | sandbox/Dockerfile | Dockerfile | bsd-3-clause | 1,667 |
FROM node:14.15.1-slim
COPY ./ ./
RUN npm install
RUN npm run build
ENV NODE_ENV production
ENV DATABASE_CONFIGURATION_PROFILE mongodb
ENV FRAMEWORK express
EXPOSE 8080
CMD ["node", "dist/main"] | volyrique/FrameworkBenchmarks | frameworks/TypeScript/nest/nestjs-mongo.dockerfile | Dockerfile | bsd-3-clause | 198 |
FROM python:alpine
ADD app.py /
CMD ["python", "/app.py"]
| nuveo/gofn | examples/google/app/Dockerfile | Dockerfile | mit | 60 |
############################################################
# Debian Jessie
############################################################
FROM debian:jessie
MAINTAINER lburgazzoli
RUN \
sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list \
&& apt-get update \
&& apt-get -y upgrade \
&& apt-get ... | lburgazzoli/lb-docker-files | debian-jessie/Dockerfile | Dockerfile | apache-2.0 | 515 |
# 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... | apache/incubator-singa | tool/conda/docker/cuda10.2/Dockerfile | Dockerfile | apache-2.0 | 2,506 |
FROM balenalib/armv7hf-debian:stretch-run
LABEL io.balena.device-type="hummingboard"
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/hummingboard/debian/stretch/run/Dockerfile | Dockerfile | apache-2.0 | 1,093 |
fake dockerfile
| hustcts/ocp-testing | engine/scheduler/democase/source/Dockerfile | Dockerfile | apache-2.0 | 16 |
FROM zookeeper:latest
LABEL maintainer="Hyduan <hyduan96@qq.com>"
VOLUME /data
VOLUME /datalog
EXPOSE 2181
CMD ["zkServer.sh", "start-foreground"]
| LaraDock/laradock | zookeeper/Dockerfile | Dockerfile | mit | 151 |
FROM openjdk:17-jdk-slim
ARG DEBIAN_FRONTEND=noninteractive
ARG MAVEN_VERSION=3.8.1
WORKDIR /redkale
RUN apt-get update -yqq
RUN apt-get install -yqq wget
RUN wget --no-verbose https://ftp.wayne.edu/apache/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
RUN tar -xzf apache-maven-${MAV... | martin-g/FrameworkBenchmarks | frameworks/Java/redkale/redkale-postgres.dockerfile | Dockerfile | bsd-3-clause | 750 |
FROM centos/ruby-25-centos7
USER default
EXPOSE 8080
ENV RACK_ENV production
ENV RAILS_ENV production
COPY . /opt/app-root/src/
RUN scl enable rh-ruby25 "bundle install"
CMD ["scl", "enable", "rh-ruby25", "./run.sh"]
USER default
| pweil-/origin | test/extended/testdata/builds/test-build-app/Dockerfile | Dockerfile | apache-2.0 | 231 |
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.166.1/containers/java-8/.devcontainer/base.Dockerfile
FROM mcr.microsoft.com/vscode/devcontainers/java:0-8
# [Option] Install Maven
ARG INSTALL_MAVEN="false"
ARG MAVEN_VERSION=""
# [Option] Install Gradle
ARG INSTALL_GRADLE="fal... | glenngillen/dotfiles | .vscode/extensions/ms-vscode-remote.remote-containers-0.166.1/dist/node_modules/vscode-dev-containers/containers/java-8/.devcontainer/Dockerfile | Dockerfile | mit | 1,270 |
# **************************************************************************
# Purpose ...: Create packages
# Build .... : docker build -t fpm:fricas .
# Test ..... : docker run -t -i fpm:fricas fpm --version
# Version .. : 03-FEB-2019
# OS ....... : ubuntu:latest
# -- copy container -> host
# docker cp <containerId... | nilqed/fricas_docker | fpm/fricas/Dockerfile | Dockerfile | mit | 1,643 |
FROM node:0.12-wheezy
MAINTAINER Ceroic <ops@ceroic.com>
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 561F9B9CAC40B2F7
RUN apt-get update && apt-get install -y apt-transport-https ca-certificates procps
RUN echo "deb https://oss-binaries.phusionpassenger.com/apt/passenger wheezy main" >> /etc/apt/sourc... | ceroic/passenger-standalone | wheezy/node/0.12.0/Dockerfile | Dockerfile | mit | 639 |
FROM nginx:1.9
MAINTAINER Duane Leem <duaneleem@alumni.ggu.edu>
## Install tools.
RUN apt-get update && apt-get install -y \
nano
## NGINX & PHP configurations
COPY "./artifacts/nginx/nginx.conf" "/etc/nginx/nginx.conf"
## Required to use nano.
ENV TERM xterm
## Port configurations.
EXPOSE 80 443
| duaneleem/docker-configs | nginx/Dockerfile | Dockerfile | mit | 306 |
FROM debian:jessie
MAINTAINER Glicer <dev@glicer.com>
RUN export DEBIAN_FRONTEND=noninteractive \
&& echo "deb http://http.debian.net/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
openjdk-8-jre-headless \
u... | emmanuelroecker/php-spellchecker | docker/Dockerfile | Dockerfile | mit | 699 |
FROM ruby:2.6.5
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs yarn
RUN gem install bundler -v 1.17.3 && gem in... | parrot-studio/cc-pt-viewer | Dockerfile | Dockerfile | mit | 473 |
FROM anapsix/alpine-java:8
ARG YOUTRACK_URL=https://download.jetbrains.com/charisma
ARG YOUTRACK_VERSION=2018.1
ARG YOUTRACK_BUILD=41561
ARG YOUTRACK_LOCALE=en_us
LABEL name=docker-youtrack-base \
youtrack-version=${YOUTRACK_VERSION}.${YOUTRACK_BUILD} \
maintainer=Stanislav
RUN addgroup -S docker && \
... | pythoninja/docker-youtrack-base | Dockerfile | Dockerfile | mit | 1,359 |
FROM crukcibioinformatics/shiny-base
MAINTAINER Matt Eldridge "bcape@cruk.cam.ac.uk"
RUN R -e 'install.packages("RSQLite", repos = "https://cloud.r-project.org")'
RUN R -e 'install.packages("dbplyr", repos = "https://cloud.r-project.org")'
RUN R -e 'install.packages("highcharter", repos = "https://cloud.r-project.org... | crukci-bioinformatics/BCaPE | shiny/Dockerfile | Dockerfile | mit | 648 |
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.166.1/containers/php/.devcontainer/base.Dockerfile
# [Choice] PHP version: 8, 8.0, 7, 7.4, 7.3
ARG VARIANT="8"
FROM mcr.microsoft.com/vscode/devcontainers/php:0-${VARIANT}
# [Option] Install Node.js
ARG INSTALL_NODE="true"
ARG N... | glenngillen/dotfiles | .vscode/extensions/ms-vscode-remote.remote-containers-0.166.1/dist/node_modules/vscode-dev-containers/containers/php/.devcontainer/Dockerfile | Dockerfile | mit | 861 |
#+++++++++++++++++++++++++++++++++++++++
# Dockerfile for webdevops/apache:ubuntu-18.04
# -- automatically generated --
#+++++++++++++++++++++++++++++++++++++++
FROM webdevops/base:ubuntu-18.04
ENV WEB_DOCUMENT_ROOT=/app \
WEB_DOCUMENT_INDEX=index.php \
WEB_ALIAS_DOMAIN=*.vm \
WEB_PHP_TIMEOUT=600 \
... | webdevops/Dockerfile | docker/apache/ubuntu-18.04/Dockerfile | Dockerfile | mit | 884 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fedora:33-build
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerf... | resin-io-library/base-images | balena-base-images/openjdk/generic-amd64/fedora/33/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,338 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-debian:buster-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/via-vab820-quad/debian/buster/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,359 |
FROM ubuntu:xenial
# openjdk:8
RUN apt-get update && apt-get install -y --no-install-recommends \
bzip2 \
unzip \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
ENV LANG C.UTF-8
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname "$(dirname "$(rea... | aw32/son-sp-infrabstract | Dockerfile | Dockerfile | apache-2.0 | 2,323 |
FROM ubuntu:12.04
MAINTAINER Feifei Li
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
ADD adds/supervisord.conf /etc/supervisord.conf
# 容器需要开放HTTP 80端口
EXPOSE 80
# 容器需要开放8080端口
EXPOSE 8080
CMD ["/usr/local/bin/supervisord","-n"] | openslack/openslack-docker | Dockerfile | Dockerfile | apache-2.0 | 273 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-alpine:3.12-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; d... | resin-io-library/base-images | balena-base-images/node/revpi-core-3/alpine/3.12/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,953 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-alpine:3.10-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599... | nghiant2710/base-images | balena-base-images/node/astro-tx2/alpine/3.10/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-debian:bookworm-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/var-som-mx6/debian/bookworm/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,859 |
# 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 use ... | sekikn/incubator-airflow | docs/docker-stack/docker-examples/extending/add-apt-packages/Dockerfile | Dockerfile | apache-2.0 | 1,114 |
# AUTOGENERATED FILE
FROM balenalib/artik530-ubuntu:disco-build
ENV GO_VERSION 1.15.8
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 "bde22202576c3920ff5646fb1d19877cedc19501939d6ccd7b16ff89071abd0a go$GO_VERSION.l... | nghiant2710/base-images | balena-base-images/golang/artik530/ubuntu/disco/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,024 |
# AUTOGENERATED FILE
FROM balenalib/artik710-ubuntu:bionic-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com ... | nghiant2710/base-images | balena-base-images/node/artik710/ubuntu/bionic/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
# AUTOGENERATED FILE
FROM balenalib/odyssey-x86-debian:bullseye-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 s... | resin-io-library/base-images | balena-base-images/openjdk/odyssey-x86/debian/bullseye/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,756 |
#
# 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 us... | saltstar/spark | resource-managers/kubernetes/docker/src/main/dockerfiles/init-container/Dockerfile | Dockerfile | apache-2.0 | 1,226 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-debian:bullseye-build
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" ||... | nghiant2710/base-images | balena-base-images/node/nanopi-neo-air/debian/bullseye/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,795 |
#FROM daocloud.io/library/ubuntu:latest
FROM daocloud.io/library/ubuntu:14.04
MAINTAINER xiongjun <fenyunxx@163.com>
ADD sources.list /etc/apt/sources.list
# Install Oracle Java 7
ENV JAVA_VER 7
ENV JAVA_HOME /usr/lib/jvm/java-7-oracle
ENV TZ "Asia/Shanghai"
ENV TERM xterm
RUN echo 'deb http://ppa.launchpad.net/web... | xiongjungit/docker-tomcat | 5.5/Dockerfile | Dockerfile | apache-2.0 | 1,867 |
# AUTOGENERATED FILE
FROM balenalib/nuc-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 dependencies... | resin-io-library/base-images | balena-base-images/python/nuc/ubuntu/xenial/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,065 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-debian:sid-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
... | resin-io-library/base-images | balena-base-images/node/raspberrypi3-64/debian/sid/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,776 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-ubuntu:impish-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.pgp.com -... | resin-io-library/base-images | balena-base-images/node/kitra710/ubuntu/impish/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,904 |
# This image is used to run the tests for helios on CircleCI
# It's published as spotify/helios-test-container:1.
# Get docker CLI binary only
FROM ubuntu:bionic as docker-cli-getter
WORKDIR /tmp
RUN apt-get -qq update && apt-get -qq install \
wget
RUN wget --quiet https://download.docker.com/linux/static/stable/x86... | spotify/helios | .circleci/Dockerfile | Dockerfile | apache-2.0 | 1,670 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-alpine:3.12-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McV... | resin-io-library/base-images | balena-base-images/python/revpi-core-3/alpine/3.12/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-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/revpi-connect/alpine/3.12/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/artik710-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 add -... | resin-io-library/base-images | balena-base-images/python/artik710/alpine/3.12/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,126 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-alpine:3.12-build
ENV GO_VERSION 1.15.8
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ]... | nghiant2710/base-images | balena-base-images/golang/orangepi-plus2/alpine/3.12/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-alpine:3.14-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
;... | resin-io-library/base-images | balena-base-images/node/beagleboard-xm/alpine/3.14/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-ubuntu:eoan-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 h... | nghiant2710/base-images | balena-base-images/node/revpi-core-3/ubuntu/eoan/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/generic-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public ... | resin-io-library/base-images | balena-base-images/python/generic/debian/buster/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,858 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-debian:buster-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63... | nghiant2710/base-images | balena-base-images/python/jetson-nano-2gb-devkit/debian/buster/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,241 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-debian:jessie-build
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gp... | nghiant2710/base-images | balena-base-images/node/astro-tx2/debian/jessie/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,782 |
# AUTOGENERATED FILE
FROM balenalib/generic-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... | nghiant2710/base-images | balena-base-images/python/generic/ubuntu/focal/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,073 |
FROM centos
ENTRYPOINT ["stress"]
RUN rpm -ivh http://mirror.de.leaseweb.net/epel/6/x86_64/epel-release-6-8.noarch.rpm
RUN yum install -y stress
| chilicat/docker-stress | Dockerfile | Dockerfile | apache-2.0 | 145 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-alpine:3.14-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 McV... | resin-io-library/base-images | balena-base-images/python/apalis-imx6q/alpine/3.14/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
FROM balenalib/armv7hf-fedora:34-run
LABEL io.balena.device-type="orangepi-plus2"
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 in... | resin-io-library/base-images | balena-base-images/device-base/orangepi-plus2/fedora/34/run/Dockerfile | Dockerfile | apache-2.0 | 998 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-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 \
6A010C516600659... | nghiant2710/base-images | balena-base-images/node/npe-x500-m3/alpine/3.13/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-debian:buster-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python... | nghiant2710/base-images | balena-base-images/python/beaglebone-green/debian/buster/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,099 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-fedora:33-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", ... | resin-io-library/base-images | balena-base-images/python/npe-x500-m3/fedora/33/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 2,434 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-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/zc702-zynq7/alpine/3.12/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,127 |
FROM microsoft/aspnetcore:2.0.0-jessie
ARG source
WORKDIR /app
EXPOSE 80
COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "Jambo.Auth.UI.dll"]
| ivanpaulovich/jambo | source/Auth/Jambo.Auth.UI/Dockerfile | Dockerfile | apache-2.0 | 153 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-ubuntu:eoan-run
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com ... | nghiant2710/base-images | balena-base-images/node/nitrogen6x/ubuntu/eoan/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/amd64-ubuntu:cosmic-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "bfea0c8d7b70c1ad99b0266b321608db57df75820e8f4333efa448a43da01992 go$GO_VERSION.linux-amd64.tar.gz" | sha... | nghiant2710/base-images | balena-base-images/golang/amd64/ubuntu/cosmic/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,011 |
# AUTOGENERATED FILE
FROM balenalib/edge-fedora:33-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.pool.sks... | nghiant2710/base-images | balena-base-images/node/edge/fedora/33/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
FROM centos:centos6
MAINTAINER "Radhwane Chebaane" r.chebaane@mindlytix.com
# Add Epel repository
RUN rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
RUN rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# Add Remi repository
RUN rpm --import http://rpms.famil... | radcheb/rstudio-server-docker | centocker/Dockerfile | Dockerfile | apache-2.0 | 788 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.