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 node:4.5
EXPOSE 9001
ENV PORT=9001
COPY app.js .
COPY package.json .
RUN npm install
CMD npm start
| fuzzylabs/bigquery-json-export-service | Dockerfile | Dockerfile | mit | 105 |
FROM mariadb:10.1
RUN \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y python2.7 htop && \
apt-get autoremove -y && \
apt-get autoclean -y && \
rm -rf /tmp/* /var/lib/apt/lists/* && \
true
ADD sqldump/ /sqldump/
| andriyg76/docker | mariadb/Dockerfile | Dockerfile | mit | 259 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.4
# persistent / runtime deps
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
file \
g++ \
gcc \
libc-dev \
make \
pcre-dev \
pkgconf \
re2c
RUN apk add --no-cache --virtual .persistent-deps \
... | snowair/php-docker | 5.6/alpine/Dockerfile | Dockerfile | mit | 4,874 |
# Panubo PHP-Apache
#
# CentOS 7
# PHP 5.4
# Apache 2.4
#
FROM centos:7
ENV S6_RELEASE=1.20.0 S6_VERSION=2.5.1.0 S6_SHA1=b798972cbf46e28f1c5d238f6703aba6edded57e
ENV VOLTGRID_PIE=1.0.8 VOLTGRID_PIE_SHA1=c25926d4ac22ed7963f23463334bfac8e2d5e85f
# Fix the timezone to UTC
RUN ln -snf /usr/share/zoneinfo/UTC /etc/localt... | panubo/docker-php-apache | centos7/Dockerfile | Dockerfile | mit | 3,212 |
FROM webitel/freeswitch-base:latest
RUN apt-get update && apt-get -y build-dep freeswitch
RUN git clone https://github.com/signalwire/freeswitch.git -bv1.10 /freeswitch.git
RUN cd /freeswitch.git && git config pull.rebase true \
&& rm -rf /freeswitch.git/src/mod/event_handlers/mod_amqp \
&& git clone https:/... | webitel/docker-freeswitch | Dockerfile | Dockerfile | mit | 3,414 |
FROM ubuntu:12.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update
RUN apt-get -y install wget ca-certificates
RUN apt-get -y install ocaml libgtk2.0-dev
RUN cd /tmp && wget -q https://github.com/facebook/pfff/archive/v0.27.3.tar.gz && tar zxvf v0.27.3.tar.gz
RUN cd /tmp/pfff-0.27.3 && ./configure --novisual... | polonskiy/php-static-analysis | Dockerfile | Dockerfile | mit | 1,011 |
FROM tatsushid/tinycore:7.2-x86_64
RUN tce-load -wic perl5 compiletc
| cameronbrunner/tinycorelinux-extensions | dev-images/tiny-dev/Dockerfile | Dockerfile | mit | 69 |
FROM buildpack-deps:jessie
# 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
# gpg: key 36580288: public key "Georg Brandl (Python releas... | subdir/docker-python | 3.2/Dockerfile | Dockerfile | mit | 1,685 |
FROM php:7.1-fpm-alpine
MAINTAINER Cedric Michaux <cedric@he8us.be>
ENV PHP_PORT 9000
ENV CONFD_VERSION 0.14.0
ENV IMAGICK_VERSION 3.4.3
EXPOSE $PHP_PORT
COPY entrypoint.sh /app/entrypoint.sh
COPY confd/ /etc/confd
RUN \
curl -L -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/downloa... | he8us/php-fpm-common | 7.1/Dockerfile | Dockerfile | mit | 1,273 |
FROM python:3.9
MAINTAINER Lukas Juhrich der Große <lukasjuhrich@wh2.tu-dresden.de>
ENV DEBIAN_FRONTEND=noninteractive \
LC_ALL=C
RUN apt-get update && apt-get install -y --force-yes --no-install-recommends \
libsasl2-dev \
default-libmysqlclient-dev \
libxml2-dev \
libxslt1-dev \
&& \
apt-get clean && ... | agdsn/sipa | build/Dockerfile | Dockerfile | mit | 839 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-debian:stretch-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "bca4af0c20f86521dfabf3b39fa2f1ceeeb11cebf7e90bdf1de2618c40628539 go$GO_VERSION.linux-arm64.tar.gz"... | nghiant2710/base-images | balena-base-images/golang/cl-som-imx8/debian/stretch/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,002 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-fedora:33-build
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --key... | resin-io-library/base-images | balena-base-images/node/raspberrypicm4-ioboard/fedora/33/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
FROM debian:jessie
RUN apt-get update && apt-get install -y python3 git python3-pip \
libxml2-dev libxslt1-dev python-dev python-virtualenv locales libffi-dev \
build-essential python3-dev zlib1g-dev libssl-dev npm gettext git \
libpq-dev libmysqlclient-dev libmemcached-dev libjpeg-dev \
aqbanking-tools \
--no-in... | akuks/pretix | deployment/docker/standalone/Dockerfile | Dockerfile | apache-2.0 | 1,163 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-fedora:34-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyserv... | resin-io-library/base-images | balena-base-images/node/npe-x500-m3/fedora/34/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,746 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-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... | resin-io-library/base-images | balena-base-images/python/jn30b-nano/debian/bullseye/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,095 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-ubuntu:disco-run
ENV GO_VERSION 1.14.13
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \... | nghiant2710/base-images | balena-base-images/golang/parallella-hdmi-resin/ubuntu/disco/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,365 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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 McVitti... | resin-io-library/base-images | balena-base-images/python/artik530/alpine/3.13/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-fedora:35-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 "virtu... | resin-io-library/base-images | balena-base-images/python/raspberrypi400-64/fedora/35/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-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/beaglebone-black/debian/buster/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-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
# install python ... | nghiant2710/base-images | balena-base-images/python/imx6ul-var-dart/ubuntu/cosmic/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,076 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-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
# in... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit-emmc/ubuntu/bionic/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,085 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-debian:buster-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/buster/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,782 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-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 "Simo... | resin-io-library/base-images | balena-base-images/python/generic-amd64-fde/alpine/3.12/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,850 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-debian:buster-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 ... | nghiant2710/base-images | balena-base-images/node/raspberrypicm4-ioboard/debian/buster/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,950 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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 'dirna... | resin-io-library/base-images | balena-base-images/openjdk/jetson-tx1/alpine/3.14/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-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 \
6A010C516600... | nghiant2710/base-images | balena-base-images/node/jetson-xavier/alpine/3.12/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,028 |
FROM %%DOCKER_NAMESPACE%%/%%DOCKER_PREFIX%%openstack-magnum-alpine:%%DOCKER_TAG%%
ENV OPENSTACK_COMPONENT="magnum-init"
COPY ./assets/ /opt/harbor/assets
RUN set -e && \
set -x && \
cp -rfav /opt/harbor/assets/* / && \
rm -rf /opt/harbor/assets
LABEL license="Apache-2.0" \
vendor="Port Direct" \
... | portdirect/harbor | docker/openstack/openstack-magnum/openstack-magnum-init/Dockerfile | Dockerfile | apache-2.0 | 542 |
# AUTOGENERATED FILE
FROM balenalib/edge-ubuntu:eoan-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
... | nghiant2710/base-images | balena-base-images/python/edge/ubuntu/eoan/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,440 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-ubuntu:cosmic-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" | ... | nghiant2710/base-images | balena-base-images/golang/spacely-tx2/ubuntu/cosmic/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,996 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-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/raspberrypi3/debian/bullseye/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,860 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-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/zc702-zynq7/fedora/33/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-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 ... | resin-io-library/base-images | balena-base-images/python/genericx86-64-ext/alpine/3.12/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,142 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-debian:buster-run
ENV GO_VERSION 1.15.8
# 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/jetson-nano/debian/buster/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,326 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/up-squared/debian/buster/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,538 |
ARG FROM=jenkins/jenkins:lts
FROM ${FROM}
USER root
RUN apt-get -y update \
&& apt-get -y dist-upgrade \
&& find /var/lib/apt/lists -type f -print0 \
| xargs -r0 rm -v
USER jenkins
RUN /usr/local/bin/install-plugins.sh \
$(curl 'https://raw.githubusercontent.com/att-comdev/charts/master/jenkins/tem... | att-comdev/dockerfiles | jenkins/Dockerfile | Dockerfile | apache-2.0 | 350 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-alpine:3.11-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon M... | nghiant2710/base-images | balena-base-images/python/orange-pi-zero/alpine/3.11/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,841 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-fedora:30-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "93a87bdde7d5dd8c7ba0570fd811cebdfb988a6393f5f660f4595566120e0620 go$GO_VERSIO... | nghiant2710/base-images | balena-base-images/golang/solidrun-imx6/fedora/30/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,027 |
# AUTOGENERATED FILE
FROM balenalib/artik5-alpine:3.13-build
ENV GO_VERSION 1.14.13
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ech... | nghiant2710/base-images | balena-base-images/golang/artik5/alpine/3.13/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,335 |
# AUTOGENERATED FILE
FROM balenalib/up-board-ubuntu:cosmic-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some s... | nghiant2710/base-images | balena-base-images/openjdk/up-board/ubuntu/cosmic/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,117 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:focal-run
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.p... | nghiant2710/base-images | balena-base-images/node/bananapi-m1-plus/ubuntu/focal/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
FROM epahomov/docker-spark:spark_2.0_hadoop_2.6
MAINTAINER Pakhomov Egor <pahomov.egor@gmail.com>
LABEL version="zep_0.6.2_java_8_spark_2.1.0_hadoop_2.6"
ARG ZEPPELIN_VERSION="v0.6.2"
ARG SPARK_ZEPPELIN_VERSION="2.0"
ARG MAJOR_HADOOP_VERSION="2.6"
WORKDIR /zeppelin
ENV SPARK_HIVE true
ENV ZEPPELIN_HOME /zeppelin
... | epahomov/docker-zeppelin | Dockerfile | Dockerfile | apache-2.0 | 1,378 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-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/rockpi-4b-rk3399/ubuntu/hirsute/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-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 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/aarch64/debian/bullseye/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,531 |
FROM ubuntu:14.04
RUN apt-get update && apt-get install -y openjdk-7-jdk python-psycopg2 wget zip unzip curl openssh-server psmisc patch
RUN curl -sL https://deb.nodesource.com/setup | bash
RUN apt-get install -y nodejs
WORKDIR /opt
RUN groupadd -r bvc && useradd -r -g bvc bvc
RUN mkdir bvc
ADD SDN-Controller-2.1.0-So... | Elbrys/bvc_docker | Dockerfile | Dockerfile | bsd-3-clause | 1,142 |
FROM williamyeh/ansible:ubuntu12.04-onbuild
MAINTAINER Aloysius Lim
EXPOSE 9200
CMD ["tests/test.sh"]
| aloysius-lim/ansible-elasticsearch_api | tests/ubuntu-precise.Dockerfile | Dockerfile | mit | 104 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-alpine:3.13-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname "$(... | nghiant2710/base-images | balena-base-images/openjdk/fincm3/alpine/3.13/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,755 |
FROM tecnativa/odoo-base:11.0
| PCatinean/docker-odoo-base | tests/scaffoldings/smallest/11.0.Dockerfile | Dockerfile | apache-2.0 | 30 |
FROM ubuntu-debootstrap:precise
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
wget \
&& rm -rf /var/lib/apt/lists/*
| meihuabo/buildpack-deps | precise/curl/Dockerfile | Dockerfile | mit | 170 |
###############################################################################
# Copyright 2015 Google Inc. All rights reserved.
#
# 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:... | paulsaurels/spring-boot-docker | examples/helloworld-service/Dockerfile | Dockerfile | apache-2.0 | 817 |
FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.3
ADD elasticsearch.yml /usr/share/elasticsearch/config/
USER root
RUN chown elasticsearch:elasticsearch config/elasticsearch.yml
USER elasticsearch | narahari92/metamodel | elasticsearch/rest/src/test/resources/Dockerfile | Dockerfile | apache-2.0 | 203 |
FROM openjdk:8-jdk
WORKDIR /ringojs_framework
ENV RINGOJS_VERSION 1.1.0
RUN curl -sL -O https://github.com/ringo/ringojs/releases/download/v${RINGOJS_VERSION}/ringojs-${RINGOJS_VERSION}.tar.gz
RUN tar xf ringojs-${RINGOJS_VERSION}.tar.gz
ENV RINGOJS_HOME /ringojs_framework/ringojs-${RINGOJS_VERSION}
ENV PATH ${RINGOJS... | sxend/FrameworkBenchmarks | frameworks/JavaScript/ringojs/ringojs-convenient.dockerfile | Dockerfile | bsd-3-clause | 879 |
# 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 ... | aweiteka/cri-o | vendor/k8s.io/kubernetes/cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile | Dockerfile | apache-2.0 | 2,638 |
# set author and base
FROM fedora
MAINTAINER Luis Pabón <lpabon@redhat.com>
LABEL version="1.3.1"
LABEL description="Development build"
# let's setup all the necessary environment variables
ENV BUILD_HOME=/build
ENV GOPATH=$BUILD_HOME/golang
ENV PATH=$GOPATH/bin:$PATH
ENV HEKETI_BRANCH="master"
RUN curl https://glid... | raffaelespazzoli/origin | vendor/github.com/heketi/heketi/extras/docker/fromsource/Dockerfile | Dockerfile | apache-2.0 | 1,294 |
FROM nodesource/fedora20-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_0.12/fc/20/x86_64/nodejs-0.12.1-1nodesource.fc20.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm
RUN npm install -g pangyp\
&& ln -s $(which pangyp)... | nodesource/docker-node | fedora/20/node/0.12.1/Dockerfile | Dockerfile | mit | 478 |
FROM ubuntu:14.04
# Install dependencies
RUN apt-get update -y
RUN apt-get install -y git curl apache2 build-essential checkinstall python python-setuptools memcached postgresql postgresql-contrib python-psycopg2 libpq-dev libapache2-mod-wsgi
# Install pip's dependency: setuptools:
RUN apt-get install -y python pyt... | artemis-consulting/prototype-pool3 | deployment/Dockerfile | Dockerfile | mit | 2,034 |
FROM usrjim
MAINTAINER Jim Cheung <usr.jim@gmail.com>
RUN apt-get install -y rabbitmq-server
RUN rabbitmq-plugins enable rabbitmq_management
RUN echo "[{rabbit, [{loopback_users, []}]}]." > /etc/rabbitmq/rabbitmq.config
EXPOSE 5672 15672
CMD ["rabbitmq-server"]
| usrjim/dockerfiles | dockerfiles/rabbitmq/Dockerfile | Dockerfile | mit | 264 |
FROM base/archlinux
MAINTAINER Spencer Rinehart <anubis@overthemonkey.com>
COPY php/php-4.3.2-1-x86_64.pkg.tar.xz /tmp/php-4.3.2-1-x86_64.pkg.tar.xz
RUN pacman --upgrade --noconfirm --noprogressbar /tmp/php-4.3.2-1-x86_64.pkg.tar.xz
ADD php.ini /etc/php/php.ini
CMD ["php"]
| francis826/docker-php-minimal | php-4.3.2/Dockerfile | Dockerfile | mit | 279 |
FROM node:latest
MAINTAINER stuffy@std-lab.co.za
RUN apt-get update && \
apt-get -y install \
git \
ruby-dev \
rubygems && \
npm install -g bower && \
npm install -g grunt-cli && \
npm install -g yo && \
npm install -g generator-angular && \
gem install sass && \
gem install compass && \
ap... | stuffy-the-dragon/docker-seasponge | Dockerfile | Dockerfile | mit | 623 |
FROM centos:7
LABEL com.signalsciences.base-os_name=centos \
com.signalsciences.base-os_version=7 \
com.signalsciences.base-server_name=nginx \
com.signalsciences.base-server_version=1.2.9
ENV NGINX_VERSION=1.2.9 \
NGINX_LUA=0.9.19 \
NGINX_DEVEL=0.2.19 \
LUAJIT=2.0.4
RUN set -ex \
... | signalsciences/os-server-combos | sigsciserverimg/centos_7-nginx_1.2.9/Dockerfile | Dockerfile | mit | 1,765 |
FROM sierratecnologia/gvm
# Defines environment variables
ENV GROOVY_VERSION 2.4.0
# Installs Groovy
RUN /bin/bash -c "source /root/.gvm/bin/gvm-init.sh && gvm install groovy ${GROOVY_VERSION}"
ENV GROOVY_HOME /root/.gvm/groovy/current
ENV PATH $GROOVY_HOME/bin:$PATH
WORKDIR /source
ENTRYPOINT ["groovy", "-Dgrape.r... | ricardorsierra/dockerfiles | groovy/2.4.0/Dockerfile | Dockerfile | mit | 336 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-ubuntu:disco-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.p... | nghiant2710/base-images | balena-base-images/node/jetson-nano-emmc/ubuntu/disco/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-debian:buster-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/raspberrypi3/debian/buster/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,789 |
FROM centos:6
ENV dub_filename dub-0.9.23-1.x86_64.rpm
ENV dub_url http://code.dlang.org/files/$dub_filename
ENV dmd_filename dmd-2.067.1-0.fedora.x86_64.rpm
ENV dmd_url http://downloads.dlang.org/releases/2.x/2.067.1/$dmd_filename
WORKDIR /
RUN yum -y install gcc glibc-devel make ncurses-devel openssl-devel autoconf... | erln8/erln8 | binary_gen/centos6/Dockerfile | Dockerfile | apache-2.0 | 436 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-debian:stretch-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1 ... | resin-io-library/base-images | balena-base-images/dotnet/jetson-nano-emmc/debian/stretch/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,534 |
# AUTOGENERATED FILE
FROM balenalib/i386-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 dependenci... | nghiant2710/base-images | balena-base-images/python/i386/debian/stretch/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,089 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-ubuntu:eoan-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_VERSION.... | nghiant2710/base-images | balena-base-images/golang/nitrogen6x/ubuntu/eoan/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,024 |
FROM centos:7
MAINTAINER ly
ADD redis_cluster.lua /
ADD nginx.conf /
ADD redis.lua /
WORKDIR /
RUN yum -y upgrade && yum install -y gcc gcc-c++ readline-devel pcre-devel openssl-devel tcl perl wget make \
&& wget http://luajit.org/download/LuaJIT-2.0.4.tar.gz \
&& wget http://openresty.org/download/ngx_openre... | onealcenter/LY | nginx.lua.D/Dockerfile | Dockerfile | apache-2.0 | 1,056 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-alpine:3.15-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 'dir... | resin-io-library/base-images | balena-base-images/openjdk/orangepi-plus2/alpine/3.15/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-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 dependen... | nghiant2710/base-images | balena-base-images/python/n510-tx2/ubuntu/focal/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,065 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-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/beaglebone-pocket/debian/bullseye/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,792 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-fedora:34-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 "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "02b111284bedbfa35a7e5b74a0... | resin-io-library/base-images | balena-base-images/golang/intel-nuc/fedora/34/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,085 |
FROM ubuntu
RUN apt-get update > /dev/null \
&& apt-get upgrade -y > /dev/null && \
apt-get install openjdk-11-jre -y > /dev/null && \
apt-get install curl gnupg2 apt-utils sudo -y > /dev/null
COPY target/uberjar/dda-managed-ide-standalone.jar /app/dda-managed-ide-standalone.jar
COPY integration/docker/im... | DomainDrivenArchitecture/dda-managed-ide | integration/docker/image/Dockerfile | Dockerfile | apache-2.0 | 507 |
# AUTOGENERATED FILE
FROM balenalib/nuc-fedora:33-run
ENV GO_VERSION 1.16
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "013a489ebb3e24ef3d915abe5b94c3286c... | nghiant2710/base-images | balena-base-images/golang/nuc/fedora/33/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,075 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-alpine:3.13-run
ENV NODE_VERSION 14.15.4
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 \
6... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-gateway/alpine/3.13/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 3,039 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-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 depe... | resin-io-library/base-images | balena-base-images/python/imx8m-var-dart/debian/sid/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,089 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-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 \
... | resin-io-library/base-images | balena-base-images/node/cnx100-xavier-nx/alpine/3.15/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
FROM openjdk:8-jre-alpine
LABEL maintainer="Arnaud Deprez <arnaudeprez@gmail.com>"
ENV DOCKERIZE_VERSION v0.2.0
#This works with elasticsearch 1.7.3
ENV ELASTICSEARCH_JDBC_VERSION 1.7.3.0
# Install dockerize
RUN apk add --no-cache curl &&\
curl -sSL https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE... | arnaud-deprez/docker | elasticsearch-jdbc-base/1.7.3/Dockerfile | Dockerfile | apache-2.0 | 1,199 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-ubuntu:eoan-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \
&& echo "a168c7e03e305d33a5651acb5bfdbfb5141053a0d98f06af3e1e5081167af963 go$GO_VERSION.linux-386.tar.gz" | sha256s... | nghiant2710/base-images | balena-base-images/golang/qemux86/ubuntu/eoan/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 1,998 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-ubuntu:bionic-build
ENV NODE_VERSION 14.16.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 ... | nghiant2710/base-images | balena-base-images/node/npe-x500-m3/ubuntu/bionic/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
FROM balenalib/aarch64-fedora:34-build
LABEL io.balena.device-type="jetson-xavier-nx-devkit-seeed-2mic-hat"
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... | resin-io-library/base-images | balena-base-images/device-base/jetson-xavier-nx-devkit-seeed-2mic-hat/fedora/34/build/Dockerfile | Dockerfile | apache-2.0 | 1,026 |
FROM dockbit/base:latest
MAINTAINER The Dockbit Team "team@dockbit.com"
# Install Packer
USER root
WORKDIR /tmp
COPY components/packer.sh .
RUN ./packer.sh && rm -f packer.sh
# Execution environment
COPY docker-entrypoint.sh /docker-entrypoint.sh
USER dockbit
WORKDIR /home/dockbit
ENTRYPOINT ["/docker-entrypoint.sh"] | Dockbit/library | packer/Dockerfile | Dockerfile | apache-2.0 | 320 |
FROM java:openjdk-8u66-jre
MAINTAINER nimble-srfg@salzburgresearch.at
ENV UAA_CONFIG_PATH /uaa
ENV CATALINA_HOME /tomcat
ADD entrypoint.sh /tmp/
ADD dev.yml /uaa/uaa.yml
RUN chmod +x /tmp/entrypoint.sh
# install tomcat
RUN wget -q https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.28/bin/apache-tomcat-8.0.28.tar.g... | nimble-platform/core-cloud-infrastructure | docker/uaa/Dockerfile | Dockerfile | apache-2.0 | 878 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-alpine:3.11-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; d... | nghiant2710/base-images | balena-base-images/node/jetson-xavier/alpine/3.11/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,958 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-alpine:3.14-run
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51660065... | resin-io-library/base-images | balena-base-images/node/vab820-quad/alpine/3.14/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,020 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-ubuntu:bionic-build
ENV GO_VERSION 1.14.13
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 "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO_VERS... | nghiant2710/base-images | balena-base-images/golang/var-som-mx6/ubuntu/bionic/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,031 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-alpine:3.14-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'd... | resin-io-library/base-images | balena-base-images/openjdk/cnx100-xavier-nx/alpine/3.14/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,765 |
# AUTOGENERATED FILE
FROM balenalib/up-core-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 ... | nghiant2710/base-images | balena-base-images/python/up-core/ubuntu/bionic/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-debian:bookworm-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
#... | resin-io-library/base-images | balena-base-images/openjdk/beaglebone-green-wifi/debian/bookworm/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,751 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-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! D... | nghiant2710/base-images | balena-base-images/openjdk/intel-nuc/fedora/32/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,330 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-ubuntu:xenial-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.c... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/ubuntu/xenial/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,915 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-ubuntu:disco-build
ENV NODE_VERSION 14.16.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... | nghiant2710/base-images | balena-base-images/node/orange-pi-one/ubuntu/disco/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-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: p... | nghiant2710/base-images | balena-base-images/python/colibri-imx6dl/ubuntu/focal/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:xenial-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/raspberry-pi2/ubuntu/xenial/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,357 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-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 McVittie... | resin-io-library/base-images | balena-base-images/python/aarch64/alpine/3.12/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# 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... | resin-io-library/base-images | balena-base-images/python/beaglebone-green/debian/buster/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,097 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-ubuntu:disco-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.... | nghiant2710/base-images | balena-base-images/node/hummingboard2/ubuntu/disco/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-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... | nghiant2710/base-images | balena-base-images/python/imx8mm-var-dart/debian/stretch/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,100 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-ubuntu:cosmic-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.co... | nghiant2710/base-images | balena-base-images/node/beaglebone/ubuntu/cosmic/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-debian:stretch-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.g... | nghiant2710/base-images | balena-base-images/golang/up-core-plus/debian/stretch/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,020 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-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-krb5-2... | resin-io-library/base-images | balena-base-images/dotnet/var-som-mx6/debian/bullseye/6.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,174 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.