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/odroid-u3+-debian:bullseye-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/odroid-u3+/debian/bullseye/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,940 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-fedora:34-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", ... | nghiant2710/base-images | balena-base-images/python/intel-nuc/fedora/34/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,452 |
FROM ubuntu:16.04
MAINTAINER bjozsa@att.com
ENV KOLLA_BASE=ubuntu \
KOLLA_TYPE=source \
KOLLA_TAG=3.0.1 \
KOLLA_PROJECT=keystone \
KOLLA_NAMESPACE=kolla \
KOLLA_VERSION=3.0.1 \
DOCKER_USER=docker-user \
DOCKER_PASS=docker-pass \
DOCKER_REGISTRY=quay.io \
DEBIAN_FRONTEND=noninteract... | att-comdev/dockerfiles | kolla-builder/Dockerfile | Dockerfile | apache-2.0 | 2,061 |
# AUTOGENERATED FILE
FROM balenalib/rpi-alpine:3.13-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 ] && echo 'ho... | nghiant2710/base-images | balena-base-images/golang/rpi/alpine/3.13/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,462 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-alpine:edge-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/surface-go/alpine/edge/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-debian:bullseye-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --k... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/debian/bullseye/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-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/hummingboard/debian/buster/6.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,911 |
FROM balenalib/aarch64-alpine:3.11-run
LABEL io.balena.device-type="raspberrypi4-64"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
raspberrypi \
raspberrypi-libs \
raspberrypi-dev \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messa... | nghiant2710/base-images | balena-base-images/device-base/raspberrypi4-64/alpine/3.11/run/Dockerfile | Dockerfile | apache-2.0 | 1,077 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-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 de... | resin-io-library/base-images | balena-base-images/python/hummingboard2/ubuntu/bionic/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,070 |
# Dockerfile to run a linux quake live server
FROM ubuntu:16.04
MAINTAINER Dan Padgett <dumbledore3@gmail.com>
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y libc6:i386 libstdc++6:i386 wget software-properties-common
#RUN add-apt-repository ppa:fkrull/deadsnakes
#RUN apt-get update
RUN apt-... | dpadgett/ql-docker | Dockerfile | Dockerfile | apache-2.0 | 2,343 |
# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,... | google/fuzzbench | benchmarks/bloaty_fuzz_target/Dockerfile | Dockerfile | apache-2.0 | 959 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-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 dep... | resin-io-library/base-images | balena-base-images/python/spacely-tx2/debian/stretch/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
FROM google/cloud-sdk:alpine
# hadolint ignore=DL3017,DL3018,DL3019
RUN apk update \
&& apk upgrade \
&& apk add ca-certificates && rm -rf /var/cache/apk/* \
&& gcloud components install kubectl -q --no-user-output-enabled
COPY mason /usr/bin/mason
RUN chmod +x /usr/bin/mason
ENTRYPOINT ["/usr/bin/mason"]
| istio/test-infra | boskos/cmd/mason/Dockerfile | Dockerfile | apache-2.0 | 319 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-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 depen... | nghiant2710/base-images | balena-base-images/python/etcher-pro/ubuntu/cosmic/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,069 |
FROM %%DOCKER_NAMESPACE%%/%%DOCKER_PREFIX%%alpine:%%DOCKER_TAG%%
ENV HARBOR_COMPONENT="commissaire" \
COMMISSAIRE_COMP="commissaire" \
COMMISSAIRE_REPO_URL="https://github.com/portdirect/commissaire.git" \
COMMISSAIRE_REPO_BRANCH="oslo" \
COMMISSAIRE_SERVICE_COMP="commissaire-service" \
COMMISSAIRE... | portdirect/harbor | docker/commissaire/commissaire-alpine/Dockerfile | Dockerfile | apache-2.0 | 1,933 |
FROM guilhem/jenkins-slave
MAINTAINER Guilhem Lettron "guilhem@lettron.fr"
RUN apt-get update && apt-get install -y aptitude && apt-get clean
RUN apt-get update && apt-get install -y pbuilder && apt-get clean
| guilhem/docker-jenkins-slave-deb-builder | Dockerfile | Dockerfile | apache-2.0 | 210 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-ubuntu:focal-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/jetson-tx1/ubuntu/focal/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,912 |
FROM openresty/openresty:alpine-fat
RUN luarocks install cluacov
RUN luarocks install luacov-coveralls
RUN luarocks install luaunit
COPY resty /usr/local/openresty/site/lualib/dynx/resty
RUN touch luacov.stats.out
COPY luacov.cfg /luacov.cfg
RUN chmod 777 luacov.stats.out
WORKDIR /test
| dhiaayachi/dynx | TestDockerfile | Dockerfile | apache-2.0 | 289 |
# AUTOGENERATED FILE
FROM balenalib/up-core-alpine:3.11-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add --... | nghiant2710/base-images | balena-base-images/python/up-core/alpine/3.11/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,134 |
# AUTOGENERATED FILE
FROM balenalib/parallella-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.com... | nghiant2710/base-images | balena-base-images/node/parallella/ubuntu/disco/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
#
# Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
# and other contributors as indicated by the @author tags.
#
# 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... | hawkular/docker-hawkular-cassandra | Dockerfile | Dockerfile | apache-2.0 | 3,693 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-alpine:3.13-build
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; d... | nghiant2710/base-images | balena-base-images/node/apalis-imx6q/alpine/3.13/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,959 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-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 \
... | nghiant2710/base-images | balena-base-images/dotnet/raspberrypi3-64/debian/buster/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,530 |
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
WORKDIR /app
COPY src/App .
RUN dotnet publish -c Release -o out
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS runtime
ENV ASPNETCORE_URLS http://+:8080
WORKDIR /app
COPY --from=build /app/out ./
ENTRYPOINT ["dotnet", "App.dll","simple"]
| volyrique/FrameworkBenchmarks | frameworks/FSharp/zebra/zebra-simple.dockerfile | Dockerfile | bsd-3-clause | 285 |
FROM voxxit/grunt:latest
WORKDIR /app
ONBUILD ADD package.json /app/
ONBUILD RUN npm install
ONBUILD ADD bower.json /app/
ONBUILD RUN bower install --allow-root
ONBUILD ADD . /app
CMD [ "grunt" ]
| mehulsbhatt/dockerfiles-5 | grunt/runtime/Dockerfile | Dockerfile | mit | 199 |
FROM microsoft/dotnet:2.0-sdk AS build
WORKDIR /src
COPY eShopOnContainers-ServicesAndWebApps.sln ./
COPY test/Services/UnitTest/UnitTest.csproj test/Services/UnitTest/
COPY src/Services/Catalog/Catalog.API/Catalog.API.csproj src/Services/Catalog/Catalog.API/
COPY src/BuildingBlocks/HealthChecks/src/Microsoft.AspNetCor... | andrelmp/eShopOnContainers | test/Services/UnitTest/Dockerfile | Dockerfile | mit | 2,478 |
FROM node:4.4.7
ENV bundleFile=bundle.tar.gz
RUN mkdir /app
COPY bundle.tar.gz /app
WORKDIR /app
RUN tar -xf bundle.tar.gz
WORKDIR /app/bundle/programs/server
RUN npm install
WORKDIR /app/bundle
| lo-tp/MeteorN | lsEncrypt/dockerfiles/node.dockerfile | Dockerfile | mit | 200 |
# WEBUI
FROM node:12.11 as webui
ENV WEBUI_DIR /src/webui
RUN mkdir -p $WEBUI_DIR
COPY ./webui/ $WEBUI_DIR/
WORKDIR $WEBUI_DIR
RUN yarn install
RUN yarn build
# BUILD
FROM golang:1.17-alpine as gobuild
RUN apk --update upgrade \
&& apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar ca-c... | vdemeester/traefik | exp.Dockerfile | Dockerfile | mit | 1,081 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-debian:bullseye-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 so... | nghiant2710/base-images | balena-base-images/openjdk/imx7-var-som/debian/bullseye/11-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,846 |
FROM balenalib/aarch64-fedora:34-run
LABEL io.balena.device-type="etcher-pro"
RUN dnf install -y \
less \
nano \
net-tools \
usbutils \
gnupg \
i2c-tools \
&& dnf clean all
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more inform... | nghiant2710/base-images | balena-base-images/device-base/etcher-pro/fedora/34/run/Dockerfile | Dockerfile | apache-2.0 | 994 |
# AUTOGENERATED FILE
FROM balenalib/i386-debian:stretch-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For some sample... | nghiant2710/base-images | balena-base-images/openjdk/i386/debian/stretch/11-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,857 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-fedora:34-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 Docker... | nghiant2710/base-images | balena-base-images/openjdk/jetson-nano-emmc/fedora/34/8-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,322 |
FROM python:3.5
ENV PYTHONUNBUFFERED 1
RUN mkdir /code
WORKDIR /code
ADD requirements.txt /code/
RUN pip install -r requirements.txt
ADD . /code/
| toast38coza/docker-kong-oauth | userservice/Dockerfile | Dockerfile | mit | 146 |
FROM debian:jessie
MAINTAINER SynoCommunity <https://synocommunity.com>
ENV LANG C.UTF-8
# Manage i386 arch
RUN dpkg --add-architecture i386
# Install required packages
RUN apt-get update && \
apt-get install -y automake \
bison \
build-essential \
check \
cmake \
curl \
... | Dr-Bean/spksrc | Dockerfile | Dockerfile | bsd-3-clause | 1,223 |
from phusion/baseimage:latest
MAINTAINER windreamer windreamer@gmail.com
RUN export DEBCONF_FRONTEND='noninteractive'
ADD scripts /tmp/scripts
RUN sed -i 's/archive.ubuntu.com/mirrors.163.com/g' /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y build-essential autoconf automake libtool pkg-config wget gi... | quxiaolong1504/dpark | docker/base/Dockerfile | Dockerfile | bsd-3-clause | 848 |
FROM debian:jessie
MAINTAINER Mathieu Viossat <mathieu@viossat.fr>
ENV RESTYABOARD_VERSION 0.3
RUN echo "postfix postfix/mailname string localhost" | debconf-set-selections \
&& echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections \
&& apt-get update && apt-get install -y --no-ins... | viossat/docker-restyaboard | Dockerfile | Dockerfile | mit | 1,765 |
FROM ghcr.io/commaai/openpilot-base:latest
ENV PYTHONUNBUFFERED 1
ENV PYTHONPATH /tmp/openpilot:${PYTHONPATH}
# Install opencv
ENV OPENCV_VERSION '4.2.0'
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
libvtk6-dev \
libdc1394-22-dev \
libavcodec-... | commaai/openpilot | tools/webcam/Dockerfile | Dockerfile | mit | 1,141 |
FROM ubuntu:trusty
MAINTAINER Ryan Palree <parleer>
RUN apt-get update && \
apt-get install -y nginx && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
ADD sites-enabled/ /etc/nginx/sites-enabled/
ADD app/ /app/
EXPOSE 80
CMD ["/usr/sbin/nginx"]
| parleer/docker-nginx | Dockerfile | Dockerfile | apache-2.0 | 311 |
FROM public.ecr.aws/genialis/resolwebio/base:ubuntu-20.04-03042021
MAINTAINER Resolwe Bioinformatics authors https://github.com/genialis/resolwe-bio
# Force matplotlib backend to a headless one.
ENV MPLBACKEND Agg
# Additional files:
COPY assets/ /opt/resolwebio/assets/
# Cleanup any previus build requirement files... | genialis/resolwe-bio | resolwe_bio/docker_images/common/Dockerfile | Dockerfile | apache-2.0 | 2,940 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-ubuntu:xenial-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 --... | nghiant2710/base-images | balena-base-images/node/parallella-hdmi-resin/ubuntu/xenial/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,774 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-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 ap... | resin-io-library/base-images | balena-base-images/python/via-vab820-quad/alpine/3.14/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,133 |
# AUTOGENERATED FILE
FROM balenalib/nuc-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 dependencies
RU... | resin-io-library/base-images | balena-base-images/python/nuc/debian/sid/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,085 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-ubuntu:bionic-build
ENV NODE_VERSION 15.10.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/apalis-imx6q/ubuntu/bionic/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-fedora:31-build
ENV GO_VERSION 1.15.6
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f87515b9744154ffe31182da9341d0a61eb0795551173d242c8cad209239e492 go$GO_VERSION.linux-arm64.tar.gz" | sha... | nghiant2710/base-images | balena-base-images/golang/etcher-pro/fedora/31/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 1,993 |
###########################################
# Spark & python for Data analytics course
# Last update: 9th February, 2017
FROM jupyter/all-spark-notebook:228ae7a44e0c
MAINTAINER "Paolo D'Onorio De Meo <p.donoriodemeo@cineca.it>"
###########################################
# MAPREDUCE RELATED
USER root
# install dev ... | cineca-scai/docker-experiments | images/sparkling/Dockerfile | Dockerfile | apache-2.0 | 5,905 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-debian:sid-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" || \
gpg... | nghiant2710/base-images | balena-base-images/node/zc702-zynq7/debian/sid/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,782 |
# AUTOGENERATED FILE
FROM balenalib/ts4900-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 \
liblttng-ust0 \
... | nghiant2710/base-images | balena-base-images/dotnet/ts4900/debian/stretch/2.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,547 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-ubuntu:bionic-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "f4f5f02eb6809ac5bf19b5ad517b23504fd5fc036f6487651968ad36aa7a20e0 go$GO_VERSION.linux-amd64.tar.gz... | resin-io-library/base-images | balena-base-images/golang/up-core-plus/ubuntu/bionic/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,018 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-fedora:34-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 k... | resin-io-library/base-images | balena-base-images/node/firefly-rk3288/fedora/34/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
FROM ubuntu:xenial
RUN apt-get update && apt-get -y install wget curl && \
cd /etc/apt/sources.list.d && \
wget -qO - https://archive.cloudera.com/cdh5/ubuntu/xenial/amd64/cdh/archive.key | apt-key add - && \
wget http://archive.cloudera.com/kudu/ubuntu/xenial/amd64/kudu/cloudera.list && \
apt-get update && \
apt-get ... | kunickiaj/kudu-docker | Dockerfile | Dockerfile | apache-2.0 | 551 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-alpine:3.15-run
ENV GO_VERSION 1.17.7
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] &&... | resin-io-library/base-images | balena-base-images/golang/jetson-xavier/alpine/3.15/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,470 |
FROM fedora:latest
MAINTAINER James Turnbull "james@example.com"
ENV REFRESHED_AT 2014-06-01
RUN yum -y install ruby rubygems rubygem-rake
RUN gem install --no-rdoc --no-ri rspec ci_reporter_rspec
| fenderslave/docker-jenkins | fedora/Dockerfile | Dockerfile | apache-2.0 | 197 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-ubuntu:focal-run
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com -... | nghiant2710/base-images | balena-base-images/node/intel-nuc/ubuntu/focal/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-alpine:edge-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | nghiant2710/base-images | balena-base-images/node/odroid-c1/alpine/edge/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,954 |
# AUTOGENERATED FILE
FROM balenalib/artik10-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... | nghiant2710/base-images | balena-base-images/python/artik10/debian/stretch/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-ubuntu:focal-run
ENV GO_VERSION 1.15.6
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get ... | nghiant2710/base-images | balena-base-images/golang/astro-tx2/ubuntu/focal/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,322 |
# AUTOGENERATED FILE
FROM balenalib/srd3-tx2-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 McVitti... | nghiant2710/base-images | balena-base-images/python/srd3-tx2/alpine/edge/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
FROM gcr.io/deeplearning-platform-release/tf2-gpu.2-4
COPY . /trainer
WORKDIR /trainer
RUN pip install -r requirements.txt
ENTRYPOINT ["python", "-m", "task"] | GoogleCloudPlatform/vertex-ai-samples | community-content/tf_keras_image_classification_distributed_multi_worker_with_vertex_sdk/trainer/gpu.Dockerfile | Dockerfile | apache-2.0 | 162 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-debian:stretch-build
ENV NODE_VERSION 15.7.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" || \
... | nghiant2710/base-images | balena-base-images/node/hummingboard2/debian/stretch/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,790 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:bionic-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 --keyse... | resin-io-library/base-images | balena-base-images/node/bananapi-m1-plus/ubuntu/bionic/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# © Copyright IBM Corporation 2015.
#
# 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 writin... | dongcc/apmmq-docker | Dockerfile | Dockerfile | apache-2.0 | 913 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-ubuntu:cosmic-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ... | nghiant2710/base-images | balena-base-images/node/up-core-plus/ubuntu/cosmic/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
FROM balenalib/armv7hf-fedora:33-run
LABEL io.balena.device-type="cubox-i"
RUN dnf install -y \
less \
nano \
net-tools \
usbutils \
gnupg \
i2c-tools \
&& dnf clean all
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more informati... | resin-io-library/base-images | balena-base-images/device-base/cubox-i/fedora/33/run/Dockerfile | Dockerfile | apache-2.0 | 991 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-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:... | nghiant2710/base-images | balena-base-images/python/firefly-rk3288/debian/stretch/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,861 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-alpine:3.11-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/beagleboard-xm/alpine/3.11/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,341 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-ubuntu:bionic-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "5e59056e36704acb25809bcdb27191f27593cb7aba4d716b523008135a1e764a go$GO_VERSION.linux-arm64.tar.g... | resin-io-library/base-images | balena-base-images/golang/jetson-xavier/ubuntu/bionic/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,004 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-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 McVi... | nghiant2710/base-images | balena-base-images/python/orbitty-tx2/alpine/3.11/3.7.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/artik530-fedora:30-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python-pip \
python-dbus \
&& dnf clean all
# install "virtualenv", since... | nghiant2710/base-images | balena-base-images/python/artik530/fedora/30/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 2,427 |
# AUTOGENERATED FILE
FROM balenalib/rpi-alpine:edge-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 ] && echo 'hosts... | nghiant2710/base-images | balena-base-images/golang/rpi/alpine/edge/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,456 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-ubuntu:focal-build
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu... | resin-io-library/base-images | balena-base-images/dotnet/imx8mm-var-dart/ubuntu/focal/6.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,952 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-alpine:3.15-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51660065... | resin-io-library/base-images | balena-base-images/node/raspberrypi3/alpine/3.15/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,019 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-fedora:33-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/blackboard-tx2/fedora/33/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 1,997 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-debian:sid-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver key... | resin-io-library/base-images | balena-base-images/node/odroid-xu4/debian/sid/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,930 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-debian:buster-run
ENV NODE_VERSION 14.18.3
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... | resin-io-library/base-images | balena-base-images/node/jetson-nano-emmc/debian/buster/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,938 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-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 M... | nghiant2710/base-images | balena-base-images/python/beagleboard-xm/alpine/edge/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,240 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-debian:jessie-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "f4e96bbcd5d2d1942f5b55d9e4ab19564da4fad192012f6d7b0b9b055ba4208f go$GO_VERSION.linux-arm64.tar.gz" | sh... | nghiant2710/base-images | balena-base-images/golang/aarch64/debian/jessie/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 1,996 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-ubuntu:xenial-run
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | resin-io-library/base-images | balena-base-images/node/zc702-zynq7/ubuntu/xenial/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,911 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-ubuntu:xenial-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python d... | resin-io-library/base-images | balena-base-images/python/nanopi-neo-air/ubuntu/xenial/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,071 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:xenial-build
ENV GO_VERSION 1.15.8
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "bde22202576c3920ff5646fb1d19877cedc19501939d6ccd7b16ff89071abd0a go$GO_VERSIO... | nghiant2710/base-images | balena-base-images/golang/odroid-u3+/ubuntu/xenial/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-alpine:3.13-build
ENV GO_VERSION 1.15.11
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] &... | nghiant2710/base-images | balena-base-images/golang/orbitty-tx2/alpine/3.13/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,340 |
# 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.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-fedora:31-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 \
python-pip \
python-dbus \
&& dnf clean all
# install "virtualenv", s... | nghiant2710/base-images | balena-base-images/python/qemux86-64/fedora/31/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 2,449 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-ubuntu:cosmic-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_VERSI... | nghiant2710/base-images | balena-base-images/golang/orange-pi-one/ubuntu/cosmic/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,027 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-debian:bullseye-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 --keyser... | resin-io-library/base-images | balena-base-images/node/up-core-plus/debian/bullseye/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-debian:bullseye-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 --keyserv... | resin-io-library/base-images | balena-base-images/node/up-core-plus/debian/bullseye/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-ubuntu:focal-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com ... | resin-io-library/base-images | balena-base-images/node/astro-tx2/ubuntu/focal/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,905 |
# AUTOGENERATED FILE
FROM balenalib/odyssey-x86-debian:bookworm-run
ENV NODE_VERSION 14.18.3
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... | resin-io-library/base-images | balena-base-images/node/odyssey-x86/debian/bookworm/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-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 dependen... | nghiant2710/base-images | balena-base-images/python/jetson-tx2/debian/sid/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,089 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-ubuntu:xenial-run
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --... | nghiant2710/base-images | balena-base-images/node/fincm3/ubuntu/xenial/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,914 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-ubuntu:cosmic-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.p... | nghiant2710/base-images | balena-base-images/node/generic-aarch64/ubuntu/cosmic/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-alpine:3.10-run
ENV NODE_VERSION 15.10.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599... | nghiant2710/base-images | balena-base-images/node/aio-3288c/alpine/3.10/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,024 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6dl-ubuntu:eoan-build
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | nghiant2710/base-images | balena-base-images/node/colibri-imx6dl/ubuntu/eoan/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-alpine:3.14-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599A... | resin-io-library/base-images | balena-base-images/node/kitra520/alpine/3.14/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 3,017 |
# AUTOGENERATED FILE
FROM balenalib/i386-debian:jessie-run
ENV GO_VERSION 1.15.11
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get upd... | nghiant2710/base-images | balena-base-images/golang/i386/debian/jessie/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,325 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-alpine:3.15-build
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \... | resin-io-library/base-images | balena-base-images/node/intel-nuc/alpine/3.15/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,957 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-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: publ... | nghiant2710/base-images | balena-base-images/python/photon-nano/ubuntu/disco/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
FROM fabric8/java-centos-openjdk7-jdk:1.0.0
MAINTAINER rhuss@redhat.com
EXPOSE 8080 8778
ENV JETTY_VERSION 5.1.12
ENV DEPLOY_DIR /maven
RUN curl http://mirrors.ibiblio.org/maven/jetty/jetty-5.1.x/jetty-${JETTY_VERSION}.zip -o /tmp/jetty.zip \
&& cd /opt && jar xvf /tmp/jetty.zip \
&& ln -s /opt/jetty-${JETTY_VERS... | christian-posta/base-images | jetty/images/5/Dockerfile | Dockerfile | apache-2.0 | 559 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/ppc64le/generate.sh"!
#
FROM ppc64le/ubuntu:trusty
RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libsqlite3-de... | vareti/nuage-libnetwork | vendor/github.com/docker/docker/contrib/builder/deb/ppc64le/ubuntu-trusty/Dockerfile | Dockerfile | bsd-3-clause | 1,133 |
# docker build -t gofabian/php-negotiation-middleware .
FROM composer:2 as composer
FROM php:8
COPY --from=composer /usr/bin/composer /usr/bin/composer
RUN pecl install xdebug-3.0.4 \
&& docker-php-ext-enable xdebug
RUN apt-get update \
&& apt-get install -y libzip-dev zip \
&& docker-php-ext-install z... | gofabian/negotiation-middleware | Dockerfile | Dockerfile | mit | 322 |
FROM debian:stretch-slim
RUN groupadd -r bitcoin && useradd -r -m -g bitcoin bitcoin
RUN set -ex \
&& apt-get update \
&& apt-get install -qq --no-install-recommends ca-certificates dirmngr gosu gpg wget \
&& rm -rf /var/lib/apt/lists/*
ENV BITCOIN_VERSION 1.14.3
ENV BITCOIN_URL https://github.com/btc1/bitcoin/re... | cryptochain/bitcoin-docker | btc1/1.14.3/Dockerfile | Dockerfile | mit | 1,105 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.