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/nitrogen8mm-fedora:31-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.p...
nghiant2710/base-images
balena-base-images/node/nitrogen8mm/fedora/31/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/imx8m-var-dart-debian:buster-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....
nghiant2710/base-images
balena-base-images/golang/imx8m-var-dart/debian/buster/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,005
FROM centos MAINTAINER Lothar Wieske <lothar.wieske@gmail.com> RUN yum update -y && \ curl --insecure --junk-session-cookies --location --remote-name --silent --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u71-b15/jre-8u71-linux-x64.rpm && \ yum locali...
lwieske/dockerfiles-java-8
8u71/jre/Dockerfile
Dockerfile
apache-2.0
497
FROM ubuntu:latest MAINTAINER Georges Alkhouri <georges.alkhouri@stud.htwk-leipzig.de> ENV DEBIAN_FRONTEND noninteractive ENV GIT_REPO "" ENV GIT_EMAIL "" ENV GIT_NAME "" ENV CRONTAB "0 0 * * *" ENV GIT_REPO_PATH "/backup-repository" #TODO: change path ENV STORE_BACKUP_PATH "/import_store" RUN apt-get update RUN a...
GeorgesAlkhouri/virtuoso-backup-docker
Dockerfile
Dockerfile
apache-2.0
654
# This file describes the standard way to build Docker, using docker # # Usage: # # # Assemble the full dev environment. This is slow the first time. # docker build -t docker . # # # Mount your source in an interactive container for quick testing: # docker run -v `pwd`:/go/src/github.com/docker/docker --privileged -i -...
kerneltime/docker
Dockerfile
Dockerfile
apache-2.0
10,499
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-debian:jessie-build ENV GO_VERSION 1.15.11 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "bfc8f07945296e97c6d28c7999d86b5cab51c7a87eb2b22ca6781c41a6bb6f2d go$GO_VERSION.li...
nghiant2710/base-images
balena-base-images/golang/jetson-xavier-nx-devkit-emmc/debian/jessie/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
2,019
# AUTOGENERATED FILE FROM balenalib/vab820-quad-fedora:33-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/33/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,101
FROM balenalib/amd64-alpine:3.10-build LABEL io.balena.device-type="genericx86-64-ext" RUN apk add --update \ less \ nano \ net-tools \ ifupdown \ usbutils \ gnupg \ && rm -rf /var/cache/apk/* RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker im...
nghiant2710/base-images
balena-base-images/device-base/genericx86-64-ext/alpine/3.10/build/Dockerfile
Dockerfile
apache-2.0
1,039
# AUTOGENERATED FILE FROM balenalib/cubox-i-debian:buster-build ENV NODE_VERSION 10.23.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg ...
nghiant2710/base-images
balena-base-images/node/cubox-i/debian/buster/10.23.1/build/Dockerfile
Dockerfile
apache-2.0
2,784
# Copyright 2016 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,...
robertswiecki/oss-fuzz
projects/gnutls/Dockerfile
Dockerfile
apache-2.0
1,470
# AUTOGENERATED FILE FROM balenalib/hummingboard2-ubuntu:cosmic-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: p...
nghiant2710/base-images
balena-base-images/python/hummingboard2/ubuntu/cosmic/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,836
FROM fedora:25 MAINTAINER Andreas Trawöger <atrawog@hexaplant.com> ENV HOME /root RUN dnf -y update && dnf install -y libjpeg-turbo-devel libjpeg-turbo libjpeg-turbo-utils libjpeg-devel libtiff libtiff-devel libtiff-tools zlib-devel freetype-devel python-lcms lcms-devel lcms2-devel libwebp libwebp-devel libwebp-tools...
PixelDragon/pixeldragon
iiif/Dockerfile
Dockerfile
apache-2.0
2,412
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-debian:stretch-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 --keyserve...
resin-io-library/base-images
balena-base-images/node/cl-som-imx8/debian/stretch/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,935
# AUTOGENERATED FILE FROM balenalib/artik520-ubuntu:disco-build 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 ha.p...
nghiant2710/base-images
balena-base-images/node/artik520/ubuntu/disco/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,759
# AUTOGENERATED FILE FROM balenalib/amd64-ubuntu:eoan-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.pool....
nghiant2710/base-images
balena-base-images/node/amd64/ubuntu/eoan/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,757
# AUTOGENERATED FILE FROM balenalib/artik5-alpine:3.14-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/artik5/alpine/3.14/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,832
FROM oracle/graalvm-ce:20.2.0-java11 # Set working dir RUN mkdir /app WORKDIR /app COPY ./package.json /app # Get dependencies RUN npm --unsafe-perm install # Copy the app COPY ./ /app # Compile the template RUN npm run template # Run the code CMD java \ -server \ -...
volyrique/FrameworkBenchmarks
frameworks/JavaScript/es4x/es4x.dockerfile
Dockerfile
bsd-3-clause
1,094
FROM golang:1.10.0-stretch RUN go get -u github.com/alecthomas/gometalinter && gometalinter --install \ && go get github.com/mattn/goveralls \ && go get -u github.com/rakyll/gotest
diegobernardes/flare
misc/docker/ci/Dockerfile
Dockerfile
bsd-3-clause
186
FROM mongo:5 ENV MONGO_INITDB_DATABASE=zucchini COPY ./migrations/*.js /migrations/ # Files in the docker-entrypoint-initdb.d dir are executed from the / working dir COPY ./migrate.js /docker-entrypoint-initdb.d/
pgentile/tests-cucumber
zucchini-ui-mongo/Dockerfile
Dockerfile
mit
216
# AUTOGENERATED FILE FROM balenalib/smarc-px30-debian:stretch-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For som...
nghiant2710/base-images
balena-base-images/openjdk/smarc-px30/debian/stretch/8-jdk/build/Dockerfile
Dockerfile
apache-2.0
3,103
FROM balenalib/armv7hf-alpine:edge-run LABEL io.balena.device-type="colibri-imx6" RUN apk add --update \ less \ nano \ net-tools \ ifupdown \ usbutils \ gnupg \ && rm -rf /var/cache/apk/* RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (...
nghiant2710/base-images
balena-base-images/device-base/colibri-imx6/alpine/edge/run/Dockerfile
Dockerfile
apache-2.0
1,017
FROM biocontainers/biocontainers:debian-stretch-backports MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="bio-rainbow" \ container="bio-rainbow" \ about.summary="clustering and assembling short reads for bioinformatics" \ about.home="http://sourceforge.net/projects/bio-rainbow/" \ ...
BioDocker/containers
bio-rainbow/2.0.4-1b1-deb/Dockerfile
Dockerfile
apache-2.0
851
# Copyright 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 the f...
ktamashun/grpc-docker-library
1.0/ruby/Dockerfile
Dockerfile
bsd-3-clause
1,629
FROM dockerfile/nodejs ENV PORT 80 ADD ./ /sample WORKDIR /sample EXPOSE 80 RUN npm install --unsafe-perm CMD npm start
lalitkapoor/isomorphic-react-boilerplate
Dockerfile
Dockerfile
mit
124
FROM centos RUN yum install -y tar gcc g++ openssl-devel openssl openssl-libs openssl-static RUN gpg --keyserver pgp.mit.edu --recv-keys 7B3B09DC &>/dev/null && bash -c "gpg --import-ownertrust <(echo 108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE:6:)" &>/dev/null RUN curl -s https://static.rust-lang.org/rustup.sh | sh -s ...
vvmann/tyckiting-bot
clients/rust/Dockerfile
Dockerfile
mit
663
# Dockerfile for python actions, overrides and extends ActionRunner from actionProxy FROM dockerskeleton RUN apk add --no-cache \ bzip2-dev \ gcc \ libc-dev \ libxslt-dev \ libxml2-dev \ libffi-dev \ linux-headers \ openssl-dev # Install common modules f...
prccaraujo/openwhisk
core/pythonAction/Dockerfile
Dockerfile
apache-2.0
748
FROM nginx:latest RUN \ apt-get update && \ apt-get -y install nano python3 python3-pip git procps RUN pip3 install eventlet gunicorn falcon falcon_cors requests RUN git clone https://github.com/ilausuch/CacheServer.git /opt/CacheServer RUN git clone https://github.com/ilausuch/CacheServer-Admin.git /opt/Cach...
ilausuch/CacheServer
docker.conf/Dockerfile
Dockerfile
mit
473
FROM java:8-jdk MAINTAINER hello@clabs.com.ua <Dmytro Khaynas> RUN apt-get update && \ apt-get -y install bash mc git ENV GRADLE_VERSION 2.12 WORKDIR /usr/bin RUN curl -sLO https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip && \ unzip gradle-${GRADLE_VERSION}-all.zip && \ ln -s gradl...
dmytrozzz/deployIt
Dockerfile
Dockerfile
mit
547
FROM tesic/quagmir:1.0 MAINTAINER Nikola Tesic, Seven Bridges, <nikola.tesic@sbgenomics.com>
kevchn/quagmir
Dockerfile
Dockerfile
mit
93
# vim:set ft=dockerfile: FROM alpine:3.11 MAINTAINER Andrius Kairiukstis <andrius@kairiukstis.com> RUN apk add --update \ asterisk \ asterisk-sample-config \ && rm -rf /usr/lib/asterisk/modules/*pjsip* \ && asterisk -U asterisk \ && sleep 5 \ && pkill -9 asterisk \ && pkill -9 astcanary \ && sleep 2 \ && ...
andrius/alpine-asterisk
alpine/3.11/Dockerfile
Dockerfile
mit
833
FROM alpine:latest RUN apk update && \ apk add ca-certificates COPY bin/laika / COPY public /public/ ENTRYPOINT ["/laika"] CMD ["run"]
dbrabera/laika
Dockerfile
Dockerfile
mit
142
FROM python:3.8-slim ADD . /tidypy WORKDIR /tidypy RUN apt-get update && \ apt-get install --yes --no-install-recommends \ bzr \ git \ mercurial \ subversion && \ rm -rf /var/lib/apt/lists/* && \ pip install --no-cache-dir . Sphinx VOLUME /project WORKDIR /project CMD ["ti...
jayclassless/tidypy
Dockerfile
Dockerfile
mit
337
FROM fluent/fluentd:v0.12-onbuild RUN apk add --update --virtual .build-deps \ sudo build-base ruby-dev \ # cutomize following instruction as you wish && sudo gem install \ fluent-plugin-elasticsearch \ fluent-plugin-s3 \ && sudo gem sources --clear-all \ && apk del .build-deps \ && rm -...
tobru/fluentd-demo
fluentd/Dockerfile
Dockerfile
mit
408
FROM php:7.2.6-fpm MAINTAINER Davin Bao <davin.bao@gmail.com> ENV TIMEZONE Etc/UTC RUN groupadd -g 1982 www && useradd -u 1982 -g www -s /sbin/nologin www RUN usermod -u 1982 www RUN groupmod -g 1982 www RUN apt-get update && apt-get install -y \ bash \ sudo \ libmcrypt-dev \ libicu-dev \ mysql...
davin-bao/docker-php-fpm
Dockerfile
Dockerfile
mit
2,333
FROM tiangolo/uwsgi-nginx-flask:python2.7 COPY requirements.txt main.py __init__.py uwsgi.ini /app/ RUN pip install --upgrade -r requirements.txt COPY conf /etc/nginx/conf.d/ COPY documents /app/documents/ COPY front-end/index.html front-end/styles.css /app/static/ COPY front-end/dist /app/static/dist COPY front-end/...
courado/uoa-admin-tools
Dockerfile
Dockerfile
mit
486
FROM ubuntu:trusty EXPOSE 9090 VOLUME ["/srv"] RUN apt-get update -y RUN apt-get install -y curl RUN curl -o opensearchserver.deb -L http://sourceforge.net/projects/opensearchserve/files/Stable_release/1.5.10/opensearchserver-1.5.10-b893.deb/download RUN apt-get install -y openjdk-7-jdk RUN dpkg -i ope...
kanbanana/knowledgebase
provision/roles/staging/files/oss/Dockerfile
Dockerfile
mit
605
FROM php:8.0-cli-alpine ##<alpine>## # hadolint ignore=DL3018 RUN apk --no-cache add \ curl \ git \ # For composer unzip ##</alpine>## # https://github.com/mlocati/docker-php-extension-installer ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-...
ekreative/php-docker
8.0-alpine/Dockerfile
Dockerfile
mit
1,239
FROM vladshub/python-virtualenv MAINTAINER Vladislav Shub <vlad6il@gmail.com> RUN apk add --no-cache --update libffi-dev py-imaging py-lxml nodejs && rm -rf /var/cache/apk/* EXPOSE 8081 COPY entrypoint.sh / ENV SICKRAGE_VERSION v2018.07.21-1 RUN wget -q "https://github.com/SickRage/SickRage/archive/${SICKRAGE_VERSI...
vladshub/docker-sickrage
Dockerfile
Dockerfile
mit
473
FROM vulhub/tomcat:8.5 LABEL maintainer="phithon <root@leavesongs.com>" RUN set -ex \ && rm -rf /usr/local/tomcat/webapps/* \ && chmod a+x /usr/local/tomcat/bin/*.sh COPY S2-008.war /usr/local/tomcat/webapps/ROOT.war EXPOSE 8080
vulhub/vulhub
struts2/s2-008/Dockerfile
Dockerfile
mit
239
FROM golang:1.9 as builder RUN go get -u github.com/golang/dep RUN go install github.com/golang/dep/cmd/dep WORKDIR /go/src/kube-helper/ COPY . . ADD https://github.com/upx/upx/releases/download/v3.94/upx-3.94-amd64_linux.tar.xz . RUN apt-get update && apt-get install xz-utils RUN tar -xf upx-3.94-amd64_linux.tar.xz ...
tourstream/kube-helper
Dockerfile
Dockerfile
apache-2.0
657
# AUTOGENERATED FILE FROM balenalib/edge-debian:bookworm-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" || \ gpg --...
resin-io-library/base-images
balena-base-images/node/edge/debian/bookworm/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,780
# 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, ...
GoogleCloudPlatform/solutions-modern-cicd-anthos
starter-repos/golang-template/Dockerfile
Dockerfile
apache-2.0
692
FROM ubuntu:14.04.2 MAINTAINER minimum@cepave.com # Install Java 8 RUN \ apt-get update && \ apt-get install -y software-properties-common python-software-properties && \ add-apt-repository ppa:webupd8team/java && \ (echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | \ debconf...
minimum-hsu/docker-oracle-java8
Dockerfile
Dockerfile
apache-2.0
482
# AUTOGENERATED FILE FROM balenalib/artik5-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$GO_VERSION.l...
nghiant2710/base-images
balena-base-images/golang/artik5/debian/buster/1.15.11/build/Dockerfile
Dockerfile
apache-2.0
2,026
# AUTOGENERATED FILE FROM balenalib/hummingboard-debian:buster-build ENV NODE_VERSION 15.10.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/hummingboard/debian/buster/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,789
# AUTOGENERATED FILE FROM balenalib/raspberry-pi2-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/raspberry-pi2/debian/sid/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,854
# AUTOGENERATED FILE FROM balenalib/edge-alpine:3.11-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie <s...
nghiant2710/base-images
balena-base-images/python/edge/alpine/3.11/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,838
# VERSION 1.2.3 # AUTHOR: Nicolas Lamirault <nicolas.lamirault@gmail.com> # DESCRIPTION: zeiot/rpi-prometheus FROM resin/armv7hf-debian:jessie MAINTAINER Nicolas Lamirault <nicolas.lamirault@gmail.com> ENV PROMETHEUS_VERSION 1.2.3 ADD https://github.com/prometheus/prometheus/releases/download/v${PROMETHEU...
zeiot/rpi-prometheus
1.2/Dockerfile
Dockerfile
apache-2.0
1,217
# AUTOGENERATED FILE FROM balenalib/generic-alpine:3.11-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add --...
nghiant2710/base-images
balena-base-images/python/generic/alpine/3.11/3.6.12/run/Dockerfile
Dockerfile
apache-2.0
4,136
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-ubuntu:bionic-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 --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp....
resin-io-library/base-images
balena-base-images/node/imx7-var-som/ubuntu/bionic/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,914
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-ubuntu:focal-run ENV NODE_VERSION 12.22.9 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.p...
resin-io-library/base-images
balena-base-images/node/bananapi-m1-plus/ubuntu/focal/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,916
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-fedora:33-build ENV NODE_VERSION 10.24.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver...
nghiant2710/base-images
balena-base-images/node/jetson-nano-emmc/fedora/33/10.24.1/build/Dockerfile
Dockerfile
apache-2.0
2,759
# AUTOGENERATED FILE FROM balenalib/surface-go-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 "virtualenv",...
nghiant2710/base-images
balena-base-images/python/surface-go/fedora/31/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
2,452
FROM ubuntu:quantal MAINTAINER Chaitanya Akkineni <chaitanya.akkineni@savvis.com> RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y upgrade RUN apt-get -y -q install wget logrotate # Hack for initctl not being available in Ubuntu #RUN dpkg-divert --local --rename --add /sbin/initctl #RUN ln -s /bin/true...
panamax-docker/panamax-docker-rabbitmq
Dockerfile
Dockerfile
apache-2.0
737
FROM tomcat:8.5-jre8-alpine COPY libs / COPY snapshot-libs / COPY resources / COPY classes / COPY root / ENTRYPOINT ["catalina.sh","run"]
GoogleContainerTools/jib
jib-core/src/test/resources/core/webAppSampleDockerfile
Dockerfile
apache-2.0
139
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-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 "virtuale...
nghiant2710/base-images
balena-base-images/python/blackboard-tx2/fedora/33/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
2,442
FROM debian:stable RUN apt-get update RUN apt-get -y upgrade RUN apt-get -y install python chromium strace gdb nano libatk-bridge2.0-0 libgtk-3-0 RUN set -e -x; \ groupadd -g 1337 user; \ useradd -g 1337 -u 1337 -m user COPY challenge/chrome /home/user/chrome COPY challenge/flag /home/user/flag COPY attachme...
google/google-ctf
2018/finals/pwn-mojo/Dockerfile
Dockerfile
apache-2.0
526
# # 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/bert-annotator
kubernetes/new-tasks/Dockerfile
Dockerfile
apache-2.0
931
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-ubuntu:focal-build RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu66...
resin-io-library/base-images
balena-base-images/dotnet/jetson-xavier/ubuntu/focal/5.0-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,565
# AUTOGENERATED FILE FROM balenalib/odroid-c1-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 depen...
resin-io-library/base-images
balena-base-images/python/odroid-c1/debian/stretch/3.6.15/run/Dockerfile
Dockerfile
apache-2.0
4,092
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-ubuntu:xenial-run ENV GO_VERSION 1.15.11 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ &...
nghiant2710/base-images
balena-base-images/golang/raspberrypi400-64/ubuntu/xenial/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,334
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-ubuntu:eoan-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....
nghiant2710/base-images
balena-base-images/node/jetson-tx1/ubuntu/eoan/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,755
# This is an auto generated Dockerfile for gazebo:gzserver8 # generated from docker_images/create_gzserver_image.Dockerfile.em FROM ubuntu:xenial # install packages RUN apt-get update && apt-get install -q -y \ dirmngr \ gnupg2 \ lsb-release \ && rm -rf /var/lib/apt/lists/* # setup keys RUN apt-key ad...
ruffsl/docker_images
gazebo/8/ubuntu/xenial/gzserver8/Dockerfile
Dockerfile
apache-2.0
875
# AUTOGENERATED FILE FROM balenalib/amd64-fedora:35-build ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver keyserver....
resin-io-library/base-images
balena-base-images/node/amd64/fedora/35/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,749
# AUTOGENERATED FILE FROM balenalib/smarc-px30-alpine:3.13-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 ] && e...
resin-io-library/base-images
balena-base-images/golang/smarc-px30/alpine/3.13/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,469
# AUTOGENERATED FILE FROM balenalib/via-vab820-quad-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 \ ...
resin-io-library/base-images
balena-base-images/dotnet/via-vab820-quad/ubuntu/bionic/3.1-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,123
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-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/nitrogen8mm/debian/bullseye/3.1-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,950
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-debian:sid-run ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver k...
nghiant2710/base-images
balena-base-images/node/nitrogen6xq2g/debian/sid/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,937
# AUTOGENERATED FILE FROM balenalib/jn30b-nano-debian:bullseye-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 "$key" || \ ...
resin-io-library/base-images
balena-base-images/node/jn30b-nano/debian/bullseye/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,781
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-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/beaglebone-green/alpine/3.14/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
4,134
# AUTOGENERATED FILE FROM balenalib/edge-alpine:3.13-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 \ 6A010C5166006599AA17F0...
nghiant2710/base-images
balena-base-images/node/edge/alpine/3.13/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
3,024
# AUTOGENERATED FILE FROM balenalib/qemux86-64-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",...
resin-io-library/base-images
balena-base-images/python/qemux86-64/fedora/33/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
2,453
# AUTOGENERATED FILE FROM balenalib/jetson-nano-emmc-fedora:32-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/jetson-nano-emmc/fedora/32/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,757
# AUTOGENERATED FILE FROM balenalib/kitra710-fedora:32-run ENV GO_VERSION 1.15.7 # 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 "bca4af0c20f86521dfabf3b39fa...
nghiant2710/base-images
balena-base-images/golang/kitra710/fedora/32/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,069
# AUTOGENERATED FILE FROM balenalib/i386-alpine:3.13-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 \ 6A010C5166006599AA17F...
resin-io-library/base-images
balena-base-images/node/i386/alpine/3.13/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
3,013
FROM balenalib/aarch64-alpine:3.13-build LABEL io.balena.device-type="n310-tx2" RUN apk add --update \ less \ nano \ net-tools \ ifupdown \ usbutils \ gnupg \ && rm -rf /var/cache/apk/* RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (Fo...
resin-io-library/base-images
balena-base-images/device-base/n310-tx2/alpine/3.13/build/Dockerfile
Dockerfile
apache-2.0
1,017
# AUTOGENERATED FILE FROM balenalib/up-core-plus-debian:bullseye-run ENV Logging__Console__FormatterName=Json RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 ...
resin-io-library/base-images
balena-base-images/dotnet/up-core-plus/debian/bullseye/6.0-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,186
# AUTOGENERATED FILE FROM balenalib/raspberrypicm4-ioboard-ubuntu:cosmic-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 63...
nghiant2710/base-images
balena-base-images/python/raspberrypicm4-ioboard/ubuntu/cosmic/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
5,216
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-ubuntu:bionic-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_V...
nghiant2710/base-images
balena-base-images/golang/firefly-rk3288/ubuntu/bionic/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
2,034
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-ubuntu:xenial-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 \ ' \ && a...
nghiant2710/base-images
balena-base-images/golang/nanopi-neo-air/ubuntu/xenial/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,360
# AUTOGENERATED FILE FROM balenalib/vab820-quad-alpine:3.12-run ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C516600659...
nghiant2710/base-images
balena-base-images/node/vab820-quad/alpine/3.12/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
3,024
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-alpine:3.11-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/orange-pi-one/alpine/3.11/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,472
# AUTOGENERATED FILE FROM balenalib/kitra710-ubuntu:eoan-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.pgp.com --...
nghiant2710/base-images
balena-base-images/node/kitra710/ubuntu/eoan/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,908
# AUTOGENERATED FILE FROM balenalib/artik530-ubuntu:bionic-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.com ...
nghiant2710/base-images
balena-base-images/node/artik530/ubuntu/bionic/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,916
######################################## # Derived from ubuntu distribution ######################################## FROM collinestes/docker-node-oracle MAINTAINER Boris Glavic <bglavic@iit.edu> ######################################## # Create working directories ######################################## WORKDIR /gprom...
mikebrachmann/gprom
Docker/Debian-All/Dockerfile
Dockerfile
apache-2.0
2,151
# AUTOGENERATED FILE FROM balenalib/odroid-ux3-debian:bookworm-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...
resin-io-library/base-images
balena-base-images/python/odroid-ux3/debian/bookworm/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
4,858
FROM nimbleplatform/nimble-base MAINTAINER Salzburg Research <nimble-srfg@salzburgresearch.at> VOLUME /tmp ADD service-discovery-0.0.1.jar app.jar ADD entry.sh entry.sh RUN bash -c 'touch /app.jar' EXPOSE 8761 ENTRYPOINT ["sh", "/entry.sh"]
nimble-platform/core-cloud-infrastructure
service-discovery/src/main/docker/Dockerfile
Dockerfile
apache-2.0
240
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-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...
nghiant2710/base-images
balena-base-images/python/orangepi-plus2/debian/bullseye/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,101
# AUTOGENERATED FILE FROM balenalib/artik530-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...
nghiant2710/base-images
balena-base-images/python/artik530/ubuntu/bionic/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
5,202
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-fedora:33-run ENV GO_VERSION 1.15.11 # 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 "bfc8f07945296e97c6d28c799...
nghiant2710/base-images
balena-base-images/golang/nanopc-t4/fedora/33/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,072
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-fedora:34-run ENV GO_VERSION 1.15.11 # 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 "bfc8f07945296e97c6d28c7...
nghiant2710/base-images
balena-base-images/golang/nitrogen8mm/fedora/34/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,074
# # This is the image that executes a STI build inside Origin. It expects the # following environment variables: # # BUILD - JSON string containing the openshift build object # # This image expects to have the Docker socket bind-mounted into the container. # If "/root/.dockercfg" is bind mounted in, it will use that ...
CrunchyData/dnsbridge
src/github.com/openshift/origin/images/builder/docker/sti-builder/Dockerfile
Dockerfile
apache-2.0
571
FROM ubuntu:18.04 # example: docker build -t autoskewer:latest . RUN apt-get update && apt-get install -y wget unzip git make g++ python3 python3-setuptools RUN ln -s /usr/bin/python3 /usr/bin/python # bowtie RUN wget --content-disposition http://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.2.5/bowtie2-2.2....
wltrimbl/autoskewer
Dockerfile
Dockerfile
bsd-2-clause
731
FROM buildpack-deps:jessie-scm # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ && rm -rf /var/lib/apt/lists/* ENV GOLANG_VERSION 1.7.5 ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz ENV GOLANG_D...
lindenlab/golang
1.7/Dockerfile
Dockerfile
bsd-3-clause
769
FROM buildpack-deps:jessie-curl # gpg keys listed at https://github.com/nodejs/io.js RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \ 9554F04D7259F04124DE6B476D5A82AC7E37093B \ DD8F2338BAE7501E3DD5AC78C273792F7D83545D \ FD3A5288F042B6850C66B31F09FE44734EB7990E ENV NPM_CONFIG_LOGLEVEL info ENV IOJS_VERS...
pesho/docker-iojs
1.8/slim/Dockerfile
Dockerfile
mit
799
# -------- Build environment # Base image FROM node:10-alpine as builder # Set working directory RUN mkdir /app WORKDIR /app # Add `/usr/src/app/node_modules/.bin` to $PATH ENV PATH /app/node_modules/.bin:$PATH # Native dependencies, you'll need extra tools RUN apk add --no-cache make gcc g++ python file libpng-dev ...
radum/webapp-boilerplate-webpack
Dockerfile
Dockerfile
mit
1,127
# Copyright 2017 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 ...
spxtr/test-infra
images/gcloud/Dockerfile
Dockerfile
apache-2.0
1,289
FROM balenalib/aarch64-ubuntu:xenial-run LABEL io.balena.device-type="photon-xavier-nx" 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 ] &&...
nghiant2710/base-images
balena-base-images/device-base/photon-xavier-nx/ubuntu/xenial/run/Dockerfile
Dockerfile
apache-2.0
1,095
# AUTOGENERATED FILE FROM balenalib/edge-alpine:3.12-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 "$(di...
nghiant2710/base-images
balena-base-images/openjdk/edge/alpine/3.12/8-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,764
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-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; \ ...
nghiant2710/base-images
balena-base-images/openjdk/jetson-xavier-nx-devkit/alpine/3.12/7-jdk/build/Dockerfile
Dockerfile
apache-2.0
1,772