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/artik530-ubuntu:disco-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.p... | nghiant2710/base-images | balena-base-images/node/artik530/ubuntu/disco/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/generic-fedora:36-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 keyserve... | resin-io-library/base-images | balena-base-images/node/generic/fedora/36/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-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 McVi... | nghiant2710/base-images | balena-base-images/python/zc702-zynq7/alpine/edge/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-ubuntu:bionic-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "6f1354c9040d65d1622b451f43c324c1e5197aa9242d00c5a117d0e2625f3e0d go$GO_VERSION.linux-amd64.tar.gz" ... | nghiant2710/base-images | balena-base-images/golang/surface-go/ubuntu/bionic/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,016 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-alpine:3.14-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/colibri-imx6dl/alpine/3.14/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,132 |
##
# Copyright 2014-2016 Blue Snowman
#
# 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 ... | bluesnowman/fphp-saber | Dockerfile | Dockerfile | apache-2.0 | 1,191 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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 6... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-wifi/debian/bullseye/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,244 |
# AUTOGENERATED FILE
FROM balenalib/edison-ubuntu:bionic-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \
&& echo "48b2d1481db756c88c18b1f064dbfc3e265ce4a775a23177ca17e25d13a24c5d go$GO_VERSION.linux-386.tar.gz" | sha256s... | nghiant2710/base-images | balena-base-images/golang/edison/ubuntu/bionic/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 1,999 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-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 McVit... | nghiant2710/base-images | balena-base-images/python/nitrogen6x/alpine/3.12/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,837 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-alpine:3.14-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 \
6A010C5166006599AA17F08146C2130DFD2497... | resin-io-library/base-images | balena-base-images/node/raspberrypicm4-ioboard/alpine/3.14/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
FROM ubuntu:14.04.3
MAINTAINER warwing@gmx.de
# this is a non-interactive automated build - avoid some warning messages
ENV DEBIAN_FRONTEND noninteractive
# CONFIGURATION VARIABLES
ARG TINE20_VERSION=2016.03.1
ARG TINE20_SERVER_NAME=localhost
ARG TINE20_SERVER_ALIAS=localhost
ARG TINE20_DB_HOST=172.17.0.1
ARG TINE20... | warwing/docker-tine20-external-mysql | Dockerfile | Dockerfile | apache-2.0 | 2,810 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-debian:stretch-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: ... | resin-io-library/base-images | balena-base-images/python/generic-amd64/debian/stretch/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,866 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-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 McV... | resin-io-library/base-images | balena-base-images/python/up-core-plus/alpine/3.13/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,845 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-alpine:3.10-build
ENV GO_VERSION 1.14.13
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ... | nghiant2710/base-images | balena-base-images/golang/odroid-c1/alpine/3.10/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,338 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-debian:buster-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=' \
curl \
' \
&& apt-ge... | nghiant2710/base-images | balena-base-images/golang/surface-go/debian/buster/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,340 |
# AUTOGENERATED FILE
FROM balenalib/edge-debian:jessie-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some sample ... | nghiant2710/base-images | balena-base-images/openjdk/edge/debian/jessie/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,097 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-ubuntu:bionic-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/orange-pi-zero/ubuntu/bionic/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,358 |
FROM docker/whalesay:latest
ENV http_proxy http://10.0.2.2:3128
ENV https_proxy https://10.0.2.2:3128
RUN apt-get -y update && apt-get install -y fortunes
CMD /usr/games/fortune -a | cowsay
| omad/damootils | docker/mydockerbuild/Dockerfile | Dockerfile | apache-2.0 | 193 |
FROM golang:1
RUN \
apt-get update \
&& apt-get install -y \
lsof \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
| cloudfoundry/bosh-utils | ci/docker/bosh-utils/Dockerfile | Dockerfile | apache-2.0 | 131 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-fedora:30-build
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | nghiant2710/base-images | balena-base-images/node/beaglebone-pocket/fedora/30/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-alpine:3.11-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 ]... | nghiant2710/base-images | balena-base-images/golang/raspberrypi4-64/alpine/3.11/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,474 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-fedora:31-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/up-core-plus/fedora/31/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,337 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-alpine:3.11-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.co... | nghiant2710/base-images | balena-base-images/golang/beaglebone-pocket/alpine/3.11/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,346 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-fedora:31-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.... | nghiant2710/base-images | balena-base-images/node/smarc-px30/fedora/31/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,747 |
FROM openjdk:11-ea-24-jdk
RUN apt-get update && \
apt-get install -y git && \
apt-get install -y libxml2-utils && \
apt-get install -y jq
ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh /opt/
ENV DOCKER_VERSION=17.05.0-ce \
ENTRYKIT_VERSION=0.4.0
RUN a... | felipeg48/spring-boot | ci/images/spring-boot-jdk11-ci-image/Dockerfile | Dockerfile | apache-2.0 | 1,043 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-ubuntu:eoan-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "951a3c7c6ce4e56ad883f97d9db74d3d6d80d5fec77455c6ada6c1f7ac4776d2 go$GO_VERSION.linux-amd64.tar.gz" | s... | nghiant2710/base-images | balena-base-images/golang/surface-go/ubuntu/eoan/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,010 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-ubuntu:xenial-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: pub... | resin-io-library/base-images | balena-base-images/python/vab820-quad/ubuntu/xenial/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
FROM ubuntu:hirsute
LABEL io.balena.architecture="amd64"
RUN apt-get update && apt-get install -y --no-install-recommends \
sudo \
ca-certificates \
findutils \
gnupg \
dirmngr \
inetutils-ping \
netbase \
curl \
udev \
$( \
if apt-cache show 'iproute' 2>/dev/null | grep -q '^Version:'; then ... | resin-io-library/base-images | balena-base-images/amd64/ubuntu/hirsute/build/Dockerfile | Dockerfile | apache-2.0 | 3,483 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-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/raspberry-pi2/debian/buster/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
FROM ruby:2.2.2
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN groupadd -r postgres && useradd -r -g postgres postgres
# grab gosu for easy step-down from root
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys B42F6819007F00F88E... | armakuni/docker-cci-ruby-node | Dockerfile | Dockerfile | apache-2.0 | 5,070 |
# AUTOGENERATED FILE
FROM balenalib/artik10-debian:buster-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/artik10/debian/buster/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,126 |
FROM google/dart
ENV PATH $PATH:/root/.pub-cache/bin
RUN pub global activate webdev
ENTRYPOINT ["webdev"]
| GoogleCloudPlatform/cloud-builders-community | webdev/Dockerfile | Dockerfile | apache-2.0 | 106 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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 --keyserver k... | nghiant2710/base-images | balena-base-images/node/artik530/debian/stretch/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-alpine:3.14-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk ad... | resin-io-library/base-images | balena-base-images/python/jetson-nano/alpine/3.14/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,127 |
FROM ubuntu:14.04.1
COPY ./scripts/bootstrap /scripts/bootstrap
RUN /scripts/bootstrap
WORKDIR /source
| rancher/node-agent | Dockerfile | Dockerfile | apache-2.0 | 103 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-debian:stretch-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1 \... | nghiant2710/base-images | balena-base-images/dotnet/jetson-xavier/debian/stretch/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,137 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-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 p... | nghiant2710/base-images | balena-base-images/python/parallella-hdmi-resin/ubuntu/cosmic/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,080 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-ubuntu:focal-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | nghiant2710/base-images | balena-base-images/node/raspberrypi3-64/ubuntu/focal/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-debian:jessie-run
ENV GO_VERSION 1.16
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-g... | nghiant2710/base-images | balena-base-images/golang/jetson-xavier/debian/jessie/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,324 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-debian:stretch-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt... | nghiant2710/base-images | balena-base-images/golang/var-som-mx6/debian/stretch/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,359 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-debian:jessie-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | nghiant2710/base-images | balena-base-images/node/colibri-imx6/debian/jessie/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-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/orangepi-plus2/fedora/33/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-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: pu... | resin-io-library/base-images | balena-base-images/python/zc702-zynq7/debian/stretch/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,855 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-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: pu... | nghiant2710/base-images | balena-base-images/python/raspberry-pi/debian/buster/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,857 |
# AUTOGENERATED FILE
FROM balenalib/artik5-alpine:edge-run
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 buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599AA17... | nghiant2710/base-images | balena-base-images/node/artik5/alpine/edge/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,019 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-ubuntu:bionic-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 --keyserve... | resin-io-library/base-images | balena-base-images/node/blackboard-tx2/ubuntu/bionic/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-debian:bullseye-build
ENV NODE_VERSION 10.23.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/firefly-rk3288/debian/bullseye/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,795 |
# Rocksdb
#
# Version 0.0.1
# Based on https://github.com/amimimor/docker-rocksdb/blob/master/Dockerfile
# use ubuntu lts base image
FROM ubuntu:14.04
# update
RUN apt-get update -y
# Install git
RUN apt-get install -y git
#
# based on Rocksdb install.md:
#
# Upgrade your gcc to version at least 4.7 to get C++11 s... | phillbaker/docker-rocksdb-ruby | Dockerfile | Dockerfile | bsd-2-clause | 1,000 |
# 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... | Crevil/grpc | tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile | Dockerfile | apache-2.0 | 1,995 |
FROM learninglayers/base
MAINTAINER István Koren
RUN apt-get -y install mysql-client pwgen
COPY create-database-user.sh /create-database-user.sh
RUN chmod +x /create-database-user.sh
ENTRYPOINT ["/create-database-user.sh"]
| learning-layers/Layers-Dockerfiles | mysql-create/Dockerfile | Dockerfile | apache-2.0 | 227 |
FROM scratch
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL works.weave.role=system
WORKDIR /home/weave
ADD ./weaver /home/weave/
ADD weavedata.db /weavedb/
COPY ca-certificates.crt /etc/ssl/certs/
ENTRYPOINT ["/home/weave/weaver"]
| n054/weave | prog/weaver/Dockerfile | Dockerfile | apache-2.0 | 236 |
FROM balenalib/armv7hf-debian:stretch-build
LABEL io.balena.device-type="cubox-i"
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 ] && mkdir... | nghiant2710/base-images | balena-base-images/device-base/cubox-i/debian/stretch/build/Dockerfile | Dockerfile | apache-2.0 | 1,092 |
# AUTOGENERATED FILE
FROM balenalib/up-core-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 ... | nghiant2710/base-images | balena-base-images/openjdk/up-core/alpine/3.12/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,775 |
# This Dockerfile installs a compiled binary into an image with no system at all.
# You must either commit your compiled binary into source control (not recommended)
# or build the binary first as part of a CI/CD pipeline.
# Your binary must be statically compiled with no dynamic dependencies on system libraries.
# e.g... | stoplightio/gitlabhq | vendor/Dockerfile/Binary-scratch.Dockerfile | Dockerfile | mit | 649 |
FROM python:2.7 as builder
WORKDIR /build
COPY chroma-manager.conf.template ./
COPY docker/setup-nginx ./
RUN ./setup-nginx
FROM nginx:alpine
ENV DOCKERIZE_VERSION v0.6.1
ENV HTTPS_FRONTEND_PORT 7443
RUN apk update && apk upgrade && \
apk add --no-cache openssl \
&& wget https://github.com/jwilder/dockerize/relea... | intel-hpdd/intel-manager-for-lustre | docker/nginx.dockerfile | Dockerfile | mit | 1,051 |
# GENERATED FROM Dockerfile.template-curl
FROM vicamo/debian:jessie-armhf
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
netbase \
wget \
&& rm -rf /var/lib/apt/lists/*
RUN set -ex; \
if ! command -v gpg > /dev/null; then \
apt-get update; \
apt-get instal... | vicamo/docker-buildpack-deps | jessie/armhf/curl/Dockerfile | Dockerfile | mit | 418 |
FROM percona:5.7
WORKDIR /opt/project
ENV TERM=xterm
ADD etc/container /etc/containername
| Gixx/docker-builder | resources/mysql/Dockerfile | Dockerfile | mit | 94 |
#
# BUILD : DF/[ATLASSIAN][PROXY][NGINX]
# OS/CORE : debian:8
# SERVICES : nginx 1.9.9
#
# VERSION 1.0.1
#
FROM nginx:1.9.9
MAINTAINER Patrick Paechnatz <patrick.paechnatz@gmail.com>
LABEL com.container.vendor="dunkelfrosch impersonate" \
com.container.service="atlassian/proxy/nginx" \
com.container.p... | dunkelfrosch/docker-atlassian-wb | df-atls-nginx-proxy/Dockerfile | Dockerfile | mit | 3,093 |
# Dockerfile Bareos client/file daemon
FROM ubuntu:focal
LABEL maintainer="barcus@tou.nu"
ARG BUILD_DATE
ARG NAME
ARG VCS_REF
ARG VERSION
LABEL org.label-schema.schema-version="1.0" \
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name=$NAME \
org.label-schema.vcs-ref=$VCS_REF \
o... | barcus/bareos | client/21-ubuntu/Dockerfile | Dockerfile | mit | 1,446 |
# GENERATED FROM Dockerfile.template-curl
FROM vicamo/debian:stretch-mips64el
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
netbase \
wget \
&& rm -rf /var/lib/apt/lists/*
RUN set -ex; \
if ! command -v gpg > /dev/null; then \
apt-get update; \
apt-get in... | vicamo/docker-buildpack-deps | stretch/mips64el/curl/Dockerfile | Dockerfile | mit | 422 |
#
# Docker image for
#
# phpipam (http://phpipam.net/)
#
#
# Create:
#
# sudo docker build --rm -t akaer/phpipam . 2>&1 |tee docker_build.log
#
# Run:
#
# 1. Create data container that holds wiki data:
#
# sudo docker create \
# -v /var/lib/nginx/html/phpipam \
# --name phpipam_data akaer/phpipam /bin/true
#
# 2. ... | akaer/Dockerfiles | phpipam/web/Dockerfile | Dockerfile | mit | 3,227 |
FROM nodesource/xenial-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl https://deb.nodesource.com/node_4.x/pool/main/n/nodejs/nodejs_4.4.7-1nodesource1~xenial1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb
RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(whic... | nodesource/docker-node | ubuntu/xenial/node/4.4.7/Dockerfile | Dockerfile | mit | 553 |
FROM develop/npm
RUN npm install -g grunt-cli
ENTRYPOINT ["grunt"]
| plause/dockerfiles | develop/grunt/Dockerfile | Dockerfile | mit | 69 |
FROM httpd:latest
COPY ./app/ /usr/local/apache2/htdocs/
# To start it run... Maps port 80 to localhost:8000
# docker build -t my-apache2 .
$ docker run -dit -p 8000:80 --name my-running-app my-apache2
| domenicbove/angular-template | Dockerfile | Dockerfile | mit | 202 |
FROM python:3-alpine
ONBUILD ADD requirements.txt /tmp/
ONBUILD RUN pip install -r /tmp/requirements.txt
| guneysus/docker-images | python/3-onbuild/Dockerfile | Dockerfile | mit | 106 |
# AUTOGENERATED FILE
FROM balenalib/amd64-fedora:34-run
ENV NODE_VERSION 10.24.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/amd64/fedora/34/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 Dockerf... | nghiant2710/base-images | balena-base-images/openjdk/raspberrypi4-64/fedora/32/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,321 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-alpine:edge-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; d... | nghiant2710/base-images | balena-base-images/node/apalis-imx6q/alpine/edge/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,959 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-ubuntu:xenial-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 --keyserve... | resin-io-library/base-images | balena-base-images/node/solidrun-imx6/ubuntu/xenial/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
FROM busybox:ubuntu-14.04
MAINTAINER https://github.com/cloudfoundry-incubator/diego-dockerfiles
ENV VCAP_APPLICATION {}
ENV BAD_QUOTE '
ENV BAD_SHELL $1
ENV HOME /home/some_docker_user
ENV SOME_VAR some_docker_value
EXPOSE 8080
COPY dockerapp /myapp/dockerapp
WORKDIR /myapp
CMD ["./dockerapp"]
| georgethebeatle/diego-dockerfiles | diego-docker-app/Dockerfile | Dockerfile | apache-2.0 | 296 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:32-build
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/surface-pro-6/fedora/32/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-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/colibri-imx6dl/debian/buster/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,859 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-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... | resin-io-library/base-images | balena-base-images/python/armv7hf/debian/stretch/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,851 |
# AUTOGENERATED FILE
FROM balenalib/amd64-debian:buster-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/amd64/debian/buster/6.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,179 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-alpine:3.11-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 ] &... | nghiant2710/base-images | balena-base-images/golang/imx8m-var-dart/alpine/3.11/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,471 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-ubuntu:disco-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_VERSION... | nghiant2710/base-images | balena-base-images/golang/apalis-imx6q/ubuntu/disco/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,024 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-ubuntu:cosmic-build
ENV GO_VERSION 1.15.11
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 "f5253eb04ed6b92e49cb0cbc57a80b4777ce27c6590e05a5c91095870e8632a0 go$GO_VER... | nghiant2710/base-images | balena-base-images/golang/revpi-core-3/ubuntu/cosmic/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-debian:sid-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver k... | nghiant2710/base-images | balena-base-images/node/revpi-core-3/debian/sid/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,938 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-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.
#
# ... | resin-io-library/base-images | balena-base-images/openjdk/generic-amd64-fde/debian/bullseye/16-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,030 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-fedora:34-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualen... | resin-io-library/base-images | balena-base-images/python/iot-gate-imx8/fedora/34/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,440 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-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
# ... | nghiant2710/base-images | balena-base-images/python/jetson-xavier-nx-devkit-emmc/ubuntu/bionic/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,222 |
# AUTOGENERATED FILE
FROM balenalib/edison-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: public... | nghiant2710/base-images | balena-base-images/python/edison/debian/bullseye/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,857 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-alpine:3.10-run
ENV GO_VERSION 1.16
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && e... | nghiant2710/base-images | balena-base-images/golang/orange-pi-one/alpine/3.10/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,466 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-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 --keyserver... | nghiant2710/base-images | balena-base-images/node/nanopc-t4/debian/bullseye/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,941 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-alpine:3.13-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 \
; do ... | resin-io-library/base-images | balena-base-images/node/qemux86-64/alpine/3.13/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,958 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-ubuntu:disco-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... | nghiant2710/base-images | balena-base-images/node/orangepi-plus2/ubuntu/disco/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/edison-ubuntu:bionic-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.com --... | nghiant2710/base-images | balena-base-images/node/edison/ubuntu/bionic/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,939 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-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 63C7CC9... | nghiant2710/base-images | balena-base-images/python/jetson-nano-emmc/debian/stretch/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,863 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-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 \
l... | resin-io-library/base-images | balena-base-images/dotnet/raspberrypicm4-ioboard/ubuntu/focal/5.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-alpine:3.14-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/nitrogen6x/alpine/3.14/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-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... | nghiant2710/base-images | balena-base-images/python/beagleboard-xm/alpine/edge/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,534 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-alpine:edge-run
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 ] && echo... | nghiant2710/base-images | balena-base-images/golang/kitra710/alpine/edge/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,465 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-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: p... | resin-io-library/base-images | balena-base-images/python/jetson-nano/debian/bullseye/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,857 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-debian:jessie-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserv... | nghiant2710/base-images | balena-base-images/node/raspberry-pi2/debian/jessie/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-debian:sid-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver ke... | resin-io-library/base-images | balena-base-images/node/imx7-var-som/debian/sid/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,930 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-ubuntu:focal-build
ENV GO_VERSION 1.17.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "a5aa1ed17d45ee1d58b4a4099b12f8942acbd1dd09b2e9a6abb1c4898043c5f5 go$GO_VERSION.linux-arm64.tar.g... | resin-io-library/base-images | balena-base-images/golang/generic-aarch64/ubuntu/focal/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,002 |
# Copyright 2018 The 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 writ... | pszemus/grpc | tools/dockerfile/test/python_stretch_3.5_x64/Dockerfile | Dockerfile | apache-2.0 | 1,912 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-ubuntu:cosmic-run
ENV NODE_VERSION 10.24.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 keyse... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/ubuntu/cosmic/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,929 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-debian:jessie-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "93a87bdde7d5dd8c7ba0570fd811cebdfb988a6393f5f660f4595566120e0620 go$GO_VER... | nghiant2710/base-images | balena-base-images/golang/hummingboard/debian/jessie/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# Copyright 2017 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 ... | shashidharatd/test-infra | prow/cmd/plank/Dockerfile | Dockerfile | apache-2.0 | 685 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.