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/nitrogen6xq2g-debian:bullseye-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 \ ' \ && a...
nghiant2710/base-images
balena-base-images/golang/nitrogen6xq2g/debian/bullseye/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,361
FROM arm64v8/fedora:24 LABEL io.resin.architecture="aarch64" LABEL io.resin.qemu.version="2.9.0.resin1-aarch64" COPY qemu-aarch64-static /usr/bin RUN dnf update -y && dnf install -y \ ca-certificates \ findutils \ hostname \ systemd \ tar \ udev \ which \ curl \ && dnf clean all COPY resin-xbuild /...
resin-io-playground/base-img-generator
dist/aarch64-fedora/24/Dockerfile
Dockerfile
apache-2.0
1,101
# This is an auto generated Dockerfile for ros:ros-core # generated from docker_images_ros2/create_ros_core_image.Dockerfile.em FROM ubuntu:bionic # setup timezone RUN echo 'Etc/UTC' > /etc/timezone && \ ln -s /usr/share/zoneinfo/Etc/UTC /etc/localtime && \ apt-get update && apt-get install -q -y tzdata && rm ...
ruffsl/docker_images
ros/bouncy/ubuntu/bionic/ros-core/Dockerfile
Dockerfile
apache-2.0
1,809
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-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 h...
nghiant2710/base-images
balena-base-images/node/imx7-var-som/ubuntu/eoan/14.16.0/build/Dockerfile
Dockerfile
apache-2.0
2,761
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-ubuntu:xenial-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 --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.c...
nghiant2710/base-images
balena-base-images/node/npe-x500-m3/ubuntu/xenial/12.21.0/run/Dockerfile
Dockerfile
apache-2.0
2,919
# AUTOGENERATED FILE FROM balenalib/spacely-tx2-ubuntu:bionic-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 ...
nghiant2710/base-images
balena-base-images/node/spacely-tx2/ubuntu/bionic/10.23.1/build/Dockerfile
Dockerfile
apache-2.0
2,760
# AUTOGENERATED FILE FROM balenalib/etcher-pro-debian:sid-build ENV NODE_VERSION 14.18.3 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg ...
resin-io-library/base-images
balena-base-images/node/etcher-pro/debian/sid/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,771
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-ubuntu:eoan-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 \ ' \ &&...
nghiant2710/base-images
balena-base-images/golang/asus-tinker-board-s/ubuntu/eoan/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,359
# AUTOGENERATED FILE FROM balenalib/artik5-ubuntu:eoan-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key...
nghiant2710/base-images
balena-base-images/python/artik5/ubuntu/eoan/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
5,196
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-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...
nghiant2710/base-images
balena-base-images/python/raspberrypi400-64/ubuntu/focal/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,838
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-fedora:30-run ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool...
nghiant2710/base-images
balena-base-images/node/odroid-xu4/fedora/30/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,753
FROM golang:1.14.3-alpine3.11 #install Glide RUN apk add --no-cache git curl openssh openssl tar gzip bash ca-certificates && \ curl https://glide.sh/get | sh # Install requirements RUN apk add -U openssl curl tar gzip bash ca-certificates && \ wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerr...
TrumanDu/docker-library
golang-docker/Dockerfile
Dockerfile
apache-2.0
769
# AUTOGENERATED FILE FROM balenalib/intel-nuc-debian:jessie-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...
nghiant2710/base-images
balena-base-images/golang/intel-nuc/debian/jessie/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,339
# AUTOGENERATED FILE FROM balenalib/floyd-nano-fedora:32-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv",...
nghiant2710/base-images
balena-base-images/python/floyd-nano/fedora/32/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
2,437
# AUTOGENERATED FILE FROM balenalib/n510-tx2-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.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/n510-tx2/debian/bookworm/5.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,135
FROM tianon/debian:7.1 EXPOSE 5984 RUN echo "\ndeb http://packages.erlang-solutions.com/debian wheezy contrib\n" >> /etc/apt/sources.list RUN apt-get update RUN apt-get install -y --force-yes wget make erlang build-essential libtool autoconf automake autoconf-archive pkg-config libmozjs185-dev libicu-dev python-simple...
rstiller/docker-couchdb
debian-7.1/1.4.0/Dockerfile
Dockerfile
apache-2.0
1,325
# AUTOGENERATED FILE FROM balenalib/fincm3-alpine:3.11-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add --n...
nghiant2710/base-images
balena-base-images/python/fincm3/alpine/3.11/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,126
# AUTOGENERATED FILE FROM balenalib/up-core-ubuntu:disco-build ENV GO_VERSION 1.16 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \ && echo "013a489ebb3e24ef3d915abe5b94c3286c070dfe0818d5bca8108f1d6e8440d2 go$GO_VERSION.linux-amd64.tar.gz" | sha25...
nghiant2710/base-images
balena-base-images/golang/up-core/ubuntu/disco/1.16/build/Dockerfile
Dockerfile
apache-2.0
2,005
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-ubuntu:focal-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 ...
nghiant2710/base-images
balena-base-images/python/jetson-xavier-nx-devkit/ubuntu/focal/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,080
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-fedora:34-run 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.pool...
nghiant2710/base-images
balena-base-images/node/orbitty-tx2/fedora/34/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,748
# AUTOGENERATED FILE FROM balenalib/blackboard-tx2-debian:bullseye-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python...
nghiant2710/base-images
balena-base-images/python/blackboard-tx2/debian/bullseye/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,101
# AUTOGENERATED FILE FROM balenalib/edge-debian:sid-run ENV NODE_VERSION 15.14.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver...
nghiant2710/base-images
balena-base-images/node/edge/debian/sid/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,933
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-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: ...
nghiant2710/base-images
balena-base-images/python/orangepi-plus2/debian/buster/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,861
# AUTOGENERATED FILE FROM balenalib/armv7hf-ubuntu:bionic-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public ...
resin-io-library/base-images
balena-base-images/python/armv7hf/ubuntu/bionic/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,827
# AUTOGENERATED FILE FROM balenalib/smarc-px30-debian:bullseye-run # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some...
resin-io-library/base-images
balena-base-images/openjdk/smarc-px30/debian/bullseye/17-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,021
# AUTOGENERATED FILE FROM balenalib/intel-nuc-debian:stretch-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu57 \ libssl1.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/intel-nuc/debian/stretch/3.1-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,141
FROM ubuntu:14.04 MAINTAINER Zoltán Szeredi zoli.szeredi@gmail.com RUN apt-get -qq update RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y software-properties-common RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y git python-dev python-virtualenv ruby ruby-dev RUN DEBIAN_FRONTEND=noninteractive apt-...
zoliszeredi/dockerfiles
marklar/Dockerfile
Dockerfile
apache-2.0
589
FROM scratch MAINTAINER Jakob Blomer <jblomer@cern.ch> ARG SFTNIGHT_UID=500 ARG SFTNIGHT_GID=500 ADD fedora30_i386.tar.gz / RUN dnf -y update && dnf -y install \ cmake \ curl-d...
cernvm/ci-scripts
docker/images/fedora30_i386/Dockerfile
Dockerfile
bsd-3-clause
2,368
FROM ubuntu:19.04 MAINTAINER The Blue Alliance # Set debconf to run non-interactively RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections # Get apt dependencies RUN apt-get update && apt-get install -y \ git \ wget \ unzip \ sudo \ python2.7 \ python2.7-dev \ python-pip \ ...
jaredhasenklein/the-blue-alliance
ops/dev/Dockerfile
Dockerfile
mit
1,510
FROM fluent/fluentd:latest LABEL Description="Fluentd BigObject docker image" Vendor="BigObject" Version="1.0" USER ubuntu WORKDIR /home/ubuntu ENV PATH /home/ubuntu/ruby/bin:$PATH RUN mkdir -p /fluentd/input COPY input /fluentd/input RUN gem install fluent-plugin-bigobject --no-document RUN gem install fluent-plugi...
macrodatalab/fluentd-bigobject-docker
Dockerfile
Dockerfile
mit
589
# AUTOGENERATED FILE FROM balenalib/ccimx8x-sbc-pro-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. # # Fo...
nghiant2710/base-images
balena-base-images/openjdk/ccimx8x-sbc-pro/debian/stretch/11-jdk/build/Dockerfile
Dockerfile
apache-2.0
3,968
# 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/cel-go/Dockerfile
Dockerfile
apache-2.0
1,415
FROM debian:jessie MAINTAINER Damian Karpiński <d.karpinski@madkom.pl> RUN apt-get update -qq && \ apt-get install -y nodejs npm nodejs-legacy --no-install-recommends && \ npm install -g raml-mockup && \ rm -rf /var/lib/apt/lists/* ADD formats /formats VOLUME /raml CMD ["/bin/sh", "-c", "/usr/local/bin...
madkom/docker
raml-mockup/Dockerfile
Dockerfile
mit
408
FROM php:5.6 RUN apt-get update -yqq \ && apt-get install git -yqq \ && curl -L https://phar.phpunit.de/phpunit.phar > /usr/local/bin/phpunit \ && chmod +x /usr/local/bin/phpunit
Speedy37/docker-images
phpunit-ci/5.6/Dockerfile
Dockerfile
mit
183
FROM debian:stable LABEL CMDBUILD="docker build -t svendowideit/samba https://raw.githubusercontent.com/SvenDowideit/dockerfiles/master/samba/Dockerfile" LABEL CMDRUN="socker run svendowideit/samba" MAINTAINER Sven Dowideit <SvenDowideit@docker.com> (@SvenDowideit) # gettext for envsubst RUN apt-get update && \ ...
carlye566/dockerfiles
samba/Dockerfile
Dockerfile
mit
439
# Base our image on an official, minimal image of our preferred Ruby FROM ruby:2.4.1-slim ENV RAILS_ROOT /app ENV RAILS_ENV production ENV DOCKER true ENV LOG_TO_STDOUT true # Install essential Linux packages RUN apt-get update -qq \ && apt-get install -y \ bundler \ nodejs \ libsqlite3-dev \ ...
scytherswings/Plex-Board
Dockerfile
Dockerfile
mit
1,450
FROM golang ADD . /go/src/auth RUN go install auth EXPOSE 50006 ENTRYPOINT ["auth"]
unicok/unigo
auth/Dockerfile
Dockerfile
mit
83
# Container image that runs your code FROM fedora:26 #Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh #Code file to execute when the docker container starts up (`entrypoint.sh`) ENTRYPOINT ["/entrypoint.sh"]
RosettaCommons/binder
.github/workflows/fedora26/Dockerfile
Dockerfile
mit
290
FROM tatsushid/tinycore-node:4.8 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app ONBUILD COPY package.json /usr/src/app/ ONBUILD RUN npm install ONBUILD COPY . /usr/src/app CMD [ "npm", "start" ]
tatsushid/docker-tinycore-node
4.8/onbuild/Dockerfile
Dockerfile
mit
198
FROM nfqlt/debian-buster EXPOSE 25 80 CMD exec /entrypoint.sh ADD build /build RUN bash /build/setup_docker.sh && rm -Rf /build
nfq-technologies/docker-images
mailhog/Dockerfile
Dockerfile
mit
132
FROM prozachj/appsensor-build COPY . appsensor WORKDIR appsensor EXPOSE 8085
ProZachJ/appsensor
sample-apps/Dockerfile
Dockerfile
mit
79
FROM ruby:2.1-onbuild EXPOSE 3000 CMD ["rails", "server", "-b", "0.0.0.0"]
wallgig/wallgig
Dockerfile
Dockerfile
mit
76
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-debian:sid-build ENV GO_VERSION 1.15.6 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "f87515b9744154ffe31182da9341d0a61eb0795551173d242c8cad209239e492 go$GO_VERSION.linux-arm64.tar.gz" |...
nghiant2710/base-images
balena-base-images/golang/jetson-xavier/debian/sid/1.15.6/build/Dockerfile
Dockerfile
apache-2.0
1,996
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-debian:stretch-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu57 \ libssl1.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/colibri-imx6dl/debian/stretch/3.1-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,131
# AUTOGENERATED FILE FROM balenalib/generic-amd64-fde-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/generic-amd64-fde/ubuntu/bionic/11-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,122
# AUTOGENERATED FILE FROM balenalib/fincm3-debian:bookworm-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-get...
resin-io-library/base-images
balena-base-images/golang/fincm3/debian/bookworm/1.16.14/run/Dockerfile
Dockerfile
apache-2.0
2,356
# AUTOGENERATED FILE FROM balenalib/spacely-tx2-debian:buster-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 --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver...
resin-io-library/base-images
balena-base-images/node/spacely-tx2/debian/buster/12.22.9/run/Dockerfile
Dockerfile
apache-2.0
2,933
# AUTOGENERATED FILE FROM balenalib/edison-alpine:3.13-run ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166006599AA1...
resin-io-library/base-images
balena-base-images/node/edison/alpine/3.13/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
3,015
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-debian:jessie-build ENV NODE_VERSION 14.15.4 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/zc702-zynq7/debian/jessie/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,788
# AUTOGENERATED FILE FROM balenalib/generic-amd64-fde-fedora:35-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...
resin-io-library/base-images
balena-base-images/python/generic-amd64-fde/fedora/35/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
2,455
# AUTOGENERATED FILE FROM balenalib/parallella-hdmi-resin-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 6...
resin-io-library/base-images
balena-base-images/python/parallella-hdmi-resin/debian/bookworm/3.8.12/build/Dockerfile
Dockerfile
apache-2.0
4,869
FROM balenalib/armv7hf-debian:stretch-build LABEL io.balena.device-type="revpi-core-3" RUN echo "deb http://archive.raspbian.org/raspbian stretch main contrib non-free rpi firmware" >> /etc/apt/sources.list \ && apt-key adv --batch --keyserver keyserver.ubuntu.com --recv-key 0x9165938D90FDDD2E \ && echo "deb http:/...
resin-io-library/base-images
balena-base-images/device-base/revpi-core-3/debian/stretch/build/Dockerfile
Dockerfile
apache-2.0
1,531
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-fedora:35-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/imx6ul-var-dart/fedora/35/1.16.14/build/Dockerfile
Dockerfile
apache-2.0
2,029
# AUTOGENERATED FILE FROM balenalib/orange-pi-one-ubuntu:bionic-run ENV NODE_VERSION 12.22.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp...
nghiant2710/base-images
balena-base-images/node/orange-pi-one/ubuntu/bionic/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,921
# AUTOGENERATED FILE FROM balenalib/raspberry-pi-debian:bullseye-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 \ ' \ && ap...
nghiant2710/base-images
balena-base-images/golang/raspberry-pi/debian/bullseye/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,335
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-alpine:edge-run ENV GO_VERSION 1.15.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] &...
nghiant2710/base-images
balena-base-images/golang/firefly-rk3288/alpine/edge/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,471
# AUTOGENERATED FILE FROM balenalib/odroid-xu4-debian:bullseye-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 \ ' \ && apt-...
nghiant2710/base-images
balena-base-images/golang/odroid-xu4/debian/bullseye/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,358
# AUTOGENERATED FILE FROM balenalib/odroid-ux3-alpine:3.11-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add...
nghiant2710/base-images
balena-base-images/python/odroid-ux3/alpine/3.11/3.8.6/run/Dockerfile
Dockerfile
apache-2.0
4,130
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-debian:stretch-build ENV GO_VERSION 1.14.13 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz" \ && echo "bfea0c8d7b70c1ad99b0266b321608db57df75820e8f4333efa448a43da01992 go$GO_VERSION.linux-amd64....
nghiant2710/base-images
balena-base-images/golang/genericx86-64-ext/debian/stretch/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
2,025
# AUTOGENERATED FILE FROM balenalib/photon-xavier-nx-debian:stretch-run ENV GO_VERSION 1.17.7 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ &&...
resin-io-library/base-images
balena-base-images/golang/photon-xavier-nx/debian/stretch/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,333
# AUTOGENERATED FILE FROM balenalib/generic-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/generic-amd64/ubuntu/focal/5.0-sdk/build/Dockerfile
Dockerfile
apache-2.0
2,963
FROM ceylon/ceylon:1.3.0-jre8-redhat # This image provides a Ceylon 1.3.0 environment you can use to run your Ceylon # applications. MAINTAINER Tako Schotanus <tako@ceylon-lang.org> EXPOSE 8080 ENV CEYLON_VERSION 1.3.0 LABEL summary="Platform for building and running Ceylon applications" \ io.k8s.description="...
ceylon-docker/s2i-ceylon
1.3.0/1.3.0-jre8/Dockerfile
Dockerfile
apache-2.0
761
# AUTOGENERATED FILE FROM balenalib/n510-tx2-ubuntu:focal-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-get u...
nghiant2710/base-images
balena-base-images/golang/n510-tx2/ubuntu/focal/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,321
# AUTOGENERATED FILE FROM balenalib/artik5-debian:sid-build ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --ba...
nghiant2710/base-images
balena-base-images/node/artik5/debian/sid/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,777
# AUTOGENERATED FILE FROM balenalib/hummingboard2-ubuntu:bionic-run ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp...
resin-io-library/base-images
balena-base-images/node/hummingboard2/ubuntu/bionic/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,915
# AUTOGENERATED FILE FROM balenalib/artik10-debian:bullseye-run ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver k...
resin-io-library/base-images
balena-base-images/node/artik10/debian/bullseye/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,937
# AUTOGENERATED FILE FROM balenalib/colibri-imx6dl-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/colibri-imx6dl/debian/bullseye/3.1-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,133
# AUTOGENERATED FILE FROM balenalib/up-core-plus-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 McV...
nghiant2710/base-images
balena-base-images/python/up-core-plus/alpine/3.11/2.7.18/build/Dockerfile
Dockerfile
apache-2.0
5,289
FROM docker:latest MAINTAINER Viktor Farcic <viktor@farcic.com> ARG version="0.2.0" ARG build_date="unknown" ARG commit_hash="unknown" ARG vcs_url="unknown" ARG vcs_branch="unknown" LABEL org.label-schema.vendor="vfarcic" \ org.label-schema.name="jenkins-swarm-agent" \ org.label-schema.description="Jenkins a...
uscdev/compose
jenkins-swarm-agent/Dockerfile
Dockerfile
apache-2.0
1,308
# AUTOGENERATED FILE FROM balenalib/artik530-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 McVitti...
resin-io-library/base-images
balena-base-images/python/artik530/alpine/3.14/3.7.12/build/Dockerfile
Dockerfile
apache-2.0
4,834
# AUTOGENERATED FILE FROM balenalib/aio-3288c-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 \ ...
nghiant2710/base-images
balena-base-images/dotnet/aio-3288c/debian/buster/5.0-aspnet/build/Dockerfile
Dockerfile
apache-2.0
3,125
# AUTOGENERATED FILE FROM balenalib/kitra520-debian:bullseye-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: publ...
resin-io-library/base-images
balena-base-images/python/kitra520/debian/bullseye/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,854
# AUTOGENERATED FILE FROM balenalib/nuc-ubuntu:disco-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 ha.pool.s...
nghiant2710/base-images
balena-base-images/node/nuc/ubuntu/disco/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,757
# AUTOGENERATED FILE FROM balenalib/artik533s-debian:jessie-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" || \ gp...
nghiant2710/base-images
balena-base-images/node/artik533s/debian/jessie/10.24.1/build/Dockerfile
Dockerfile
apache-2.0
2,786
# AUTOGENERATED FILE FROM balenalib/etcher-pro-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 \ ; do ...
nghiant2710/base-images
balena-base-images/node/etcher-pro/alpine/3.12/15.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,957
# AUTOGENERATED FILE FROM balenalib/n510-tx2-alpine:edge-run ENV GO_VERSION 1.17.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && echo...
resin-io-library/base-images
balena-base-images/golang/n510-tx2/alpine/edge/1.17.7/run/Dockerfile
Dockerfile
apache-2.0
2,465
# AUTOGENERATED FILE FROM balenalib/artik520-ubuntu:eoan-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 k...
nghiant2710/base-images
balena-base-images/python/artik520/ubuntu/eoan/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
4,825
# Copyright 2015 gRPC authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
kpayson64/grpc
tools/dockerfile/interoptest/grpc_interop_node/Dockerfile
Dockerfile
apache-2.0
2,608
# AUTOGENERATED FILE FROM balenalib/var-som-mx6-ubuntu:impish-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/var-som-mx6/ubuntu/impish/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,758
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-ubuntu:bionic-run ENV NODE_VERSION 15.14.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.c...
nghiant2710/base-images
balena-base-images/node/nitrogen8mm/ubuntu/bionic/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,915
# AUTOGENERATED FILE FROM balenalib/raspberry-pi-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 d...
nghiant2710/base-images
balena-base-images/python/raspberry-pi/debian/bullseye/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,099
# AUTOGENERATED FILE FROM balenalib/etcher-pro-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 python dep...
resin-io-library/base-images
balena-base-images/python/etcher-pro/debian/bookworm/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,095
# AUTOGENERATED FILE FROM balenalib/apalis-imx6-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 McVi...
resin-io-library/base-images
balena-base-images/python/apalis-imx6/alpine/edge/3.10.0/build/Dockerfile
Dockerfile
apache-2.0
4,837
# AUTOGENERATED FILE FROM balenalib/edison-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 McVittie ...
resin-io-library/base-images
balena-base-images/python/edison/alpine/3.12/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,830
# AUTOGENERATED FILE FROM balenalib/cubox-i-debian:bullseye-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 k...
nghiant2710/base-images
balena-base-images/node/cubox-i/debian/bullseye/12.21.0/run/Dockerfile
Dockerfile
apache-2.0
2,943
# AUTOGENERATED FILE FROM balenalib/up-core-plus-ubuntu:eoan-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/up-core-plus/ubuntu/eoan/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,838
# AUTOGENERATED FILE FROM balenalib/imx6ul-var-dart-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 \ libicu57 \ liblttng-u...
nghiant2710/base-images
balena-base-images/dotnet/imx6ul-var-dart/debian/buster/2.1-aspnet/build/Dockerfile
Dockerfile
apache-2.0
2,609
# AUTOGENERATED FILE FROM balenalib/surface-pro-6-ubuntu:cosmic-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver...
nghiant2710/base-images
balena-base-images/node/surface-pro-6/ubuntu/cosmic/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,767
# AUTOGENERATED FILE FROM balenalib/generic-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 "virtualenv", si...
nghiant2710/base-images
balena-base-images/python/generic/fedora/34/3.8.6/build/Dockerfile
Dockerfile
apache-2.0
2,449
# AUTOGENERATED FILE FROM balenalib/parallella-debian:sid-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 key...
nghiant2710/base-images
balena-base-images/node/parallella/debian/sid/12.22.1/run/Dockerfile
Dockerfile
apache-2.0
2,936
# AUTOGENERATED FILE FROM balenalib/floyd-nano-debian:sid-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependen...
nghiant2710/base-images
balena-base-images/python/floyd-nano/debian/sid/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
4,087
# AUTOGENERATED FILE FROM balenalib/am571x-evm-fedora:33-run 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 keyserve...
resin-io-library/base-images
balena-base-images/node/am571x-evm/fedora/33/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,745
FROM debian:stretch MAINTAINER Ann Arbor District Library <github@aadl.org> # Set apt sources list to a snapshot COPY sources.list /etc/apt/ RUN apt-get -o Acquire::Check-Valid-Until=false update && apt-get -y install \ cups=2.1.3* \ cups-filters \ cups-pdf \ whois \ && rm -rf /var/lib/apt/lists/* # Remov...
aadl/docker-cups
2.1.3/Dockerfile
Dockerfile
apache-2.0
751
# AUTOGENERATED FILE FROM balenalib/surface-pro-6-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 ...
resin-io-library/base-images
balena-base-images/python/surface-pro-6/alpine/edge/3.10.2/run/Dockerfile
Dockerfile
apache-2.0
4,138
# AUTOGENERATED FILE FROM balenalib/cl-som-imx8-fedora:33-run 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/cl-som-imx8/fedora/33/8-jre/run/Dockerfile
Dockerfile
apache-2.0
1,317
# Dockerfile for a base dev environment FROM debian:stretch MAINTAINER sergio@wikier.org ENV DEBIAN_FRONTEND noninteractive RUN apt-get update -qq \ && apt-get install -y locales -qq \ && locale-gen en_US.UTF-8 en_us \ && dpkg-reconfigure locales \ && locale-gen C.UTF-8 \ && /usr/sbin/update-loca...
wikier/base-dev
Dockerfile
Dockerfile
apache-2.0
860
FROM golang:1.14.1-alpine AS build-env RUN apk add --update git gcc libc-dev ENV GO111MODULE=on ARG MIGRATE_VER=v4.6.2 RUN go get -tags 'mysql postgres file' github.com/golang-migrate/migrate/v4/cli@${MIGRATE_VER} && mv /go/bin/cli /go/bin/migrate ENV GOFLAGS=-mod=vendor ENV NOTARYPKG github.com/theupdateframework/...
thaJeztah/cli
vendor/github.com/theupdateframework/notary/server.minimal.Dockerfile
Dockerfile
apache-2.0
1,562
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not us...
ascherbakoff/ignite
deliveries/docker/apache-ignite/s390x/Dockerfile
Dockerfile
apache-2.0
2,245
# # OpenJDK Java 7 JDK Dockerfile # # https://github.com/dockerfile/java # https://github.com/dockerfile/java/tree/master/openjdk-7-jdk # # Pull base image. FROM dockerfile/ubuntu # Install Java. RUN \ apt-get update && \ apt-get install -y openjdk-7-jdk && \ rm -rf /var/lib/apt/lists/* # Define working direct...
rhoml/java
openjdk-7-jdk/Dockerfile
Dockerfile
mit
470
FROM java:8-jre EXPOSE 8082 9082 ADD build/libs/web-*.jar /web.jar ENTRYPOINT ["java", "-jar", "web.jar"]
BakkerTom/happy-news
web/Dockerfile
Dockerfile
mit
107