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 |
|---|---|---|---|---|---|
# AlpineLinux with a glibc-2.29-r0 and Oracle Java 8
FROM alpine:3.8
MAINTAINER Anastas Dancha <anapsix@random.io>
# thanks to Vladimir Krivosheev <develar@gmail.com> aka @develar for smaller image
# and Victor Palma <palma.victor@gmail.com> aka @devx for pointing it out
# Java Version and other ENV
ENV JAVA_VERSION... | anapsix/docker-alpine-java | 8/162b12/jdk-dcevm/unlimited/Dockerfile | Dockerfile | mit | 5,181 |
# Dockerfile
FROM silvenga/assp-base
MAINTAINER Mark Lopez (Silvenga) <m@silvenga.com>
# Init
ADD build/assp /etc/init.d/
RUN chmod +x /etc/init.d/assp
ADD build/start.sh /
# Settings
ADD build/my.cnf /etc/mysql/
ADD build/debian.cnf /etc/mysql/
# Entry
CMD /bin/bash /start.sh
| Silvenga/docker-assp | assp-main/Dockerfile | Dockerfile | mit | 283 |
FROM chronos-build
MAINTAINER Dan Gershony - CoinVault <dan@coinvault.io>
RUN mkdir /root/.chronos/
COPY chronos.conf /root/.chronos/
VOLUME /root/.chronos
WORKDIR /usr/local/bin
EXPOSE 5000
CMD ["chronosd"]
| CoinVault/Nako | docker/chronos/Dockerfile | Dockerfile | mit | 216 |
FROM debian:8.7
# Install basics for work with docker and rancher
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get -yqq install \
net-tools \
docker.io \
mc \
nano \
openssh-... | merlin1996/dev | Dockerfile | Dockerfile | mit | 2,011 |
FROM jupyter/tensorflow-notebook
USER root
# Install python & screen, htop
RUN apt-get update && apt-get -y install python-pip python-dev screen htop curl
RUN cd /tmp && wget 'http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz' &&\
tar -xzvf ta-lib-0.4.0-src.tar.gz &&\
cd ta-lib &&\
... | dogwood008/DeepFX | Dockerfile | Dockerfile | mit | 1,550 |
FROM buildpack-deps:stretch-curl
RUN set -ex \
&& apt-get update \
&& apt-get install --no-install-recommends -y make gcc libc6-dev \
&& mkdir -p /usr/src/appweb \
&& cd /usr/src/appweb \
&& wget -qO- https://github.com/vulhub/appweb7/archive/v7.0.1.tar.gz | tar zx --strip-components=1 \
&& mak... | vulhub/vulhub | base/appweb/7.0.1/Dockerfile | Dockerfile | mit | 793 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-ubuntu:cosmic-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com... | nghiant2710/base-images | balena-base-images/node/coral-dev/ubuntu/cosmic/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:focal-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "16da0e296dabb6c1199ccaa2de1a83e679ae2512263f6e05923319f4903beac1 go$GO_V... | nghiant2710/base-images | balena-base-images/golang/bananapi-m1-plus/ubuntu/focal/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,032 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-debian:buster-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/etcher-pro/debian/buster/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,915 |
# 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/dotnet-docs-samples | eventarc/audit-storage/Dockerfile | Dockerfile | apache-2.0 | 1,384 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-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: publi... | nghiant2710/base-images | balena-base-images/python/up-squared/ubuntu/focal/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-ubuntu:bionic-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu60 \
libssl1.1... | resin-io-library/base-images | balena-base-images/dotnet/jetson-xavier-nx-devkit/ubuntu/bionic/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,139 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-debian:sid-build
ENV NODE_VERSION 10.24.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" || \
... | nghiant2710/base-images | balena-base-images/node/beaglebone-black/debian/sid/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,787 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-fedora:31-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 "virtual... | nghiant2710/base-images | balena-base-images/python/raspberrypi400-64/fedora/31/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 2,440 |
# AUTOGENERATED FILE
FROM balenalib/artik520-alpine:edge-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599A... | nghiant2710/base-images | balena-base-images/node/artik520/alpine/edge/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,023 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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: publi... | nghiant2710/base-images | balena-base-images/python/jetson-tx1/ubuntu/focal/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,829 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-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... | resin-io-library/base-images | balena-base-images/python/photon-xavier-nx/alpine/3.14/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
# AUTOGENERATED FILE
FROM balenalib/artik520-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/artik520/ubuntu/disco/3.9.4/build/Dockerfile | Dockerfile | apache-2.0 | 4,827 |
FROM jetbrains/teamcity-agent
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get install -y nodejs
RUN npm install -g cnpm --registry=https://registry.npm.taobao.org
RUN npm install -g angular-cli | xueh007/teamcity-ng2agent | Dockerfile | Dockerfile | apache-2.0 | 217 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-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 keyse... | nghiant2710/base-images | balena-base-images/node/jetson-xavier-nx-devkit/ubuntu/eoan/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,923 |
# AUTOGENERATED FILE
FROM balenalib/nanopc-t4-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: public... | resin-io-library/base-images | balena-base-images/python/nanopc-t4/ubuntu/focal/3.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 4,827 |
# AUTOGENERATED FILE
FROM balenalib/n510-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 "virtualenv", s... | nghiant2710/base-images | balena-base-images/python/n510-tx2/fedora/33/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,436 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-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 dependenci... | nghiant2710/base-images | balena-base-images/python/kitra520/debian/sid/3.9.1/run/Dockerfile | Dockerfile | apache-2.0 | 4,085 |
FROM php:7.0.9-apache
RUN docker-php-ext-install mysqli | acdcjunior/wikicfp-qualis | desenvolvimento/Dockerfile | Dockerfile | apache-2.0 | 56 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-debian:sid-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: publ... | nghiant2710/base-images | balena-base-images/python/surface-pro-6/debian/sid/3.8.9/build/Dockerfile | Dockerfile | apache-2.0 | 4,859 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:jessie-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 \
' ... | nghiant2710/base-images | balena-base-images/golang/parallella-hdmi-resin/debian/jessie/1.14.13/run/Dockerfile | Dockerfile | apache-2.0 | 2,367 |
# AUTOGENERATED FILE
FROM balenalib/generic-fedora:32-run
ENV GO_VERSION 1.15.6
# 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-amd64.tar.gz" \
&& echo "3918e6cc85e7eaaa6f859f1bdbaa... | nghiant2710/base-images | balena-base-images/golang/generic/fedora/32/1.15.6/run/Dockerfile | Dockerfile | apache-2.0 | 2,083 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi0-2w-64-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... | resin-io-library/base-images | balena-base-images/python/raspberrypi0-2w-64/alpine/3.13/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,136 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-debian:jessie-run
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyse... | nghiant2710/base-images | balena-base-images/node/imx8mm-var-dart/debian/jessie/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,943 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-fedora:31-run
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.poo... | nghiant2710/base-images | balena-base-images/node/orbitty-tx2/fedora/31/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,750 |
ARG BASE_IMG
FROM $BASE_IMG
# jcrattzama/datacube-core:1.8.3
ARG WORKDIR="/app"
WORKDIR $WORKDIR
RUN apt-get update
RUN pip3 install setuptools
# Install system dependencies.
COPY build/native/sys_deps/install_apache_deps.sh \
build/native/sys_deps/install_apache_deps.sh
RUN build/native/sys_deps/install_apache... | ceos-seo/data_cube_ui | build/docker/base/Dockerfile | Dockerfile | apache-2.0 | 2,120 |
# AUTOGENERATED FILE
FROM balenalib/photon-tx2-nx-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... | resin-io-library/base-images | balena-base-images/python/photon-tx2-nx/alpine/3.12/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
FROM java:8
VOLUME /home/volume/gplucky
RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo 'Asia/Shanghai' >/etc/timezone
RUN mkdir /app
ADD config-1.0-SNAPSHOT.jar /app/app.jar
ADD runboot.sh /app/
RUN bash -c 'touch /app/app.jar'
WORKDIR /app
RUN chmod a+x runboot.sh
CMD /app/runboot.sh | gubaijin/single | config/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 313 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-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 dep... | nghiant2710/base-images | balena-base-images/python/revpi-core-3/debian/buster/3.8.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,095 |
# AUTOGENERATED FILE
FROM balenalib/smarc-px30-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 McVit... | resin-io-library/base-images | balena-base-images/python/smarc-px30/alpine/3.14/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
# AUTOGENERATED FILE
FROM balenalib/generic-alpine:edge-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVittie... | resin-io-library/base-images | balena-base-images/python/generic/alpine/edge/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,840 |
FROM jenkins:1.625.1
ENV JENKINS_HOME /var/jenkins_home
ENV CI jenkins
USER jenkins
COPY executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
COPY seed.groovy /usr/share/jenkins/ref/init.groovy.d/seed.groovy
COPY plugins.txt /plugins.txt
RUN /usr/local/bin/plugins.sh /plugins.txt
| dedickinson/engineering-notebook | docker/dockerfiles/jenkins/Dockerfile | Dockerfile | apache-2.0 | 302 |
# AUTOGENERATED FILE
FROM balenalib/hummingboard2-debian:jessie-run
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserv... | nghiant2710/base-images | balena-base-images/node/hummingboard2/debian/jessie/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-debian:sid-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/genericx86-64-ext/debian/sid/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,791 |
# AUTOGENERATED FILE
FROM balenalib/amd64-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/amd64/ubuntu/focal/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,955 |
# AUTOGENERATED FILE
FROM balenalib/cnx100-xavier-nx-ubuntu:xenial-build
ENV GO_VERSION 1.16.14
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "5e59056e36704acb25809bcdb27191f27593cb7aba4d716b523008135a1e764a go$GO_VERSION.linux-arm64.ta... | resin-io-library/base-images | balena-base-images/golang/cnx100-xavier-nx/ubuntu/xenial/1.16.14/build/Dockerfile | Dockerfile | apache-2.0 | 2,007 |
# AUTOGENERATED FILE
FROM balenalib/floyd-nano-debian:stretch-run
ENV GO_VERSION 1.16.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-... | resin-io-library/base-images | balena-base-images/golang/floyd-nano/debian/stretch/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,329 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-ubuntu:cosmic-build
ENV NODE_VERSION 14.16.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/ubuntu/cosmic/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/via-vab820-quad-fedora:36-run
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 ke... | resin-io-library/base-images | balena-base-images/node/via-vab820-quad/fedora/36/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,752 |
FROM anapsix/alpine-java
MAINTAINER Brian Elvesæter <brian.elvesater@sintef.no>
ENV ZOOKEEPER_CONNECT 191.238.106.229:2181
ENV KAFKA_BOOTSTRAP_SERVERS 191.238.106.229:9092
ENV MONGODB_URL mongodb://127.0.0.1:27017
COPY target/storage-writer-1.0-SNAPSHOT.jar /home/storage-writer.jar
CMD ["java", "-jar", "/home/storage... | SINTEF-9012/proasense-storage | storage-writer/Dockerfile | Dockerfile | apache-2.0 | 335 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-ubuntu:disco-build
ENV NODE_VERSION 15.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 ha... | nghiant2710/base-images | balena-base-images/node/odroid-u3+/ubuntu/disco/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,761 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-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 ... | nghiant2710/base-images | balena-base-images/python/imx8m-var-dart/debian/stretch/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,099 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-alpine:edge-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C51660... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/alpine/edge/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,029 |
# AUTOGENERATED FILE
FROM balenalib/ccimx8x-sbc-pro-debian:bookworm-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.... | resin-io-library/base-images | balena-base-images/dotnet/ccimx8x-sbc-pro/debian/bookworm/5.0-runtime/build/Dockerfile | Dockerfile | apache-2.0 | 2,539 |
FROM debian:sid
MAINTAINER T <t@stromberg.org>
RUN apt-get update \
&& apt-get install -y bzip2 iceweasel libgtk-3-0 \
&& rm -rf /var/lib/apt/lists/* /src/*.deb
# Should match the "audio" group in the host.
RUN mkdir -p /usr/local/firefox
ADD https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/fire... | tstromberg/dockerfiles | firefox/Dockerfile | Dockerfile | apache-2.0 | 735 |
# AUTOGENERATED FILE
FROM balenalib/ZE250-debian:jessie-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/debian/jessie/2.7.18/build/Dockerfile | Dockerfile | apache-2.0 | 5,240 |
# Composite Base
#
# VERSION 0.0.1
FROM ubuntu:14.04
MAINTAINER Keith Hamilton <keith.hamilton@wk.com>
RUN apt-get update
RUN apt-get clean
# Install base tools
RUN apt-get -y install vim curl wget openssh-server python-pip python-dev build-essential openssl software-properties-common python-software-prope... | wieden-kennedy/composite-demo | base/Dockerfile | Dockerfile | bsd-3-clause | 1,005 |
FROM ckeyer/dev:forgo
MAINTAINER Chuanjian Wang <me@ckeyer.com>
COPY ./trys /go
WORKDIR /go
CMD ["go","run","main.go"] | ckeyer/go | Dockerfile | Dockerfile | bsd-3-clause | 122 |
FROM php:7.2-apache
ENV APACHE_DOCUMENT_ROOT /repo/web
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
unzip libssl-dev libpcre3 libpcre3-dev zlib1g-dev libmagickwand-dev sendmail libmemcached-dev
RUN set -x \
&& docker-php-ext-install -j$(nproc) pdo_mysql mysqli mbstring gd... | KLab/emlauncher | docker/web/Dockerfile | Dockerfile | mit | 1,633 |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="cain" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="cain" \
about.summary="simulations of chemical reactions" \
about.home="http://ca... | BioContainers/containers | cain/1.10dfsg-3-deb/Dockerfile | Dockerfile | apache-2.0 | 883 |
FROM jacobalberty/firebird:3.0.6
ENV ISC_PASSWORD masterkey
ENV EnableWireCrypt true
ADD create_database.sql ./create_database.sql
ADD tables_firebird.sql ./tables_firebird.sql
# need to run these manually after attaching to running container
#RUN /usr/local/firebird/bin/isql -q -u SYSDBA -p masterkey -input create_... | quartznet/quartznet | docker/firebird/Dockerfile | Dockerfile | apache-2.0 | 431 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-alpine:edge-build
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname... | nghiant2710/base-images | balena-base-images/openjdk/kitra520/alpine/edge/7-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,757 |
FROM ubuntu
MAINTAINER untitled <untitled@untitled.org>
RUN apt-get update -y &&\
apt-get install -y default-jre wget &&\
apt-get clean &&\
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*tmp
EXPOSE 4040
EXPOSE 8080
# Spark setup
RUN wget http://d3kbcqa49mib13.cloudfront.net/spark-1.4.1-bin-hadoop1.tgz &&... | ahmadia/binder | services/spark/1.4.1/build/images/worker/Dockerfile | Dockerfile | apache-2.0 | 602 |
FROM balenalib/aarch64-alpine:edge-run
LABEL io.balena.device-type="orbitty-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 (F... | nghiant2710/base-images | balena-base-images/device-base/orbitty-tx2/alpine/edge/run/Dockerfile | Dockerfile | apache-2.0 | 1,016 |
FROM balenalib/amd64-ubuntu:focal-build
LABEL io.balena.device-type="up-core-plus"
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 ] && mkdi... | nghiant2710/base-images | balena-base-images/device-base/up-core-plus/ubuntu/focal/build/Dockerfile | Dockerfile | apache-2.0 | 1,106 |
FROM hseeberger/scala-sbt:8u151-2.12.5-1.1.2
WORKDIR /play2
COPY play2-scala .
RUN sbt stage
CMD ["target/universal/stage/bin/play2-scala", "-Dplay.server.provider=play.core.server.NettyServerProvider", "-J-server", "-J-Xms1g", "-J-Xmx1g", "-J-XX:NewSize=512m", "-J-XX:+UseG1GC", "-J-XX:MaxGCPauseMillis=30", "-J-XX:-Use... | zapov/FrameworkBenchmarks | frameworks/Scala/play2-scala/play2-scala-netty.dockerfile | Dockerfile | bsd-3-clause | 361 |
FROM maven:3.6.1-jdk-11-slim as build
WORKDIR /servicetalk
COPY pom.xml pom.xml
COPY src src
RUN mvn compile assembly:single -q
FROM openjdk:11.0.5-slim
WORKDIR /servicetalk
COPY --from=build /servicetalk/target/servicetalk-jar-with-dependencies.jar servicetalk.jar
CMD ["java", "-jar", "servicetalk.jar"]
| volyrique/FrameworkBenchmarks | frameworks/Java/servicetalk/servicetalk.dockerfile | Dockerfile | bsd-3-clause | 307 |
# Install pieces of Matt's eQTL and pQTL viewers
FROM ipython/scipystack
MAINTAINER Petr Simecek <petrs@jax.org>
# Install wget
RUN apt-get update \
&& apt-get install -y wget \
&& rm -rf /var/lib/apt/lists/*
RUN wget https://bootstrap.pypa.io/get-pip.py \
&& python get-pip.py
# HDF5 installation
RUN wget h... | churchill-lab/sysgen2016 | docker/webapp/Dockerfile | Dockerfile | mit | 1,042 |
FROM php:5.4-apache
RUN apt-get update && apt-get install -y libicu-dev g++ imagemagick git
RUN pecl update-channels && pecl install apc intl
RUN docker-php-ext-install mysql mysqli
RUN a2enmod rewrite
COPY php.ini /usr/local/etc/php/
# php:5.4-apache loads mods-enabled, not sites-enabled
# https://github.com/doc... | coryroloff/docker-mediawiki | Dockerfile | Dockerfile | mit | 1,242 |
#
# ffmpeg - http://ffmpeg.org/
# Read Ubuntu https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
# hub https://hub.docker.com/r/sitkevij/ffmpeg/
#
FROM ubuntu:16.04
CMD ["--help"]
ENTRYPOINT ["ffmpeg"]
WORKDIR /tmp/ffmpeg-workdir
RUN apt-get update && apt-get install ffmpeg -y
| sitkevij/ffmpeg | version-archive/ffmpeg-2.8-ubuntu/Dockerfile | Dockerfile | mit | 302 |
FROM alpine:3.4
MAINTAINER Aaron Weiker <aaron@weiker.org>
LABEL Description="Build image with Erlang 18.3.2 | Elixir 1.3.4"
ENV LANG=en_US.UTF-8 ELIXIR_VERSION=1.3.4 ERLANG_VERSION=18.3.2-r0
COPY elixir /usr/lib/elixir
RUN apk add --no-cache --update erlang-dev=${ERLANG_VERSION} erlang-kernel=${ERLANG_VERSION} \
... | aweiker/alpine-elixir | build/1.3.4-18.3.2/Dockerfile | Dockerfile | mit | 1,776 |
FROM ubuntu:14.04
MAINTAINER anon ymous, dsp@2f30.org
COPY bashrc /root/.bashrc
COPY insunity /root/go/src/insunity
ENV GOBIN /root/go/bin
ENV GOPATH /root/go
ENV PATH /root/go/bin:$PATH
ENV HOME /root
WORKDIR /root
RUN \
apt-get update && \
apt-get install -y golang git && \
apt-get install -y protobuf-compiler ... | ramrunner/insunity | Dockerfile | Dockerfile | mit | 631 |
# TAGS 9.2.22 9.2 9.2.22-jre8 9.2-jre8
FROM laincloud/openjdk:8-jre
ENV JETTY_HOME /usr/local/jetty
ENV PATH $JETTY_HOME/bin:$PATH
RUN mkdir -p "$JETTY_HOME"
WORKDIR $JETTY_HOME
ENV JETTY_VERSION 9.2.22.v20170606
ENV JETTY_TGZ_URL https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/$JETTY_VERSION/jett... | laincloud/dockerfiles | jetty/9.2-jre8/Dockerfile | Dockerfile | mit | 1,135 |
FROM quay.io/prometheus/prometheus:v1.0.1
| reza-rahim/microservice | ansible/provision/docker/prometheus/Dockerfile | Dockerfile | mit | 42 |
ARG base_image=ruby:2.7.2
FROM ${base_image}
RUN apt-get update -qq && apt-get upgrade -y
RUN apt-get install -y build-essential nodejs && apt-get clean
RUN gem install foreman
# This image is only intended to be able to run this app in a production RAILS_ENV
ENV RAILS_ENV production
ENV APP_HOME /app
ENV DATABASE_U... | alphagov/signonotron2 | Dockerfile | Dockerfile | mit | 1,004 |
# Apache
FROM httpd:2.4
RUN mkdir -p /usr/local/apache2/conf/vhosts
COPY conf/httpd.conf /usr/local/apache2/conf/httpd.conf
WORKDIR /usr/local/apache2/htdocs
RUN usermod -u 501 www-data && \
usermod -G staff www-data
EXPOSE 80 443 | atomicposts/php-docker | apache/Dockerfile | Dockerfile | mit | 237 |
FROM java:8-jre
LABEL maintainer iimuz
ENV GITBUCKET_VERSION 4.22.0
ADD https://github.com/gitbucket/gitbucket/releases/download/${GITBUCKET_VERSION}/gitbucket.war /opt/gitbucket.war
RUN ln -s /gitbucket /root/.gitbucket
VOLUME /gitbucket
# Port for web page
EXPOSE 8080
# Port for SSH access to git repository (Opti... | iimuz/dockerfile | gitbucket/Dockerfile | Dockerfile | mit | 383 |
# AlpineLinux with a glibc-2.23 and Oracle Java 8
FROM tomaer/alpine:edge-arm-gmt8-aliyun
MAINTAINER tomaer <i@tomaer.com>
# Anastas Dancha <anapsix@random.io>
# thanks to Vladimir Krivosheev <develar@gmail.com> aka @develar for smaller image
# and Victor Palma <palma.victor@gmail.com> aka @devx for pointing it out
#... | tomaer/docker-oracle-java | ARM/8/gmt8-aliyun/131b11/unlimited/jdk/Dockerfile | Dockerfile | mit | 4,135 |
###
# Aircraft Noise Recorder
#
# To build:
# docker build -t boos/aircraft-noise-recorder .
# To run:
# docker run -t -i -p 8080:8080 boos/aircraft-noise-recorder
###
# Extend vert.x image
FROM vertx/vertx3
ENV VERTICLE_NAME io.github.wonderbird.aircraftnoise.recorder.App
ENV VERTICLE_DIR target
ENV VERTICLE_FIL... | wonderbird/aircraftnoise | Dockerfile | Dockerfile | mit | 770 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-debian:stretch-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... | nghiant2710/base-images | balena-base-images/python/up-squared/debian/stretch/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,866 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-debian:jessie-run
ENV GO_VERSION 1.15.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 \
' \
&& ... | nghiant2710/base-images | balena-base-images/golang/bananapi-m1-plus/debian/jessie/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,360 |
# AUTOGENERATED FILE
FROM balenalib/odroid-xu4-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.pgp.com... | nghiant2710/base-images | balena-base-images/node/odroid-xu4/ubuntu/cosmic/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,916 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:focal-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 \
' \
&& ... | nghiant2710/base-images | balena-base-images/golang/genericx86-64-ext/ubuntu/focal/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,345 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-s-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 63C7C... | resin-io-library/base-images | balena-base-images/python/asus-tinker-board-s/debian/buster/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,863 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-debian:jessie-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" || \
... | nghiant2710/base-images | balena-base-images/node/revpi-core-3/debian/jessie/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,789 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-emmc-ubuntu:impish-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 --keyserve... | resin-io-library/base-images | balena-base-images/node/jetson-xavier-nx-devkit-emmc/ubuntu/impish/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,926 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-debian:stretch-run
ENV NODE_VERSION 12.21.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... | nghiant2710/base-images | balena-base-images/node/qemux86-64/debian/stretch/12.21.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-ubuntu:disco-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python depend... | nghiant2710/base-images | balena-base-images/python/jetson-tx1/ubuntu/disco/3.9.4/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
# AUTOGENERATED FILE
FROM balenalib/parallella-hdmi-resin-debian:sid-build
ENV NODE_VERSION 10.24.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" ... | nghiant2710/base-images | balena-base-images/node/parallella-hdmi-resin/debian/sid/10.24.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,792 |
# AUTOGENERATED FILE
FROM balenalib/up-core-plus-fedora:31-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/up-core-plus/fedora/31/14.16.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,762 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-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... | resin-io-library/base-images | balena-base-images/python/jetson-nano-emmc/ubuntu/bionic/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
FROM ubuntu:14.04
ENV DEBIAN_FRONTEND noninteractive
WORKDIR /tmp
RUN \
apt-get update && \
apt-get install -y curl openjdk-6-jre-headless && \
curl -O https://downloads.mesosphere.io/master/ubuntu/14.04/mesos_0.20.1-1.0.ubuntu1404_amd64.deb && \
dpkg --unpack mesos_0.20.1-1.0.ubuntu1404_amd64.deb && \
apt... | choko/mesos_on_docker | mesos/Dockerfile | Dockerfile | apache-2.0 | 408 |
FROM chenmins/supervisord
MAINTAINER Chenmin <cnlll@qq.com>
# Install.
RUN \
apt-get update && \
apt-get install -y openssh-server && \
rm -rf /var/lib/apt/lists/*
RUN mkdir /var/run/sshd
# Add root password
RUN echo 'root:000000' | chpasswd
RUN sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/... | chenmins/dockerlib | sshd/Dockerfile | Dockerfile | apache-2.0 | 661 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-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 6... | resin-io-library/base-images | balena-base-images/python/beaglebone-green-gateway/ubuntu/focal/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,842 |
# AUTOGENERATED FILE
FROM balenalib/var-som-mx6-debian:bullseye-build
ENV NODE_VERSION 12.22.9
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/var-som-mx6/debian/bullseye/12.22.9/build/Dockerfile | Dockerfile | apache-2.0 | 2,786 |
FROM debian:bullseye-slim
LABEL io.kuzzle.vendor="Kuzzle <support@kuzzle.io>"
LABEL description="Enhance the Kuzzle core with ease"
WORKDIR /var/app
ENV TERM=xterm
ENV NODE_12_16_3=12.16.3
ENV NODE_12_18_1=12.18.1
ENV NODE_14_VERSION=14.17.0
RUN set -x \
\
&& apt-get update \
&& apt-get install -y \
bash-co... | kuzzleio/kuzzle-containers | core-dev/Dockerfile | Dockerfile | apache-2.0 | 933 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-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"... | resin-io-library/base-images | balena-base-images/python/nitrogen6xq2g/fedora/36/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,435 |
# AUTOGENERATED FILE
FROM balenalib/revpi-core-3-fedora:33-build
RUN dnf -y update \
&& dnf clean all \
&& dnf -y install \
gzip \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
tar \
&& dnf clean all
# set JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java-openjdk
CMD ["echo","'No CMD command was set in Dockerfi... | resin-io-library/base-images | balena-base-images/openjdk/revpi-core-3/fedora/33/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,322 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:buster-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/am571x-evm/debian/buster/3.1-aspnet/build/Dockerfile | Dockerfile | apache-2.0 | 3,129 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-fedora:32-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 "bfc8f0794529... | nghiant2710/base-images | balena-base-images/golang/jetson-nano-2gb-devkit/fedora/32/1.15.11/run/Dockerfile | Dockerfile | apache-2.0 | 2,085 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi400-64-fedora:32-build
ENV NODE_VERSION 14.16.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 --keyserve... | nghiant2710/base-images | balena-base-images/node/raspberrypi400-64/fedora/32/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/photon-tx2-nx-ubuntu:impish-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 --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp... | resin-io-library/base-images | balena-base-images/node/photon-tx2-nx/ubuntu/impish/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,911 |
# AUTOGENERATED FILE
FROM balenalib/nitrogen6xq2g-ubuntu:xenial-build
ENV NODE_VERSION 14.16.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 --keyserve... | nghiant2710/base-images | balena-base-images/node/nitrogen6xq2g/ubuntu/xenial/14.16.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:bionic-build
ENV GO_VERSION 1.15.11
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "8825b72d74b14e82b54ba3697813772eb94add3abf70f021b6bdebe193ed01ec go$GO_VERSION.linux-amd64.tar.gz" | s... | nghiant2710/base-images | balena-base-images/golang/generic/ubuntu/bionic/1.15.11/build/Dockerfile | Dockerfile | apache-2.0 | 2,013 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:cosmic-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 --keys... | nghiant2710/base-images | balena-base-images/node/genericx86-64-ext/ubuntu/cosmic/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,773 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.