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 balenalib/amd64-ubuntu:xenial-run
LABEL io.balena.device-type="genericx86-64-ext"
RUN apt-get update && apt-get install -y --no-install-recommends \
less \
kmod \
nano \
net-tools \
ifupdown \
iputils-ping \
i2c-tools \
usbutils \
&& rm -rf /var/lib/apt/lists/*
RUN [ ! -d /.balena/messages ] && ... | nghiant2710/base-images | balena-base-images/device-base/genericx86-64-ext/ubuntu/xenial/run/Dockerfile | Dockerfile | apache-2.0 | 1,109 |
# AUTOGENERATED FILE
FROM balenalib/imx7-var-som-debian:stretch-build
# A few reasons for installing distribution-provided OpenJDK:
#
# 1. Oracle. Licensing prevents us from redistributing the official JDK.
#
# 2. Compiling OpenJDK also requires the JDK to be installed, and it gets
# really hairy.
#
# For s... | nghiant2710/base-images | balena-base-images/openjdk/imx7-var-som/debian/stretch/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 3,105 |
# 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | skia-dev/oss-fuzz | projects/netcdf/Dockerfile | Dockerfile | apache-2.0 | 860 |
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Copyright 2018 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the L... | skia-dev/oss-fuzz | projects/cras/Dockerfile | Dockerfile | apache-2.0 | 2,570 |
FROM php:5-fpm
# Install modules
RUN apt-get update && apt-get install -y \
zlib1g-dev \
php5-pgsql \
libpq-dev \
locales-all \
postgresql-client \
libghc-postgresql-libpq-dev \
libpng-dev \
libjpeg-dev \
libfreetype6-dev \
&& docker-php-ext-co... | ephillipe/php5fpm-docker | Dockerfile | Dockerfile | mit | 543 |
# Default to Go 1.11
ARG GO_VERSION=1.11
# First stage: build the executable.
FROM golang:${GO_VERSION}-alpine AS builder
# Create the user and group files that will be used in the running container to
# run the process as an unprivileged user.
RUN mkdir /user && \
echo 'nobody:x:65534:65534:nobody:/:' > /user/pa... | jesseward/songexplorer | Dockerfile | Dockerfile | mit | 1,563 |
FROM golang:1.9-alpine3.7
RUN apk --update add git
RUN go get github.com/ahmetb/go-httpbin/cmd/httpbin
CMD ["bin/httpbin","-host",":80"]
| jolicode/asynit | Dockerfile | Dockerfile | mit | 139 |
FROM node:7
WORKDIR /
COPY package.json /
RUN npm install
COPY . /
EXPOSE 80
CMD ["node", "src/electron.js", "--runapp", "homepage", "--nogui", "true", "--deleteonexit", "true", "--locked", "false"]
| zubairq/AppShare | Dockerfile | Dockerfile | mit | 217 |
FROM node:10.15.2-alpine
LABEL maintainer "https://github.com/blacktop"
RUN apk add --no-cache openjdk8-jre tini su-exec
ENV STACK 7.5.2
RUN apk add --no-cache libzmq bash nodejs nginx apache2-utils openssl nss
RUN mkdir -p /usr/local/lib \
&& ln -s /usr/lib/*/libzmq.so.3 /usr/local/lib/libzmq.so
RUN apk add --no-... | blacktop/docker-elastic-stack | 7.5/Dockerfile | Dockerfile | mit | 4,370 |
FROM node
ADD . /code
WORKDIR /code
RUN npm install
CMD ["node", "src/index.js"] | tkiraly/fc-monitor | Dockerfile | Dockerfile | mit | 80 |
FROM openjdk:8-alpine
MAINTAINER Ian Lai <os@fyianlai.com>
ARG GREMLIN_VERSION=3.2.1
ARG BUILD_DATE
ARG VCS_REF
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/MrSaints/docker-gremlin-neo4j"
RUN apk add --update bash coreuti... | MrSaints/docker-gremlin-neo4j | gremlin-console-neo4j/Dockerfile | Dockerfile | mit | 1,004 |
FROM nginx:1.11.13
MAINTAINER heckenmann.de
EXPOSE 80
WORKDIR /usr/share/nginx/html/
RUN rm -rf *
COPY ./dist ./
WORKDIR /usr/share/nginx/html/
| heckenmann/esmt | Dockerfile | Dockerfile | mit | 146 |
FROM php:7-apache
RUN set -xe \
&& mkdir -p /usr/src/grav/.unpacked \
&& apt-get update && apt-get install -y libpng16-16 git unzip libpng-dev libjpeg62-turbo libjpeg62-turbo-dev --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-di... | pgrm/docker-grav | notepad-site-1.0.3/Dockerfile | Dockerfile | mit | 1,499 |
FROM python:3.6.2-alpine3.6
RUN mkdir /code/
RUN mkdir -p /data/files/
WORKDIR /code
ADD requirements.txt /code/
RUN apk add --no-cache libpq gcc postgresql-dev musl-dev && pip install -r requirements.txt && apk del gcc postgresql-dev musl-dev
ADD . /code/
CMD ["python", "-u", "run.py"]
| telegram-bots/telegram-channels-feed | bot/Dockerfile | Dockerfile | mit | 288 |
FROM python:2.7
MAINTAINER Graham Gilbert <graham@grahamgilbert.com>
RUN apt-get update && \
apt-get install -y git &&\
git clone https://github.com/munki/munki.git /munki-tools
COPY run.sh /run.sh
RUN chmod 755 /run.sh
VOLUME /munki_repo
CMD /run.sh
| macadmins/docker-makecatalogs | Dockerfile | Dockerfile | apache-2.0 | 259 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-ubuntu:xenial-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver h... | nghiant2710/base-images | balena-base-images/node/surface-go/ubuntu/xenial/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-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 McVit... | resin-io-library/base-images | balena-base-images/python/jetson-tx1/alpine/3.12/3.9.7/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
FROM golang:1.16.4-alpine AS build
WORKDIR /src
RUN apk add --no-cache git
COPY . .
RUN CGO_ENABLED=0 go build -ldflags "-w -s -extldflags '-static' -X main.version=$(git describe --always --dirty --tags)" ./cmd/shfmt
FROM alpine:3.13.5 AS alpine
COPY --from=build /src/shfmt /bin/shfmt
COPY "./cmd/shfmt/docker-entryp... | nalind/cri-o | vendor/mvdan.cc/sh/v3/cmd/shfmt/Dockerfile | Dockerfile | apache-2.0 | 449 |
#
# Copyright 2016-2021 Micro Focus or one of its affiliates.
#
# 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 applic... | JobService/job-service | job-service-caller/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 881 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-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 McVitti... | resin-io-library/base-images | balena-base-images/python/n510-tx2/alpine/3.12/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,834 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-debian:bullseye-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/raspberrypi3/debian/bullseye/3.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,530 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-fedora:31-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 Dockerfile!... | nghiant2710/base-images | balena-base-images/openjdk/intel-nuc/fedora/31/8-jre/build/Dockerfile | Dockerfile | apache-2.0 | 1,334 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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: ... | nghiant2710/base-images | balena-base-images/python/raspberrypi4-64/ubuntu/disco/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,836 |
FROM phpmyadmin:5.1.1
LABEL maintainer="khs1994-docker/lnmp <khs1994@khs1994.com>"
ARG ALPINE_URL=dl-cdn.alpinelinux.org
RUN sed -i "s/dl-cdn.alpinelinux.org/${ALPINE_URL}/g" /etc/apk/repositories \
&& echo 0
| khs1994-docker/lnmp | dockerfile/phpmyadmin/example.Dockerfile | Dockerfile | apache-2.0 | 216 |
# AUTOGENERATED FILE
FROM balenalib/aio-3288c-fedora:35-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 Dockerfile!... | resin-io-library/base-images | balena-base-images/openjdk/aio-3288c/fedora/35/8-jdk/build/Dockerfile | Dockerfile | apache-2.0 | 1,319 |
# AUTOGENERATED FILE
FROM balenalib/generic-ubuntu:eoan-build
ENV GO_VERSION 1.16.3
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "951a3c7c6ce4e56ad883f97d9db74d3d6d80d5fec77455c6ada6c1f7ac4776d2 go$GO_VERSION.linux-amd64.tar.gz" | sha2... | nghiant2710/base-images | balena-base-images/golang/generic/ubuntu/eoan/1.16.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,007 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-ubuntu:bionic-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 h... | nghiant2710/base-images | balena-base-images/node/up-squared/ubuntu/bionic/15.14.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# AUTOGENERATED FILE
FROM balenalib/aarch64-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/aarch64/alpine/edge/3.10.2/build/Dockerfile | Dockerfile | apache-2.0 | 4,833 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-alpine:3.12-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
... | nghiant2710/base-images | balena-base-images/node/bananapi-m1-plus/alpine/3.12/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,961 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-seeed-2mic-hat-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... | resin-io-library/base-images | balena-base-images/python/jetson-xavier-nx-devkit-seeed-2mic-hat/debian/bookworm/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,886 |
# ==============================================================================
# Copyright 2021 Google LLC All Rights Reserved.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://ww... | googlecreativelab/teachablemachine-community | snippets/converter/audio/Dockerfile | Dockerfile | apache-2.0 | 2,278 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:focal-run
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu66 ... | resin-io-library/base-images | balena-base-images/dotnet/imx8m-var-dart/ubuntu/focal/5.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-alpine:edge-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add -... | resin-io-library/base-images | balena-base-images/python/kitra520/alpine/edge/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,126 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-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 pyt... | resin-io-library/base-images | balena-base-images/python/generic-amd64-fde/debian/bookworm/3.6.15/run/Dockerfile | Dockerfile | apache-2.0 | 4,109 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-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 ... | resin-io-library/base-images | balena-base-images/python/asus-tinker-board/alpine/3.12/3.9.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,135 |
# AUTOGENERATED FILE
FROM balenalib/intel-nuc-ubuntu:bionic-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.... | nghiant2710/base-images | balena-base-images/node/intel-nuc/ubuntu/bionic/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/nebra-hnt-debian:sid-run
ENV NODE_VERSION 14.16.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 keys... | nghiant2710/base-images | balena-base-images/node/nebra-hnt/debian/sid/14.16.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,931 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-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 ke... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-gateway/alpine/3.11/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,851 |
# AUTOGENERATED FILE
FROM balenalib/colibri-imx6-debian:bookworm-run
ENV Logging__Console__FormatterName=Json
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 ... | resin-io-library/base-images | balena-base-images/dotnet/colibri-imx6/debian/bookworm/6.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,171 |
# AUTOGENERATED FILE
FROM balenalib/firefly-rk3288-fedora:34-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtuale... | resin-io-library/base-images | balena-base-images/python/firefly-rk3288/fedora/34/3.9.10/build/Dockerfile | Dockerfile | apache-2.0 | 2,442 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-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/jetson-nano/fedora/36/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,434 |
# AUTOGENERATED FILE
FROM balenalib/odroid-u3+-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", s... | resin-io-library/base-images | balena-base-images/python/odroid-u3+/fedora/34/3.9.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,432 |
# AUTOGENERATED FILE
FROM balenalib/photon-tx2-nx-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... | resin-io-library/base-images | balena-base-images/node/photon-tx2-nx/ubuntu/xenial/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,911 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-debian:jessie-run
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keys... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/debian/jessie/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,947 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-debian:bookworm-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/kitra710/debian/bookworm/5.0-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,131 |
# AUTOGENERATED FILE
FROM balenalib/armv7hf-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: public... | resin-io-library/base-images | balena-base-images/python/armv7hf/debian/stretch/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,853 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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 ... | resin-io-library/base-images | balena-base-images/python/raspberrypi4-64/alpine/3.13/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,841 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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 \
libicu57 \
liblttng-ust0 \
... | nghiant2710/base-images | balena-base-images/dotnet/artik530/debian/buster/2.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 2,598 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6q-alpine:3.12-build
ENV NODE_VERSION 15.10.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 \
; d... | nghiant2710/base-images | balena-base-images/node/apalis-imx6q/alpine/3.12/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,959 |
# AUTOGENERATED FILE
FROM balenalib/artik530-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 \
' \
&& apt-get u... | nghiant2710/base-images | balena-base-images/golang/artik530/ubuntu/focal/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,350 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-ubuntu:disco-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/surface-go/ubuntu/disco/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,919 |
FROM balenalib/armv7hf-alpine:3.14-build
LABEL io.balena.device-type="aio-3288c"
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... | resin-io-library/base-images | balena-base-images/device-base/aio-3288c/alpine/3.14/build/Dockerfile | Dockerfile | apache-2.0 | 1,018 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi2-alpine:3.11-build
ENV NODE_VERSION 15.10.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 \
; d... | nghiant2710/base-images | balena-base-images/node/raspberrypi2/alpine/3.11/15.10.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,959 |
# AUTOGENERATED FILE
FROM balenalib/up-core-ubuntu:xenial-run
ENV GO_VERSION 1.16.3
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get u... | nghiant2710/base-images | balena-base-images/golang/up-core/ubuntu/xenial/1.16.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,337 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-2gb-devkit-debian:sid-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 --k... | nghiant2710/base-images | balena-base-images/node/jetson-nano-2gb-devkit/debian/sid/14.16.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,944 |
# AUTOGENERATED FILE
FROM balenalib/revpi-connect-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/revpi-connect/alpine/3.12/3.6.15/build/Dockerfile | Dockerfile | apache-2.0 | 4,839 |
# AUTOGENERATED FILE
FROM balenalib/qemux86-64-alpine:3.12-run
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C5166006599... | nghiant2710/base-images | balena-base-images/node/qemux86-64/alpine/3.12/15.6.0/run/Dockerfile | Dockerfile | apache-2.0 | 3,030 |
# AUTOGENERATED FILE
FROM balenalib/etcher-pro-ubuntu:bionic-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/etcher-pro/ubuntu/bionic/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,067 |
# AUTOGENERATED FILE
FROM balenalib/artik710-alpine:3.14-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
... | resin-io-library/base-images | balena-base-images/node/artik710/alpine/3.14/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-emmc-ubuntu:eoan-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 \
' \
&& ap... | nghiant2710/base-images | balena-base-images/golang/jetson-nano-emmc/ubuntu/eoan/1.15.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,327 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi4-64-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/raspberrypi4-64/debian/buster/5.0-sdk/build/Dockerfile | Dockerfile | apache-2.0 | 2,920 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-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... | nghiant2710/base-images | balena-base-images/python/beaglebone-green/alpine/3.13/3.9.1/build/Dockerfile | Dockerfile | apache-2.0 | 4,843 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-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... | resin-io-library/base-images | balena-base-images/python/beaglebone/alpine/3.13/3.10.2/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
FROM python:latest
USER nobody:nogroup
ADD entrypoint.py /src/entrypoint.py
ENTRYPOINT ["/usr/bin/python3", "/src/entrypoint.py"]
CMD []
| thomwiggers/onebot | python-sandbox/Dockerfile | Dockerfile | bsd-3-clause | 139 |
FROM tomcat:8-jre7
COPY webapp/target/nics.war /usr/local/tomcat/webapps/.
COPY config/web.xml /usr/local/tomcat/conf/.
COPY config/* /opt/data/nics/config/
| tabordasolutions/nics-web | dev-Dockerfile | Dockerfile | bsd-3-clause | 158 |
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "update.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM debian:stretch-slim
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN set -eux; \
groupadd -r varnish; \
for user in varnish vcache; do \... | tripviss/docker-varnish | 6.0/stretch/Dockerfile | Dockerfile | apache-2.0 | 2,826 |
FROM maven:3.6.3 as maven
WORKDIR /officefloor
COPY src src
WORKDIR /officefloor/src/woof_benchmark_async
RUN mvn -B clean package
FROM openjdk:15
WORKDIR /officefloor
COPY --from=maven /officefloor/src/woof_benchmark_async/target/woof_benchmark_async-1.0.0.jar server.jar
EXPOSE 8080
CMD ["java", "-server", "-Xms2g", ... | sumeetchhetri/FrameworkBenchmarks | frameworks/Java/officefloor/officefloor-async.dockerfile | Dockerfile | bsd-3-clause | 461 |
FROM ubuntu:latest
# Install apache, PHP, and supplimentary programs. openssh-server, curl, and lynx-cur are for debugging the container.
RUN apt-get update && apt-get -y upgrade && DEBIAN_FRONTEND=noninteractive apt-get -y install \
apache2 php7.0 php7.0-mysql libapache2-mod-php7.0 php7.0-curl curl lynx-cur
# En... | voxmachina/igeni.us | api/Dockerfile | Dockerfile | mit | 1,340 |
# Docker best practices/commands:
# https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
FROM jesseolsen/core-hubot:latest
ARG PROXY
COPY docker_entry.sh /usr/local/bin/
COPY docker_go.sh /go.sh
COPY . /home/docker/hubot-org/
WORKDIR /home/docker/hubot
RUN npm install hubot-hipchat
RUN npm... | jonmccormick/hpe-oneview-hubot | Dockerfile | Dockerfile | mit | 401 |
FROM node:6.9.4
RUN useradd --user-group --create-home --shell /bin/false app && npm install -g @angular/cli
ENV HOME=/home/app
WORKDIR $HOME
ENV APP_NAME=client
COPY . $HOME/$APP_NAME/
RUN chown -R app:app $HOME/*
USER app
WORKDIR $HOME/$APP_NAME
EXPOSE 4200
EXPOSE 49152
EXPOSE 9876
CMD ["n... | EarthlingInteractive/angular2-express-docker | client/Dockerfile | Dockerfile | mit | 335 |
FROM debian:wheezy
MAINTAINER Rik van der Kemp <rik@mief.nl>
ENV DEBIAN_FRONTEND noninteractive
# Need wget, update and install
RUN apt-get update && apt-get install wget -y
# Adding Dotdeb for PHP 5.4 and desired PHP version
RUN echo 'deb http://packages.dotdeb.org wheezy-php55 all' >> /etc/apt/sources.list && ec... | rikvanderkemp/lep-55 | Dockerfile | Dockerfile | mit | 1,212 |
FROM ubuntu:14.04
MAINTAINER Kentaro Imajo <docker@imoz.jp>
ENV DEBIAN_FRONTEND noninteractive
RUN useradd --shell=/sbin/nologin --uid=13306 mysql
RUN apt-get update -qq && apt-get -y install mysql-client mysql-server
ADD config/my.cnf /etc/mysql/my.cnf
CMD mysqld_safe
EXPOSE 3306
| imos/container | mysql/Dockerfile | Dockerfile | mit | 282 |
FROM profideo/php55
MAINTAINER Alban Duval <aduval@profideo.com>
ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
ENV APACHE_RUN_USER www-data
ENV APACHE_RUN_GROUP www-data
ENV APACHE_LOG_DIR /var/log/apache2
RUN apt-get update
# install apache
RUN apt-get install -y apache2
RUN apt-get install -y libapache2-mod-p... | yyameogo/docker-images | php55-apache/Dockerfile | Dockerfile | mit | 635 |
FROM foxiswho/php-alpine:php72-fpm
#FROM alphp/php72:fpm
#RUN echo "pdo_mysql.default_socket=/tmp/mysql.sock" >> /etc/php7/conf.d/docker-ext-ini.ini | foxiswho/docker-compose-nginx-php-mysql | mac-php72-swoole/php/Dockerfile | Dockerfile | mit | 149 |
FROM node:6.10.1
ARG JSPM_GITHUB_AUTH_TOKEN
ENV USER="whalephant"
ENV YARN_VERSION=0.27.5
ENV HOME=/home/$USER
ENV LOOK_UP_TIME=480
LABEL vendor=SloppyLopez\
com.whalephant-seed.version="1.0.0" \
com.whalephant-seed.release-date="2017-03-25"
RUN useradd -ms /bin/bash $USER
COPY package.json yarn.lock $... | sloppylopez/docker-nginx-node | Dockerfile | Dockerfile | mit | 754 |
FROM nfnty/arch-nginx-php:latest
MAINTAINER nfnty <docker@nfnty.se>
USER root
ENV VERSION_OWNCLOUD='9.1.3-2'
RUN pacman --sync --noconfirm --refresh --sysupgrade && \
pacman --sync --noconfirm "owncloud=${VERSION_OWNCLOUD}" php-apcu php-pgsql && \
find /var/cache/pacman/pkg -mindepth 1 -delete && \
rm /us... | nfnty/dockerfiles | images/arch-owncloud/latest/Dockerfile | Dockerfile | mit | 674 |
FROM ubuntu:18.04
LABEL maintainer="Jorge Arias <mail@jorgearias.cl>"
ENV OPENLDAP_VERSION 2.4.47
RUN apt-get update && apt-get install -y \
curl \
build-essential \
groff-base \
libdb-dev \
libssl1.0.0 libssl-dev libiodbc2 libiodbc2-dev libsasl2-2 libsasl2-dev \
sasl2-bin
RUN sed -i 's/MECHANISMS="pam"... | joariasl/openldap-sasl-proxy-authorization-docker | Dockerfile | Dockerfile | mit | 1,580 |
FROM alpine:edge
MAINTAINER AHAPX
MAINTAINER anarchy.b@gmail.com
RUN apk add --no-cache python3 git && \
python3 -m ensurepip && \
rm -r /usr/lib/python*/ensurepip && \
pip3 install --upgrade pip setuptools && \
rm -r /root/.cache
RUN git clone https://github.com/AHAPX/smtpush.git /smtpush
RUN pip3 install -... | AHAPX/smtpush | Dockerfile | Dockerfile | mit | 445 |
# wispysvr Dockerfile
FROM python:3.6.2-jessie
ADD . /wispysvr
WORKDIR /wispysvr
RUN pip install -U pytest && \
pip install pytest-cov && \
pip install -r requirements.txt
ENV APP_CONFIG=config.cfg
CMD python wispysvr.py
| mdtomo/wispysvr | Dockerfile | Dockerfile | mit | 227 |
FROM php:7.2-apache
LABEL maintainer="phith0n <root@leavesongs.com>"
RUN apt-get update; \
apt-get install -y --no-install-recommends unzip; \
curl -#sL https://getcomposer.org/download/1.10.15/composer.phar -o /usr/local/bin/composer; \
chmod +x /usr/local/bin/composer; \
cd /var/www/html; \
comp... | vulhub/vulhub | base/phpunit/5.6.2/Dockerfile | Dockerfile | mit | 434 |
# Grasshopper Geocoder Dockerfile
# Version: 0.0.1
# Image builds from the official Docker Java image
FROM java:8
MAINTAINER Juan Marin Otero <juan.marin.otero@gmail.com>
WORKDIR /
USER daemon
ENTRYPOINT ["java", "-jar", "/opt/grasshopper.jar"]
EXPOSE 31010
COPY target/scala-2.11/grasshopper.jar /opt/grasshoppe... | cfpb/grasshopper | Dockerfile | Dockerfile | cc0-1.0 | 326 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi3-64-debian:stretch-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 --keys... | nghiant2710/base-images | balena-base-images/node/raspberrypi3-64/debian/stretch/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
# AUTOGENERATED FILE
FROM balenalib/apalis-imx6-debian:bullseye-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/apalis-imx6/debian/bullseye/5.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,529 |
# AUTOGENERATED FILE
FROM balenalib/orbitty-tx2-alpine:3.15-build
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 for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do... | resin-io-library/base-images | balena-base-images/node/orbitty-tx2/alpine/3.15/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,952 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-debian:buster-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 \
' \
&& ... | resin-io-library/base-images | balena-base-images/golang/bananapi-m1-plus/debian/buster/1.17.7/run/Dockerfile | Dockerfile | apache-2.0 | 2,360 |
# AUTOGENERATED FILE
FROM balenalib/solidrun-imx6-debian:stretch-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_VE... | nghiant2710/base-images | balena-base-images/golang/solidrun-imx6/debian/stretch/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,033 |
# AUTOGENERATED FILE
FROM balenalib/fincm3-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 add --n... | nghiant2710/base-images | balena-base-images/python/fincm3/alpine/3.10/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,128 |
# AUTOGENERATED FILE
FROM balenalib/imx6ul-var-dart-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 dep... | nghiant2710/base-images | balena-base-images/python/imx6ul-var-dart/debian/sid/3.7.9/run/Dockerfile | Dockerfile | apache-2.0 | 4,092 |
FROM anapsix/alpine-java:8
VOLUME /tmp
ADD oms-service-api-gateway-1.0-SNAPSHOT.jar app.jar
ENV JAVA_OPTS="-Xms128m -Xmx512m"
CMD [ "sh", "-c", "java $JAVA_OPTS -jar /app.jar" ] | labcart/micro-services-nutshell | service-api-gateway/src/main/docker/Dockerfile | Dockerfile | apache-2.0 | 177 |
# AUTOGENERATED FILE
FROM balenalib/cl-som-imx8-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 \
liblttng-ust0 \... | nghiant2710/base-images | balena-base-images/dotnet/cl-som-imx8/debian/stretch/2.1-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,554 |
# AUTOGENERATED FILE
FROM balenalib/jetson-tx1-debian:stretch-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 --keyserver... | nghiant2710/base-images | balena-base-images/node/jetson-tx1/debian/stretch/10.23.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,940 |
FROM qnib/terminal
ENV CHRONO_VER=0.4.0-1
RUN yum install -y https://s3.amazonaws.com/get.influxdb.org/chronograf/chronograf-${CHRONO_VER}.x86_64.rpm
ADD opt/chronograf/config.toml /opt/chronograf/
ADD etc/supervisord.d/chronograf.ini /etc/supervisord.d/
ADD etc/consul.d/chronograf.json /etc/consul.d/
#ADD opt/qnib/in... | qnib/docker-chronograf | Dockerfile | Dockerfile | apache-2.0 | 364 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-ubuntu:bionic-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/photon-nano/ubuntu/bionic/12.20.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,760 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-board-ubuntu:focal-build
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyser... | nghiant2710/base-images | balena-base-images/node/asus-tinker-board/ubuntu/focal/15.7.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,766 |
# syntax=docker/dockerfile:labs
ARG PHP_VERSION=7.3.32
ARG USERNAME=khs1994
ARG BASE=fpm
FROM --platform=$TARGETPLATFORM ${USERNAME}/php:${PHP_VERSION}-${BASE}-alpine
# install composer
ENV COMPOSER_DEP_APKS \
git \
# 以下两个均为版本控制系统
# subversion \
# mercurial \
openssh-client \
tini... | khs1994-docker/lnmp | dockerfile/php/7.3/composer/Dockerfile | Dockerfile | apache-2.0 | 2,418 |
FROM grycap/jenkins:docker
LABEL description="Container to launch SCAR tests"
MAINTAINER Alfonso Pérez (alpegon3@upv.es)
# Add testing repository
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
# Update and install all the necessary packages
RUN apk add --no-cache \
python... | grycap/jenkins | docker/alpine/scar/Dockerfile | Dockerfile | apache-2.0 | 376 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-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 depend... | nghiant2710/base-images | balena-base-images/python/artik533s/debian/buster/3.5.10/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:32-build
ENV GO_VERSION 1.15.7
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \
&& echo "0d142143794721bb63ce6c8a6180c4062bcf8ef4715e7d6d6609f3a8282629b3 go$GO_VERSION.linux-amd64.tar.gz" | ... | nghiant2710/base-images | balena-base-images/golang/surface-pro-6/fedora/32/1.15.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,011 |
# AUTOGENERATED FILE
FROM balenalib/vab820-quad-ubuntu:focal-run
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu66 \
... | resin-io-library/base-images | balena-base-images/dotnet/vab820-quad/ubuntu/focal/6.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/cubox-i-debian:stretch-build
ENV GO_VERSION 1.17.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 "e4f33e7e78f96024d30ff6bf8d2b86329fc04df1b411a8bd30a82dbe60f408ba go$GO_VERSION.... | resin-io-library/base-images | balena-base-images/golang/cubox-i/debian/stretch/1.17.7/build/Dockerfile | Dockerfile | apache-2.0 | 2,027 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.