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 |
|---|---|---|---|---|---|
FROM python:3.5.2
RUN mkdir /usr/src/churn
WORKDIR /usr/src/churn
COPY setup.py requirements-dev.txt ./
RUN pip install --editable . -r requirements-dev.txt
CMD /bin/bash
| dguo/churn | Dockerfile | Dockerfile | mit | 175 |
FROM httpd:2.4
RUN apt-get update
RUN apt-get --purge remove node -y
RUN apt-get install nodejs -y
RUN ln -s /usr/bin/nodejs /usr/bin/node
RUN apt-get update --fix-missing
RUN apt-get install npm -y
RUN npm install -g pm2@0.12.9
COPY ./httpd.conf /usr/local/apache2/conf/httpd.conf
COPY ./balancer.conf /usr/local/apach... | marom17/Teaching-HEIGVD-RES-2015-Labo-05 | loadbalancer/Dockerfile | Dockerfile | mit | 478 |
FROM node:0.12.5
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY package.json config.js /usr/src/app/
RUN npm install --unsafe-perm=true # "unsafe-perm=true" work around https://github.com/jspm/jspm-cli/issues/865
COPY . /usr/src/app
EXPOSE 8000
CMD [ "npm", "start" ]
| StrictlyBusiness/fda-food-recalls | Dockerfile | Dockerfile | mit | 278 |
FROM nginx
MAINTAINER Andre Eberhardt
ADD dist /usr/share/nginx/html
ADD nginx.conf /etc/nginx/ | eberhara/sample-cqrs | webapp/Dockerfile | Dockerfile | mit | 96 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-ubuntu:xenial-build
ENV GO_VERSION 1.15.6
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_VE... | nghiant2710/base-images | balena-base-images/golang/beagleboard-xm/ubuntu/xenial/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
FROM registry1-eu1.moneysupermarket.com:5000/docker-centos6-puppet-ruby215:latest
MAINTAINER Paul Gilligan<Paul.Gilligan@moneysupermarket.com>
# -----------------------------------------------------------------------------
# Base Install
# -----------------------------------------------------------------------------
R... | pauldavidgilligan-msm/docker-centos6-ejbca-service | Dockerfile | Dockerfile | apache-2.0 | 2,230 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-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 ... | resin-io-library/base-images | balena-base-images/python/jetson-xavier/alpine/3.13/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,131 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-debian:buster-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_... | nghiant2710/base-images | balena-base-images/golang/generic-armv7ahf/debian/buster/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,034 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-debian:bullseye-build
ENV Logging__Console__FormatterName=Json
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-k... | resin-io-library/base-images | balena-base-images/dotnet/cnx100-xavier-nx/debian/bullseye/6.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,183 |
FROM bitnami/node:7
MAINTAINER Angel M <angel@laux.es>
# Required for Yarn
RUN sudo apt-get update && sudo apt-get install -y apt-transport-https vim
# Install Yarn
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc... | Angelmmiguel/discuzzion | Dockerfile | Dockerfile | apache-2.0 | 730 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-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 \
libicu6... | resin-io-library/base-images | balena-base-images/dotnet/generic-armv7ahf/ubuntu/focal/5.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-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 63C7C... | resin-io-library/base-images | balena-base-images/python/beaglebone-pocket/debian/bullseye/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,865 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-debian:stretch-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/aarch64/debian/stretch/3.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,127 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-alpine:3.14-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 'di... | resin-io-library/base-images | balena-base-images/openjdk/generic-amd64/alpine/3.14/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,777 |
# AUTOGENERATED FILE
FROM balenalib/i386-nlp-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/i386-nlp/ubuntu/disco/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,843 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-fedora:30-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 Dockerfi... | nghiant2710/base-images | balena-base-images/openjdk/colibri-imx6/fedora/30/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,322 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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 63C7CC9... | nghiant2710/base-images | balena-base-images/python/via-vab820-quad/debian/bullseye/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,864 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-alpine:3.10-run
ENV GO_VERSION 1.14.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.conf ]... | nghiant2710/base-images | balena-base-images/golang/ccimx8x-sbc-pro/alpine/3.10/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,474 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-ubuntu:hirsute-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_V... | resin-io-library/base-images | balena-base-images/golang/revpi-connect/ubuntu/hirsute/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,035 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:buster-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | nghiant2710/base-images | balena-base-images/node/raspberry-pi2/debian/buster/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-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 McVit... | resin-io-library/base-images | balena-base-images/python/jn30b-nano/alpine/edge/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/up-board-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: public... | resin-io-library/base-images | balena-base-images/python/up-board/ubuntu/bionic/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
FROM balenalib/armv7hf-debian:buster-run
LABEL io.balena.device-type="raspberrypi2"
RUN echo "deb http://archive.raspbian.org/raspbian buster main contrib non-free rpi firmware" >> /etc/apt/sources.list \
&& apt-key adv --batch --keyserver ha.pool.sks-keyservers.net --recv-key 0x9165938D90FDDD2E \
&& echo "deb http... | nghiant2710/base-images | balena-base-images/device-base/raspberrypi2/debian/buster/run/Dockerfile | Dockerfile | apache-2.0 | 1,535 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-debian:sid-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 keyserv... | nghiant2710/base-images | balena-base-images/node/armv7hf/debian/sid/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,931 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-ubuntu:hirsute-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ... | resin-io-library/base-images | balena-base-images/node/qemux86-64/ubuntu/hirsute/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-alpine:3.13-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 ] &&... | nghiant2710/base-images | balena-base-images/golang/var-som-mx6/alpine/3.13/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-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 63C7CC... | nghiant2710/base-images | balena-base-images/python/generic-armv7ahf/debian/bullseye/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,867 |
FROM iron/go
WORKDIR /app
ADD VERSION /app/VERSION
ADD operator-alpine /app/operator
ENTRYPOINT ["./operator"]
| treeder/operator | Dockerfile | Dockerfile | apache-2.0 | 113 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-ubuntu:cosmic-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
# instal... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-gateway/ubuntu/cosmic/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,083 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depende... | resin-io-library/base-images | balena-base-images/python/aarch64/debian/stretch/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,090 |
# AUTOGENERATED FILE
FROM balenalib/up-core-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.com -... | nghiant2710/base-images | balena-base-images/node/up-core/ubuntu/cosmic/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-debian:stretch-run
ENV GO_VERSION 1.16.3
# 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=' \
cur... | nghiant2710/base-images | balena-base-images/golang/jetson-xavier-nx-devkit-emmc/debian/stretch/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,345 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-fedora:30-run
ENV GO_VERSION 1.14.14
# 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 "9... | nghiant2710/base-images | balena-base-images/golang/odroid-ux3/fedora/30/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,102 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-debian:bookworm-run
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | resin-io-library/base-images | balena-base-images/node/floyd-nano/debian/bookworm/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,936 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-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 de... | resin-io-library/base-images | balena-base-images/python/hummingboard2/debian/buster/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/amd64-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 dependenc... | nghiant2710/base-images | balena-base-images/python/amd64/debian/stretch/3.8.6/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
# AUTOGENERATED FILE
FROM balenalib/iot2000-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... | nghiant2710/base-images | balena-base-images/python/iot2000/debian/bullseye/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,874 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-ubuntu:focal-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 \
' \
&& apt-... | resin-io-library/base-images | balena-base-images/golang/nitrogen6xq2g/ubuntu/focal/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,355 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-ubuntu:focal-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-g... | nghiant2710/base-images | balena-base-images/golang/hummingboard/ubuntu/focal/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,354 |
FROM golang:1.15
RUN apt-get update && apt-get install -y --no-install-recommends \
openssh-client \
rsync \
fuse \
sshfs \
&& rm -rf /var/lib/apt/lists/*
RUN go get github.com/golang/lint/golint \
github.com/mattn/goveralls \
... | ibuildthecloud/machine | Dockerfile | Dockerfile | apache-2.0 | 433 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-debian:buster-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
g... | nghiant2710/base-images | balena-base-images/node/odroid-xu4/debian/buster/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-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 dep... | nghiant2710/base-images | balena-base-images/python/generic-aarch64/debian/sid/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# Use the official Ruby image because the Rails images have been deprecated
FROM ruby:2.7.4
RUN apt-get update \
&& apt-get install -y --no-install-recommends postgresql-client \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir /usr/local/node \
&& curl -L https://nodejs.org/dist/v4.4.7/node-v4.4.7-linux-x64.tar.... | codeforamerica/ohana-api | Dockerfile | Dockerfile | bsd-3-clause | 661 |
FROM node:7.6
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN apt-get update
RUN apt-get -y install sudo git wget ntfs-3g curl ssh less unzip vim telnet net-tools locales
# Create app directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Install app dependencies
COPY package.json /usr/src/app/
RUN npm install
RUN ... | dfernandezm/commands-api | Dockerfile | Dockerfile | mit | 476 |
# Copyright (C) 2017 Nicholas Anderssohn
FROM ubuntu:16.04
EXPOSE 8079
RUN apt-get -y update && apt-get -y install software-properties-common
RUN apt-get -y update && apt-get -y install openjdk-8-jdk
RUN add-apt-repository ppa:longsleep/golang-backports
RUN apt-get -y update
RUN apt-get -y install golang-go
RUN mkdi... | Nick-Anderssohn/hello-class | code-runner/backupDockerfile | Dockerfile | mit | 864 |
################## BASE IMAGE ######################
FROM biocontainers/biocontainers:v1.0.0_cv4
################## METADATA ######################
LABEL base_image="biocontainers:v1.0.0_cv4"
LABEL version="3"
LABEL software="X!Tandem"
LABEL software.version="10-12-01-1"
LABEL about.summary="software that can match ta... | BioDocker/containers | tandem/10-12-01-1/Dockerfile | Dockerfile | apache-2.0 | 1,228 |
# Kibana 6.8.23
# This image re-bundles the Docker image from the upstream provider, Elastic.
FROM docker.elastic.co/kibana/kibana:6.8.23@sha256:fdf51e4f8da1538f418b556954dd3e021ecd176f403fbd10d0a751d531def2d0
# Supported Bashbrew Architectures: amd64
# The upstream image was built by:
# https://github.com/elastic/... | infosiftr/kibana | 6/Dockerfile | Dockerfile | apache-2.0 | 728 |
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 \
... | azukiapp/boot2docker | Dockerfile | Dockerfile | apache-2.0 | 5,835 |
FROM alpine:3.4
RUN apk add --update nodejs && \
apk add --update inotify-tools
ENV APP_ENVIRONMENT dev
ENV HTTP_PORT 3000
EXPOSE 3000
CMD ["sh", "-c", "source /home/init dev"]
| freiny/notes | nodejs-api/projects/intro-b/dev.Dockerfile | Dockerfile | apache-2.0 | 180 |
# 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... | nicolasnoble/grpc | tools/dockerfile/test/sanity/Dockerfile | Dockerfile | apache-2.0 | 3,609 |
FROM microsoft/dotnet:latest
ENV ASPNETCORE_ENVIRONMENT="Production"
RUN apt-get update
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get install -y build-essential nodejs
COPY . /app
WORKDIR /app/src/Blockchain.Investments.Web
RUN ["dotnet", "restore"]
CMD dotnet publish -c Debug -o bin/outpu... | rafaelturon/expense-point | Dockerfile | Dockerfile | apache-2.0 | 410 |
FROM postgres
ADD dbschema.sql /docker-entrypoint-initdb.d
EXPOSE 5432
| senecajs/seneca-postgres-store | test/support/docker/Dockerfile | Dockerfile | mit | 73 |
# Copyright 2018 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 ... | Miciah/origin | vendor/k8s.io/kubernetes/test/images/sample-device-plugin/Dockerfile | Dockerfile | apache-2.0 | 716 |
FROM ubuntu:trusty
MAINTAINER Martin Westergaard Lassen <mwl@trifork.com>
ADD https://packages.erlang-solutions.com/erlang/mongooseim/FLAVOUR_1_main/mongooseim_1.5.1-2~ubuntu~trusty_amd64.deb /tmp/mongooseim.deb
RUN apt-get update && \
apt-get install -y \
libodbc1 \
unixodbc && \
dpkg -i /tm... | trifork/mongooseim | 1.5/Dockerfile | Dockerfile | mit | 474 |
FROM fedora:latest
RUN dnf install -y bash zsh ksh
WORKDIR /app
COPY . /app
| thinkerbot/ts | dockerfiles/fedora/Dockerfile | Dockerfile | mit | 76 |
FROM debian:jessie
ENV THEOS /opt/theos
RUN apt-get update
RUN apt-get install -qq -y --no-install-recommends \
git \
perl \
curl \
build-essential
ADD https://github.com/DHowett/theos/archive/master.tar.gz /opt/theos.tar.gz
RUN tar -C /opt -zxvf /opt/theos.tar.gz && \
mv -v /opt/theos-... | dweinstein/dockerfile-theos | base/Dockerfile | Dockerfile | mit | 761 |
FROM node:6
RUN npm install -g @angular/cli
EXPOSE 80
| php-comrade/comrade-dev | docker/ui/Dockerfile | Dockerfile | mit | 56 |
FROM ubuntu:14.04
MAINTAINER Marco Monteiro <marco@neniu.org>
ENTRYPOINT ["bootstrap.sh"]
EXPOSE 80
ENV DEBIAN_FRONTEND noninteractive
RUN dpkg-divert --local --rename --add /sbin/initctl && ln -sf /bin/true /sbin/initctl && \
apt-get update && \
apt-get install -... | masm/docker-owncloud | Dockerfile | Dockerfile | mit | 979 |
FROM alpine:3.6
# image metadata
LABEL image.name="k8s-kibana" \
image.maintainer="Erik Maciejewski <mr.emacski@gmail.com>"
ENV KIBANA_VERSION=5.5.0 \
KIBANA_BASE_URL=/api/v1/proxy/namespaces/default/services/kibana-logging
RUN apk --no-cache add \
'su-exec>=0.2' \
tini \
bash \
nodejs \
... | triceras/K8s | Dockerfile | Dockerfile | mit | 1,290 |
FROM node:8
ENV WD /express
WORKDIR $WD
ADD index.js $WD
ADD package.json $WD
# ENV PORT 8080
ENV PORT=8080
EXPOSE $PORT
RUN npm install
CMD node index.js | butackle/20170916express | example2/Dockerfile | Dockerfile | mit | 158 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM debian:bullseye-slim
# prevent Debian's PHP packages from being installed
# https://github.com/docker-library/php/pull/542
RUN set -eux; \
{ \
echo 'Package: php*'; \
echo 'Pin: release *'; \
echo 'Pin-Pr... | docker-library/php | 8.1/bullseye/cli/Dockerfile | Dockerfile | mit | 7,050 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:bullseye-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" || \
gp... | nghiant2710/base-images | balena-base-images/node/kitra710/debian/bullseye/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,783 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-debian:stretch-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --ke... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/debian/stretch/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-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 --keys... | nghiant2710/base-images | balena-base-images/node/orange-pi-zero/debian/bullseye/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,950 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-alpine:3.12-run
ENV GO_VERSION 1.15.7
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] &... | nghiant2710/base-images | balena-base-images/golang/orange-pi-zero/alpine/3.12/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,471 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-ubuntu:focal-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90:... | nghiant2710/base-images | balena-base-images/python/generic-armv7ahf/ubuntu/focal/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-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 -... | resin-io-library/base-images | balena-base-images/python/kitra520/alpine/3.13/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,126 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-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 "virtual... | resin-io-library/base-images | balena-base-images/python/genericx86-64-ext/fedora/35/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,455 |
FROM fedora:21
MAINTAINER Kolla Project (https://launchpad.net/kolla)
# This repository provides crux which permits idempotent operation of RDO
RUN curl https://copr.fedoraproject.org/coprs/sdake/crux/repo/epel-7/sdake-crux-epel-7.repo -o \
/etc/yum.repos.d/sdake-crux-epel-7.repo
# Dependencies required for build... | invenfantasy/kolla | docker/fedora/source/base/Dockerfile | Dockerfile | apache-2.0 | 1,304 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-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 de... | nghiant2710/base-images | balena-base-images/python/raspberrypi3/debian/stretch/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
# AUTOGENERATED FILE
FROM balenalib/artik10-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVittie... | resin-io-library/base-images | balena-base-images/python/artik10/alpine/edge/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:bullseye-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_VERS... | nghiant2710/base-images | balena-base-images/golang/am571x-evm/debian/bullseye/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-debian:stretch-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyse... | nghiant2710/base-images | balena-base-images/node/orangepi-plus2/debian/stretch/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,948 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-alpine:edge-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
;... | resin-io-library/base-images | balena-base-images/node/nanopi-neo-air/alpine/edge/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
# AUTOGENERATED FILE
FROM balenalib/edge-fedora:33-build
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.pool.sks... | nghiant2710/base-images | balena-base-images/node/edge/fedora/33/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-fedora:33-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keys... | resin-io-library/base-images | balena-base-images/node/apalis-imx6q/fedora/33/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-fedora:36-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualen... | resin-io-library/base-images | balena-base-images/python/iot-gate-imx8/fedora/36/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
# AUTOGENERATED FILE
FROM balenalib/up-core-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", si... | resin-io-library/base-images | balena-base-images/python/up-core/fedora/33/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 2,450 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv",... | resin-io-library/base-images | balena-base-images/python/odroid-u3+/fedora/33/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-debian:bullseye-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dep... | nghiant2710/base-images | balena-base-images/python/surface-go/debian/bullseye/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,104 |
FROM gitlab/gitlab-ce:14.4.0-ce.0
| chriamue/home-server | gitlab/Dockerfile | Dockerfile | apache-2.0 | 34 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-debian:stretch-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" || \
... | nghiant2710/base-images | balena-base-images/node/raspberrypi3/debian/stretch/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,791 |
# LICENSE CDDL 1.0 + GPL 2.0
#
# Copyright (c) 2014-2015 Oracle and/or its affiliates. All rights reserved.
#
# ORACLE DOCKERFILES PROJECT
# --------------------------
# This Dockerfile extends the Oracle WebLogic image by creating a sample domain.
#
# Util scripts are copied into the image enabling users to plug NodeM... | NEUNN/dockersource | neunnsy-weblogic12.2.1-domain/Dockerfile | Dockerfile | apache-2.0 | 2,715 |
# AUTOGENERATED FILE
FROM balenalib/n310-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 'dirname... | resin-io-library/base-images | balena-base-images/openjdk/n310-tx2/alpine/3.12/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,757 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-fedora:35-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 Docke... | resin-io-library/base-images | balena-base-images/openjdk/via-vab820-quad/fedora/35/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,325 |
FROM centos:VERSION
# Install basic tools
RUN yum install -y \
file \
git \
redhat-lsb \
tar \
wget \
python3
| chipsalliance/verible | releasing/centos.dockerfile | Dockerfile | apache-2.0 | 181 |
FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror
RUN apk add --no-cache go musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off
# Hack to work around an issue with go on arm64 requiring gcc
RUN [ $(uname -m) = aarch64 ] && apk add --no-cache gcc || true
COPY main.go /go/src/sysctl/
RUN go... | konstruktoid/linuxkit | pkg/sysctl/Dockerfile | Dockerfile | apache-2.0 | 482 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:cosmic-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 ... | nghiant2710/base-images | balena-base-images/openjdk/bananapi-m1-plus/ubuntu/cosmic/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,103 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-fedora:36-run
ENV GO_VERSION 1.17.7
# 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" \
&& ec... | resin-io-library/base-images | balena-base-images/golang/beaglebone-black/fedora/36/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,106 |
FROM qnib/rpi-java8
RUN apt-get install -y bsdtar curl
ENV OH_VER 1.7.1
ENV OH_TARGET_URL https://bintray.com/artifact/download/openhab/bin
RUN mkdir -p /opt/openhab/ && \
curl -fsL ${OH_TARGET_URL}/distribution-${OH_VER}-runtime.zip|bsdtar xf - -C /opt/openhab/ && \
chmod +x /opt/openhab/start.sh
RUN curl -f... | qnib/docker-rpi-openhab | Dockerfile | Dockerfile | apache-2.0 | 937 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-debian:bullseye-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/apalis-imx6q/debian/bullseye/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
FROM busybox
RUN dd if=/dev/urandom of=/random.dummy bs=4M count=1
| xelalexv/dregsy | hack/dummy.Dockerfile | Dockerfile | apache-2.0 | 68 |
# 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 ... | piosz/test-infra | jenkins/e2e-image/Dockerfile | Dockerfile | apache-2.0 | 2,605 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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 depend... | nghiant2710/base-images | balena-base-images/python/odroid-c1/ubuntu/bionic/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,070 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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 \
... | nghiant2710/base-images | balena-base-images/dotnet/jetson-xavier-nx-devkit/debian/bullseye/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,962 |
# vim:set ft=dockerfile:
# Adapted from https://github.com/nginxinc/docker-nginx
FROM solinea/debian:jessie
MAINTAINER Luke Heidecke <luke@solinea.com>
RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62
RUN echo "deb http://nginx.org/packages/mainline/debian/ jessi... | Solinea/docker-nginx | Dockerfile | Dockerfile | apache-2.0 | 782 |
# AUTOGENERATED FILE
FROM balenalib/up-core-fedora:34-build
ENV GO_VERSION 1.15.11
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "8825b72d74b14e82b54ba3697813772eb94add3abf70f021b6bdebe193ed01ec go$GO_VERSION.linux-amd64.tar.gz" | sha25... | nghiant2710/base-images | balena-base-images/golang/up-core/fedora/34/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,007 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-ubuntu:bionic-run
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.... | nghiant2710/base-images | balena-base-images/node/beaglebone-black/ubuntu/bionic/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,924 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-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 \
libicu63 \
libssl1.... | nghiant2710/base-images | balena-base-images/dotnet/jetson-nano-emmc/debian/stretch/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,537 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-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 ... | resin-io-library/base-images | balena-base-images/python/hummingboard2/alpine/3.13/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,131 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.