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/intel-nuc-debian:bookworm-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/intel-nuc/debian/bookworm/6.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,931 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:bullseye-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/am571x-evm/debian/bullseye/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-r2c-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... | resin-io-library/base-images | balena-base-images/python/nanopi-r2c/debian/sid/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,085 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-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/beaglebone-pocket/fedora/33/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 2,445 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-debian:jessie-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 --key... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/debian/jessie/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-alpine:3.13-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/orangepi-plus2/alpine/3.13/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-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.... | nghiant2710/base-images | balena-base-images/node/imx7-var-som/ubuntu/xenial/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-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 '... | resin-io-library/base-images | balena-base-images/openjdk/imx6ul-var-dart/alpine/3.14/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,764 |
# 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-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,910 |
# AUTOGENERATED FILE
FROM balenalib/odyssey-x86-alpine:edge-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 ] && e... | resin-io-library/base-images | balena-base-images/golang/odyssey-x86/alpine/edge/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,475 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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: public... | resin-io-library/base-images | balena-base-images/python/artik520/ubuntu/xenial/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,828 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-alpine:3.12-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN ... | resin-io-library/base-images | balena-base-images/python/generic-amd64-fde/alpine/3.12/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,142 |
FROM debian:buster-slim
ENV LANG C.UTF-8
WORKDIR /app
RUN apt-get update && apt-get install --no-install-recommends -y \
gir1.2-gtk-3.0 \
python3-gi \
python3-setuptools \
python3-wheel \
python3-pip \
python3-pytest-cov
RUN apt-get install --no-install-recommends -y \
xauth \
xvfb
# j... | frostidaho/python-gpopup | .docker/debian_buster/Dockerfile | Dockerfile | bsd-2-clause | 421 |
#
# Scala with sbt based on lightweight java docker image
#
# Manual sbt install is based on:
# http://www.scala-sbt.org/0.13/tutorial/Manual-Installation.html
FROM denvazh/java:openjdk7-jdk
MAINTAINER Denis Vazhenin <denis.vazhenin@me.com>
# Versions
ENV SCALA_VERSION 2.11.6
ENV SBT_VERSION 0.13.11
# Install scala... | denvazh/scala | 2.11.6/openjdk7/Dockerfile | Dockerfile | bsd-2-clause | 1,667 |
FROM tran-schoolbus-tools/client
# Dockerfile for the application front end
# compile the client
WORKDIR /opt/app-root/
# copy the full source for the client
COPY Client /opt/app-root/
ENV NVM_DIR /usr/local/nvm
RUN . $NVM_DIR/nvm.sh && \
nvm use v8.9.1 && \
npm install && \
/bin/bash -c './node_modules/.bin/g... | swcurran/hets | frontend.Dockerfile | Dockerfile | apache-2.0 | 459 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-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 some... | nghiant2710/base-images | balena-base-images/openjdk/up-squared/debian/bullseye/11-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,751 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-ubuntu:bionic-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... | nghiant2710/base-images | balena-base-images/openjdk/colibri-imx6/ubuntu/bionic/11-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,102 |
FROM balenalib/armv7hf-ubuntu:focal-build
LABEL io.balena.device-type="apalis-imx6"
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 ] && mkd... | nghiant2710/base-images | balena-base-images/device-base/apalis-imx6/ubuntu/focal/build/Dockerfile | Dockerfile | apache-2.0 | 1,092 |
FROM centos:7
# This image provides a .NET Core 1.0 environment you can use to run your .NET
# applications.
EXPOSE 8080
ENV DOTNET_CORE_VERSION=1.0
ENV HOME=/opt/app-root \
PATH=/opt/app-root/src/.local/bin:/opt/app-root/src/bin:/opt/app-root/bin:/opt/app-root/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/us... | redhat-developer/s2i-dotnetcore | 1.0/Dockerfile | Dockerfile | apache-2.0 | 4,143 |
FROM haskell:7.10.3
RUN apt-get update -yqq && apt-get install -yqq xz-utils make netbase
RUN apt-get install -yqq libpq-dev libmysqlclient-dev pkg-config libpcre3 libpcre3-dev
COPY ./yesod-mysql-mongo ./
RUN stack build -j$(nproc) --skip-ghc-check --no-terminal
CMD stack exec yesod-mysql-mongo -- $(nproc) tfb-data... | volyrique/FrameworkBenchmarks | frameworks/Haskell/yesod/yesod.dockerfile | Dockerfile | bsd-3-clause | 347 |
# Copyright 2015 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or a... | RobertATX/contrib | submit-queue/Dockerfile | Dockerfile | apache-2.0 | 895 |
FROM fluxcapacitor/package-ubuntu-16.04:master
WORKDIR /root
RUN \
apt-get update
# Install Python with conda
RUN wget -q https://repo.continuum.io/miniconda/Miniconda3-4.1.11-Linux-x86_64.sh -O /tmp/miniconda.sh && \
echo '874dbb0d3c7ec665adf7231bbb575ab2 */tmp/miniconda.sh' | md5sum -c - && \
bash /tmp/... | BrentDorsey/pipeline | clustered.ml/tensorflow/Dockerfile | Dockerfile | apache-2.0 | 2,389 |
# Copyright 2015, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the f... | VcamX/grpc | tools/dockerfile/grpc_clang_format/Dockerfile | Dockerfile | bsd-3-clause | 1,703 |
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
WORKDIR /app
COPY Benchmarks .
RUN dotnet publish -c Release -o out
FROM mono:latest AS runtime
ENV ASPNETCORE_URLS http://+:8080
WORKDIR /app
COPY --from=build /app/out ./
COPY Benchmarks/appsettings.mysql.json ./appsettings.json
ENTRYPOINT ["mono", "--server", "--... | zloster/FrameworkBenchmarks | frameworks/CSharp/aspnetcore-mono/aspcore-mono-mw-my.dockerfile | Dockerfile | bsd-3-clause | 455 |
FROM golang:1.8.3-alpine
# alpine do not include git so add it
RUN apk add --no-cache git
# Set apps working directory
WORKDIR /app
# Set an env var that matches $GOPATH
ENV SRC_DIR=/go/src
# Copy the local package files to the container's workspace
ADD /src/. $SRC_DIR/
# get go dependency
RUN echo "Installing Go ... | ilovelili/namecardscanner | server/Dockerfile | Dockerfile | mit | 796 |
FROM alpine:edge
MAINTAINER tim@haak.co
ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US.UTF-8' \
TERM='xterm'
RUN apk -U upgrade && \
apk -U add \
ca-certificates \
gcc git g++ \
linux-headers libxml2 libxml2-dev libffi-dev libxslt-dev \
py2-pip python python-dev py-libxml2 py2-li... | timhaak/docker-sickrage | Dockerfile | Dockerfile | mit | 987 |
#FROM centos:centos6
#RUN yum install gcc gcc-c++ automake autoconf libtoolize make wget tar -y
#RUN wget http://nodejs.org/dist/v0.10.30/node-v0.10.30-linux-x64.tar.gz
#RUN tar --strip-components 1 -xzvf node-v* -C /usr/local
FROM ubuntu:14.04
RUN apt-get update && apt-get install tar wget -y
RUN cd tmp/ && wget http:... | timchunght/ghost-on-docker | Dockerfile | Dockerfile | mit | 547 |
FROM node:argon
# Create app directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Install app dependencies
COPY package.json /usr/src/app/
RUN npm install
# Bundle app source
COPY . /usr/src/app
EXPOSE 8080
CMD [ "npm", "run", "dev" ]
| jackdeadman/Natural-Deduction-React | Dockerfile | Dockerfile | mit | 248 |
FROM golang:1.3.3
MAINTAINER Bayu Aldi Yansyah <bayualdiyansyah@gmail.com>
EXPOSE 8080
RUN go get github.com/lib/pq
ADD . /go/src/github.com/pyk/automata
RUN go install github.com/pyk/automata
ENTRYPOINT ["/go/bin/automata"] | pyk/automata | Dockerfile | Dockerfile | mit | 228 |
FROM ocular8.net/mongo
MAINTAINER jake@300brand.com
ADD mongo-data-rs0.conf /etc/supervisor/conf.d/mongo-data-rs0.conf
RUN mkdir -p /data/rs0
EXPOSE 27017
EXPOSE 28017
| 300brand/ocular8.net | mongo-data-rs0/Dockerfile | Dockerfile | mit | 197 |
FROM java:8
# Setup useful environment variables
ENV CONF_HOME /var/atlassian/confluence
ENV CONF_INSTALL /opt/atlassian/confluence
ENV CONF_VERSION 5.8.6
# Install Atlassian Confluence and helper tools and setup initial home
# directory structure.
RUN set -x \
&& apt-get update --quiet \
&& apt-get ins... | ephillipe/docker-atlassian-confluence | Dockerfile | Dockerfile | mit | 2,800 |
FROM ubuntu:16.04
MAINTAINER Danny,Ho <danny.ho@hpe.com>
ENV JENKINS_VERSION jenkins_2.73.1_all.deb
RUN apt-get update
RUN apt-get -y install \
openjdk-8-jre-headless \
net-tools \
daemon \
psmisc \
wget
RUN wget https://pkg.jenkins.io/debian-stable/binary/"$JENKINS_VERSION"
RUN dpkg -i "$JENKI... | hoycdanny/Dockerfile | jenkins/Dockerfile | Dockerfile | mit | 543 |
# Drush Docker Container
FROM composer:1
MAINTAINER M Parker <mparker17@536298.no-reply.drupal.org>
# Add minimal dependencies.
RUN apk --no-cache add mysql-client \
&& docker-php-ext-install pdo_mysql \
&& rm -rf /var/cache/apk/*
# Drush 6 needs the Console_Table pear.
RUN pear install Console_Table
# Insta... | mparker17/docker-mush | 6.2/Dockerfile | Dockerfile | mit | 823 |
#+++++++++++++++++++++++++++++++++++++++
# Dockerfile for webdevops/php-apache-dev:ubuntu-18.04
# -- automatically generated --
#+++++++++++++++++++++++++++++++++++++++
FROM webdevops/php-apache:ubuntu-18.04
ENV WEB_DOCUMENT_ROOT=/app \
WEB_DOCUMENT_INDEX=index.php \
WEB_ALIAS_DOMAIN=*.vm \
WEB_PHP_TI... | webdevops/Dockerfile | docker/php-apache-dev/ubuntu-18.04/Dockerfile | Dockerfile | mit | 1,181 |
# Apache Zeppelin on centos 6.6 OS
# docker build -t @rybajs/metal/zeppelin-build .
FROM centos:6.6
MAINTAINER Lucas Bakalian <https://github.com/lucasbak>
WORKDIR /tmp/
RUN yum clean all
RUN yum update -y
RUN yum install -y epel-release
RUN yum install -y wget unzip openssl git rpm tar bzip2 git yum-utils make gcc... | ryba-io/ryba | packages/metal/zeppelin/resources/build/Dockerfile | Dockerfile | mit | 2,628 |
# Generated automatically by update.sh
# Do no edit this file
FROM bigtruedata/scala:2.12.2
Run wget -O- "https://github.com/sbt/sbt/releases/download/v0.13.16/sbt-0.13.16.tgz" \
| tar xzf - -C /usr/local --strip-components=1 \
&& sbt exit
VOLUME /app
WORKDIR /app
CMD ["sbt"]
| bigtruedata/docker-sbt | 0.13.16/2.12.2/Dockerfile | Dockerfile | mit | 290 |
ARG REPO=mcr.microsoft.com/dotnet/aspnet
FROM $REPO:5.0-buster-slim-amd64
ENV \
# Unset ASPNETCORE_URLS from aspnet base image
ASPNETCORE_URLS= \
DOTNET_SDK_VERSION=5.0.101 \
# Enable correct mode for dotnet watch (only mode supported in a container)
DOTNET_USE_POLLING_FILE_WATCHER=true \
# Ski... | MichaelSimons/dotnet-docker | src/sdk/5.0/buster-slim/amd64/Dockerfile | Dockerfile | mit | 2,388 |
FROM jenkins
USER root
ENV JAVA_OPTS -Djenkins.install.runSetupWizard=false
# Copy scripts to Jenkins image
COPY scriptApproval.xml /usr/share/jenkins/ref/
COPY init.groovy /usr/share/jenkins/ref/
# Install suggested plugins
RUN /usr/local/bin/install-plugins.sh \
cloudbees-folder \
antisamy-markup-formatte... | jinmiaoms/movie-db-java-on-azure | deployment/jenkins/docker-master/Dockerfile | Dockerfile | mit | 728 |
FROM yhuang/debian_hartl_gems
MAINTAINER Jimmy Y. Huang <jhuang@bleacherreport.com>
ADD . /app
COPY config/container/start-server.sh /usr/bin/start-server
RUN chmod +x /usr/bin/start-server
# Open port 3000
EXPOSE 3000
# Overridable Startup commands
CMD ["/usr/bin/start-server"]
| br/docker_quick_start | Dockerfile | Dockerfile | mit | 284 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-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 \
libicu57 \
liblttng-ust0 \... | nghiant2710/base-images | balena-base-images/dotnet/up-squared/debian/bullseye/2.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 2,619 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-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 \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtuale... | nghiant2710/base-images | balena-base-images/python/blackboard-tx2/fedora/31/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,441 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-alpine:3.12-run
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/raspberrypi2/alpine/3.12/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,471 |
# Copyright 2020 Google LLC
#
# 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, softw... | google/fuzzbench | fuzzers/aflplusplus_optimal/runner.Dockerfile | Dockerfile | apache-2.0 | 811 |
# AUTOGENERATED FILE
FROM balenalib/generic-aarch64-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/generic-aarch64/debian/buster/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,860 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-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... | resin-io-library/base-images | balena-base-images/python/floyd-nano/alpine/3.12/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-ubuntu:disco-build
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserv... | nghiant2710/base-images | balena-base-images/node/imx8mm-var-dart/ubuntu/disco/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-ubuntu:eoan-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 ha.poo... | nghiant2710/base-images | balena-base-images/node/armv7hf/ubuntu/eoan/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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/solidrun-imx6/fedora/34/3.7.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-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/solidrun-imx6/debian/buster/5.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-debian:buster-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 -... | nghiant2710/base-images | balena-base-images/node/beaglebone-green-wifi/debian/buster/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,953 |
# AUTOGENERATED FILE
FROM balenalib/parallella-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 ] && ec... | resin-io-library/base-images | balena-base-images/golang/parallella/alpine/3.15/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,467 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-debian:bookworm-run
ENV NODE_VERSION 16.14.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 --ba... | resin-io-library/base-images | balena-base-images/node/beaglebone-green-gateway/debian/bookworm/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,954 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-ubuntu:focal-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyse... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/ubuntu/focal/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,764 |
# AUTOGENERATED FILE
FROM balenalib/parallella-alpine:edge-build
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/parallella/alpine/edge/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-pocket-debian:stretch-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 --ke... | resin-io-library/base-images | balena-base-images/node/beaglebone-pocket/debian/stretch/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# syntax=docker/dockerfile:1.1.3-experimental
ARG CROSS="false"
ARG GO_VERSION=1.13.3
ARG DEBIAN_FRONTEND=noninteractive
ARG VPNKIT_DIGEST=e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e
FROM golang:${GO_VERSION}-stretch AS base
RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt... | yongtang/docker | Dockerfile | Dockerfile | apache-2.0 | 14,581 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-alpine:edge-build
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 ] && ... | nghiant2710/base-images | balena-base-images/golang/up-squared/alpine/edge/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,344 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-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 McVitt... | resin-io-library/base-images | balena-base-images/python/odroid-c1/alpine/edge/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-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 a... | resin-io-library/base-images | balena-base-images/python/generic-armv7ahf/alpine/3.14/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,134 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-fedora:33-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 Dockerfile... | resin-io-library/base-images | balena-base-images/openjdk/am571x-evm/fedora/33/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,320 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-fedora:30-run
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 ha.poo... | nghiant2710/base-images | balena-base-images/node/raspberrypi3/fedora/30/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-alpine:3.11-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 \
; ... | nghiant2710/base-images | balena-base-images/node/hummingboard2/alpine/3.11/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,960 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-ubuntu:xenial-build
ENV GO_VERSION 1.15.8
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.linux-arm64.tar.gz" ... | nghiant2710/base-images | balena-base-images/golang/cl-som-imx8/ubuntu/xenial/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,000 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-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 \
libicu63 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/apalis-imx6/debian/stretch/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,526 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-alpine:3.10-build
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 ] && e... | nghiant2710/base-images | balena-base-images/golang/intel-nuc/alpine/3.10/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,343 |
FROM java:8-jre
MAINTAINER Dlani Leonardo <dlanileonardo@gmail.com>
LABEL org.label-schema.vcs-url="https://github.com/dlanileonardo/docker-jruby" \
org.label-schema.vendor=dlanileonardo \
org.label-schema.name=docker-jruby \
io.wikiwi.license=MIT
ENV JRUBY_VERSION 9.0.3.0
RUN mkdir /opt/jruby \
&... | dlanileonardo/docker-jruby | 9.0.3.0/jre/Dockerfile | Dockerfile | apache-2.0 | 952 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-ubuntu:disco-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python ... | nghiant2710/base-images | balena-base-images/python/jetson-nano-emmc/ubuntu/disco/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,075 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-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/surface-go/ubuntu/cosmic/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,076 |
FROM scratch
MAINTAINER Weaveworks Inc <help@weave.works>
WORKDIR /home/weave
ADD ./weavedns /home/weave/
EXPOSE 53/udp
ENTRYPOINT ["/home/weave/weavedns"]
| 2opremio/weave | prog/weavedns/Dockerfile | Dockerfile | apache-2.0 | 156 |
FROM debian:stretch-slim
LABEL maintainer="NGINX Amplify Engineering"
ENV NGINX_VERSION 1.13.5-1~stretch
ENV NJS_VERSION 1.13.5.0.1.13-1~stretch
ENV AMPLIFY_AGENT_VERSION 0.45-2~stretch
RUN set -x \
&& deps="apt-transport-https apt-utils gnupg1 ca-certificates" \
&& apt-get update \
&& ... | thresheek/docker-nginx | mainline/amplify/Dockerfile | Dockerfile | bsd-2-clause | 3,273 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="grinder" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="grinder" \
about.summary="Versatile omics shotgun and amplicon sequencing read simu... | BioDocker/containers | grinder/0.5.4-5-deb/Dockerfile | Dockerfile | apache-2.0 | 1,013 |
# Copyright 2015-2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and ... | VcamX/grpc | tools/dockerfile/distribtest/csharp_jessie_x86/Dockerfile | Dockerfile | bsd-3-clause | 2,345 |
FROM ubuntu:14.04
RUN apt-get update && \
apt-get -qqy install --no-install-recommends nodejs-legacy npm && \
sudo npm install --global azure-cli@0.9.4 && \
azure
| devigned/azure-cli-docker | 0.9.4/Dockerfile | Dockerfile | mit | 188 |
# Copyright 2019 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,... | googlefonts/oss-fuzz | projects/flac/Dockerfile | Dockerfile | apache-2.0 | 1,203 |
FROM node:0.10
COPY . /src
RUN cd /src; npm install
ADD . /src
WORKDIR /src
EXPOSE 3000
| hoviethau/ft | Dockerfile | Dockerfile | mit | 90 |
# Copyright 2019 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | annarev/tensorflow | tensorflow/tools/dockerfiles/dockerfiles/onednn/ubuntu-16.04-jupyter.Dockerfile | Dockerfile | apache-2.0 | 2,690 |
FROM docker.io/java:openjdk-8-jdk
MAINTAINER Hygieia@capitalone.com
ENV SPRING_DATA_MONGODB_DATABASE=dashboard
ENV SPRING_DATA_MONGODB_HOST=10.0.1.1
ENV SPRING_DATA_MONGODB_PORT=9999
ENV SPRING_DATA_MONGODB_USERNAME=db
ENV SPRING_DATA_MONGODB_PASSWORD=dbpass
RUN \
mkdir /hygieia
COPY hygieia /hygieia
COPY prop... | kanigicharla8/custom_dashboard | api/docker/Dockerfile | Dockerfile | apache-2.0 | 554 |
# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | jnewland/kops | vendor/k8s.io/kubernetes/cluster/images/kubemark/Dockerfile | Dockerfile | apache-2.0 | 690 |
FROM mysql:5.7
ADD startup /etc/mysql/startup
RUN chown -R mysql:root /var/lib/mysql/
CMD ["mysqld"]
EXPOSE 3306
| RystLee/DevDock | mysql/Dockerfile | Dockerfile | mit | 117 |
FROM ubuntu:14.04
MAINTAINER Naoki AINOYA <ainonic@gmail.com>
MAINTAINER Nik Rolls <nik.rolls@harmoney.co.nz>
# setup Python, build tools and environment
RUN apt-get update && apt-get dist-upgrade -y
RUN apt-get install -y python-setuptools python-dev git build-essential
RUN apt-get install -y libyaml-dev
# PyYAML ve... | harmoney-dev/docker-sixpack | Dockerfile | Dockerfile | mit | 1,148 |
FROM colstrom/alpine
RUN apk-install nodejs
ENTRYPOINT ["node"]
| colstrom/docker-node | Dockerfile | Dockerfile | mit | 66 |
#
# This container packages a springboot jar
#
# behavior of the build depends on two ENV variables:
# ARTIFACT_URI -- the URL from which to download the springboot jar
# APPFLAGS -- defines the flags passed to the springboot jar when launched
#
FROM debian:latest
MAINTAINER Mike Hudgins <mchudgins@dstsystems.com> @... | mchudgins/openshift-builders | springboot/Dockerfile | Dockerfile | mit | 762 |
FROM lyft/envoy:latest
CMD ["/usr/local/bin/envoy", "--config-path", "/etc/envoy.json", "--service-cluster", "edge", "--service-node", "0", "--log-level", "debug"]
| DecipherNow/gm-fabric-dashboard | docker/edge/Dockerfile | Dockerfile | mit | 165 |
#
# MetaMind Dev
#
FROM dockerfile/nodejs
MAINTAINER Daniel Sont "dan.sont@gmail.com"
# create node user
RUN useradd -ms /bin/bash node
RUN mkdir /src /dist && chown -R node:node /dist /src
USER node
ENV HOME /home/node
RUN mkdir ~/.npm-packages && npm config set prefix ~/.npm-packages
ENV NPM_PACKAGES ~/.npm-packa... | ds0nt/forky-tools | web/Dockerfile | Dockerfile | mit | 590 |
FROM ruby
RUN apt-get update
# Install nodejs
RUN apt-get install -qq -y nodejs
# Intall software-properties-common for add-apt-repository
RUN apt-get install -qq -y software-properties-common
# Install Nginx.
RUN add-apt-repository -y ppa:nginx/stable
RUN apt-get update
RUN apt-get install -qq -y nginx
RUN echo "\... | dunnock/dockerfiles | rails-nginx-unicorn/Dockerfile | Dockerfile | mit | 1,287 |
FROM ouspg/libfuzzer-base
# Enviroment variables used by the fuzzer
ENV TARGET "ImageMagick"
# Install dependencies and fetch the source.
RUN apt-get update && \
apt-get upgrade -y && \
apt-get build-dep imagemagick -y && \
apt-get install libiomp5 libiomp-dev -y && \
apt-get autoremove -y && \
... | ouspg/libfuzzerfication | stubs/ImageMagick/Dockerfile | Dockerfile | mit | 610 |
# TAGS 7.2.1-apache-stretch 7.2-apache-stretch 7-apache-stretch apache-stretch 7.2.1-apache 7.2-apache 7-apache apache
FROM laincloud/debian:stretch
# prevent Debian's PHP packages from being installed
# https://github.com/docker-library/php/pull/542
RUN set -eux; \
{ \
echo 'Package: php*'; \
echo 'Pin: release ... | laincloud/dockerfiles | php/7.2-apache/Dockerfile | Dockerfile | mit | 7,576 |
FROM node:slim
MAINTAINER Paulo Benety <paulo.benety@gmail.com>
RUN npm install express
EXPOSE 3000
COPY server.js .
CMD node server.js 1.0
| pbenety/minds-up-kubernetes | app/hello/Dockerfile | Dockerfile | mit | 140 |
FROM alpine:3.12
ENV NODE_VERSION 12.22.1
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##*-}... | chorrell/docker-node | 12/alpine3.12/Dockerfile | Dockerfile | mit | 4,123 |
FROM ubuntu:latest
#Autor
MAINTAINER Jose Ignacio Recuerda Cambil <ignacio.recuerda@gmail.com>
#Actualizar
RUN sudo apt-get update
#Descargar aplicación
RUN sudo apt-get install -y git
RUN sudo git clone https://github.com/ignaciorecuerda/gestionpedidos_django.git
#Instalacíon software necesario
RUN sudo apt-get ... | ignaciorecuerda/gestionpedidos_django | Dockerfile | Dockerfile | cc0-1.0 | 744 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-debian:stretch-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-ge... | nghiant2710/base-images | balena-base-images/golang/spacely-tx2/debian/stretch/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,324 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-alpine:3.14-run
ENV GO_VERSION 1.16.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 ] &... | resin-io-library/base-images | balena-base-images/golang/surface-pro-6/alpine/3.14/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,479 |
# AUTOGENERATED FILE
FROM balenalib/nuc-ubuntu:bionic-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key ... | resin-io-library/base-images | balena-base-images/python/nuc/ubuntu/bionic/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
FROM balenalib/aarch64-ubuntu:cosmic-run
LABEL io.balena.device-type="jetson-nano-emmc"
RUN echo "deb https://repo.download.nvidia.com/jetson/common r32.4 main" >> /etc/apt/sources.list.d/nvidia.list \
&& echo "deb https://repo.download.nvidia.com/jetson/t210 r32.4 main" >> /etc/apt/sources.list.d/nvidia.list \
&& ... | nghiant2710/base-images | balena-base-images/device-base/jetson-nano-emmc/ubuntu/cosmic/run/Dockerfile | Dockerfile | apache-2.0 | 1,532 |
FROM phusion/baseimage
MAINTAINER Matthew Rayner <matt@mattrayner.co.uk>
ENV REFRESHED_AT 2016-08-21
# based on dgraziotin/lamp
# MAINTAINER Daniel Graziotin <daniel@ineed.coffee>
ENV DOCKER_USER_ID 501
ENV DOCKER_USER_GID 20
ENV BOOT2DOCKER_ID 1000
ENV BOOT2DOCKER_GID 50
# Tweaks to give Apache/PHP write permissi... | lisasievers/smallbusinessdiy | Dockerfile | Dockerfile | apache-2.0 | 3,196 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-debian:buster-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... | nghiant2710/base-images | balena-base-images/golang/asus-tinker-board-s/debian/buster/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,039 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-nx-devkit-debian:bookworm-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-ar... | resin-io-library/base-images | balena-base-images/golang/jetson-tx2-nx-devkit/debian/bookworm/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,015 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-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/kitra520/alpine/edge/3.8.6/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-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/hummingboard2/fedora/33/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-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/up-squared/ubuntu/eoan/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.