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/surface-pro-6-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... | nghiant2710/base-images | balena-base-images/python/surface-pro-6/ubuntu/bionic/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,081 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-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 \
libicu57 \
liblttng-ust0 \
... | nghiant2710/base-images | balena-base-images/dotnet/photon-nano/debian/buster/2.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,552 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-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: pub... | nghiant2710/base-images | balena-base-images/python/raspberrypi3/ubuntu/focal/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
# AUTOGENERATED FILE
FROM balenalib/artik10-ubuntu:bionic-run
ENV GO_VERSION 1.16.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-get ... | resin-io-library/base-images | balena-base-images/golang/artik10/ubuntu/bionic/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,353 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-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/orange-pi-lite/debian/bullseye/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,862 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi-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... | nghiant2710/base-images | balena-base-images/python/raspberrypi/debian/bullseye/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,860 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-debian:bullseye-build
ENV NODE_VERSION 10.24.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/orange-pi-one/debian/bullseye/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,794 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-alpine:3.10-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/photon-xavier-nx/alpine/3.10/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,473 |
FROM balenalib/armv7hf-fedora:33-build
LABEL io.balena.device-type="odroid-u3+"
RUN dnf install -y \
less \
nano \
net-tools \
usbutils \
gnupg \
i2c-tools \
&& dnf clean all
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more info... | resin-io-library/base-images | balena-base-images/device-base/odroid-u3+/fedora/33/build/Dockerfile | Dockerfile | apache-2.0 | 998 |
# AUTOGENERATED FILE
FROM balenalib/artik10-ubuntu:disco-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_VERSION.l... | nghiant2710/base-images | balena-base-images/golang/artik10/ubuntu/disco/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,025 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-ubuntu:bionic-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/hummingboard/ubuntu/bionic/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-fedora:33-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" | sha256... | nghiant2710/base-images | balena-base-images/golang/nanopc-t4/fedora/33/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,988 |
# AUTOGENERATED FILE
FROM balenalib/jn30b-nano-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 depend... | resin-io-library/base-images | balena-base-images/python/jn30b-nano/ubuntu/focal/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,065 |
FROM gullitmiranda/node
MAINTAINER Gullit Miranda <gullitmiranda@gmail.com>
ENV REPOSITORY=@testing
ENV ELIXIR_VERSION=1.0.4
# Install local Elixir hex and rebar
RUN PRECOMPILED_ELIXIR_DIR="/tmp/elixir-v${ELIXIR_VERSION}-precompiled" \
&& ERLANG=erlang17 \
&& PKG_DEPS=" \
${ERLANG}${REPOSITORY} ${ERLANG}-ker... | gullitmiranda/docker-elixir | 1.0.4/Dockerfile | Dockerfile | apache-2.0 | 1,542 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-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: pub... | nghiant2710/base-images | balena-base-images/python/etcher-pro/debian/stretch/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,859 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-alpine:edge-run
ENV GO_VERSION 1.15.8
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ec... | nghiant2710/base-images | balena-base-images/golang/odroid-xu4/alpine/edge/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,467 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:34-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/surface-pro-6/fedora/34/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,451 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-ubuntu:disco-build
ENV NODE_VERSION 15.14.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 --keyserv... | nghiant2710/base-images | balena-base-images/node/raspberrypi4-64/ubuntu/disco/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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 \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv"... | nghiant2710/base-images | balena-base-images/python/solidrun-imx6/fedora/30/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-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 \
libicu66 ... | resin-io-library/base-images | balena-base-images/dotnet/apalis-imx6q/ubuntu/focal/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,562 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-ubuntu:focal-build
ENV GO_VERSION 1.17.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 "e4f33e7e78f96024d30ff6bf8d2b86329fc04df1b411a8bd30a82dbe60f408ba go$GO_V... | resin-io-library/base-images | balena-base-images/golang/beaglebone-green/ubuntu/focal/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-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: publ... | resin-io-library/base-images | balena-base-images/python/aio-3288c/debian/stretch/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,855 |
# Go cross compiler (xgo): Base cross-compilation layer
# Copyright (c) 2014 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
FROM ubuntu:14.04
MAINTAINER Tudor Golubenco <tudor@elastic.co>
# Configure the Go environment, since it's not going to change
ENV PATH /usr/local/go/bin:$PATH
ENV G... | phenomenes/varnishbeat | vendor/github.com/elastic/beats/dev-tools/packer/docker/xgo-image/base/Dockerfile | Dockerfile | bsd-2-clause | 2,265 |
# syntax = docker/dockerfile:1.2
FROM alpine:3.15.0
RUN apk update \
&& apk add --no-cache --upgrade\
augeas \
augeas-dev \
bash \
bison \
build-base \
cmake \
curl \
git \
libgit2 \
libgit2-dev \
ninja \
sudo \
... | ElektraInitiative/libelektra | scripts/docker/alpine/3.15/release.Dockerfile | Dockerfile | bsd-3-clause | 2,965 |
# Copyright 2015, 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 w... | arminakvn/housing-report-card | Dockerfile | Dockerfile | apache-2.0 | 900 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-alpine:3.13-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... | nghiant2710/base-images | balena-base-images/openjdk/odroid-xu4/alpine/3.13/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,763 |
FROM phusion/baseimage
ENV ANSIBLE_VERSION 2.0.0.2
RUN apt-get update && \
apt-get install -y python python-dev python-pip ca-certificates git && \
pip install ansible==${ANSIBLE_VERSION} && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ENV ANSIBLE_CONFIG=/etc/ansible-config/ansi... | maratoid/kraken | ansible/build/Dockerfile | Dockerfile | apache-2.0 | 384 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-debian:stretch-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... | nghiant2710/base-images | balena-base-images/openjdk/orange-pi-lite/debian/stretch/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,107 |
# 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... | nicolasnoble/grpc | tools/dockerfile/test/python_stretch_2.7_x64/Dockerfile | Dockerfile | apache-2.0 | 1,717 |
FROM scratch
ADD main /
CMD ["/main"]
EXPOSE 8080
| robjporter/CPVT-CloudNativeLab | server4/Dockerfile | Dockerfile | mit | 50 |
#
# This is the base image from which all OpenShift Origin images inherit. Only packages
# common to all downstream images should be here. Depends on Centos 7.2+
#
# The standard name for this image is openshift/origin-base
#
FROM centos:centos7
# Until nss-3.21.0-9.el7_2 and openssl-libs-1.0.1e-51.el7_2.5.x86_64 is
#... | rhuss/gofabric8 | vendor/github.com/openshift/origin/images/base/Dockerfile | Dockerfile | apache-2.0 | 986 |
FROM mysql
ADD data/export.sql /docker-entrypoint-initdb.d/export.sql
| jlgrock/docker-bootstrapped-mysql | Dockerfile | Dockerfile | mit | 72 |
FROM urbanetic/bimserver
MAINTAINER Oliver Lade <oliver.lade@unimelb.edu.au>
# Add the packaged JAR file into the image.
ADD target/geotree-bimserver-plugin.jar $BIMSERVER_APP/WEB-INF/plugins/geotree-bimserver-plugin.jar
# Start the BIMserver process and send a request to perform the initial admin setup.
# Admin user... | urbanetic/geotree-bimserver-plugin | docker/Dockerfile | Dockerfile | mit | 1,001 |
FROM nodesource/precise-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl https://deb.nodesource.com/node/pool/main/n/nodejs/nodejs_0.10.46-1nodesource1~precise1_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/precise/node/0.10.46/Dockerfile | Dockerfile | mit | 553 |
FROM alpine:3.14
ENV NODE_VERSION 16.14.0
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
&& apk add --no-cache \
libstdc++ \
&& apk add --no-cache --virtual .build-deps \
curl \
&& ARCH= && alpineArch="$(apk --print-arch)" \
&& case "${alpineArch##*-}... | nodejs/docker-node | 16/alpine3.14/Dockerfile | Dockerfile | mit | 3,922 |
# Base Image
FROM python:2-onbuild
MAINTAINER Chris Haid <chaid@kippchicago.org>
RUN apt-get update
RUN apt-get install -y vim
# WORKDIR /code | chrishaid/canvass | web/Dockerfile | Dockerfile | mit | 144 |
FROM python:2.7
RUN pip install python-telegram-bot --upgrade
ADD unni.cfg /
ADD unni.py /
RUN chmod 700 unni.py
CMD [ "./unni.py" ]
| sic2/unni | Dockerfile | Dockerfile | mit | 135 |
FROM mariadb:latest
MAINTAINER ZeroC0D3 Team <zeroc0d3.team@gmail.com>
ADD my.cnf /etc/mysql/conf.d/my.cnf
CMD ["mysqld"]
EXPOSE 3306
| zeroc0d3/docker-imoov | mariadb/Dockerfile | Dockerfile | mit | 138 |
FROM seldszar/liquidsoap:1.2.1
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
ONBUILD COPY . /usr/src/app/
CMD ["liquidsoap", "ls_script.liq"]
| Seldszar/docker-liquidsoap | 1.2/onbuild/Dockerfile | Dockerfile | mit | 146 |
FROM phusion/baseimage
RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list
RUN echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
RUN ap... | Montana/calaboose | Dockerfile | Dockerfile | mit | 615 |
FROM ghcr.io/tfausak/haskell-codespace:ghc-9.2
RUN sudo apt-get update && sudo apt-get install --assume-yes libtinfo-dev zlib1g-dev
| tfausak/ratel | .devcontainer/Dockerfile | Dockerfile | mit | 132 |
FROM alpine:3.6
LABEL docker run --rm frontendwordpress/dongnelibrary dongnelibrary -A -l 여주도서관 -t 자바
RUN apk update && \
apk add nodejs-npm && \
npm install dongnelibrary -g && \
rm /var/cache/apk/*
#CMD ["dongnelibrary"]
| afrontend/dongnelibrary | docker/Dockerfile | Dockerfile | mit | 252 |
FROM dockerfile/ubuntu
MAINTAINER Ross Zurowski <ross@rosszurowski.com>
# Don't give us warnings about ttys
ENV DEBIAN_FRONTEND noninteractive
# Get core utils
RUN apt-get update -y -qq && \
apt-get install -y -qq git wget curl software-properties-common && \
apt-get -y clean
# Install Nginx
RUN add-apt-reposito... | rosszurowski/docker-nginx-hhvm | Dockerfile | Dockerfile | mit | 961 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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.... | nghiant2710/base-images | balena-base-images/dotnet/asus-tinker-board-s/debian/buster/5.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,948 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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 63C... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-wifi/ubuntu/xenial/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,841 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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 dependencie... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit/alpine/3.12/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,139 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-debian:bullseye-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/beaglebone-black/debian/bullseye/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,132 |
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | hbeatty/incubator-trafficcontrol | infrastructure/cdn-in-a-box/traffic_ops/Dockerfile | Dockerfile | apache-2.0 | 3,634 |
# AUTOGENERATED FILE
FROM balenalib/parallella-ubuntu:cosmic-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_VERSI... | nghiant2710/base-images | balena-base-images/golang/parallella/ubuntu/cosmic/1.14.13/build/Dockerfile | Dockerfile | apache-2.0 | 2,030 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-debian:bullseye-build
ENV GO_VERSION 1.17.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 "e4f33e7e78f96024d30ff6bf8d2b86329fc04df1b411a8bd30a82dbe60f408ba go$GO_VERSION.... | resin-io-library/base-images | balena-base-images/golang/fincm3/debian/bullseye/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
FROM shaddock/seed:latest
MAINTAINER Thibaut Lapierre <root@epheo.eu>
#install nova
RUN apt-get update
RUN apt-get install -y nova-compute sysfsutils qemu libguestfs-tools nova-network nova-api-metadata
#Setup supervisord
ADD supervisord.conf /etc/supervisord.conf
VOLUME ["/var/log/nova"]
ADD nova-start /usr/local... | sl4shme/pplloopp | images/shaddock/qemu/Dockerfile | Dockerfile | apache-2.0 | 477 |
FROM python:3.10 AS build-stage
# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
ARG USERNAME=fm
ARG USER_UID=1000
ARG USER_GID=$USER_UID
ARG WORKING_DIR=/workspaces/server
RUN pip install -U pip && pip install pipenv && \
# create new user
... | nstoik/farm_monitor | server/Dockerfile | Dockerfile | apache-2.0 | 2,990 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-debian:bullseye-build
ENV NODE_VERSION 14.15.4
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/apalis-imx6q/debian/bullseye/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,793 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-ubuntu:bionic-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-ge... | nghiant2710/base-images | balena-base-images/golang/surface-go/ubuntu/bionic/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,340 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-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... | resin-io-library/base-images | balena-base-images/python/raspberrypicm4-ioboard/alpine/edge/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,140 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-fedora:34-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.gz" | sha2... | resin-io-library/base-images | balena-base-images/golang/kitra710/fedora/34/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 1,993 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-debian:buster-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-g... | nghiant2710/base-images | balena-base-images/golang/spacely-tx2/debian/buster/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,326 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-ubuntu:cosmic-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_VERS... | nghiant2710/base-images | balena-base-images/golang/imx7-var-som/ubuntu/cosmic/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,030 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-fedora:34-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "511d764197121f212d130724af... | nghiant2710/base-images | balena-base-images/golang/n510-tx2/fedora/34/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,071 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-alpine:3.13-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 \
6A010C5166006599AA1... | resin-io-library/base-images | balena-base-images/node/cubox-i/alpine/3.13/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,014 |
# AUTOGENERATED FILE
FROM balenalib/iot-gate-imx8-debian:bullseye-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/iot-gate-imx8/debian/bullseye/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,950 |
# AUTOGENERATED FILE
FROM balenalib/amd64-alpine:3.13-run
ENV GO_VERSION 1.15.7
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo 'h... | nghiant2710/base-images | balena-base-images/golang/amd64/alpine/3.13/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,469 |
FROM nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04
#FROM nvidia/cuda:7.5-cudnn4-devel
MAINTAINER Jianyong Wang <wangjianyongscu@gmail.com>
ENV REFRESHED_AT 2016-05-05
RUN apt-get update && apt-get install -y python-pip
RUN pip install --upgrade pip
RUN apt-get install -y \
git \
libopenblas-dev \
libopencv-dev \
... | qmiwang/docker | jupyter/gpu/Dockerfile | Dockerfile | apache-2.0 | 1,113 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-fedora:34-build
ENV GO_VERSION 1.14.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "511d764197121f212d130724afb9c296f0cb4a22424e5ae956a5cc043b0f4a29 go$GO_VERSION.linux-arm64.tar.gz" | s... | nghiant2710/base-images | balena-base-images/golang/nitrogen8mm/fedora/34/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 1,996 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:xenial-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver... | nghiant2710/base-images | balena-base-images/node/genericx86-64-ext/ubuntu/xenial/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,928 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:bionic-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 \
' \
&& ... | resin-io-library/base-images | balena-base-images/golang/bananapi-m1-plus/ubuntu/bionic/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,360 |
# AUTOGENERATED FILE
FROM balenalib/amd64-alpine:3.12-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 \
; do \
gp... | resin-io-library/base-images | balena-base-images/node/amd64/alpine/3.12/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,951 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-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 pytho... | nghiant2710/base-images | balena-base-images/python/genericx86-64-ext/ubuntu/bionic/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,083 |
# AUTOGENERATED FILE
FROM balenalib/i386-debian:sid-build
ENV GO_VERSION 1.15.11
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-386.tar.gz" \
&& echo "2de51fc6873d8b688d7451cfc87443ef49404af98bbab9c8a36fb6c4bc95e4de go$GO_VERSION.linux-386.tar.gz" | sha256sum -... | nghiant2710/base-images | balena-base-images/golang/i386/debian/sid/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 1,993 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-ubuntu:focal-build
ENV NODE_VERSION 12.22.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 ... | nghiant2710/base-images | balena-base-images/node/raspberrypi3/ubuntu/focal/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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/solidrun-imx6/debian/buster/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,946 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-debian:stretch-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyser... | nghiant2710/base-images | balena-base-images/node/nitrogen6xq2g/debian/stretch/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/amd64-fedora:32-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", since ... | nghiant2710/base-images | balena-base-images/python/amd64/fedora/32/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,442 |
# AUTOGENERATED FILE
FROM balenalib/artik10-alpine:3.10-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/artik10/alpine/3.10/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,129 |
# AUTOGENERATED FILE
FROM balenalib/edge-fedora:33-run
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 keyserver.ubu... | resin-io-library/base-images | balena-base-images/node/edge/fedora/33/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,744 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-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 'dirname ... | resin-io-library/base-images | balena-base-images/openjdk/qemux86/alpine/3.14/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,768 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-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: ... | nghiant2710/base-images | balena-base-images/python/revpi-core-3/debian/bullseye/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,235 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-ubuntu:eoan-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 h... | nghiant2710/base-images | balena-base-images/node/up-core-plus/ubuntu/eoan/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-fedora:34-run
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/genericx86-64-ext/fedora/34/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-ubuntu:impish-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | resin-io-library/base-images | balena-base-images/node/floyd-nano/ubuntu/impish/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,908 |
# AUTOGENERATED FILE
FROM balenalib/artik710-fedora:34-run
ENV NODE_VERSION 16.14.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 keyserver... | resin-io-library/base-images | balena-base-images/node/artik710/fedora/34/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,741 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-ubuntu:eoan-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyser... | nghiant2710/base-images | balena-base-images/node/jetson-nano-2gb-devkit/ubuntu/eoan/12.20.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,922 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-debian:buster-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserve... | nghiant2710/base-images | balena-base-images/node/raspberry-pi/debian/buster/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,969 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-alpine:3.10-build
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 ]... | nghiant2710/base-images | balena-base-images/golang/generic-armv7ahf/alpine/3.10/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,339 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-debian:stretch-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyse... | nghiant2710/base-images | balena-base-images/node/orange-pi-lite/debian/stretch/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,948 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-ubuntu:eoan-run
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com -... | nghiant2710/base-images | balena-base-images/node/artik533s/ubuntu/eoan/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-fedora:30-build
ENV NODE_VERSION 15.14.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/hummingboard2/fedora/30/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-ubuntu:bionic-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu60 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/revpi-connect/ubuntu/bionic/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,524 |
# Use phusion/baseimage as base image. To make your builds
# reproducible, make sure you lock down to a specific version, not
# to `latest`! See
# https://github.com/phusion/baseimage-docker/blob/master/Changelog.md
# for a list of version numbers.
FROM phusion/baseimage:0.9.13
# Set correct environment variables.
ENV... | jamestyack/HPCC-Platform-Docker | Dockerfile | Dockerfile | apache-2.0 | 940 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-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 "virtu... | resin-io-library/base-images | balena-base-images/python/generic-amd64-fde/fedora/33/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,460 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-fedora:33-run
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver h... | nghiant2710/base-images | balena-base-images/node/photon-xavier-nx/fedora/33/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,755 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-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/nitrogen8mm/alpine/edge/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-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 depen... | resin-io-library/base-images | balena-base-images/python/vab820-quad/ubuntu/focal/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,066 |
# == Observium
#
# Provide the following environment variables to source Observium from your
# Professional Edition subscription instead of the Community Edition upstream:
#
# USE_SVN=true
# SVN_USER=username
# SVN_PASS=password
# SVN_REPO=http://url/to/repo@rev
#
# If you don't have a subscription but run your... | coxley/docker-observium | Dockerfile | Dockerfile | bsd-2-clause | 4,254 |
FROM python:3.5-slim
MAINTAINER Plone Community
# Update packages
RUN apt-get update -y
# Install Python Setuptools
RUN apt-get install -y locales git-core gcc g++ netcat libxml2-dev libxslt-dev libz-dev
RUN mkdir /app
# Bundle app source
ADD . /app
ENV LANG C.UTF-8
ENV LANGUAGE C.UTF-8
ENV LC_ALL C.UTF-8
# Insta... | plone/plone.server | Dockerfile | Dockerfile | bsd-2-clause | 509 |
FROM debian:sid
RUN apt-get update &&\
apt-get install --no-install-recommends -y -q \
bzr \
ca-certificates \
curl \
git \
mercurial \
patch
RUN curl -L --fail https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 -o /usr/local/bin/docker &&\
chmod +x /usr/l... | aerofs/gockerize | Dockerfile | Dockerfile | bsd-3-clause | 441 |
FROM mdillon/postgis:9.5
# add backup scripts
COPY backup.sh /usr/local/bin/backup
COPY restore.sh /usr/local/bin/restore
COPY list-backups.sh /usr/local/bin/list-backups
| Semillas/semillas_platform | compose/postgres/Dockerfile | Dockerfile | mit | 172 |
FROM quay.io/vital/node:lts
# Avoid a million NPM install messages
ENV npm_config_loglevel warn
# Set working directory
RUN mkdir -p /vitalizer
WORKDIR /vitalizer
# Prepare for node_modules install
COPY package.json yarn.lock /vitalizer/
# Install node_modules
ARG NPM_TOKEN
RUN echo "//registry.npmjs.org/:_authToke... | vital-software/front-end-scripts | Dockerfile | Dockerfile | mit | 453 |
FROM aa8y/sbt:1.0
WORKDIR $APP_DIR
# Cache the SBT JARs in a layer.
USER docker
RUN mkdir project
COPY project/build.properties project/
USER root
RUN chown -R docker:docker project
USER docker
RUN sbt update
# Cache the project-specific JARs.
COPY project/*.sbt ./project
COPY *.sbt ./
USER root
RUN chown -R docker:... | ScorexProject/scrypto | Dockerfile | Dockerfile | cc0-1.0 | 535 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 '... | nghiant2710/base-images | balena-base-images/openjdk/raspberrypi4-64/alpine/3.12/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,768 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.