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/var-som-mx6-ubuntu:impish-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 ...
resin-io-library/base-images
balena-base-images/node/var-som-mx6/ubuntu/impish/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,758
# AUTOGENERATED FILE FROM balenalib/artik530-ubuntu:hirsute-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 --keyserver key...
resin-io-library/base-images
balena-base-images/node/artik530/ubuntu/hirsute/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,755
# AUTOGENERATED FILE FROM balenalib/photon-xavier-nx-fedora:32-run ENV NODE_VERSION 12.20.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 h...
nghiant2710/base-images
balena-base-images/node/photon-xavier-nx/fedora/32/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,755
# AUTOGENERATED FILE FROM balenalib/cubox-i-ubuntu:disco-build ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.po...
nghiant2710/base-images
balena-base-images/node/cubox-i/ubuntu/disco/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,758
# AUTOGENERATED FILE FROM balenalib/vab820-quad-fedora:34-run ENV GO_VERSION 1.17.7 # gcc for cgo RUN dnf install -y \ gcc-c++ \ gcc \ git \ && dnf clean all 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 "e...
resin-io-library/base-images
balena-base-images/golang/vab820-quad/fedora/34/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,101
# AUTOGENERATED FILE FROM balenalib/artik533s-alpine:edge-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add ...
resin-io-library/base-images
balena-base-images/python/artik533s/alpine/edge/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,127
FROM elasticsearch:2.3.5 MAINTAINER sparklxb@163.com WORKDIR /usr/share/elasticsearch # Install Elasticsearch plug-ins RUN ./bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.3.5 # Override elasticsearch.yml config, otherwise plug-in install will fail ADD elasticsearch.yml ./config/elasticsearch.yml E...
RobinsChens/kubernetes
cluster/addons/fluentd-elasticsearch/docker-elasticsearch-kubernetes-image/Dockerfile
Dockerfile
apache-2.0
395
# AUTOGENERATED FILE FROM balenalib/hummingboard2-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 depen...
resin-io-library/base-images
balena-base-images/python/hummingboard2/debian/sid/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,088
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-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-g...
nghiant2710/base-images
balena-base-images/golang/raspberrypi3/debian/stretch/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,354
# syntax=docker/dockerfile:1.1-experimental # protoc is dynamically linked to glibc to can't use golang:1.10-alpine FROM golang:1.13-buster AS gobuild-base ARG PROTOC_VERSION=3.1.0 ARG GOGO_VERSION=master RUN apt-get update && apt-get --no-install-recommends install -y \ git \ unzip \ && true RUN wget -q https://gi...
tonistiigi/buildkit_poc
hack/dockerfiles/generated-files.Dockerfile
Dockerfile
apache-2.0
1,734
# AUTOGENERATED FILE FROM balenalib/nuc-alpine:3.13-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 \ ; do \ gpg...
nghiant2710/base-images
balena-base-images/node/nuc/alpine/3.13/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,957
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-debian:sid-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...
resin-io-library/base-images
balena-base-images/golang/raspberrypi3-64/debian/sid/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,326
# AUTOGENERATED FILE FROM balenalib/iot-gate-imx8-fedora:31-build ENV GO_VERSION 1.16.3 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "f4e96bbcd5d2d1942f5b55d9e4ab19564da4fad192012f6d7b0b9b055ba4208f go$GO_VERSION.linux-arm64.tar.gz" | ...
nghiant2710/base-images
balena-base-images/golang/iot-gate-imx8/fedora/31/1.16.3/build/Dockerfile
Dockerfile
apache-2.0
1,996
FROM debian:jessie # Install Node.js and npm # make sure apt is up to date RUN apt-get update # install nodejs and npm RUN apt-get install -y nodejs npm git git-core # Install libraries RUN apt-get install -y libwebp5 RUN apt-get install -y libjpeg62 RUN apt-get install -y libfontconfig1 RUN apt-get install -...
EduAwaSeka/fullslider
public_html/Dockerfile
Dockerfile
apache-2.0
734
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-ubuntu:focal-run RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu66 \...
resin-io-library/base-images
balena-base-images/dotnet/jetson-xavier/ubuntu/focal/5.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,561
FROM openjdk:11-jre-slim LABEL maintainer="The Apache Lucene/Solr Project" LABEL repository="https://github.com/docker-solr/docker-solr" ARG SOLR_VERSION="8.10.1" ARG SOLR_SHA512="1e8593b4a9b196aa3a12edc1928c83fc108f1cae2dd17f17a10b76d2b1a441341db6a165f74bca0f78bfc7fd0d63b30f525221d5725529961212886a50ee6aa7" ARG SOL...
docker-solr/docker-solr
8.10/slim/Dockerfile
Dockerfile
apache-2.0
6,145
# AUTOGENERATED FILE FROM balenalib/coral-dev-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 \ lib...
resin-io-library/base-images
balena-base-images/dotnet/coral-dev/ubuntu/bionic/3.1-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,522
# AUTOGENERATED FILE FROM balenalib/apalis-imx6-alpine:edge-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk ad...
nghiant2710/base-images
balena-base-images/python/apalis-imx6/alpine/edge/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,131
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-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.pg...
nghiant2710/base-images
balena-base-images/node/colibri-imx6dl/ubuntu/xenial/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
2,922
FROM python:2.7 MAINTAINER James Williams "williams_jt@yahoo.com" RUN wget -O cf-cli.deb https://cli.run.pivotal.io/stable?release=debian64 RUN dpkg -i cf-cli.deb RUN apt-get -y update RUN apt-get install -y jq RUN apt-get install -y bc RUN git clone https://github.com/Pivotal-Field-Engineering/ephemerol RUN cd ./ep...
Pivotal-Field-Engineering/ephemerol
concourse/Dockerfile
Dockerfile
apache-2.0
377
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-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 ] && e...
nghiant2710/base-images
balena-base-images/golang/cl-som-imx8/alpine/3.10/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,334
FROM ubuntu:17.10 RUN apt-get update RUN apt-get install -y --no-install-recommends \ gcc libc6-dev qemu-user ca-certificates \ gcc-mips64-linux-gnuabi64 libc6-dev-mips64-cross \ qemu-system-mips64 ENV CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_LINKER=mips64-linux-gnuabi64-gcc \ CC_mips64_...
mneumann/libc
ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile
Dockerfile
apache-2.0
396
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-debian:sid-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...
resin-io-library/base-images
balena-base-images/golang/raspberrypi3-64/debian/sid/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,000
FROM alpine:3.3 WORKDIR /opt/rancher ENV PATH $PATH:/opt/rancher RUN \ apk add --update bash ca-certificates && \ rm -rf /var/cache/apk/* && \ wget -q -O /opt/rancher/giddyup https://github.com/rancher/giddyup/releases/download/v0.18.0/giddyup && \ chmod +x /opt/rancher/giddyup RUN \ wget -q -O - https://g...
rancher/compose-templates
etcd/containers/0.13.0/etcd/Dockerfile
Dockerfile
apache-2.0
667
# AUTOGENERATED FILE FROM balenalib/fincm3-ubuntu:xenial-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.poo...
nghiant2710/base-images
balena-base-images/node/fincm3/ubuntu/xenial/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,757
# AUTOGENERATED FILE FROM balenalib/i386-ubuntu:bionic-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-get upd...
nghiant2710/base-images
balena-base-images/golang/i386/ubuntu/bionic/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,325
# AUTOGENERATED FILE FROM balenalib/apalis-imx6-debian:stretch-run ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver...
resin-io-library/base-images
balena-base-images/node/apalis-imx6/debian/stretch/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,937
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-ubuntu:bionic-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver...
nghiant2710/base-images
balena-base-images/node/raspberry-pi2/ubuntu/bionic/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,764
# AUTOGENERATED FILE FROM balenalib/up-board-ubuntu:disco-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 keyserver.pgp.com -...
nghiant2710/base-images
balena-base-images/node/up-board/ubuntu/disco/12.20.1/run/Dockerfile
Dockerfile
apache-2.0
2,917
# AUTOGENERATED FILE FROM balenalib/surface-go-fedora:32-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 --keyserver ha.po...
nghiant2710/base-images
balena-base-images/node/surface-go/fedora/32/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,760
# AUTOGENERATED FILE FROM balenalib/intel-edison-debian:buster-build ENV NODE_VERSION 17.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" || \ ...
resin-io-library/base-images
balena-base-images/node/intel-edison/debian/buster/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,806
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-ubuntu:focal-build ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha...
nghiant2710/base-images
balena-base-images/node/zc702-zynq7/ubuntu/focal/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,760
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-alpine:3.13-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/beaglebone-pocket/alpine/3.13/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,964
# AUTOGENERATED FILE FROM balenalib/artik710-alpine:3.11-run ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166006599AA...
nghiant2710/base-images
balena-base-images/node/artik710/alpine/3.11/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
3,021
# AUTOGENERATED FILE FROM balenalib/artik530-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 --keyserver k...
nghiant2710/base-images
balena-base-images/node/artik530/debian/stretch/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,942
###### Docker image FROM qnib/d-node ENV RC_VERSION latest RUN groupadd rocketchat && \ useradd -s /bin/false -d /opt/rocketchat/ -g rocketchat rocketchat # gpg: key 4FD08014: public key "Rocket.Chat Buildmaster <buildmaster@rocket.chat>" imported RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0E16328...
qnib/docker-rocketchat
Dockerfile
Dockerfile
apache-2.0
1,145
# AUTOGENERATED FILE FROM balenalib/odroid-c1-debian:sid-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 \ ' \ && apt-get up...
resin-io-library/base-images
balena-base-images/golang/odroid-c1/debian/sid/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,347
# AUTOGENERATED FILE FROM balenalib/qemux86-debian:jessie-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 some sa...
nghiant2710/base-images
balena-base-images/openjdk/qemux86/debian/jessie/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
3,101
# AUTOGENERATED FILE FROM balenalib/artik530-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/artik530/ubuntu/eoan/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,827
FROM python:3.8-slim-buster ENV PYTHONDONTWRITEBYTECODE=1 ARG GROUP_ID=1000 ARG USER_ID=1000 # Run all initial setup with root user. This is the default but mentioned here # for documentation. # We won't switch to the `olympia` user inside the dockerfile # but rather use the `user` option in docker-compose.yml inste...
eviljeff/olympia
Dockerfile
Dockerfile
bsd-3-clause
4,063
FROM nginx # Copy app files COPY dist/ /var/www/ # Copy custom configuration file from the current directory COPY nginx.conf /etc/nginx/nginx.conf
geo2a/students-big-brother
students-big-brother-frontend-ember/Dockerfile
Dockerfile
bsd-3-clause
149
FROM eboraas/apache-php RUN apt-get update RUN apt-get install -y ca-certificates ADD 000-default.conf /etc/apache2/sites-available/000-default.conf RUN a2enmod rewrite RUN chgrp -R www-data /var/www/html RUN chmod -R g+w /var/www/html
hawkup/learning-aws
sns/docker/web/Dockerfile
Dockerfile
mit
241
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%% MAINTAINER Kolla Project (https://launchpad.net/kolla) ADD ./barbican.tar / RUN ln -s /barbican-* /barbican RUN cd /barbican \ && useradd --user-group barbican \ && pip install uwsgi \ && pip install -r requirements.txt \ && pip install /barb...
jakedahn/kolla
docker/centos/source/barbican/Dockerfile
Dockerfile
apache-2.0
529
# 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...
nathanielvarona/airflow
scripts/ci/dockerfiles/trino/Dockerfile
Dockerfile
apache-2.0
1,362
# Docker-Spray example # VERSION 1.0 # the base image is a trusted ubuntu build with java 7 (https://index.docker.io/u/dockerfile/java/) FROM java:7 # that's me! MAINTAINER Adam Warski, adam@warski.org # we need this because the workdir is modified in dockerfile/java WORKDIR / # run the (java) server as the daemon ...
F-Xu/docker-spray-example
Dockerfile
Dockerfile
apache-2.0
636
FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 AS build WORKDIR /app COPY Benchmarks . RUN dotnet publish -c Release -o out FROM mcr.microsoft.com/dotnet/aspnet:6.0.0-rc.2 AS runtime ENV ASPNETCORE_URLS http://+:8080 # Full PGO ENV DOTNET_TieredPGO 1 ENV DOTNET_TC_QuickJitForLoops 1 ENV DOTNET_ReadyToRun 0 WORKDIR...
sumeetchhetri/FrameworkBenchmarks
frameworks/CSharp/aspnetcore/aspcore-mw-ef-pg.dockerfile
Dockerfile
bsd-3-clause
530
# Copyright 2015 The Kubernetes 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...
lewislyou/contrib
keepalived-vip/Dockerfile
Dockerfile
apache-2.0
1,277
FROM busybox RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd RUN echo 'dockerio:x:1001:' >> /etc/group RUN touch /exists RUN chown dockerio.dockerio exists COPY test_dir / RUN [ $(ls -l /test_file | awk '{print $3":"$4}') = 'root:root' ] RUN [ $(ls -l /exists | awk '{print $3":"$4}') = 'dockerio:dockeri...
tiw/docker
integration-cli/build_tests/TestCopy/DirContentToRoot/Dockerfile
Dockerfile
apache-2.0
325
FROM centos:7 # verify gpg and sha256: http://nodejs.org/dist/v0.10.30/SHASUMS256.txt.asc # gpg: aka "Timothy J Fontaine (Work) <tj.fontaine@joyent.com>" # gpg: aka "Julien Gilli <jgilli@fastmail.fm>" RUN set -ex \ && for key in \ 7937DFD2AB06298B2293C3187D33FF9D0246406D \ 114F43EE0176B71C7BC219DD50A3051F888C628D...
sebflipper/docker-node
0.12/centos/Dockerfile
Dockerfile
mit
982
FROM mern-cljs-example MAINTAINER Daigo Tanaka <daigo.tanaka@gmail.com> EXPOSE 5000 WORKDIR ./
daigotanaka/mern-cljs
example/api/Dockerfile
Dockerfile
mit
97
FROM python:3-alpine WORKDIR /usr/src/app COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt COPY . . CMD [ "python", "app.py" ] EXPOSE 8000
Serubin/Manglr
oauth/Dockerfile
Dockerfile
mit
171
FROM scratch MAINTAINER Vincent Ambo <dev@tazj.in> ADD etcd-announcer /etcd-announcer CMD [] ENTRYPOINT ["/etcd-announcer"]
tazjin/etcd-announcer
Dockerfile
Dockerfile
mit
126
FROM inthecloud247/kdocker-base MAINTAINER inthecloud247 "inthecloud247@gmail.com" # openjdk7 RUN apt-get -y install --no-install-recommends openjdk-7-jdk # set JAVA_HOME ENV JAVA_HOME /usr/lib/jvm/java-7-openjdk-amd64
inthecloud247/kdocker-openjdk7
Dockerfile
Dockerfile
mit
221
# tig in a container # # docker run --rm -it \ # -v `pwd`:/src # jzorn/tig # FROM alpine:latest WORKDIR /src VOLUME /src RUN apk update && \ apk add tig && \ rm -rf /var/cache/apk/* ENTRYPOINT [ "tig" ]
jzorn/dockerfiles
tig/Dockerfile
Dockerfile
mit
219
FROM tobilg/iwyu-build MAINTAINER tobilg <fb.tools.github@gmail.com> RUN apt-get update && apt-get install -yq --no-install-recommends --force-yes \ openjdk-6-jdk \ libcurl4-nss-dev \ libsasl2-dev \ libapr1-dev \ libsvn-dev \ autoconf \ automake \ libsasl2-2 \ sasl2-bin \ libsa...
tobilg/docker-mesos
mesos/0.22.1/Dockerfile
Dockerfile
mit
842
FROM nginx MAINTAINER Dengcheng Yan "yandengcheng@gmail.com" ADD default.conf /etc/nginx/conf.d/default.conf ENV HEXO_VERSION 3.1.1 RUN apt-get update && apt-get install -y curl RUN curl -sL https://deb.nodesource.com/setup | bash - && apt-get update && apt-get install -y curl git nodejs RUN npm install -g hexo@${HE...
yanzhou/docker-hexo
Dockerfile
Dockerfile
mit
558
FROM java:8u66 MAINTAINER rtc.to LABEL description="Docker image for RTC to GIT migration" ARG VERSION=6.0.2 ADD RTC-scmTools-Linux64-$VERSION.zip /tmp/rtc-scm-tools.zip RUN unzip -d /opt /tmp/rtc-scm-tools.zip RUN rm -f /tmp/rtc-scm-tools.zip RUN mkdir /var/data ADD scm.ini /opt/jazz/scmtools/eclipse/scm.ini ADD p...
rtcTo/rtc2git-docker
Dockerfile
Dockerfile
mit
475
# AUTOGENERATED FILE FROM balenalib/artik520-debian:sid-run ENV NODE_VERSION 12.22.9 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyse...
resin-io-library/base-images
balena-base-images/node/artik520/debian/sid/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,928
from alpine-zsh-base MAINTAINER graymanto <graymant@outlook.com> USER root RUN apk add --no-cache ca-certificates ENV GOLANG_VERSION 1.8 ENV GOLANG_SRC_URL https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz ENV GOLANG_SRC_SHA256 406865f587b44be7092f206d73fc1de252600b79b3cacc587b74b5ef5c623596 COPY no-pic.patch / ...
graymanto/docker-dev-envs
alpine-go-base/Dockerfile
Dockerfile
apache-2.0
1,157
# Latest Ubuntu LTS FROM ubuntu:14.04.2 # Install Ansible RUN apt-get update && \ apt-get -y upgrade && \ apt-get install --no-install-recommends -y \ software-properties-common && \ apt-add-repository ppa:ansible/ansible && \ apt-get update && \ apt-get install -y ansible python-apt # Make sure ...
ridecharge/ansible-docker
Dockerfile
Dockerfile
apache-2.0
602
# AUTOGENERATED FILE FROM balenalib/cubox-i-debian:stretch-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depende...
nghiant2710/base-images
balena-base-images/python/cubox-i/debian/stretch/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,092
# AUTOGENERATED FILE FROM balenalib/vab820-quad-debian:stretch-run ENV NODE_VERSION 12.22.9 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserve...
resin-io-library/base-images
balena-base-images/node/vab820-quad/debian/stretch/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,939
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-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/raspberrypi2/fedora/30/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
2,434
# AUTOGENERATED FILE FROM balenalib/nitrogen6x-debian:sid-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_VERSION....
nghiant2710/base-images
balena-base-images/golang/nitrogen6x/debian/sid/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
2,024
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-ubuntu:focal-run ENV NODE_VERSION 15.14.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.c...
nghiant2710/base-images
balena-base-images/node/apalis-imx6q/ubuntu/focal/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,918
# AUTOGENERATED FILE FROM balenalib/spacely-tx2-ubuntu:cosmic-run ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.c...
nghiant2710/base-images
balena-base-images/node/spacely-tx2/ubuntu/cosmic/15.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,915
# AUTOGENERATED FILE FROM balenalib/iot-gate-imx8-fedora:34-build ENV NODE_VERSION 14.18.3 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ke...
resin-io-library/base-images
balena-base-images/node/iot-gate-imx8/fedora/34/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,750
# AUTOGENERATED FILE FROM balenalib/armv7hf-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-get u...
nghiant2710/base-images
balena-base-images/golang/armv7hf/ubuntu/disco/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,351
# AUTOGENERATED FILE FROM balenalib/qemux86-64-debian:stretch-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu57 \ libssl1.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/qemux86-64/debian/stretch/3.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,930
# AUTOGENERATED FILE FROM balenalib/beaglebone-ubuntu:cosmic-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 some...
nghiant2710/base-images
balena-base-images/openjdk/beaglebone/ubuntu/cosmic/11-jdk/build/Dockerfile
Dockerfile
apache-2.0
3,104
# AUTOGENERATED FILE FROM balenalib/surface-pro-6-debian:sid-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/surface-pro-6/debian/sid/3.7.9/build/Dockerfile
Dockerfile
apache-2.0
4,859
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-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: pu...
nghiant2710/base-images
balena-base-images/python/raspberrypi3/ubuntu/bionic/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,835
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-ubuntu:focal-run RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu...
resin-io-library/base-images
balena-base-images/dotnet/beaglebone-pocket/ubuntu/focal/6.0-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,948
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-alpine:3.10-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVit...
nghiant2710/base-images
balena-base-images/python/odroid-xu4/alpine/3.10/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,839
# AUTOGENERATED FILE FROM balenalib/beaglebone-debian:bullseye-run ENV NODE_VERSION 10.24.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserve...
nghiant2710/base-images
balena-base-images/node/beaglebone/debian/bullseye/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,946
FROM wernight/duplicity MAINTAINER Christophe Furmaniak <christophe.furmaniak@gmail.com> USER root RUN apk add --update curl bash \ && rm -rf /var/cache/apk/* RUN echo "15 3 * * * /home/duplicity/scripts/backup_backup_backup.sh" > /var/spool/cron/crontabs/duplicity CMD crond -l 2 -f
looztra/dockerfiles
duplicity-crond/Dockerfile
Dockerfile
apache-2.0
291
FROM balenalib/aarch64-ubuntu:hirsute-run LABEL io.balena.device-type="n510-tx2" RUN apt-get update && apt-get install -y --no-install-recommends \ less \ kmod \ nano \ net-tools \ ifupdown \ iputils-ping \ i2c-tools \ usbutils \ && rm -rf /var/lib/apt/lists/* RUN [ ! -d /.balena/messages ] && mkdir ...
resin-io-library/base-images
balena-base-images/device-base/n510-tx2/ubuntu/hirsute/run/Dockerfile
Dockerfile
apache-2.0
1,089
# AUTOGENERATED FILE FROM balenalib/generic-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/generic/debian/buster/5.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,138
# AUTOGENERATED FILE FROM balenalib/amd64-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 dependencie...
nghiant2710/base-images
balena-base-images/python/amd64/ubuntu/focal/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,069
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-debian:buster-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ g...
nghiant2710/base-images
balena-base-images/node/npe-x500-m3/debian/buster/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,786
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-ubuntu:xenial-run ENV NODE_VERSION 12.22.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 --keyserve...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit-emmc/ubuntu/xenial/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,932
FROM bids/base_fsl:5.0.9-3 MAINTAINER Eric Bridgeford <ericwb95@gmail.com> RUN apt-get update RUN apt-get install -y zip unzip RUN apt-get install -y vim git RUN apt-get install -y python-dev RUN wget https://bootstrap.pypa.io/get-pip.py RUN python get-pip.py RUN apt-get install -y git libpng-dev libfreetype6-dev pkg...
ebridge2/FNGS_website
fngs/Dockerfile
Dockerfile
apache-2.0
1,475
FROM ubuntu MAINTAINER Hexagon6 <hexagon6@fet.li> ENV version 16w02a ENV home /minecraft RUN apt-get update && \ apt-get install -yq --no-install-recommends default-jre-headless wget && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN mkdir $home && \ cd $home && \ wget https://s3.amazonaws.com/Minecra...
Hexagon6/meinkraft.ch
minecraft-snapshot/Dockerfile
Dockerfile
apache-2.0
539
# AUTOGENERATED FILE FROM balenalib/qemux86-debian:bullseye-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/qemux86/debian/bullseye/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,092
# AUTOGENERATED FILE FROM balenalib/cubox-i-ubuntu:focal-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 --keyserver ha.po...
nghiant2710/base-images
balena-base-images/node/cubox-i/ubuntu/focal/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,758
# AUTOGENERATED FILE FROM balenalib/intel-nuc-alpine:3.15-run ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166006599...
resin-io-library/base-images
balena-base-images/node/intel-nuc/alpine/3.15/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
3,025
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-debian:stretch-build ENV GO_VERSION 1.16.14 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "8a8e06b02a5e7339675cbbad9eb46a0db2cab7da21306de7c3a60d37a6a96022 go$GO_VE...
resin-io-library/base-images
balena-base-images/golang/imx7-var-som/debian/stretch/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,034
# AUTOGENERATED FILE FROM balenalib/artik520-fedora:33-run ENV GO_VERSION 1.16.14 # gcc for cgo RUN dnf install -y \ gcc-c++ \ gcc \ git \ && dnf clean all 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 "8a8...
resin-io-library/base-images
balena-base-images/golang/artik520/fedora/33/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,100
# AUTOGENERATED FILE FROM balenalib/nuc-debian:sid-build ENV NODE_VERSION 15.14.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" || \ gpg --batch...
nghiant2710/base-images
balena-base-images/node/nuc/debian/sid/15.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,777
# AUTOGENERATED FILE FROM balenalib/qemux86-64-ubuntu:disco-build ENV NODE_VERSION 10.24.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha...
nghiant2710/base-images
balena-base-images/node/qemux86-64/ubuntu/disco/10.24.0/build/Dockerfile
Dockerfile
apache-2.0
2,764
# AUTOGENERATED FILE FROM balenalib/up-board-debian:buster-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libssl1.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/up-board/debian/buster/3.1-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,922
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-fedora:33-build ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserve...
nghiant2710/base-images
balena-base-images/node/genericx86-64-ext/fedora/33/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,767
# AUTOGENERATED FILE FROM balenalib/raspberrypi3-64-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 ...
resin-io-library/base-images
balena-base-images/python/raspberrypi3-64/alpine/edge/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
4,841
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-fedora:34-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" | sha2...
nghiant2710/base-images
balena-base-images/golang/cl-som-imx8/fedora/34/1.16/build/Dockerfile
Dockerfile
apache-2.0
1,990
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-debian:buster-build ENV NODE_VERSION 15.14.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 "$...
nghiant2710/base-images
balena-base-images/node/jetson-xavier-nx-devkit/debian/buster/15.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,796
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-debian:bullseye-run ENV NODE_VERSION 12.22.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/nitrogen6xq2g/debian/bullseye/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,949
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-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 depe...
nghiant2710/base-images
balena-base-images/python/orbitty-tx2/ubuntu/cosmic/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,070
# AUTOGENERATED FILE FROM balenalib/artik10-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 ...
resin-io-library/base-images
balena-base-images/python/artik10/ubuntu/bionic/3.9.10/build/Dockerfile
Dockerfile
apache-2.0
4,827
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-alpine:3.15-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/beaglebone-green/alpine/3.15/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,765
ARG PYTHON_VERSION FROM python:${PYTHON_VERSION} LABEL vendor="dProg - Philippe Docourt" maintainer="Philippe Docourt" description="Demo Site for Django QR code" ENV PYTHONUNBUFFERED 1 # Avoid possible occurrences of UnicodeEncodeError when running on x86 architecture. ENV PYTHONIOENCODING utf-8 # Set env variables ...
dprog-philippe-docourt/django-qr-code
Dockerfile
Dockerfile
bsd-3-clause
1,094