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/orange-pi-zero-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 M... | resin-io-library/base-images | balena-base-images/python/orange-pi-zero/alpine/3.12/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:buster-build
ENV GO_VERSION 1.15.6
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 "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 g... | nghiant2710/base-images | balena-base-images/golang/parallella-hdmi-resin/debian/buster/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,039 |
# AUTOGENERATED FILE
FROM balenalib/amd64-alpine:3.13-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599AA17... | nghiant2710/base-images | balena-base-images/node/amd64/alpine/3.13/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 3,027 |
FROM peetonn/ndn-docker:latest
LABEL maintainer "Peter Gusev <peter@remap.ucla.edu>"
ARG BRANCH=master
RUN apt-get update \
&& apt-get install -y libssl-dev libboost-all-dev libprotobuf-dev libsqlite3-dev sudo \
libconfig++9v5 libconfig++-dev wget autoconf automake libtool cmake git build-essential \
... | remap/ndnrtc | docker/Dockerfile | Dockerfile | bsd-2-clause | 3,046 |
FROM drydock/u14pls:prod
ADD . /u14clopls
RUN /u14clopls/install.sh
| dry-dock/u14clopls | Dockerfile | Dockerfile | mit | 70 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-alpine:3.12-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname ... | nghiant2710/base-images | balena-base-images/openjdk/aarch64/alpine/3.12/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,760 |
FROM java:8
VOLUME /tmp
ADD movie-microservice-0.1.0.jar app.jar
RUN bash -c 'touch /app.jar'
EXPOSE 9000
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
| lokinell/spring-cloud-microservice-example | movie-microservice/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 186 |
FROM openjdk:8-jre-alpine
ADD target/consumer-docker.jar consumer-docker.jar
EXPOSE 8082
EXPOSE 8002
ENTRYPOINT ["java", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8002", "-jar", "consumer-docker.jar"] | kchrusciel/Spring-Boot-Examples | spring-boot-docker-compose-example/consumer/Dockerfile | Dockerfile | mit | 221 |
FROM concordconsortium/docker-rails-base-private:ruby-2.7-rails-6.1.3.2
RUN apt-get -o Acquire::Check-Valid-Until=false update
# install nginx
RUN apt-get install -qq -y nginx
# install java runtime needed by yuicompressor step in rake assets:precompile task
RUN apt-get install -qq -y default-jre-headless
# install... | concord-consortium/rigse | rails/Dockerfile | Dockerfile | mit | 2,494 |
#
# Originally written for Fincore by
# Marcelle von Wendland <mvw@fincore.com>
FROM centos:centos7
MAINTAINER Fincore Ltd - Marcelle von Wendland <mvw@fincore.com>
### Copy external contents
#COPY disk1/jdk-8u111-linux-x64.rpm /tmp/jdk-8u111-linux-x64.rpm
#COPY disk1/scala-2.11.8.rpm /tmp/scala-2.11.8.rp... | Fincore/autoraxe112 | Dockerfile | Dockerfile | mit | 9,414 |
FROM python:2.7
MAINTAINER Ulrich Petri <ulrich@brainbot.com>
ARG SOLC_RELEASE=0.4.16
RUN \
apt update && \
apt install -y build-essential curl git libffi-dev libgmp-dev libssl-dev libtool pkg-config apt-transport-https lsb-release && \
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-ke... | tomashaber/raiden | tools/testnet/files/dockerfiles/raiden/Dockerfile | Dockerfile | mit | 1,620 |
FROM ruby:2.7.1
# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get -y install --no-install-recommends apt-utils 2>&1 \
&& apt-get install -y build-essential libssl-dev git procps lsb-release less \
xz-utils clang lldb
RUN gem install bundler... | Shopify/semian | .devcontainer/Dockerfile | Dockerfile | mit | 450 |
FROM gcr.io/cloud-builders/gcloud
RUN apt-get update && apt-get -y install make \
&& pip install setuptools \
&& git clone https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit \
&& cd cloud-foundation-toolkit/ \
&& cd dm \
&& make cft-prerequisites \
&& make build \
&& make insta... | GoogleCloudPlatform/cloud-builders-community | cft/Dockerfile | Dockerfile | apache-2.0 | 414 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-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/ccimx8x-sbc-pro/ubuntu/focal/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,567 |
# Copyright 2018 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 agreed ... | GoogleChromeLabs/webm-wasm | Dockerfile | Dockerfile | apache-2.0 | 680 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-debian:sid-build
ENV NODE_VERSION 15.6.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" || \
g... | nghiant2710/base-images | balena-base-images/node/orange-pi-zero/debian/sid/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,783 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-alpine:edge-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN ap... | nghiant2710/base-images | balena-base-images/python/imx6ul-var-dart/alpine/edge/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,535 |
FROM centos:centos7
# PostgreSQL image for OpenShift.
# Volumes:
# * /var/lib/psql/data - Database cluster for PostgreSQL
# Environment:
# * $POSTGRESQL_USER - Database user name
# * $POSTGRESQL_PASSWORD - User's password
# * $POSTGRESQL_DATABASE - Name of the database to create
# * $POSTGRESQL_ADMIN_PASSWO... | mfojtik/postgresql | 9.2/Dockerfile | Dockerfile | apache-2.0 | 2,229 |
# AUTOGENERATED FILE
FROM balenalib/beagleboard-xm-debian:buster-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 --keyser... | nghiant2710/base-images | balena-base-images/node/beagleboard-xm/debian/buster/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,946 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-ubuntu:disco-run
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pg... | nghiant2710/base-images | balena-base-images/node/raspberrypi3-64/ubuntu/disco/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,917 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-debian:stretch-build
ENV NODE_VERSION 15.6.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/orbitty-tx2/debian/stretch/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,784 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-debian:bookworm-run
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/surface-pro-6/debian/bookworm/3.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,147 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:cosmic-build
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keys... | nghiant2710/base-images | balena-base-images/node/genericx86-64-ext/ubuntu/cosmic/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,773 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-fedora:31-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool... | nghiant2710/base-images | balena-base-images/node/up-squared/fedora/31/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
#
# Docker Stack - Docker stack to manage infrastructures
#
# Copyright 2014 devops.center
#
# 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
#
#... | devopscenter/docker-stack | db/Dockerfile | Dockerfile | apache-2.0 | 928 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-fedora:30-build
ENV GO_VERSION 1.15.6
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 "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_VERSION.lin... | nghiant2710/base-images | balena-base-images/golang/aio-3288c/fedora/30/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,021 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-alpine:3.13-build
ENV NODE_VERSION 14.16.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 \
; ... | nghiant2710/base-images | balena-base-images/node/surface-pro-6/alpine/3.13/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,967 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-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: publ... | nghiant2710/base-images | balena-base-images/python/floyd-nano/debian/buster/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,855 |
FROM ubuntu:16.04
LABEL maintainer "Dave Kincaid <kincaid.dave@gmail.com>"
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:webupd8team/java -y && \
apt-get update && \
echo oracle-java7-installer shared/accepted-oracle-lice... | dkincaid/leo_vetnotes | leo-vetnotes-client/Dockerfile | Dockerfile | apache-2.0 | 968 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-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... | resin-io-library/base-images | balena-base-images/python/hummingboard/ubuntu/focal/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-alpine:3.12-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51660065... | nghiant2710/base-images | balena-base-images/node/photon-nano/alpine/3.12/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,026 |
FROM phusion/baseimage:0.9.17
# Use baseimage-docker's init system.
CMD ["/sbin/my_init"]
RUN apt-get update -y
RUN apt-get install -y wget
RUN wget -qO- http://www.multichain.com/download/multichain-1.0-alpha-12.tar.gz | tar xvz -C /tmp
RUN mv /tmp//multichain-1.0-alpha-12 /mc
WORKDIR /mc
ENV PATH "/mc:$PA... | y12studio/y12js | node/multichain/mc/Dockerfile | Dockerfile | apache-2.0 | 325 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-debian:buster-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depe... | resin-io-library/base-images | balena-base-images/python/spacely-tx2/debian/buster/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 4,090 |
# AUTOGENERATED FILE
FROM balenalib/up-core-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", si... | nghiant2710/base-images | balena-base-images/python/up-core/fedora/33/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,449 |
FROM debian:jessie
MAINTAINER Committed Software <docker@committed.software>
# Install Java 8: http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html
# Note we also install some useful utilities
RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.... | commitd/docker-java | Dockerfile | Dockerfile | apache-2.0 | 1,151 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-ubuntu:focal-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" ... | nghiant2710/base-images | balena-base-images/golang/orbitty-tx2/ubuntu/focal/1.14.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,000 |
FROM clipper/py-rpc:latest
COPY containers/python/sum_container.py /container/
COPY bench/setup_sum_bench_docker.sh /bench/
COPY bench/set_bench_env_vars.sh /bench/
COPY bench/export_aws_ip.sh /bench/
ENV MODEL_NAME bench_sum
ENV MODEL_VERSION 1
CMD /bench/setup_sum_bench_docker.sh
# vim: set filetype=dockerfile:
| nishadsingh1/clipper | SumBenchDockerfile | Dockerfile | apache-2.0 | 319 |
# AUTOGENERATED FILE
FROM balenalib/astro-tx2-fedora:36-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", ... | resin-io-library/base-images | balena-base-images/python/astro-tx2/fedora/36/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 2,437 |
# AUTOGENERATED FILE
FROM balenalib/i386-nlp-ubuntu:eoan-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 k... | nghiant2710/base-images | balena-base-images/python/i386-nlp/ubuntu/eoan/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,841 |
FROM smaject/java
MAINTAINER Marc Pestel, smaject.de
ENV INSTALL_DIR /opt/postgres
ENV DB_NAME smaject
ENV USER smaject
ENV USER_PASSWORD smaject
RUN mkdir -p -m a=rwx ${INSTALL_DIR}
RUN yum update -y \
&& yum install -y https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noa... | smaject/docker | postgres/Dockerfile | Dockerfile | apache-2.0 | 976 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-ubuntu:bionic-build
ENV GO_VERSION 1.15.6
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 "7f60787d9d94ed040e2d58f7715a4dc1cdb9f9160504aec810712a7e20446bb7 go$GO_VERSI... | nghiant2710/base-images | balena-base-images/golang/vab820-quad/ubuntu/bionic/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,029 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-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 ... | nghiant2710/base-images | balena-base-images/python/fincm3/alpine/edge/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,835 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-fedora:30-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/am571x-evm/fedora/30/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,438 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-ubuntu:impish-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 --keys... | resin-io-library/base-images | balena-base-images/node/raspberrypi400-64/ubuntu/impish/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-ubuntu:bionic-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu60 \
libssl1.1 \
lib... | resin-io-library/base-images | balena-base-images/dotnet/orbitty-tx2/ubuntu/bionic/3.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,123 |
# 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, ... | googleinterns/vt-usage | capstone/files/Dockerfile | Dockerfile | apache-2.0 | 684 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-fedora:31-run
ENV GO_VERSION 1.16
# gcc for cgo
RUN dnf install -y \
gcc-c++ \
gcc \
git \
&& dnf clean all
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "3770f7eb22d05e25fbee8fb53c2a... | nghiant2710/base-images | balena-base-images/golang/nanopc-t4/fedora/31/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,066 |
# AUTOGENERATED FILE
FROM balenalib/nanopi-neo-air-debian:bookworm-run
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/nanopi-neo-air/debian/bookworm/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,532 |
# AUTOGENERATED FILE
FROM balenalib/artik520-alpine:3.12-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 ] && ec... | nghiant2710/base-images | balena-base-images/golang/artik520/alpine/3.12/1.15.8/build/Dockerfile | Dockerfile | apache-2.0 | 2,335 |
FROM alpine:3.7
MAINTAINER Newnius <newnius.cn@gmail.com>
RUN apk add --no-cache privoxy
RUN sed -i'' 's/127\.0\.0\.1:8118/0\.0\.0\.0:8118/' /etc/privoxy/config
ADD bootstrap.sh /etc/bootstrap.sh
ENTRYPOINT ["/etc/bootstrap.sh"]
| newnius/Dockerfiles | socks2http/Dockerfile | Dockerfile | apache-2.0 | 234 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-debian:bullseye-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 --batch --keyserver... | resin-io-library/base-images | balena-base-images/node/coral-dev/debian/bullseye/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,935 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-fedora:33-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserve... | resin-io-library/base-images | balena-base-images/node/asus-tinker-edge-t/fedora/33/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
FROM ubuntu:14.04
MAINTAINER Wojciech A. Koszek <wojciech@koszek.com>
RUN apt-get update
RUN apt-get install -y nginx
RUN echo "Hello" > /usr/share/nginx/html/index.html
CMD [ "nginx" , "-g", "daemon off;" ]
EXPOSE 80
| tjordanchat/edu_docker | Dockerfile | Dockerfile | bsd-2-clause | 219 |
FROM debian:bullseye
ENV LANG C.UTF-8
ENV LANGUAGE C.UTF-8
ENV LC_ALL C.UTF-8
RUN apt-get update && apt-get -y install \
antlr4 \
automake \
autotools-dev \
bison \
build-essential \
clang-11 \
cmake \
curl \
debsigs \
default-jdk \
... | mpranj/libelektra | scripts/docker/debian/bullseye/Dockerfile | Dockerfile | bsd-3-clause | 3,812 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-alpine:3.13-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirna... | nghiant2710/base-images | balena-base-images/openjdk/colibri-imx6/alpine/3.13/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,761 |
FROM balenalib/aarch64-debian:sid-run
LABEL io.balena.device-type="coral-dev"
RUN apt-get update && apt-get install -y --no-install-recommends \
less \
kmod \
nano \
net-tools \
ifupdown \
iputils-ping \
i2c-tools \
usbutils \
apt-transport-https ... | nghiant2710/base-images | balena-base-images/device-base/coral-dev/debian/sid/run/Dockerfile | Dockerfile | apache-2.0 | 1,739 |
# syntax=docker/dockerfile:1.3
ARG CROSS="false"
ARG SYSTEMD="false"
# IMPORTANT: When updating this please note that stdlib archive/tar pkg is vendored
ARG GO_VERSION=1.17.3
ARG DEBIAN_FRONTEND=noninteractive
ARG VPNKIT_VERSION=0.5.0
ARG DOCKER_BUILDTAGS="apparmor seccomp"
ARG BASE_DEBIAN_DISTRO="bullseye"
ARG GOLAN... | jthelin/docker | Dockerfile | Dockerfile | apache-2.0 | 17,485 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-debian:buster-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.
#
# Fo... | nghiant2710/base-images | balena-base-images/openjdk/generic-armv7ahf/debian/buster/11-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,742 |
FROM balenalib/armv7hf-debian:stretch-run
LABEL io.balena.device-type="beaglebone-green-gateway"
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/mess... | nghiant2710/base-images | balena-base-images/device-base/beaglebone-green-gateway/debian/stretch/run/Dockerfile | Dockerfile | apache-2.0 | 1,105 |
FROM ubuntu:19.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
RUN apt-get update -yqq > /dev/null && \
apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm ... | sxend/FrameworkBenchmarks | frameworks/PHP/workerman/workerman.dockerfile | Dockerfile | bsd-3-clause | 815 |
FROM hypriot/rpi-golang
MAINTAINER Matt Williams <matt@matthewkwilliams.com>
WORKDIR /gopath/src/github.com/hashicorp/consul
RUN apt-get update && \
apt-get install -y mercurial zip curl && \
apt-get clean
RUN mkdir -p /gopath/src/github.com/hashicorp && \
git clone git://github.com/hashicorp/consul /gopath... | aetherical/rpi-dockerfiles | rpi-consul/Dockerfile | Dockerfile | mit | 959 |
FROM ubuntu:focal-20211006
RUN apt-get update && \
apt-get install -y software-properties-common curl && \
mkdir -p /opt/oraclejdk && \
cd /opt/oraclejdk && \
curl -L https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.tar.gz | tar zx --strip-components=1
ENV JAVA_HOME /opt/oraclejdk
ENV PAT... | spring-projects/spring-boot | spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/src/intTest/resources/conf/oracle-jdk-17/Dockerfile | Dockerfile | apache-2.0 | 343 |
FROM ubuntu:12.04
MAINTAINER Julien Vey
RUN apt-get update
RUN apt-get -y install sudo openssh-server git
RUN locale-gen en_US.UTF-8
RUN dpkg-reconfigure locales
RUN mkdir /var/run/sshd
RUN adduser --system --group --shell /bin/sh git
RUN su git -c "mkdir /home/git/bin"
ADD admin.pub /home/git/admin.pub
RUN cd ... | stackforge/solum | contrib/infra/source-control/images/gitolite/Dockerfile | Dockerfile | apache-2.0 | 549 |
FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
stress \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT [ "stress" ]
| chrisdaish/dockerfiles | stress/Dockerfile | Dockerfile | mit | 203 |
from ubuntu:12.10
ENV DEBIAN_FRONTEND noninteractive
run apt-get update
run apt-get install -q -y apache2
run apt-get install -q -y libapache2-mod-php5
run apt-get install -q -y php5
expose 80
run service apache2 restart
| klizhentas/webzoo | php/php/dev/Dockerfile | Dockerfile | mit | 221 |
FROM node:0.12.0
MAINTAINER Meteorhacks
COPY ./package.json /app/package.json
RUN cd /app && npm install
COPY . /app
EXPOSE 11011
CMD ["node", "/app/index.js"]
| meteorhacks/docker-librato | Dockerfile | Dockerfile | mit | 163 |
FROM php:7.4-apache
ENV APP_DIR /var/munkireport
RUN apt-get update && \
apt-get install --no-install-recommends -y libldap2-dev \
libcurl4-openssl-dev \
libzip-dev \
unzip \
zlib1g-dev \
libxml2-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN docker-php-ext-configure ldap... | gmarnin/munkireport-php | Dockerfile | Dockerfile | mit | 2,006 |
FROM ubuntu:latest
RUN apt-get update
RUN apt-get -y install redis-server
EXPOSE 6379
ENTRYPOINT redis-server
| samgiles/reactive-job-queue | Dockerfile | Dockerfile | mit | 139 |
FROM mhart/alpine-node:6
ADD . /webapp
WORKDIR ./webapp
RUN npm install -g yarn \
&& cd /webapp \
&& yarn install \
&& yarn build \
&& npm uninstall -g npm
EXPOSE 3000
CMD ["yarn", "start"]
| iclinic/morphine | Dockerfile | Dockerfile | mit | 210 |
# TAGS 1.10.0 1.10 1 latest
FROM laincloud/debian:stretch
# gcc for cgo
RUN apt-get update -qq && apt-get install -qqy --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
&& rm -rf /var/lib/apt/lists/*
ENV GOLANG_VERSION 1.10
RUN set -eux; \
\
# this "case" statement is generated via "u... | laincloud/dockerfiles | golang/1.10/Dockerfile | Dockerfile | mit | 2,025 |
FROM httpd:latest
ADD . /usr/local/apache2/htdocs/
| Acaki/WWW_project | Dockerfile | Dockerfile | mit | 51 |
FROM alpine:3.5
ENV KUBECTL_VERSION 1.6.2
ENV KUBECTL_SHA256 9beec3e8a9208da5cac479a164a61bf6a7b0b8716c338f866c4316680f0e9d98
ENV KUBECTL_URI https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
RUN apk update && \
apk add --update \
bash \
easy-rsa \
git... | bittorrent/kube-backup | Dockerfile | Dockerfile | mit | 715 |
FROM ubuntu:16.04
LABEL maintainer="bydavy@gmail.com"
RUN sh -c 'echo "deb http://packages.ros.org/ros/ubuntu xenial main" > /etc/apt/sources.list.d/ros-latest.list' && \
apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116 && \
apt-get update && \
apt-... | bydavy/CarND-Capstone-Docker | Dockerfile | Dockerfile | mit | 1,288 |
FROM nginx:1.10.1
MAINTAINER robert.kettler@outlook.com
MAINTAINER me@danielweidle.de
RUN apt-get update
RUN apt-get install -y curl
RUN apt-get install -y git
RUN /usr/bin/curl -sL https://deb.nodesource.com/setup_4.x | bash -
RUN apt-get install -y nodejs
RUN apt-get install -y build-essential
COPY development/client... | kanbanana/knowledgebase | provision/nginx/Dockerfile | Dockerfile | mit | 719 |
# AlpineLinux with a glibc-2.23 and Oracle Java 8
FROM alpine:3.4
MAINTAINER Anastas Dancha <anapsix@random.io>
# thanks to Vladimir Krivosheev <develar@gmail.com> aka @develar for smaller image
# and Victor Palma <palma.victor@gmail.com> aka @devx for pointing it out
# Java Version and other ENV
ENV JAVA_VERSION_MAJ... | anapsix/docker-alpine-java | 8/112b15/jdk/standard/Dockerfile | Dockerfile | mit | 3,712 |
FROM ubuntu:16.04
RUN apt-get update \
&& apt-get install -y wget \
build-essential \
zlib1g-dev \
openssl \
libssl-dev \
git \
libreadline-dev \
libmysqlclient-dev \
tzdata \
super \
&& rm -rf /var/lib/apt/lists/*
RUN wget http://ftp.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.gz \
&& tar -xzv... | sh84/filecluster | Dockerfile | Dockerfile | mit | 852 |
FROM joonas/base-php:0.1.0
COPY public/ /DATA/htdocs
| joonas-fi/governator-helloworld | Dockerfile | Dockerfile | apache-2.0 | 53 |
FROM alpine:latest
MAINTAINER John Cappiello <john@johncappiello.com>
ARG ELASTIC_VERSION
ARG ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch
ENV PATH /usr/share/elasticsearch/bin:$PATH
ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk
RUN adduser -D -u 1000 -h /usr/share/elasticsearch elasticsearch
... | jcap/docker-elk | elasticsearch/Dockerfile | Dockerfile | apache-2.0 | 1,701 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-alpine:3.12-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 \
; do ... | nghiant2710/base-images | balena-base-images/node/up-squared/alpine/3.12/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,964 |
# AUTOGENERATED FILE
FROM balenalib/generic-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/generic/alpine/edge/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
FROM adoptopenjdk/openjdk11:x86_64-alpine-jdk-11.0.12_7
ENV MESH_AUTH_KEYSTORE_PATH=/keystore/keystore.jks
ENV MESH_GRAPH_BACKUP_DIRECTORY=/backups
ENV MESH_GRAPH_DB_DIRECTORY=/graphdb
ENV MESH_PLUGIN_DIR=/plugins
ENV MESH_BINARY_DIR=/uploads
ENV MESH_TEMP_DIR=/tmp
ENV HOME=/mesh
ENV JAVA_TOOL_OPTIONS="-Xms512m -Xmx51... | gentics/mesh | server/Dockerfile | Dockerfile | apache-2.0 | 1,471 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-ubuntu:disco-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "16da0e296dabb6c1199ccaa2de1a83e679ae2512263f6e05923319f4903beac1 go$GO_VE... | nghiant2710/base-images | balena-base-images/golang/imx6ul-var-dart/ubuntu/disco/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,031 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-ubuntu:focal-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depend... | nghiant2710/base-images | balena-base-images/python/jetson-tx2/ubuntu/focal/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
FROM debian:wheezy
#MAINTAINER Ahmet Demir <ahmet2mir+github@gmail.com>
MAINTAINER Yifang Dai <yifangd+github@gmail.com>
ENV RELEASE wheezy
ENV DEBIAN_FRONTEND noninteractive
ENV SHELL /bin/bash
# Change sources.list to point on mirrors
RUN echo "deb http://ftp.us.debian.org/debian $RELEASE main contrib non-free" > /... | yifangd/docker-debian | Dockerfile | Dockerfile | apache-2.0 | 1,859 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-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 \
libicu57 \
liblttng-us... | nghiant2710/base-images | balena-base-images/dotnet/orange-pi-lite/debian/buster/2.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,973 |
# AUTOGENERATED FILE
FROM balenalib/isg-503-fedora:36-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", si... | resin-io-library/base-images | balena-base-images/python/isg-503/fedora/36/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,435 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-ubuntu:disco-run
ENV GO_VERSION 1.14.13
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-g... | nghiant2710/base-images | balena-base-images/golang/vab820-quad/ubuntu/disco/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,355 |
FROM ubuntu:16.04
# Install the basic
RUN \
sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \
apt-get update && \
apt-get -y upgrade && \
apt-get install -y build-essential && \
apt-get install -y software-properties-common && \
apt-get install -y byobu curl git htop man unzip vim wget
ENV HO... | neoramon/docker-knime | Dockerfile | Dockerfile | apache-2.0 | 1,451 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-ubuntu:cosmic-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "16da0e296dabb6c1199ccaa2de1a83e679ae2512263f6e05923319f4903beac1 go$GO_VERSIO... | nghiant2710/base-images | balena-base-images/golang/odroid-xu4/ubuntu/cosmic/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,028 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-wifi-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 "... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-wifi/alpine/3.12/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,847 |
# AUTOGENERATED FILE
FROM balenalib/rpi-alpine:3.10-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname "$(dir... | nghiant2710/base-images | balena-base-images/openjdk/rpi/alpine/3.10/7-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 1,748 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-debian:buster-run
ENV GO_VERSION 1.15.8
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-ge... | nghiant2710/base-images | balena-base-images/golang/jetson-tx1/debian/buster/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,325 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen8mm-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/nitrogen8mm/debian/bookworm/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-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/colibri-imx6/debian/bookworm/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,534 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-debian:bookworm-build
ENV NODE_VERSION 14.18.3
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... | resin-io-library/base-images | balena-base-images/node/beaglebone-green-gateway/debian/bookworm/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,799 |
# AUTOGENERATED FILE
FROM balenalib/generic-debian:stretch-build
ENV GO_VERSION 1.15.11
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "8825b72d74b14e82b54ba3697813772eb94add3abf70f021b6bdebe193ed01ec go$GO_VERSION.linux-amd64.tar.gz" | ... | nghiant2710/base-images | balena-base-images/golang/generic/debian/stretch/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,015 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypicm4-ioboard-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 "... | nghiant2710/base-images | balena-base-images/python/raspberrypicm4-ioboard/fedora/33/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,450 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-alpine:3.13-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 a... | nghiant2710/base-images | balena-base-images/python/imx7-var-som/alpine/3.13/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,132 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-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/jetson-nano/debian/bullseye/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,950 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-ubuntu:focal-build
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver k... | resin-io-library/base-images | balena-base-images/node/var-som-mx6/ubuntu/focal/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.