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/asus-tinker-board-s-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.
#
# ... | nghiant2710/base-images | balena-base-images/openjdk/asus-tinker-board-s/debian/jessie/7-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,101 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-ubuntu:focal-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... | resin-io-library/base-images | balena-base-images/node/surface-pro-6/ubuntu/focal/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
#
# Reverse proxy for kubernetes
#
FROM ubuntu:latest
ENV DEBIAN_FRONTEND noninteractive
# Prepare requirements
RUN apt-get update -qy && \
apt-get install nginx curl -y
# setup confd
RUN cd /usr/local/bin && \
curl -L https://github.com/kelseyhightower/confd/releases/download/v0.10.0/confd-0.10.0-linux-amd64 ... | morecrazy/kubernetes-reverseproxy | Dockerfile | Dockerfile | apache-2.0 | 983 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-ubuntu:bionic-run
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For ... | resin-io-library/base-images | balena-base-images/openjdk/cnx100-xavier-nx/ubuntu/bionic/8-jdk/run/Dockerfile | Dockerfile | apache-2.0 | 3,103 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVittie... | resin-io-library/base-images | balena-base-images/python/cubox-i/alpine/edge/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/artik10-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 ... | resin-io-library/base-images | balena-base-images/python/artik10/debian/buster/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,851 |
# AUTOGENERATED FILE
FROM balenalib/blackboard-tx2-debian:bullseye-run
ENV NODE_VERSION 14.16.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 --keys... | nghiant2710/base-images | balena-base-images/node/blackboard-tx2/debian/bullseye/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,946 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-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 ... | nghiant2710/base-images | balena-base-images/node/colibri-imx6/ubuntu/disco/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi-debian:buster-build
ENV GO_VERSION 1.15.6
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-armv6l.tar.gz" \
&& echo "40ba9a57764e374195018ef37c38a5fbac9bbce908eab436370631a84bfc5788 go$GO_VERSION.linux-armv6l.tar.gz... | nghiant2710/base-images | balena-base-images/golang/raspberrypi/debian/buster/1.15.6/build/Dockerfile | Dockerfile | apache-2.0 | 2,004 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-debian:bullseye-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 \
' \
&& ap... | nghiant2710/base-images | balena-base-images/golang/up-core-plus/debian/bullseye/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,346 |
# AUTOGENERATED FILE
FROM balenalib/spacely-tx2-ubuntu:bionic-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.c... | nghiant2710/base-images | balena-base-images/node/spacely-tx2/ubuntu/bionic/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,915 |
# Copyright 2021 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, s... | google/google-ctf | 2021/quals/pwn-tridroid/healthcheck/Dockerfile | Dockerfile | apache-2.0 | 886 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-debian:bullseye-run
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver... | nghiant2710/base-images | balena-base-images/node/coral-dev/debian/bullseye/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,941 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6x-ubuntu:xenial-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depen... | nghiant2710/base-images | balena-base-images/python/nitrogen6x/ubuntu/xenial/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 4,443 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-alpine:3.10-run
ENV GO_VERSION 1.15.8
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && ec... | nghiant2710/base-images | balena-base-images/golang/smarc-px30/alpine/3.10/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,467 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:stretch-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 --keyserver k... | nghiant2710/base-images | balena-base-images/node/kitra710/debian/stretch/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,938 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-debian:bookworm-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 pyth... | resin-io-library/base-images | balena-base-images/python/cnx100-xavier-nx/debian/bookworm/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,101 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-debian:jessie-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver k... | nghiant2710/base-images | balena-base-images/node/aio-3288c/debian/jessie/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,941 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-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.linux-arm64.ta... | nghiant2710/base-images | balena-base-images/golang/jetson-nano-emmc/debian/jessie/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,007 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-alpine:3.11-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 'dirnam... | nghiant2710/base-images | balena-base-images/openjdk/intel-nuc/alpine/3.11/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,777 |
# AUTOGENERATED FILE
FROM balenalib/parallella-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/parallella/ubuntu/focal/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-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/am571x-evm/ubuntu/eoan/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:bionic-run
ENV GO_VERSION 1.15.6
# 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/raspberry-pi2/ubuntu/bionic/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,357 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-debian:sid-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 key... | nghiant2710/base-images | balena-base-images/node/odroid-u3+/debian/sid/15.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,936 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-ubuntu:eoan-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 --keyserv... | nghiant2710/base-images | balena-base-images/node/generic-armv7ahf/ubuntu/eoan/10.24.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,765 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-debian:jessie-run
ENV GO_VERSION 1.15.8
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-ge... | nghiant2710/base-images | balena-base-images/golang/jetson-tx1/debian/jessie/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,325 |
# AUTOGENERATED FILE
FROM balenalib/npe-x500-m3-alpine:3.13-run
ENV GO_VERSION 1.16.3
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && e... | nghiant2710/base-images | balena-base-images/golang/npe-x500-m3/alpine/3.13/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-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/odroid-xu4/debian/stretch/3.1-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,530 |
FROM linuxkit/grub:a0e2211d39c3c71613f902b3e29746badee3295e AS grub
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \
alpine-baselayout \
binutils \
busybox \
dosfstools \
libarchive-to... | yankcrime/linuxkit | tools/mkimage-raw-efi/Dockerfile | Dockerfile | apache-2.0 | 583 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-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... | nghiant2710/base-images | balena-base-images/openjdk/ccimx8x-sbc-pro/ubuntu/cosmic/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,106 |
FROM amazonlinux:2
ARG chefver
RUN rpm -i https://packages.chef.io/files/stable/chef/${chefver}/el/7/chef-${chefver}-1.el7.x86_64.rpm
RUN yum install -y systemd hostname
RUN install -d -m 755 /cookbooks /etc/chef /var/chef/node
RUN echo "local_mode true" >> /etc/chef/client.rb; \
echo "cookbook_path ['/co... | mackerelio/cookbook-mackerel-agent | docker/amazonlinux-2/Dockerfile | Dockerfile | apache-2.0 | 949 |
## -*- docker-image-name: "scaleway/gogs:latest" -*-
ARG SCW_ARCH
FROM scaleway/golang:${SCW_ARCH}-latest
MAINTAINER Scaleway <opensource@scaleway.com> (@scaleway)
ARG GOGS_RELEASE_URL
# Prepare rootfs for image-builder
RUN /usr/local/sbin/scw-builder-enter
# Install packages
RUN apt-get -qq update \
&& apt-... | scaleway-community/scaleway-gogs | latest/Dockerfile | Dockerfile | mit | 1,238 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-ubuntu:xenial-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/odroid-c1/ubuntu/xenial/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,100 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-debian:buster-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
#... | nghiant2710/base-images | balena-base-images/openjdk/jetson-xavier-nx-devkit/debian/buster/11-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 3,857 |
FROM node:8.5.0
ENV USER_NAME="user" \
WORK_DIR="/app"
# setup user, group and workdir
COPY ./ ${WORK_DIR}/
RUN groupadd -r ${USER_NAME} \
&& useradd -r -d ${WORK_DIR} -g ${USER_NAME} ${USER_NAME} \
&& chown -R ${USER_NAME}:${USER_NAME} ${WORK_DIR} \
&& npm install -g bower
ENV HOME=${WORK_DIR}
USER $... | RotaruDan/test-users | Dockerfile | Dockerfile | apache-2.0 | 606 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-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... | nghiant2710/base-images | balena-base-images/openjdk/odroid-ux3/alpine/3.12/7-jre/run/Dockerfile | Dockerfile | apache-2.0 | 1,759 |
# 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,... | skia-dev/oss-fuzz | projects/clib/Dockerfile | Dockerfile | apache-2.0 | 863 |
FROM ubuntu:${UBUNTU_VERSION} AS base
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
curl \
git \
libcurl3-dev \
libfreetype6-dev \
libhdf5-serial-dev \
libzmq3-dev \
pkg-config \
rsync \
software-prop... | jbedorf/tensorflow | tensorflow/tools/dockerfiles/partials/ubuntu/devel-cpu.partial.Dockerfile | Dockerfile | apache-2.0 | 899 |
FROM hseeberger/scala-sbt:8u181_2.12.8_1.2.8
WORKDIR /play2
COPY play2-java-ebean-hikaricp .
RUN sed -i 's/.enablePlugins(PlayMinimalJava, PlayEbean, PlayNettyServer)/.enablePlugins(PlayMinimalJava, PlayEbean).disablePlugins(PlayNettyServer)/g' build.sbt
RUN sbt stage
CMD target/universal/stage/bin/play2-java-ebean-h... | zloster/FrameworkBenchmarks | frameworks/Java/play2-java/play2-java-ebean-hikaricp.dockerfile | Dockerfile | bsd-3-clause | 677 |
FROM ubuntu:latest
# Copy testrun.sh files into the container
ENV variable abc123
ADD ./testrun.sh /tmp/
ADD ./subst-file-$variable.txt /tmp/
COPY ./subst-file-2-${variable}.txt /tmp/
RUN cp /tmp/testrun.sh /usr/local/bin/ && chmod +x /usr/local/bin/testrun.sh
CMD ["testrun.sh"]
| dianping/docker-java | src/test/resources/testENVSubstitution/Dockerfile | Dockerfile | apache-2.0 | 296 |
# BASE DOCKER IMAGE DOCKERFILE:
# https://github.com/docker-library/python/blob/ad4706ad7d23ef13472d2ee340aa43f3b9573e3d/2.7/alpine/Dockerfile
#
# docker build --tag suddi/python:<PYTHON_VERSION>-alpine --file src/python-alpine.Dockerfile --build-arg PYTHON_VERSION=<PYTHON_VERSION> .
# docker push suddi/python-alpine:<... | suddi/dockerfiles | src/dynamodb-local-cloudformation.Dockerfile | Dockerfile | mit | 1,727 |
FROM php:7.2.14-alpine
MAINTAINER herloct <herloct@gmail.com>
ENV PHP_CS_FIXER_VERSION=2.14.0
RUN curl -L https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v$PHP_CS_FIXER_VERSION/php-cs-fixer.phar > /usr/local/bin/php-cs-fixer \
&& chmod +x /usr/local/bin/php-cs-fixer \
&& rm -rf /var/cache/apk... | herloct/docker-php-cs-fixer | Dockerfile | Dockerfile | mit | 426 |
ARG CLF_VERSION
FROM simonsdave/cloudfeaster-lite:v${CLF_VERSION}
LABEL maintainer="Dave Simons"
USER root
COPY package.tar.gz /tmp/package.tar.gz
RUN pip install /tmp/package.tar.gz
RUN chmod a+x "$(python -c 'import gaming_spiders, os; print(os.path.dirname(gaming_spiders.__file__))')/"*.py
RUN chmod a-x "$(python... | simonsdave/gaming_spiders | dockerfiles/Dockerfile | Dockerfile | mit | 460 |
FROM node:6.2.0
COPY package.json /src/
RUN cd /src && npm install
COPY . /src/
WORKDIR /src
ENV NODE_ENV production
ENV API_ROOT http://q-and-a.loc/api/
RUN npm run build
EXPOSE 8080
CMD ["node", "app-server/index.js"]
| websash/q-and-a-react-redux-app | Dockerfile | Dockerfile | mit | 220 |
FROM microsoft/aspnetcore:1.1.2
WORKDIR /app
COPY . .
ENTRYPOINT ["dotnet", "AbpODataDemo.Web.Host.dll"]
| aspnetboilerplate/sample-odata | AbpODataDemo-Core/aspnet-core/src/AbpODataDemo.Web.Host/Dockerfile | Dockerfile | mit | 107 |
## -*- docker-image-name: "scaleway/debian:jessie" -*-
FROM armbuild/debian:jessie
MAINTAINER Scaleway <opensource@scaleway.com> (@scaleway)
# Environment
ENV DEBIAN_FRONTEND noninteractive
# Useful for image inheritance
ENV SCW_BASE_IMAGE scaleway/debian:jessie
# ./patches/usr/local/bin/ is where the builder downl... | QuentinPerez/image-debian | jessie/Dockerfile | Dockerfile | mit | 2,187 |
FROM alpine:3.14
ARG BUILD_CORES
ENV UID=991 GID=991
ARG NGINX_VER=1.21.2
ARG PHP_VER=7.4.23
ARG LIBICONV_VERSION=1.16
ARG OPENSSL_VERSION=1.1.1l
ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8"
LABEL description="NGINX + PHP image based on Alpine" \
maintainer="Starbix" \
io.laubacher.... | Starbix/dockerimages | nginx/1.1.1/Dockerfile | Dockerfile | mit | 7,566 |
FROM ilios/php-apache:v3
MAINTAINER Ilios Project Team <support@iliosproject.org>
| ilios/docker | php-apache-ecs/Dockerfile | Dockerfile | mit | 83 |
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y openssh-server psmisc locales
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN mkdir /var/run/sshd
RUN mkdir /root/.ssh
RUN echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCkWvR3axrI21rkyqofrl28AAtXastCqDU97CRkKwt... | matematik7/didcj | Dockerfile | Dockerfile | mit | 1,041 |
from pwntools/pwntools:stable
USER root
WORKDIR /root/
RUN apt-get install -y man
RUN apt-get install -y liblzma-dev
RUN apt-get install -y clang-format
| zachriggle/functions | docker/Dockerfile | Dockerfile | mit | 155 |
FROM openjdk:8-jdk-alpine
RUN apk --no-cache update
RUN apk --no-cache upgrade
RUN apk --no-cache add tzdata openntpd
RUN rm /etc/localtime
RUN cp /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
VOLUME /tmp
ADD target/alfred-latest.jar app.jar
ENV JAVA_OPTS="-Dspring.config.location=file:///spring/config/"
ENTR... | lichader/Alfred | Dockerfile | Dockerfile | mit | 401 |
FROM nodesource/xenial-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl https://deb.nodesource.com/node_6.x/pool/main/n/nodejs/nodejs_6.1.0-1nodesource1~xenial1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb
RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(whic... | nodesource/docker-node | ubuntu/xenial/node/6.1.0/Dockerfile | Dockerfile | mit | 553 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-ubuntu:eoan-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-get updat... | nghiant2710/base-images | balena-base-images/golang/cubox-i/ubuntu/eoan/1.16/run/Dockerfile | Dockerfile | apache-2.0 | 2,343 |
# AUTOGENERATED FILE
FROM balenalib/up-core-debian:bullseye-build
ENV NODE_VERSION 14.16.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" || \
gp... | nghiant2710/base-images | balena-base-images/node/up-core/debian/bullseye/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,791 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-debian:sid-build
ENV GO_VERSION 1.16
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 "5d2c637632fc23139c992e7f5adce1e46bccebd5a43fc90f797050ae71f46ab9 go$GO_VERSION.l... | nghiant2710/base-images | balena-base-images/golang/apalis-imx6q/debian/sid/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 2,020 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-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 depen... | resin-io-library/base-images | balena-base-images/python/kitra520/debian/bullseye/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,093 |
# AUTOGENERATED FILE
FROM balenalib/intel-edison-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 McV... | nghiant2710/base-images | balena-base-images/python/intel-edison/alpine/3.10/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-fedora:32-run
ENV GO_VERSION 1.15.8
# 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 "0e31ea4bf53496b0f0809730... | nghiant2710/base-images | balena-base-images/golang/cl-som-imx8/fedora/32/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,072 |
# AUTOGENERATED FILE
FROM balenalib/odroid-c1-ubuntu:bionic-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/odroid-c1/ubuntu/bionic/17.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-debian:bullseye-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... | resin-io-library/base-images | balena-base-images/golang/orangepi-plus2/debian/bullseye/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,038 |
# AUTOGENERATED FILE
FROM balenalib/generic-fedora:32-run
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 ha.pool.sk... | nghiant2710/base-images | balena-base-images/node/generic/fedora/32/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,753 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-alpine:3.12-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do... | resin-io-library/base-images | balena-base-images/node/var-som-mx6/alpine/3.12/16.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,952 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-fedora:35-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 "virtual... | resin-io-library/base-images | balena-base-images/python/imx6ul-var-dart/fedora/35/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 2,443 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx2-debian:jessie-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/jetson-tx2/debian/jessie/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 1,999 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-debian:bullseye-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_VERS... | resin-io-library/base-images | balena-base-images/golang/aio-3288c/debian/bullseye/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-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 \
python-pip \
python-dbus \
&& dnf clean all
# install "virtualenv", ... | nghiant2710/base-images | balena-base-images/python/hummingboard2/fedora/30/2.7.18/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/nuc-debian:buster-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserv... | resin-io-library/base-images | balena-base-images/node/nuc/debian/buster/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,932 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-alpine:3.12-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon Mc... | nghiant2710/base-images | balena-base-images/python/orange-pi-one/alpine/3.12/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,239 |
# AUTOGENERATED FILE
FROM balenalib/nuc-alpine:3.11-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599AA17F0... | nghiant2710/base-images | balena-base-images/node/nuc/alpine/3.11/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,025 |
# AUTOGENERATED FILE
FROM balenalib/generic-armv7ahf-debian:buster-run
ENV NODE_VERSION 10.24.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keys... | nghiant2710/base-images | balena-base-images/node/generic-armv7ahf/debian/buster/10.24.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,948 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-ubuntu:focal-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C... | nghiant2710/base-images | balena-base-images/python/jetson-nano-2gb-devkit/ubuntu/focal/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,214 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-ubuntu:eoan-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.pgp.com ... | nghiant2710/base-images | balena-base-images/node/etcher-pro/ubuntu/eoan/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,910 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-debian:bookworm-build
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-kr... | resin-io-library/base-images | balena-base-images/dotnet/imx8mm-var-dart/debian/bookworm/6.0-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,182 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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: p... | resin-io-library/base-images | balena-base-images/python/beaglebone-green/debian/sid/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,854 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-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 63C7CC... | resin-io-library/base-images | balena-base-images/python/cnx100-xavier-nx/debian/bookworm/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,864 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard-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/hummingboard/fedora/33/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 2,440 |
FROM node:10
RUN apt-get update -qq && apt-get install -qy libelf1
RUN mkdir -p /web-ui/static
COPY package.json LICENSE yarn.lock .flowconfig autogen.sh ovirt-web-ui.spec.in configure.ac Makefile.am /web-ui/
COPY static/index.hbs /web-ui/static/
COPY scripts /web-ui/scripts
COPY config /web-ui/config
COPY src /web-u... | oVirt/ovirt-web-ui | Dockerfile | Dockerfile | apache-2.0 | 495 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-alpine:edge-build
ENV NODE_VERSION 14.16.1
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 \
; d... | nghiant2710/base-images | balena-base-images/node/revpi-core-3/alpine/edge/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,959 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:eoan-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... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/ubuntu/eoan/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,759 |
FROM debian:stretch
MAINTAINER Frank Celler <info@arangodb.com>
ENV ARCHITECTURE amd64
ENV DEB_PACKAGE_VERSION 1
ENV ARANGO_VERSION 3.3.5
ENV ARANGO_URL https://download.arangodb.com/arangodb33/Debian_9.0
ENV ARANGO_PACKAGE arangodb3-${ARANGO_VERSION}-${DEB_PACKAGE_VERSION}_${ARCHITECTURE}.deb
ENV ARANGO_PACKAGE_URL $... | arangodb/arangodb-docker | stretch/3.3.5/Dockerfile | Dockerfile | apache-2.0 | 2,034 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-fedora:33-build
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.p... | nghiant2710/base-images | balena-base-images/node/photon-nano/fedora/33/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/n310-tx2-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/n310-tx2/debian/stretch/3.1-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,915 |
# AUTOGENERATED FILE
FROM balenalib/rpi-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 <sm... | nghiant2710/base-images | balena-base-images/python/rpi/alpine/3.11/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,830 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-ubuntu:impish-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.co... | resin-io-library/base-images | balena-base-images/node/var-som-mx6/ubuntu/impish/17.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,911 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:focal-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90:... | resin-io-library/base-images | balena-base-images/python/bananapi-m1-plus/ubuntu/focal/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi2-ubuntu:xenial-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/raspberry-pi2/ubuntu/xenial/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:34-build
ENV NODE_VERSION 14.15.4
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/surface-pro-6/fedora/34/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/generate.sh"!
#
FROM opensuse:13.2
RUN zypper --non-interactive install ca-certificates* curl gzip rpm-build
RUN zypper --non-interactive install libbtrfs-devel device-mapper-devel glibc-static libselinux-devel libtool-ltdl-devel pkg-config selinux-policy seli... | swasd/baleno | contrib/builder/rpm/opensuse-13.2/Dockerfile | Dockerfile | apache-2.0 | 602 |
# AUTOGENERATED FILE
FROM balenalib/raspberry-pi-alpine:3.14-run
ENV NODE_VERSION 14.18.3
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 \
6A010C5166006... | resin-io-library/base-images | balena-base-images/node/raspberry-pi/alpine/3.14/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 3,021 |
FROM openjdk:8-jre-alpine
MAINTAINER DBpedia Spotlight Team <dbp-spotlight-developers@lists.sourceforge.net>
ENV RELEASE_SERVER downloads.dbpedia-spotlight.org
ENV RELEASE_FILENAME dbpedia-spotlight-services-1.0.0.jar
RUN apk add --no-cache curl && \
mkdir -p /opt/spotlight/templates && \
cd /opt/spotl... | tanker-nerd/dbpedia-spotlight-services | docker/Dockerfile | Dockerfile | apache-2.0 | 715 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-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 \
libicu6... | resin-io-library/base-images | balena-base-images/dotnet/orange-pi-lite/ubuntu/focal/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,165 |
# AUTOGENERATED FILE
FROM balenalib/odroid-ux3-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 --keyserver keyse... | resin-io-library/base-images | balena-base-images/node/odroid-ux3/fedora/36/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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 dependencie... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit/alpine/3.13/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,141 |
FROM nginx:1.10.0
MAINTAINER Ken Lee "kenmlee@163.com"
ENV REFRESHED_AT 2016-05-15
COPY nginx.conf /etc/nginx/nginx.conf
COPY webvirtcloud-nginx.conf /etc/nginx/conf.d/webvirtcloud.conf
RUN rm /etc/nginx/conf.d/default.conf
| kenmlee/webvirtcloud-docker | web/Dockerfile | Dockerfile | apache-2.0 | 227 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-fedora:32-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keys... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit/fedora/32/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
FROM tomcat:jre8-alpine
LABEL organization="RENCI"
LABEL maintainer="michael_conway@unc.edu"
LABEL description="iRODS Cloud Browser."
ADD irods-cloud-backend.war /usr/local/tomcat/webapps/
ADD runit.sh /
CMD ["/runit.sh"]
#CMD ["sh"]
# build: docker build -t diceunc/cloudbrowser:4.1.10.0-RC1 .
# run: docker run -i -t... | DICE-UNC/irods-cloud-browser | irods-cloud-backend/Dockerfile | Dockerfile | bsd-2-clause | 661 |
FROM ubuntu:trusty
# install curl
RUN apt-get -y update && \
apt-get -y install curl
# install the bes client
# BES Version so it can be modified at runtime
ENV BES_VERSION=9.2.6.94
# download the agent or alternatively copy it from the host
#COPY ./BESAgent.deb /tmp/BESAgent.deb
# parse the BES_VERSION number ... | Anthonyo2015/bfdocker | besclient/Ubuntu14/Dockerfile | Dockerfile | apache-2.0 | 2,313 |
# AUTOGENERATED FILE
FROM balenalib/up-core-ubuntu:xenial-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/up-core/ubuntu/xenial/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,113 |
FROM openjdk:8-jdk-alpine
VOLUME /tmp
ADD target/hello-0.0.1-SNAPSHOT.jar app.jar
ENV JAVA_OPTS=""
ENTRYPOINT [ "sh", "-c", "java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar /app.jar" ] | Dokuro-YH/alice-projects | hello/Dockerfile | Dockerfile | apache-2.0 | 197 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-debian:stretch-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.
#
# ... | nghiant2710/base-images | balena-base-images/openjdk/asus-tinker-board-s/debian/stretch/11-jre/run/Dockerfile | Dockerfile | apache-2.0 | 3,860 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.