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
FROM anapsix/alpine-java:8_jdk MAINTAINER https://github.com/junneyang ADD /opt/java/workspace/xproject/config/1.0.0/auth-server-docker.properties /opt/java/workspace/xproject/config/1.0.0/ ADD /opt/java/workspace/xproject/config/1.0.0/auth-server.properties /opt/java/workspace/xproject/config/1.0.0/ ADD /opt/java/work...
junneyang/xxproject
api/product-api-service/target/docker/Dockerfile
Dockerfile
apache-2.0
4,021
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-ubuntu:xenial-run ENV NODE_VERSION 12.22.9 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.c...
resin-io-library/base-images
balena-base-images/node/zc702-zynq7/ubuntu/xenial/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,913
FROM jenkins:jenkins:latest WORKDIR ${JENKINS_HOME} ENTRYPOINT ["/bin/tini", "--"]
jacanales/ArachnidVP
Dockerfile
Dockerfile
apache-2.0
84
# AUTOGENERATED FILE FROM balenalib/photon-tx2-nx-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 \ 6A010C516600...
resin-io-library/base-images
balena-base-images/node/photon-tx2-nx/alpine/3.15/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
3,022
# AUTOGENERATED FILE FROM balenalib/raspberrypi4-64-ubuntu:eoan-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...
nghiant2710/base-images
balena-base-images/golang/raspberrypi4-64/ubuntu/eoan/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,326
# AUTOGENERATED FILE FROM balenalib/ZE250-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: public key "...
nghiant2710/base-images
balena-base-images/python/ZE250/debian/sid/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
4,860
# AUTOGENERATED FILE FROM balenalib/raspberrypi4-64-ubuntu:cosmic-run ENV NODE_VERSION 15.7.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/raspberrypi4-64/ubuntu/cosmic/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,917
# AUTOGENERATED FILE FROM balenalib/jetson-tx2-nx-devkit-debian:sid-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/jetson-tx2-nx-devkit/debian/sid/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,781
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-debian:jessie-build ENV GO_VERSION 1.14.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 "93a87bdde7d5dd8c7ba0570fd811cebdfb988a6393f5f660f4595566120e0620 go$GO_V...
nghiant2710/base-images
balena-base-images/golang/colibri-imx6dl/debian/jessie/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,034
FROM centos:7 MAINTAINER Lucas Bakalian <https://github.com/lucasbak> WORKDIR /tmp/ # UTILITIES TOOLS INSTALL # RUN yum clean all RUN yum update -y RUN yum install -y epel-release RUN yum install -y krb5-devel krb5-libs krb5-workstation vim RUN yum install -y wget unzip RUN curl -L -O -H "Cookie: oraclelicense=a...
ryba-io/ryba
packages/metal/spark2/resources/Dockerfile
Dockerfile
mit
1,491
# AUTOGENERATED FILE FROM balenalib/spacely-tx2-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 'dirnam...
nghiant2710/base-images
balena-base-images/openjdk/spacely-tx2/alpine/3.13/7-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,756
FROM busybox RUN touch /test
ngtuna/kompose
examples/buildconfig/build/Dockerfile
Dockerfile
apache-2.0
32
FROM node:16.13.0-slim COPY ./ ./ RUN npm install ENV NODE_ENV production EXPOSE 8080 CMD ["node", "app.js"]
jamming/FrameworkBenchmarks
frameworks/JavaScript/express/express.dockerfile
Dockerfile
bsd-3-clause
114
# 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...
WangTaoTheTonic/flink
docs/docker/Dockerfile
Dockerfile
apache-2.0
909
# Copyright 2015, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the f...
a-veitch/grpc
tools/dockerfile/interoptest/grpc_interop_java/Dockerfile
Dockerfile
bsd-3-clause
2,920
FROM ubuntu:latest CMD ["tail", "-f", "/dev/null"]
pwnbus/scoring_engine
docker/testbed/icmp/Dockerfile
Dockerfile
mit
52
FROM shippableimages/ubuntu1404_base:latest RUN apt-get update && apt-get install -y \ binutils \ bison \ curl \ gcc \ make \ mercurial\ bzr; env HOME /root RUN curl -s -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer | bash; RUN /bin/bash -c ". /root/.gvm/...
kanthchandra/ubuntu1404_go
Dockerfile
Dockerfile
mit
1,015
FROM ubuntu:20.04 MAINTAINER MascoSkray <MascoSkray@gmail.com> ARG CLONE_ADDFLAG WORKDIR /opt #Update apt and install git RUN apt-get update && apt-get install -y git #Clone the latest UOJ Community verison to local RUN git clone https://github.com/UniversalOJ/UOJ-System.git --depth 1 --single-branch ${CLONE_ADDFLAG} ...
UniversalOJ/UOJ-System
install/bundle/Dockerfile
Dockerfile
mit
843
FROM dockerfile/nodejs MAINTAINER Simon Murtha Smith <simon@murtha-smith.com> # for running test, install istanbul and mocha RUN npm install -g istanbul RUN npm install -g mocha RUN ln -s /usr/lib/node_modules/istanbul/lib/cli.js /usr/local/bin/istanbul ADD . /app # Install app dependencies RUN cd /app; npm install...
smurthas/stdinbox
Dockerfile
Dockerfile
mit
408
FROM python:3 ADD requirements.txt /src/requirements.txt RUN cd /src && pip install -r requirements.txt ADD . /src WORKDIR /src CMD ["python", "main.py"]
projectweekend/aws-codepipeline-test
Dockerfile
Dockerfile
mit
154
FROM nvidia/cuda:8.0-devel-centos7 LABEL maintainer "Andrew Hankins" RUN yum install -y epel-release RUN yum install -y make vim-common qt5-qtbase-devel qt5-base gmock gtest-devel cmake3 # INSTALL LLVM 3.8.1 RUN curl -fsSLO "http://releases.llvm.org/3.8.1/llvm-3.8.1.src.tar.xz" && \ tar xf "llvm-3.8.1.src.tar.x...
hankhank/exys
test/gpu/Dockerfile
Dockerfile
mit
1,521
FROM python:3.6 LABEL maintainer="phithon <root@leavesongs.com>"
vulhub/vulhub
base/python/python3.6/Dockerfile
Dockerfile
mit
65
FROM java:8 VOLUME /tmp ADD ./target/user-microservice-0.1.0.jar app.jar RUN bash -c 'touch /app.jar' EXPOSE 9001 ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
xiaojieliu7/MicroServiceProject
user-microservice/Dockerfile
Dockerfile
apache-2.0
194
# AUTOGENERATED FILE FROM balenalib/kitra710-ubuntu:disco-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/kitra710/ubuntu/disco/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,829
# AUTOGENERATED FILE FROM balenalib/asus-tinker-edge-t-ubuntu:xenial-run # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # Fo...
resin-io-library/base-images
balena-base-images/openjdk/asus-tinker-edge-t/ubuntu/xenial/11-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,108
# AUTOGENERATED FILE FROM balenalib/artik10-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 --...
nghiant2710/base-images
balena-base-images/python/artik10/alpine/edge/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,127
# 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 use ...
gianm/druid
integration-tests/docker/Dockerfile
Dockerfile
apache-2.0
4,999
# AUTOGENERATED FILE FROM balenalib/intel-edison-alpine:3.12-build ENV GO_VERSION 1.17.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] &...
resin-io-library/base-images
balena-base-images/golang/intel-edison/alpine/3.12/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,339
################################################################################ # 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...
shaoxuan-wang/flink
flink-container/docker/Dockerfile
Dockerfile
apache-2.0
2,679
# AUTOGENERATED FILE FROM balenalib/kitra520-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 depende...
resin-io-library/base-images
balena-base-images/python/kitra520/debian/buster/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,089
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-debian:bullseye-build ENV NODE_VERSION 14.16.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/imx7-var-som/debian/bullseye/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,793
# AUTOGENERATED FILE FROM balenalib/parallella-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 McVit...
resin-io-library/base-images
balena-base-images/python/parallella/alpine/edge/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
4,836
FROM adoptopenjdk/openjdk12-openj9:alpine-jre LABEL maintainer="Michael Edgar, xlate.io" description="Java EE 8 Full & Web Distribution" ENV WILDFLY_VERSION 17.0.0.Final ENV WILDFLY_SHA1 50bf8c48d4faf27c530af6949a225b9f1428300e ENV INSTALL_DIR /opt ENV WILDFLY_HOME ${INSTALL_DIR}/wildfly ENV DEPLOYMENT_DIR ${WILDFLY_H...
xlate/dockside
wildfly/17.0.0.Final/openj9/Dockerfile
Dockerfile
apache-2.0
1,183
# AUTOGENERATED FILE FROM balenalib/artik710-debian:stretch-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu57 \ libssl1.1 \ ...
nghiant2710/base-images
balena-base-images/dotnet/artik710/debian/stretch/3.1-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,941
# AUTOGENERATED FILE FROM balenalib/intel-edison-alpine:3.12-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk a...
nghiant2710/base-images
balena-base-images/python/intel-edison/alpine/3.12/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,576
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-fedora:36-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", s...
resin-io-library/base-images
balena-base-images/python/jetson-tx1/fedora/36/3.9.10/run/Dockerfile
Dockerfile
apache-2.0
2,433
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-debian:sid-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/firefly-rk3288/debian/sid/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,932
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-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: pub...
resin-io-library/base-images
balena-base-images/python/nanopi-neo-air/debian/sid/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,852
# AUTOGENERATED FILE FROM balenalib/raspberrypi0-2w-64-debian:sid-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/raspberrypi0-2w-64/debian/sid/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,779
# AUTOGENERATED FILE FROM balenalib/i386-alpine:3.14-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...
resin-io-library/base-images
balena-base-images/openjdk/i386/alpine/3.14/7-jdk/run/Dockerfile
Dockerfile
apache-2.0
1,761
# Copyright 2020 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,...
google/fuzzbench
benchmarks/arrow_parquet-arrow-fuzz/Dockerfile
Dockerfile
apache-2.0
1,151
# AUTOGENERATED FILE FROM balenalib/kitra710-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 depende...
nghiant2710/base-images
balena-base-images/python/kitra710/debian/buster/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,091
# AUTOGENERATED FILE FROM balenalib/astro-tx2-debian:bullseye-run # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some ...
resin-io-library/base-images
balena-base-images/openjdk/astro-tx2/debian/bullseye/16-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,019
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-alpine:3.14-run ENV GO_VERSION 1.16.14 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf...
resin-io-library/base-images
balena-base-images/golang/asus-tinker-board/alpine/3.14/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,476
# AUTOGENERATED FILE FROM balenalib/kitra710-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/kitra710/ubuntu/focal/3.1-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,560
FROM nvidia/cuda:8.0-cudnn7-devel-ubuntu14.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -y && \ apt-get install -y \ apt-transport-https \ bc \ build-essential \ cmake \ cppcheck \ curl \ curlftpfs \ debconf-utils \ doxygen \ gdb \ git \ google-perftools...
ycool/apollo
docker/build/dev.x86_64.dockerfile
Dockerfile
apache-2.0
2,075
# AUTOGENERATED FILE FROM balenalib/intel-nuc-fedora:34-run # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv", si...
resin-io-library/base-images
balena-base-images/python/intel-nuc/fedora/34/3.9.10/run/Dockerfile
Dockerfile
apache-2.0
2,447
# AUTOGENERATED FILE FROM balenalib/generic-amd64-fde-alpine:edge-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ...
resin-io-library/base-images
balena-base-images/node/generic-amd64-fde/alpine/edge/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,963
# AUTOGENERATED FILE FROM balenalib/n310-tx2-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/n310-tx2/debian/buster/6.0-sdk/run/Dockerfile
Dockerfile
apache-2.0
2,909
# AUTOGENERATED FILE FROM balenalib/aarch64-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 add --...
nghiant2710/base-images
balena-base-images/python/aarch64/alpine/3.13/3.5.10/run/Dockerfile
Dockerfile
apache-2.0
4,129
# AUTOGENERATED FILE FROM balenalib/n510-tx2-debian:bullseye-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: publ...
nghiant2710/base-images
balena-base-images/python/n510-tx2/debian/bullseye/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
4,857
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-emmc-fedora:36-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...
resin-io-library/base-images
balena-base-images/node/jetson-xavier-nx-devkit-emmc/fedora/36/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,765
# AUTOGENERATED FILE FROM balenalib/orange-pi-lite-fedora:34-run # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv...
resin-io-library/base-images
balena-base-images/python/orange-pi-lite/fedora/34/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
2,436
# AUTOGENERATED FILE FROM balenalib/i386-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 ] && echo '...
nghiant2710/base-images
balena-base-images/golang/i386/alpine/3.12/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,331
# AUTOGENERATED FILE FROM balenalib/odyssey-x86-alpine:3.13-build # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirn...
resin-io-library/base-images
balena-base-images/openjdk/odyssey-x86/alpine/3.13/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,779
# AUTOGENERATED FILE FROM balenalib/ZE250-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 ke...
nghiant2710/base-images
balena-base-images/python/ZE250/ubuntu/bionic/3.6.12/build/Dockerfile
Dockerfile
apache-2.0
4,844
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-fedora:33-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 --key...
nghiant2710/base-images
balena-base-images/node/jetson-nano-2gb-devkit/fedora/33/12.22.1/build/Dockerfile
Dockerfile
apache-2.0
2,765
# AUTOGENERATED FILE FROM balenalib/artik710-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 --keyserver keyserver.pgp.com ...
nghiant2710/base-images
balena-base-images/node/artik710/ubuntu/xenial/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,912
# AUTOGENERATED FILE FROM balenalib/surface-go-fedora:31-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.po...
nghiant2710/base-images
balena-base-images/node/surface-go/fedora/31/10.24.0/build/Dockerfile
Dockerfile
apache-2.0
2,760
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-ubuntu:xenial-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 \ ' \ && a...
nghiant2710/base-images
balena-base-images/golang/genericx86-64-ext/ubuntu/xenial/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,343
# AUTOGENERATED FILE FROM balenalib/beaglebone-fedora:30-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 "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "5d2c...
nghiant2710/base-images
balena-base-images/golang/beaglebone/fedora/30/1.16/run/Dockerfile
Dockerfile
apache-2.0
2,096
# AUTOGENERATED FILE FROM balenalib/up-board-debian:stretch-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...
resin-io-library/base-images
balena-base-images/golang/up-board/debian/stretch/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,340
# AUTOGENERATED FILE FROM balenalib/ZE250-ubuntu:eoan-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 dependencies...
nghiant2710/base-images
balena-base-images/python/ZE250/ubuntu/eoan/2.7.18/run/Dockerfile
Dockerfile
apache-2.0
4,450
# AUTOGENERATED FILE FROM balenalib/beagleboard-xm-alpine:3.10-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk...
nghiant2710/base-images
balena-base-images/python/beagleboard-xm/alpine/3.10/3.5.10/run/Dockerfile
Dockerfile
apache-2.0
4,136
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-ubuntu:hirsute-build ENV GO_VERSION 1.16.14 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \ && echo "f4f5f02eb6809ac5bf19b5ad517b23504fd5fc036f6487651968ad36aa7a20e0 go$GO_VERSION.linux-amd64....
resin-io-library/base-images
balena-base-images/golang/genericx86-64-ext/ubuntu/hirsute/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,025
FROM rroemhild/ejabberd ENV EJABBERD_HOME /opt/ejabberd COPY ./scripts $EJABBERD_HOME/scripts
sulphur/docker-ejabberd
examples/docker-compose-cluster/Dockerfile
Dockerfile
mit
94
FROM groovyguides/jdk8 RUN mkdir --parents /usr/src/app WORKDIR /usr/src/app COPY envprimer /usr/src/app/ RUN mkdir -p ~/.gradle RUN ./gradlew build RUN rm -rf /usr/src/app
groovy-tutorial/admin-builders
builder/Dockerfile
Dockerfile
apache-2.0
177
# sqoop2_user # VERSION : 0.1 FROM zetdata/cdh:4 MAINTAINER Jiaqi Guo, guojq@zetyun.com RUN apt-get install -y sqoop2-client ADD spec.json /home/run/ ADD main.py /home/run/ ADD specparser.py /home/run/ ADD pysqoop2.py /home/run/
DataCanvasIO/example-modules
modules/modeling/CDH4/demo_hero/sqoop2_user/Dockerfile
Dockerfile
bsd-3-clause
233
FROM node:14.15.1-slim COPY ./ ./ RUN npm install ENV NODE_HANDLER sequelize-postgres EXPOSE 8080 CMD ["node", "app.js"]
lneves/FrameworkBenchmarks
frameworks/JavaScript/hapi/hapi-postgres.dockerfile
Dockerfile
bsd-3-clause
126
FROM ubuntu:xenial RUN apt-get update RUN apt-get -y install sudo cmake wget RUN apt-get -y install \ build-essential \ libgl1-mesa-dev \ libfontconfig1-dev \ libfreetype6-dev \ libx11-dev \ libxext-dev \ libxfixes-dev \ libxi-dev \ libxrender-dev \ libxcb1-dev \ libx11-xcb-dev \ libxcb-glx0-d...
Christof/voly-labeller
Dockerfile
Dockerfile
mit
1,243
FROM nodesource/vivid-base MAINTAINER William Blankenship <wblankenship@nodesource.com> RUN curl https://deb.nodesource.com/iojs_2.x/pool/main/i/iojs/iojs_2.3.1-1nodesource1~vivid1_amd64.deb > node.deb \ && dpkg -i node.deb \ && rm node.deb RUN npm install -g pangyp\ && ln -s $(which pangyp) $(dirname $(which pang...
nodesource/docker-node
ubuntu/vivid/iojs/2.3.1/Dockerfile
Dockerfile
mit
547
FROM debian:wheezy MAINTAINER Henrik Sachse <t3x7m3@posteo.de> #################################################### # User and group setup #################################################### ENV MYSQL_USER mysql ENV MYSQL_GROUP mysql RUN groupadd mysql && useradd -g mysql mysql ##################################...
jojo13572001/mysql-cluster-with-proxy
mysql/Dockerfile
Dockerfile
mit
2,317
FROM ubuntu:14.04 RUN apt-get update -y && \ apt-get install -y software-properties-common && \ apt-get update -y && \ add-apt-repository -y ppa:mc3man/trusty-media && \ apt-get update -y && \ apt-get -y install \ ffmpeg \ git \ ...
Samze/SnapchatBot-docker
Dockerfile
Dockerfile
mit
601
ARG BASE_IMAGE=php:7.4-cli-alpine3.14 FROM ${BASE_IMAGE} RUN php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer RUN apk add --no-cache python3 \ && ln -s /usr/bin/python3 /usr/bin/python
giorgiosironi/eris
.docker/Dockerfile
Dockerfile
mit
247
FROM mrchypark/tfr-baseimage:1.0.0-gpu-py3 MAINTAINER ChanYub Park <mrchypark@gmail.com> #add repository and update the container #Installation of nesesary package/software for this containers... RUN echo "deb http://archive.ubuntu.com/ubuntu `cat /etc/container_environment/DISTRIB_CODENAME`-backports main restricted ...
mrchypark/tfr-docker-project
tfr-rstudio/gpu-py3.4/Dockerfile
Dockerfile
mit
2,974
FROM python:3 as spacy RUN pip install wheel socketIO-client spacy RUN python -m spacy download en FROM node:6 COPY --from=spacy /usr/local /usr/local/ RUN ldconfig WORKDIR /usr/src/app COPY package*.json ./ RUN npm install && npm cache clean --force COPY . ./ CMD ["npm", "start"] EXPOSE 3000
mikko/CentralIntelligence-server
Dockerfile
Dockerfile
mit
294
FROM debian:jessie RUN apt-get update -qq && apt-get install -y \ shellcheck \ tree WORKDIR /data EXPOSE 80 ENTRYPOINT ["/bin/bash"]
firecyberice/caddy
Dockerfile
Dockerfile
mit
143
FROM debian:jessie MAINTAINER Paul Liljenberg <liljenberg.paul@gmail.com> RUN apt-get update && apt-get install -y \ unzip \ md5deep \ wget \ xmlstarlet \ cabextract \ genisoimage ENV WSUSOFFLINE_VERSION 1074 RUN wget -O /wsusoffline.zip http://download.wsusoffline.net/wsusoffline"${WSUSOFFLINE_VERSI...
ricardorsierra/dockerfiles
wsusoffline/Dockerfile
Dockerfile
mit
544
# GENERATED FROM Dockerfile.template-scm FROM vicamo/buildpack-deps:bullseye-armel-curl # procps is very common in build systems, and is a reasonably small package RUN apt-get update \ && apt-get install -y --no-install-recommends \ git \ mercurial \ openssh-client \ subversion \ \ procps \ && apt-get cl...
vicamo/docker-buildpack-deps
bullseye/armel/scm/Dockerfile
Dockerfile
mit
366
FROM node:8-slim ARG OMICSSERVER ADD workflow-editor /app WORKDIR /app RUN sed -ri "s|(omicsUrl: )'(.*)'|\1'"$OMICSSERVER"'|g" src/environments/environment.prod.ts RUN npm install RUN /app/node_modules/@angular/cli/bin/ng build --prod --deployUrl=/omics/static/workflow_editor/ --baseHref=/omics/static/workflow_editor/ ...
BiRG/Omics-Dashboard
omics/Dockerfile
Dockerfile
mit
1,132
FROM debian:jessie ENV GRAPHITE_VERSION 0.9.12+debian-6 RUN apt-get update -y && \ apt-get install -y graphite-web=${GRAPHITE_VERSION} apache2 apache2-mpm-worker libapache2-mod-wsgi && \ rm /etc/apache2/sites-enabled/000-default.conf # A workaround to prepare SQLite dat...
Opensoftware/monitoring
build/graphite_web/Dockerfile
Dockerfile
mit
1,020
FROM calebj/red-discordbot:latest USER root RUN apt-get update && \ apt-get install -y --no-install-recommends openssh-server vim mc rsync tmux &&\ apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN mv /etc/ssh /etc/ssh_dist && \ rm /etc/ssh_dist/ssh_host_* COPY sshd.sh /usr/local/bin/red_sshd COPY...
neonobjclash/dockerfiles
red-sshd/Dockerfile
Dockerfile
mit
411
FROM andreptb/oracle-java:7-alpine # Wilfly version ENV WILDFLY_VERSION 8.2.0.Final # Set the JBOSS_HOME env variable ENV JBOSS_HOME /opt/jboss/wildfly # Installs WILDFLY RUN apk add --no-cache --virtual=build-dependencies wget && \ cd "/tmp" && \ wget -q http://download.jboss.org/wildfly/$WILDFLY_VERSION/wi...
andreptb/Dockerfiles
wildfly/alpine/jdk-7/Dockerfile
Dockerfile
mit
655
# DOCKER-VERSION 0.7.2 FROM ubuntu:12.04 MAINTAINER Jim Rosser "jarosser06@gmail.com" RUN apt-get -y update RUN apt-get -y install curl RUN apt-get -y install build-essential RUN curl -L https://www.opscode.com/chef/install.sh | bash RUN /opt/chef/embedded/bin/gem install --no-ri --no-rdoc berkshelf
jarosser06/chef-dockerfile
Dockerfile
Dockerfile
mit
305
FROM conlini/python_dev:3.5 # only needed for sqlite dev db ENV SQLLITE.DB.PATH="/usr/src/db/db.sqlite3" # making the db path seperate to ensure that src volume mapping doest not cause errors RUN mkdir -p /usr/src/db ENV SECRET.KEY="dnqzt6_=ccf&q#24wgzk4y3mbj*48on^hr#pha+hzq-w9n&du_" ENV DEBUG.ENABLED="true" ENV DB.N...
conlini/h2h
Docker/dev/Dockerfile
Dockerfile
mit
692
FROM nginx:1.18.0-alpine COPY ./compose/production/nginx/nginx.conf /etc/nginx/nginx.conf #COPY ./compose/production/nginx/nginx.conf /etc/nginx/conf.d/default.conf
thorrak/fermentrack
compose/production/nginx/Dockerfile
Dockerfile
mit
166
# based on hwuethrich/bamboo-agent # Bamboo Agent # # VERSION 0.0.1 FROM luhe/supervisord MAINTAINER H. Wüthrich "hw@5px.ch" # Environment ENV BAMBOO_USER bamboo ENV BAMBOO_HOME /home/$BAMBOO_USER # Install Bamboo Agent ADD start /start ADD supervisor /etc/supervisor/conf.d ADD bin /us...
lukas-hetzenecker/docker-images
bamboo-agent/Dockerfile
Dockerfile
mit
482
FROM golang:1.7.3-alpine MAINTAINER Ioannis Polyzos <i.polyzos@null-box.org> ENV GLIDE_VERSION v0.12.3 ENV GLIDE_DOWNLOAD_URL https://github.com/Masterminds/glide/releases/download/$GLIDE_VERSION/glide-$GLIDE_VERSION-linux-amd64.zip RUN apk update \ && apk add --update bash \ && apk add curl unzip git -q \ &&...
ipolyzos/nulldaddy-ddns
Dockerfile
Dockerfile
mit
659
# Copyright 2017 AT&T Intellectual Property. All other 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...
att-comdev/drydock
images/drydock/Dockerfile
Dockerfile
apache-2.0
1,073
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-ubuntu:hirsute-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/cl-som-imx8/ubuntu/hirsute/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,756
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-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 a...
nghiant2710/base-images
balena-base-images/python/bananapi-m1-plus/alpine/3.11/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,136
# AUTOGENERATED FILE FROM balenalib/i386-alpine:3.13-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...
resin-io-library/base-images
balena-base-images/python/i386/alpine/3.13/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,830
# AUTOGENERATED FILE FROM balenalib/parallella-debian:sid-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependen...
resin-io-library/base-images
balena-base-images/python/parallella/debian/sid/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,085
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-ubuntu:focal-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/imx6ul-var-dart/ubuntu/focal/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,758
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-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 'dirn...
resin-io-library/base-images
balena-base-images/openjdk/orbitty-tx2/alpine/3.15/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,764
FROM balenalib/armv7hf-fedora:34-run LABEL io.balena.device-type="apalis-imx6q" RUN dnf install -y \ less \ nano \ net-tools \ usbutils \ gnupg \ i2c-tools \ && dnf clean all RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more info...
resin-io-library/base-images
balena-base-images/device-base/apalis-imx6q/fedora/34/run/Dockerfile
Dockerfile
apache-2.0
996
# AUTOGENERATED FILE FROM balenalib/kitra520-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: public...
nghiant2710/base-images
balena-base-images/python/kitra520/debian/buster/3.9.1/build/Dockerfile
Dockerfile
apache-2.0
4,853
# Hubot container image # https://github.com/wendellmedina/daing-ubuntu # # Pull base image. FROM ubuntu:14.04 MAINTAINER Wendell Medina <wendellmedina@gmail.com> # Install.packages RUN \ sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \ apt-get update && \ apt-get -y upgrade && \ apt-get install ...
wendellmedina/daing-ubuntu
Dockerfile
Dockerfile
apache-2.0
471
# AUTOGENERATED FILE FROM balenalib/artik10-ubuntu:hirsute-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 key...
resin-io-library/base-images
balena-base-images/node/artik10/ubuntu/hirsute/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,756
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-fedora:36-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 al...
resin-io-library/base-images
balena-base-images/python/jetson-xavier-nx-devkit-seeed-2mic-hat/fedora/36/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
2,461