id stringlengths 1 8 | Commit Hash stringlengths 40 32.8k ⌀ | Subject stringlengths 3 165 ⌀ | Message stringlengths 6 462 ⌀ | Old Contents stringlengths 45 32.8k ⌀ | New Contents stringlengths 67 32.8k ⌀ | Ground truth stringclasses 11
values |
|---|---|---|---|---|---|---|
2239 | fce5eea42a59e4adf5af00645c8f9f461dbaf9e5 | Upgrade to current application | Upgrade to current application
| FROM kurron/docker-newrelic-jvm-8-agent:latest
MAINTAINER Ron Kurr <kurr@jvmguy.com>
ADD https://bintray.com/artifact/download/kurron/maven/org/kurron/example/monitor-mysql/1.1.0.RELEASE/monitor-mysql-1.1.0.RELEASE.jar /opt/example/application.jar
EXPOSE 8300
ENTRYPOINT ["java", "-server", "-javaagent:/opt/example... | null | null |
10 | e51e0bb534194cf804d975d81c3a1a0762db5fc6 | specify pip and setuptool version | specify pip and setuptool version
| FROM ubuntu:18.04
LABEL maintainer="stevenmi - Steven Mi <s0558366@htw-berlin.de>"
# POSTGRES need to be injected
ARG POSTGRES_USER
ARG POSTGRES_PASS
ARG POSTGRES_IP
# Python
ARG PYTHON_VERSION=3.6
# TFX Version
ARG TENSORFLOW_VERSION=1.15.0
ARG TFX_VERSION=0.15.0
# NewsCrawler version
ARG NEWSCRAWLER_VERSION=0.1.9... | FROM ubuntu:18.04
LABEL maintainer="stevenmi - Steven Mi <s0558366@htw-berlin.de>"
# POSTGRES need to be injected
ARG POSTGRES_USER
ARG POSTGRES_PASS
ARG POSTGRES_IP
# Python
ARG PYTHON_VERSION=3.6
# TFX Version
ARG TENSORFLOW_VERSION=1.15.0
ARG TFX_VERSION=0.15.0
# NewsCrawler version
ARG NEWSCRAWLER_VERSION=0.1.9... | null |
2145 | 514e289c5c6e969d74dc91cadb80df1005a8f899 | updated Centos image | updated Centos image | FROM centos7:latest
ENV MAVEN_VERSION 3.3.3
RUN yum install -y \
tar unzip bc which lsof java-1.8.0-openjdk java-1.8.0-openjdk-devel openssl wget curl && \
yum clean all -y && \
(curl -0 http://www.eu.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz | \
ta... | null | null |
354 | 9d112a2bff077221af4884cffe90aa5b6dc0ee7d | Bumped source to 20220710-236e6af | Bumped source to 20220710-236e6af
| FROM ghcr.io/dock0/arch:20220710-86469a7
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel vim-minimal tree
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| FROM ghcr.io/dock0/arch:20220710-236e6af
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel vim-minimal tree
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| null |
383 | 65445f3c4962c96b8eeb1d00d5b333e6e00e47f4 | Bumped source to 20210921-fa0fd96 | Bumped source to 20210921-fa0fd96
| FROM docker.pkg.github.com/dock0/arch/arch:20210921-1f208e2
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| FROM docker.pkg.github.com/dock0/arch/arch:20210921-fa0fd96
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| null |
31 | e59ba565ad61b5e9d3fd9aedb4c8efd56f92da9f | update | update
| #
# Dockerfile for jenkins
#
FROM alpine
MAINTAINER kev <noreply@datageek.info>
ENV JENKINS_HOME /var/jenkins_home
RUN set -xe \
&& apk add -U curl openjdk8 ttf-dejavu \
&& adduser -h $JENKINS_HOME -u 1000 -s /bin/sh -D jenkins \
&& mkdir -p /usr/share/jenkins \
&& curl -fL http://mirrors.jenkins-ci.... | #
# Dockerfile for jenkins
#
FROM alpine
MAINTAINER kev <noreply@datageek.info>
ENV JENKINS_HOME /var/jenkins_home
RUN set -xe \
&& apk add -U curl \
openjdk8 \
openssh-client \
ttf-dejavu \
&& adduser -h $JENKINS_HOME -u 1000 -s /bin/sh -D jenkins \
... | null |
2142 | c2515b343597ac40e6f79d991f951bb30a7e04a8 | Bumped source to 20201225-2501b05 | Bumped source to 20201225-2501b05
| FROM docker.pkg.github.com/dock0/arch/arch:20201225-5ccf536
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| null | null |
242 | 18d0b2ec7d5a9089d09c752f4ae8fb75115214bc | Updates Alpine to 3.8 | Updates Alpine to 3.8
| FROM python:alpine3.7
MAINTAINER Frank Sachsenheim <funkyfuture@riseup.net>
ARG VERSION
ARG SOURCE_COMMIT
ARG BUILD_DATE
LABEL org.label-schema.schema-version="1.0" \
org.label-schema.description="Job scheduler for Docker containers, configured via labels." \
org.label-schema.name="deck-chores" \
o... | FROM python:alpine3.8
MAINTAINER Frank Sachsenheim <funkyfuture@riseup.net>
ARG VERSION
ARG SOURCE_COMMIT
ARG BUILD_DATE
LABEL org.label-schema.schema-version="1.0" \
org.label-schema.description="Job scheduler for Docker containers, configured via labels." \
org.label-schema.name="deck-chores" \
o... | null |
281 | 6ce0caf269b70eb65566914ecb0c7eeac0a11b29 | update Dockerfile with metadata labels and additional build arguments | update Dockerfile with metadata labels and additional build arguments
Signed-off-by: Daniel Nurmi <fdebf2174dd81b443340a1b87c16a0d53605a1f3@anchore.com>
| FROM ubuntu:18.04 as wheelbuilder
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV GOPATH=/go
ENV SKOPEO_VERSION=v0.1.32
RUN set -ex && \
mkdir -p /go && \
apt-get -y update && \
apt-get -y upgrade && \
apt-get -y install vim curl psmisc git rpm python3 python3-pip golang btrfs-tools git-core libdevmapper-dev libgp... | FROM ubuntu:18.04 as wheelbuilder
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV GOPATH=/go
ENV SKOPEO_VERSION=v0.1.32
RUN set -ex && \
mkdir -p /go && \
apt-get -y update && \
apt-get -y upgrade && \
apt-get -y install vim curl psmisc git rpm python3 python3-pip golang btrfs-tools git-core libdevmapper-dev libgp... | null |
296 | 4be1f3b57c9c407fe69e513821215695997859a8 | Bumped source to 20210416-840ef00 | Bumped source to 20210416-840ef00
| FROM docker.pkg.github.com/dock0/service/service:20210416-caa430b
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | FROM docker.pkg.github.com/dock0/service/service:20210416-840ef00
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | null |
2240 | 6071142c30c72276955805a33003e92c7a13f72b | Update maven version to 3.6.1 in base dockerfile | Update maven version to 3.6.1 in base dockerfile
Signed-off-by: Pol Alvarez Vecino <fc69c70bc0ae3e9754a54708f23bac12e8d3afe1@gmail.com>
| FROM ubuntu:16.04
MAINTAINER COMPSs Support <support-compss@bsc.es>
# =============================================================================
# Configuration required to use the image for jenkins testing
# =============================================================================
# Install Essentials
RUN apt... | null | null |
361 | 50a74e51933441315065970a0f029c9e97e53846 | Bumped source to 20201017-3682bee | Bumped source to 20201017-3682bee
| FROM docker.pkg.github.com/dock0/service/service:20201017-4e9aa53
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | FROM docker.pkg.github.com/dock0/service/service:20201017-3682bee
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | null |
332 | 67cf30f7951a5a920ec58528973490881b1a17ed | Fix filename fail on my part | Fix filename fail on my part
| FROM phusion/baseimage:0.9.15
MAINTAINER needo <needo@superhero.org>
#Based on the work of Eric Schultz <eric@startuperic.com>
#Thanks to Tim Haak <tim@haak.co.uk>
ENV DEBIAN_FRONTEND noninteractive
# Set correct environment variables
ENV HOME /root
# Use baseimage-docker's init system
CMD ["/sbin/my_init"]
# chfn w... | FROM phusion/baseimage:0.9.15
MAINTAINER needo <needo@superhero.org>
#Based on the work of Eric Schultz <eric@startuperic.com>
#Thanks to Tim Haak <tim@haak.co.uk>
ENV DEBIAN_FRONTEND noninteractive
# Set correct environment variables
ENV HOME /root
# Use baseimage-docker's init system
CMD ["/sbin/my_init"]
# chfn w... | null |
329 | 82ddf0a17c5bca2266b4c5eec042bbd5c167490a | Add `tini` back to mongodb image | Add `tini` back to mongodb image
| ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons as commons
FROM alpine:edge
MAINTAINER amazee.io
ENV LAGOON=mongo
COPY --from=commons /lagoon /lagoon
COPY --from=commons /bin/fix-permissions /bin/ep /bin/docker-sleep /bin/
COPY --from=commons /home /home
# When Bash is invoked via `sh` it behaves like the old Bou... | ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons as commons
FROM alpine:edge
MAINTAINER amazee.io
ENV LAGOON=mongo
COPY --from=commons /lagoon /lagoon
COPY --from=commons /bin/fix-permissions /bin/ep /bin/docker-sleep /bin/
COPY --from=commons /sbin/tini /sbin/
COPY --from=commons /home /home
# When Bash is invoke... | null |
2192 | ff333b3d253b950eb8b0c62f713da784c5b992e8 | Update to Apache Spark 2.3.0; align with https://github.com/archivesunleashed/aut/commit/fc8f4bf0d5d5bbd28459f2330dfbac0b9d2c226f | Update to Apache Spark 2.3.0; align with https://github.com/archivesunleashed/aut/commit/fc8f4bf0d5d5bbd28459f2330dfbac0b9d2c226f
| # Base Alpine Linux based image with OpenJDK and Maven
FROM maven:3-jdk-8-alpine
# Metadata
LABEL maintainer="Nick Ruest <ruestn@gmail.com>"
LABEL description="Docker image for the Archives Unleashed Toolkit."
LABEL website="http://archivesunleashed.org/"
## Build variables
#######################
ARG SPARK_VERSION=2... | null | null |
344 | e0ccdf6bab494dbe5459d566e1c968566d872a27 | Bumped source to 20211201-26e14dc | Bumped source to 20211201-26e14dc
| FROM docker.pkg.github.com/dock0/arch/arch:20211201-de045cc
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| FROM docker.pkg.github.com/dock0/arch/arch:20211201-26e14dc
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| null |
355 | 097c13464c6160896820965eda91b091f387ed9c | Bumped source to 20200303-a417f49 | Bumped source to 20200303-a417f49
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200302-26d6516
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | FROM docker.pkg.github.com/dock0/ssh/ssh:20200303-a417f49
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null |
2305 | 5206d7ad153a3c36109722de16dd402e3800a4e2 | add bash-history | add bash-history
| FROM ubuntu:15.10
MAINTAINER "Christian Kniep <christian@qnib.org>"
RUN echo "2015-10-14.1";apt-get update && \
apt-get install -y supervisor && \
echo "supervisord -c /etc/supervisord.conf" >> /root/.bash_history && \
echo "supervisorctl status" >> /root/.bash_history && \
echo "tail -f /var/log/s... | null | null |
308 | 483f7ef8dbee1741bf8b948611b74fa4452a3bb5 | Bumped source to 20200302-f01d1ca | Bumped source to 20200302-f01d1ca
| FROM docker.pkg.github.com/dock0/arch/arch:20200302-474bc73
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| FROM docker.pkg.github.com/dock0/arch/arch:20200302-f01d1ca
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| null |
373 | 1e3e0109e1740112a74503ed967423e8f94a1021 | Fix broken CSS (#13) | Fix broken CSS (#13)
| FROM alpine:3.4
# Install nginx and tooling we need
RUN apk update && \
apk add nginx curl unzip && \
rm -rf /var/cache/apk/*
# Use consul-template to re-write our Nginx virtualhost config
RUN curl -Lo /tmp/consul_template_0.15.0_linux_amd64.zip https://releases.hashicorp.com/consul-template/0.15.0/consul-tem... | FROM alpine:3.4
# Install nginx and tooling we need
RUN apk update && \
apk add nginx curl unzip && \
rm -rf /var/cache/apk/*
# Use consul-template to re-write our Nginx virtualhost config
RUN curl -Lo /tmp/consul_template_0.15.0_linux_amd64.zip https://releases.hashicorp.com/consul-template/0.15.0/consul-tem... | null |
391 | 00aac3cc7597bbc4fc22ceba2e70cbfc0b74e57f | Bumped source to 20210421-4ce94b8 | Bumped source to 20210421-4ce94b8
| FROM docker.pkg.github.com/dock0/arch/arch:20210421-42c13f8
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| FROM docker.pkg.github.com/dock0/arch/arch:20210421-4ce94b8
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| null |
2159 | e06befcf20566795231d8e4cde21a27efcda2b6d | Bumped source to 20210411-cae9883 | Bumped source to 20210411-cae9883
| FROM docker.pkg.github.com/dock0/arch/arch:20210411-d90d621
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| null | null |
2281 | c341a495d108259d891c638664d6d89010815542 | Bumped source to 20200920-bdcf0d9 | Bumped source to 20200920-bdcf0d9
| FROM docker.pkg.github.com/dock0/arch/arch:20200920-555a91e
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| null | null |
326 | e447acae90e9926c91a35763696f86ed024ccd31 | Pin alpine version to match Pipfile | Pin alpine version to match Pipfile
Currently running the docker image fails with 'ImportError: cannot import name 'Mapping' from 'collections'' due to pulling down the latest version of Python from alpine.
If we pinning to the version specified in the Pipfile, it resolves it. | FROM python:3-alpine
RUN pip install pipenv
ADD ./Pipfile ./Pipfile
ADD ./Pipfile.lock ./Pipfile.lock
RUN pipenv install --deploy --system
ADD ./hostthedocs/ ./hostthedocs/
ADD ./runserver.py ./runserver.py
ENV HTD_HOST "0.0.0.0"
ENV HTD_PORT 5000
EXPOSE 5000
CMD [ "python", "runserver.py" ]
| FROM python:3.6-alpine
RUN pip install pipenv
ADD ./Pipfile ./Pipfile
ADD ./Pipfile.lock ./Pipfile.lock
RUN pipenv install --deploy --system
ADD ./hostthedocs/ ./hostthedocs/
ADD ./runserver.py ./runserver.py
ENV HTD_HOST "0.0.0.0"
ENV HTD_PORT 5000
EXPOSE 5000
CMD [ "python", "runserver.py" ]
| null |
254 | 8ce9a2b2da3e0645a08da8bdc814534e437d3001 | Fix base image | Fix base image
| FROM bizeps/jenkinsuser
MAINTAINER Dominik Ebert <doe@zuehlke.com>
# Modified official Jenkins Dockerfile
# See: https://github.com/jenkinsci/docker
# install java
RUN apt-get update && apt-get install -y \
curl \
default-jre \
git \
zip \
&& rm -rf /var/lib/apt/lists/*
# Definition of jenkins us... | FROM debian:jessie
MAINTAINER Dominik Ebert <doe@zuehlke.com>
# Modified official Jenkins Dockerfile
# See: https://github.com/jenkinsci/docker
# install java
RUN apt-get update && apt-get install -y \
curl \
default-jre \
git \
zip \
&& rm -rf /var/lib/apt/lists/*
# Definition of jenkins user
AR... | null |
291 | bd7cc48a023a6a6e18e51717d6a8a93acc7d3a96 | Bumped source to 20210706-c0daff4 | Bumped source to 20210706-c0daff4
| FROM docker.pkg.github.com/dock0/service/service:20210706-be0056a
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | FROM docker.pkg.github.com/dock0/service/service:20210706-c0daff4
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | null |
261 | fb53cfbd0f6982ec4e7a9981cb21a27bcdeff0fd | Bumped source to 20210126-d9ce23a | Bumped source to 20210126-d9ce23a
| FROM docker.pkg.github.com/dock0/arch/arch:20210126-562db74
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| FROM docker.pkg.github.com/dock0/arch/arch:20210126-d9ce23a
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| null |
156 | 322f2fa61f1df1ab26cc3522e351f3a2d3cccf89 | Fixed diacritical marks | Fixed diacritical marks
| FROM debian:jessie
MAINTAINER madsonic (support@madsonic.org)
# Let the container know that there is no tty
ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
# Madsonic Package Information
ENV PKG_NAME madsonic
ENV PKG_VER 6.0
ENV PKG_BUILD 7960
ENV PKG_DATE 20160122
# Use init system
CMD ["/sbin/my_init"]
# Fix id... | FROM debian:jessie
MAINTAINER madsonic (support@madsonic.org)
# Let the container know that there is no tty
ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
# Madsonic Package Information
ENV PKG_NAME madsonic
ENV PKG_VER 6.0
ENV PKG_BUILD 7960
ENV PKG_DATE 20160122
# Use init system
CMD ["/sbin/my_init"]
# Fix id... | null |
117 | 2c7f289ada09a9ec5527d1f7710f29c7ad7ce854 | Bumped source to 20201115-bc8e5e0 | Bumped source to 20201115-bc8e5e0
| FROM docker.pkg.github.com/dock0/service/service:20201115-16ac26c
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | FROM docker.pkg.github.com/dock0/service/service:20201115-bc8e5e0
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | null |
2093 | b8bed1176b170d9480df32d96cca436bdffd7dd7 | Update to Java 8u131 and JNA 4.4.0 | Update to Java 8u131 and JNA 4.4.0
Download unlimited JCE policy.
| # OpenWrt with a Java installation
#
# Many thanks to the original author:
#
# Jean Blanchard <jean@blanchard.io>
#
# cf. https://github.com/jeanblanchard/docker-busybox-java
#
FROM mcreations/openwrt-x64
MAINTAINER Kambiz Darabi <darabi@m-creations.net>
# Java Version
ENV JAVA_VERSION_MAJOR 8
ENV JAVA_VERSION_MINOR ... | null | null |
273 | 1828c3cc14a2034b40e7b26b2ee2fbbdff65e0ca | add upgrade | add upgrade | #
# Nginx & PHP-FPM Dockerfile
#
# https://github.com/umeice/nginx
#
# Pull base image.
FROM umeice/python
# Install Nginx.
RUN \
add-apt-repository -y ppa:nginx/stable && \
apt-get update && \
apt-get install -y nginx && \
chown -R www-data:www-data /var/lib/nginx
# Install php5-fpm, mysql-client.
RUN \
a... | #
# Nginx & PHP-FPM Dockerfile
#
# https://github.com/umeice/nginx
#
# Pull base image.
FROM umeice/python
# Install Nginx.
RUN \
add-apt-repository -y ppa:nginx/stable && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y nginx && \
chown -R www-data:www-data /var/lib/nginx
# Install php5-fp... | null |
2119 | 60bbd06897e532922ec4a34f66839638d7fc5532 | fixed curl: not found | fixed curl: not found
| #Inspiration 1: DotCloud
#Inspiration 2: https://github.com/justnidleguy/
#Inspiration 3: https://bitbucket.org/xcgd/ubuntu4b
FROM softapps/docker-ubuntubase
MAINTAINER Arun T K <arun.kalikeri@xxxxxxxx.com>
# generate locales
RUN locale-gen en_US.UTF-8 && update-locale
RUN echo 'LANG="en_US.UTF-8"' > /etc/default/loc... | null | null |
2086 | 10cada6230fe9d437f3b58337bb6695079e95b5c | Bumped source to 20200422-2d7110c | Bumped source to 20200422-2d7110c
| FROM docker.pkg.github.com/dock0/arch/arch:20200422-9d8599d
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| null | null |
228 | 7244ca5103dbb78f044626d4e1f4ba54e34372b9 | Changes base image to `ruby:alpine` to keep up with version changes | Changes base image to `ruby:alpine` to keep up with version changes
| FROM ruby:2.3-alpine
MAINTAINER John Allen <john.allen@technekes.com>
MAINTAINER Jack Ross <jack.ross@technekes.com>
VOLUME /var/s3
ARG S3FS_VERSION=v1.79
RUN \
cd /tmp && \
apk --no-cache add wget ca-certificates && \
wget "s3.amazonaws.com/aws-cli/awscli-bundle.zip" -O "awscli-bundle.zip" && \
unzip aw... | FROM ruby:alpine
MAINTAINER John Allen <john.allen@technekes.com>
MAINTAINER Jack Ross <jack.ross@technekes.com>
VOLUME /var/s3
ARG S3FS_VERSION=v1.79
RUN \
cd /tmp && \
apk --no-cache add wget ca-certificates && \
wget "s3.amazonaws.com/aws-cli/awscli-bundle.zip" -O "awscli-bundle.zip" && \
unzip awscli... | null |
2252 | 6d4039f04611a1c9893f2346210fd60f01d94420 | Add JDK 11 to Asylo Dockerfile | Add JDK 11 to Asylo Dockerfile
PiperOrigin-RevId: 288751173
Change-Id: Idf9d80d21e86091615e698c0452e3f1dcaafbdc4
| #
# Copyright 2018 Asylo 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 writi... | null | null |
2301 | ad28fb24adaa13e775ff0abdd418a9fdb671bd80 | Bumped source to 20200811-6cc1b0a | Bumped source to 20200811-6cc1b0a
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200811-e17ced9
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null | null |
49 | 2b720d3a1e78150a5920c0025994265e7e2d1290 | Bumped source to 20201111-35f9132 | Bumped source to 20201111-35f9132
| FROM docker.pkg.github.com/dock0/arch/arch:20201111-2fbdfd7
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| FROM docker.pkg.github.com/dock0/arch/arch:20201111-35f9132
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| null |
18 | bb71344786f24234012047a3b85865b21625b58a | Bumped source to 20200610-4d706a3 | Bumped source to 20200610-4d706a3
| FROM docker.pkg.github.com/dock0/arch/arch:20200610-195d543
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| FROM docker.pkg.github.com/dock0/arch/arch:20200610-4d706a3
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| null |
379 | 8d0629b42cfe518605c7ca93acc6e6db6c60b43a | Remove meteor file version from docker compose file | Remove meteor file version from docker compose file
| FROM centos:7
MAINTAINER mozdef@mozilla.com
#updated meteor version to avoid EXDEV: cross-device link not permitted errors
ENV NODE_VERSION 4.7.0
ENV METEOR_VERSION 1.4.4.2
ENV METEOR_FILE_VERSION 1.4.4-1
ENV MONGO_URL=mongodb://mongodb:3002/meteor
ENV ROOT_URL=http://localhost
ENV PORT=3000
RUN \
useradd -ms /bi... | FROM centos:7
MAINTAINER mozdef@mozilla.com
#updated meteor version to avoid EXDEV: cross-device link not permitted errors
ENV NODE_VERSION 4.7.0
ENV METEOR_VERSION 1.4.4.2
ENV MONGO_URL=mongodb://mongodb:3002/meteor
ENV ROOT_URL=http://localhost
ENV PORT=3000
RUN \
useradd -ms /bin/bash -d /opt/mozdef -m mozdef ... | null |
83 | 47e131104756cdd10b2d4c9a090feb539475dfa0 | Bumped source to 20200726-6718f32 | Bumped source to 20200726-6718f32
| FROM docker.pkg.github.com/dock0/arch/arch:20200725-ca53f93
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| FROM docker.pkg.github.com/dock0/arch/arch:20200726-6718f32
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| null |
2227 | 64bfbab8a5a127560dc46001ddb9fec1e8eafbfd | Bump Alpine Linux to v3.4 | Bump Alpine Linux to v3.4
| FROM alpine:3.3
MAINTAINER Akiyoshi Sakaguchi <a-sakaguchi@groovenauts.jp>
ENV NGINX_VERSION 1.10.0
RUN apk --update add pcre-dev openssl-dev \
&& apk add --virtual build-dependencies build-base curl \
&& curl -SLO http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz \
&& tar xzvf nginx-${NGINX_VERSION}.tar.... | null | null |
2190 | 4522b37875f7fbcf5c66b47230996ec8a78276c2 | version bump 2.10.0 | version bump 2.10.0
| FROM php:7.2-fpm
LABEL maintainer="diego@passbolt.com"
ARG PASSBOLT_VERSION="2.9.0"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
ARG PASSBOLT_CURL_HEADERS=""
ARG PHP_EXTENSIONS="gd \
intl \
pdo_mysql \
opcache \
xsl"
ARG PECL_PASSBOLT_EXTENS... | null | null |
32 | 16cc6f8a0f95f12d735870050d0bc92cedb05cde | Bumped source to 20201005-0e0dca5 | Bumped source to 20201005-0e0dca5
| FROM docker.pkg.github.com/dock0/ssh/ssh:20201004-69d0856
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | FROM docker.pkg.github.com/dock0/ssh/ssh:20201005-0e0dca5
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null |
93 | daf1b8a394b5805fcf9754e1e03df9217bdaef41 | Add a marked dependency volume folder | Add a marked dependency volume folder
| # Use the base Python 3.6 image. It is sufficient for accomplishing
# most of the stuff, and includes some handy build tools like gcc.
#
# NOTE This could be changed to something like `python:latest` if we
# find that there is no dependency on 3.6 itself.
FROM python:3.6
# Set the MAINTAINER flag of the docker image.... | # Use the base Python 3.6 image. It is sufficient for accomplishing
# most of the stuff, and includes some handy build tools like gcc.
#
# NOTE This could be changed to something like `python:latest` if we
# find that there is no dependency on 3.6 itself.
FROM python:3.6
# Set the MAINTAINER flag of the docker image.... | null |
2183 | 8116154f96316229d8423e58b173d77305b5ec64 | Add DFSET & PACKAGER ARGs to Exporter Dockerfile (#1827) | Add DFSET & PACKAGER ARGs to Exporter Dockerfile (#1827)
Adds the DFSET and PACKAGER ARG instructions to the
crunchy-postgres-exporter Dockerfile as needed to ensure the proper
detection of "rhel" or "centos" for the DFSET env var, and the use of
the proper package manager when installing the packages required by the
... | ARG BASEOS
ARG BASEVER
ARG PREFIX
FROM ${PREFIX}/pgo-base:${BASEOS}-${BASEVER}
ARG PGVERSION
LABEL name="crunchy-postgres-exporter" \
summary="Metrics exporter for PostgreSQL" \
description="When run with the crunchy-postgres family of containers, crunchy-postgres-exporter reads the PostgreSQL data directory and has ... | null | null |
2191 | c901eecd337d83690eef054be3d9f8dd880ca983 | Bumped source to 20200903-989688f | Bumped source to 20200903-989688f
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200903-83219f3
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null | null |
302 | 3b247335e1ef00bb699d2ff11ea877a637fa1136 | update dep | update dep
| FROM centos:6.8
MAINTAINER lysu <sulifx@gmail.com>
RUN yum update
RUN yum install -y \
man \
cmake \
git \
clang \
vim \
emacs \
unzip \
valgrind \
net-tools \
doxygen \
tmux \
cscope \
make \
gcc \
gcc-c++ \
openssl-devel \
gdb \
zsh \
ctags ... | FROM centos:6.8
MAINTAINER lysu <sulifx@gmail.com>
RUN yum update
| null |
56 | 5be8bf4c6cab72052901d322de5669a2fba8482b | Fix the ADD command | Fix the ADD command
I not see the change. Take with corrected | # Run Warsaw in a container
# Base docker image
FROM ubuntu
LABEL maintainer "Fabio Rodrigues Ribeiro <farribeiro@gmail.com>"
# Install Firefox
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y \
language-pack-pt \
openssl \
libnss3-tools \
firefox \
firefox-locale-pt \
xauth \
--no-install-recommend... | # Run Warsaw in a container
# Base docker image
FROM ubuntu
LABEL maintainer "Fabio Rodrigues Ribeiro <farribeiro@gmail.com>"
# Install Firefox
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y \
language-pack-pt \
openssl \
libnss3-tools \
firefox \
firefox-locale-pt \
xauth \
--no-install-recommend... | null |
2321 | 76a7f1e81d002dc40540b9aa431fd3640de4737f | Fixed awscli install command | Fixed awscli install command
| # use latest Node LTS (Boron)
FROM node:boron
RUN export AWS_DEFAULT_OUTPUT=json
RUN pip install --upgrade --user awscli
RUN cd /opt && git clone https://github.com/14kw/docker-firebase-admin.git
RUN cd /opt/docker-firebase-admin && npm install | null | null |
2148 | aafe4253f1929539eb473e560577e3d0e35d3c1d | Bumped version to 2016.05.20-1 | Bumped version to 2016.05.20-1
| FROM vladshub/python-virtualenv
MAINTAINER Vladislav Shub <vlad6il@gmail.com>
RUN apk add --no-cache --update libffi-dev py-imaging && rm -rf /var/cache/apk/*
EXPOSE 8081
COPY ./entrypoint.sh /
ENV SICKRAGE_VERSION 2016.05.09-2
RUN wget -q "https://github.com/SickRage/SickRage/archive/${SICKRAGE_VERSION}.tar.gz" \
... | null | null |
2180 | cee5b6fdaf666da3a82663fae8d63d8654429dcd | added permissions to run entrypoint.sh | added permissions to run entrypoint.sh
| FROM nginx:1.13.5-alpine
MAINTAINER Alt Three <support@alt-three.com>
EXPOSE 8000
CMD ["/sbin/entrypoint.sh"]
ARG cachet_ver
ENV cachet_ver ${cachet_ver:-master}
ENV COMPOSER_VERSION 1.4.1
# Using repo packages instead of compiling from scratch
ADD https://php.codecasts.rocks/php-alpine.rsa.pub /etc/apk/keys/php-al... | null | null |
392 | f4b84d6ee0403a268dad4221e1305b97193f1ea6 | add .sh | add .sh
| FROM nvidia/cuda:8.0-cudnn5-devel-ubuntu16.04
MAINTAINER Moch. Ainun Najib <ec2ainun@gmail.com>
ARG TENSORFLOW_VERSION=1.2.0
ARG TENSORFLOW_ARCH=gpu
# Install dependencies
RUN apt-get update && apt-get install -y \
bc \
build-essential \
cmake \
curl \
g++ \
gfortran \
git \
nano \
pkg-config \
python-dev \
software-... | FROM nvidia/cuda:8.0-cudnn5-devel-ubuntu16.04
MAINTAINER Moch. Ainun Najib <ec2ainun@gmail.com>
ARG TENSORFLOW_VERSION=1.2.0
ARG TENSORFLOW_ARCH=gpu
# Install dependencies
RUN apt-get update && apt-get install -y \
bc \
build-essential \
cmake \
curl \
g++ \
gfortran \
git \
nano \
pkg-config \
python-dev \
software-... | null |
26 | 7cfcc7520b199f379d69491092cc52f66f5cb7ed | Bumped source to 20201204-2497f3f | Bumped source to 20201204-2497f3f
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20201204-dd2b38a
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20201204-2497f3f
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
301 | fbd2c7325e145de9b4a9de81a4b2303bc0453cb6 | Add vesion of geminabox and unicorn in Dockerfile | Add vesion of geminabox and unicorn in Dockerfile
| #
# Geminabox
#
# Pull base image.
FROM ashangit/base:latest
MAINTAINER Nicolas Fraison <nfraison@yahoo.fr>
# Deploy geminabox.
RUN yum install ruby ruby-devel gcc make -y && \
gem install geminabox && \
gem install unicorn
# Remove compiler package
RUN yum remove ruby-devel gcc make -y
# Create required fo... | #
# Geminabox
#
# Pull base image.
FROM ashangit/base:latest
MAINTAINER Nicolas Fraison <nfraison@yahoo.fr>
ENV GEMINABOX_VERSION 0.12.4
ENV UNICORN_VERSION 4.9.0
# Deploy geminabox.
RUN yum install ruby ruby-devel gcc make -y && \
gem install geminabox -v ${GEMINABOX_VERSION} && \
gem install unicorn -v ${U... | null |
2105 | 1ab5be572a2dff6420337cb6175a35fe88ee52f0 | Upgrade Dockerfile to newer Ubuntu. | Upgrade Dockerfile to newer Ubuntu.
| FROM ubuntu:trusty
ENV cwd /opt/pyhole
WORKDIR ${cwd}
RUN apt-get update && apt-get install --no-install-recommends -y \
build-essential \
ca-certificates \
libffi-dev \
libssl-dev \
python-dev \
python-setuptools \
&& rm -rf /var/lib/apt/lists/*
COPY . ${cwd}
RUN python setup.py install
E... | null | null |
2312 | b93c9e72860eabf9bc2bd2e5b5d31e26e656cf11 | Bumped source to 20210424-b00bb9f | Bumped source to 20210424-b00bb9f
| FROM docker.pkg.github.com/dock0/ssh/ssh:20210424-8798bab
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null | null |
80 | aa9291f6bff30df64518bb03c896c3bf6aa625a8 | Bumped source to 20210122-c775b49 | Bumped source to 20210122-c775b49
| FROM docker.pkg.github.com/dock0/ssh/ssh:20210122-bc73317
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | FROM docker.pkg.github.com/dock0/ssh/ssh:20210122-c775b49
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null |
384 | 1905e167228c22824d838e8090268d31b8e518a3 | added firmware manager submodule | added firmware manager submodule
| FROM chriz2600/quartus-lite
RUN apt-get install -y curl
ADD files/51-usbblaster.rules /etc/udev/rules.d/51-usbblaster.rules
RUN mkdir -p /srv && cd /root && git clone https://github.com/chriz2600/DreamcastHDMI.git
ADD files/build /root/build
ADD files/build.projects /root/build.projects
ADD files/program /root/program... | FROM chriz2600/quartus-lite
RUN apt-get install -y curl
ADD files/51-usbblaster.rules /etc/udev/rules.d/51-usbblaster.rules
RUN mkdir -p /srv && cd /root && git clone --recurse-submodules https://github.com/chriz2600/DreamcastHDMI.git
ADD files/build /root/build
ADD files/build.projects /root/build.projects
ADD files/... | null |
2228 | e24a2d488fe72ba524ac3a4395e01b5a13b14b02 | Add glibc | Add glibc
| FROM rawmind/alpine-monit:0.5.20-4
MAINTAINER Sebastien LANGOUREAUX (linuxworkgroup@hotmail.com)
ENV SERVICE_NAME=minio \
SERVICE_HOME=/opt/minio \
SERVICE_VERSION=RELEASE.2017-01-25T03-14-52Z \
SERVICE_CONF=/opt/minio/conf/minio-server.cfg \
SERVICE_USER=minio \
SERVICE_UID=10003 \
SERVICE_GRO... | null | null |
2275 | bdee3d84e6b166084896a840799150c04580dd87 | fix(docker): remove default Docker command | fix(docker): remove default Docker command
This was added in https://github.com/pelias/openstreetmap/pull/454 and
while it may be nice to have importer containers know how to start
themselves, it means that running `pelias compose up` (or
`docker-compose up`) in the pelias/docker repo would _always_ start all
the impo... | # base image
FROM pelias/baseimage
# downloader apt dependencies
# note: this is done in one command in order to keep down the size of intermediate containers
RUN apt-get update && apt-get install -y bzip2 unzip && rm -rf /var/lib/apt/lists/*
# change working dir
ENV WORKDIR /code/pelias/openstreetmap
WORKDIR ${WORKD... | null | null |
15 | 64052272ce2db83e222d4c1feb6fd7c9c9372619 | Added a Dockerfile | Added a Dockerfile
| # Pull base image.
FROM quay.io/verygoodsecurity/aws-cli-tools:latest
MAINTAINER Gordon Young <gjyoung1974@gmail.com>
ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1
ADD gemrc /root/.gemrc
RUN apk update \
&& apk add ruby \
ruby-bigdecimal \
ruby-bundler \
ruby-io-console \
ruby-irb... | # Pull base image.
FROM gjyoung1974/aws-cli-tools:latest
MAINTAINER Gordon Young <gjyoung1974@gmail.com>
ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1
ADD gemrc /root/.gemrc
RUN apk update \
&& apk add ruby \
ruby-bigdecimal \
ruby-bundler \
ruby-io-console \
ruby-irb \
... | null |
337 | 7872941a1b37726c90b7745ebd9ca5707a28d058 | Bumped source to 20200413-57a1f30 | Bumped source to 20200413-57a1f30
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200413-215dd6b
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | FROM docker.pkg.github.com/dock0/ssh/ssh:20200413-57a1f30
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null |
278 | d7fe8e904e391c63d428e61926afef83c535ab35 | Bumped source to 20200710-c2869e3 | Bumped source to 20200710-c2869e3
| FROM docker.pkg.github.com/dock0/service/service:20200710-dc4078e
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | FROM docker.pkg.github.com/dock0/service/service:20200710-c2869e3
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | null |
2088 | fb4a90fdac6b94d2a24801415036b952af7a77fa | Bumped source to 20210111-9bb3cef | Bumped source to 20210111-9bb3cef
| FROM docker.pkg.github.com/dock0/arch/arch:20210111-961e33e
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| null | null |
2283 | b7a323749e91c383d0b4f7a62fd7fd731822d40d | chore(craft): update version to 2.6.2994 | chore(craft): update version to 2.6.2994
+ add simplexml module
+ add zlib module
| FROM alpine:3.6
MAINTAINER Enrico Icardi "enrico@welance.com"
# Set craft cms version
ENV CRAFT_VERSION=2.6
ENV CRAFT_BUILD=2992
ENV CRAFT_ZIP=Craft-$CRAFT_VERSION.$CRAFT_BUILD.zip
# install php/apache2/sha256sum
RUN apk add --no-cache \
apache2 \
apache2-ssl \
php7 \
php7-apache2 \
php7-pdo \
php7-pdo_mysql \
php... | null | null |
225 | 41afb5e038ab679d284d85d9653ade6c69abf673 | Updated Atlassian JIRA Software master branch to latest version 9.1.1 | Updated Atlassian JIRA Software master branch to latest version 9.1.1
| FROM openjdk:8-alpine
# Configuration variables.
ENV JIRA_HOME /var/atlassian/jira
ENV JIRA_INSTALL /opt/atlassian/jira
ENV JIRA_VERSION 9.2.0
# Install Atlassian JIRA and helper tools and setup initial home
# directory structure.
RUN set -x \
&& apk add --no-cache curl xmlstarlet bash ttf-dejavu libc6-comp... | FROM openjdk:8-alpine
# Configuration variables.
ENV JIRA_HOME /var/atlassian/jira
ENV JIRA_INSTALL /opt/atlassian/jira
ENV JIRA_VERSION 9.1.1
# Install Atlassian JIRA and helper tools and setup initial home
# directory structure.
RUN set -x \
&& apk add --no-cache curl xmlstarlet bash ttf-dejavu libc6-comp... | null |
2185 | 0fbbddadfc3ebc2d9ddd3c8e3f0f5dd4fe567505 | added comments | added comments
| FROM ubuntu:latest
#ENV DEBIAN_FRONTEND=noninteractive
# Install packages
RUN apt-get update
RUN apt-get install -y \
supervisor \
curl \
vim \
wget \
php-fpm \
php-mysql \
php-mcrypt \
php-gd \
php-memcached \
php-curl \
php-xdebug \
php-dev \
php-pear \
php7.0-ldap \
unzip \
nginx \
... | null | null |
97 | 7a99e7c5dac4a2f73a7e4229d42fbc8bf7b4fe4f | dockerfile: upgrade to `quay.io/sameersbn/ubuntu:14.04.20151011` | dockerfile: upgrade to `quay.io/sameersbn/ubuntu:14.04.20151011`
| FROM sameersbn/ubuntu:14.04.20150825
MAINTAINER sameer@damagehead.com
ENV WOWZA_VERSION=4.1.2 \
WOWZA_DATA_DIR=/var/lib/wowza \
WOWZA_LOG_DIR=/var/log/wowza
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y wget supervisor openjdk-7-jre \
&& rm -rf /var/lib/apt/lists/*
COPY install.... | FROM quay.io/sameersbn/ubuntu:14.04.20151011
MAINTAINER sameer@damagehead.com
ENV WOWZA_VERSION=4.1.2 \
WOWZA_DATA_DIR=/var/lib/wowza \
WOWZA_LOG_DIR=/var/log/wowza
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y wget supervisor openjdk-7-jre \
&& rm -rf /var/lib/apt/lists/*
COPY ... | null |
2154 | 129501193d76ba1ede6659a555ed3570202c36e1 | Avoid package version bug | Avoid package version bug
| FROM ubuntu:trusty
MAINTAINER KIYOHIRO ADACHI <kiyoad@da2.so-net.ne.jp>
ENV REFRESHED_AT 2015-04-25
ENV DEBIAN_FRONTEND noninteractive
RUN \
echo "deb http://ftp.riken.jp/Linux/ubuntu/ trusty main multiverse" >> /etc/apt/sources.list && \
echo "deb-src http://ftp.riken.jp/Linux/ubuntu/ trusty main multiverse" >>... | null | null |
2166 | 27e72e326418609e25e8278e038df9c38b4f5f74 | Container build throws 404 error on graphviz repo | Container build throws 404 error on graphviz repo
- external graphviz repository URL is no longer valid
- drop the dependency on the external graphviz repository since
a previous commit changed the container to use Fedora which
provides a suitable version of graphviz
Signed-off-by: Robert Marshall <0465b3b4f3ae01... | # 1. Automated build:
# https://hub.docker.com/r/lao605/product-definition-center/builds/
#
###########################################
# Guide:
# 1. Use this to build a new image
# docker build -t <YOUR_NAME>/pdc <the directory your Dockerfile is located>
#
# 2. Running the container
# 2.1 To display the log inter... | null | null |
2224 | 9aefd0572273816a04db29b29185b407a2d945fb | Run docker/update.sh | Run docker/update.sh
| FROM alpine:3.2
RUN apk add --update \
curl \
&& rm -rf /var/cache/apk/*
ENV DOCKER_VERSION 1.10.0-dev
ENV DOCKER_URL https://experimental.docker.com/builds/Linux/x86_64/docker-1.10.0-dev
ENV DOCKER_SHA256 1e92f0fb52969a2c88500ce282a4aa4f3753ff00a113dea324e9dbb976bcddc6
RUN curl -fSL "${DOCKER_URL}" -o /usr/local/bi... | null | null |
89 | 5ec2d0249b136c35d5d65169d000c30c1c0114a6 | Bumped source to 20210817-73272a1 | Bumped source to 20210817-73272a1
| FROM docker.pkg.github.com/dock0/arch/arch:20210817-964e6c8
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| FROM docker.pkg.github.com/dock0/arch/arch:20210817-73272a1
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| null |
247 | ffa308770c1538db4bab7ee390c5bd25ce6185b1 | fixed | fixed
| FROM ubuntu:16.04
MAINTAINER Michal Olejniczak <kaomanster@gmail.com>
# Run, run so far away!
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential cmake pkg-config \
libjpeg8-dev libtiff5-dev libjasper-dev libpng12-dev \
libavcodec-dev libavformat-dev libswscale-... | FROM ubuntu:16.04
MAINTAINER Michal Olejniczak <kaomanster@gmail.com>
# Run, run so far away!
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential cmake pkg-config \
libjpeg8-dev libtiff5-dev libjasper-dev libpng12-dev \
libavcodec-dev libavformat-dev libswscale-... | null |
149 | abc9b30bdcc4bd942ab998cbcf1f1beef8860014 | Bumped source to 20210420-1ec0a3a | Bumped source to 20210420-1ec0a3a
| FROM docker.pkg.github.com/dock0/ssh/ssh:20210420-4a55864
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | FROM docker.pkg.github.com/dock0/ssh/ssh:20210420-1ec0a3a
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null |
220 | 7af6052b6c9166eced2b8d8fcc1a972b0ae41652 | Bumped source to 20201110-83e2d64 | Bumped source to 20201110-83e2d64
| FROM docker.pkg.github.com/dock0/ssh/ssh:20201110-bb2e701
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | FROM docker.pkg.github.com/dock0/ssh/ssh:20201110-83e2d64
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null |
359 | 527c8c7070224061db14d6956b2aa571d6e7bf23 | added ruby gem scss_lint to dockerfile | added ruby gem scss_lint to dockerfile
| FROM alpine:edge
RUN apk --no-cache add nodejs ruby git python make g++
#Copy over the default Package.json
COPY ./gulp/package.json /usr/src/app/
#Copy over the default Gulpfile
COPY ./gulp/Gulpfile.js /usr/src/app/
WORKDIR /usr/src/app/
RUN npm update && npm install && npm cache clean
#Copy over, and grant exec... | FROM alpine:edge
RUN apk --no-cache add nodejs ruby git python make g++
#Copy over the default Package.json
COPY ./gulp/package.json /usr/src/app/
#Copy over the default Gulpfile
COPY ./gulp/Gulpfile.js /usr/src/app/
WORKDIR /usr/src/app/
RUN npm update \
&& npm install \
&& npm cache clean \
&& gem install scss_l... | null |
2251 | c19e8b793e786f14de2d7ad8768872c87f917ba5 | Fix order of update command during build | Fix order of update command during build
| # Build environment for CyanogenMod
#
# VERSION 0.1
FROM ubuntu:12.04
MAINTAINER Michael Stucki <mundaun@gmx.ch>
# Newer images of ubuntu:12.04 already contain this entry, and if the line appears twice in the file, apt would throw a warning.
RUN grep -q "universe" /etc/apt/sources.list || echo "deb http... | null | null |
4 | 1fa81ebdb8583c39f35de042669bf10f71ffbb83 | Update Dockerfile to use LLVM 3.9 (#1368) | Update Dockerfile to use LLVM 3.9 (#1368)
The Dockerfile was using the apt package llvm-dev which installed llvm 3.8.0.
This change will Install the prebuilt binary of llvm 3.9.0 instead. | FROM ubuntu:16.04
RUN apt-get update \
&& apt-get install -y make g++ git \
zlib1g-dev libncurses5-dev libssl-dev \
llvm-dev libpcre2-dev \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /src/ponyc
COPY Makefile LICENSE VERSION /src/ponyc/
COPY src /src/ponyc/src
COPY lib ... | FROM ubuntu:16.04
RUN apt-get update \
&& apt-get install -y make g++ git wget xz-utils \
zlib1g-dev libncurses5-dev libssl-dev \
libpcre2-dev \
&& rm -rf /var/lib/apt/lists/* \
&& wget http://llvm.org/releases/3.9.0/clang+llvm-3.9.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz... | null |
161 | 67ee728371a402091946763782d525ee200ed9a0 | Revert compatibility issue fix | Revert compatibility issue fix
| # Dockerfile for EventStore
# http://geteventstore.com/
FROM debian:jessie
MAINTAINER Wadim Kruse <wadim.kruse@gmail.com>
# Install curl
RUN apt-get update && apt-get install -y curl
# Create user
RUN addgroup eventstore \
&& adduser --ingroup eventstore --disabled-password --gecos "Database" eventstore \
&& usermo... | # Dockerfile for EventStore
# http://geteventstore.com/
FROM debian:jessie
MAINTAINER Wadim Kruse <wadim.kruse@gmail.com>
# Install curl
RUN apt-get update && apt-get install -y curl
# Create user
RUN addgroup eventstore \
&& adduser --ingroup eventstore --disabled-password --gecos "Database" eventstore \
&& usermo... | null |
164 | 1882f56f349a0352ad97ee33fbedf6288b0a8e81 | Update dockerfile | Update dockerfile
| FROM ubuntu:14.04
# Time zone
ENV DEBIAN_FRONTEND noninteractive
RUN echo "Europe/Oslo" > /etc/timezone
RUN dpkg-reconfigure tzdata
# Install ca-certificates
RUN apt-get -y update
RUN apt-get -y install ca-certificates
# Add app
RUN mkdir /app
ADD bin/nrk-spotify /app/nrk-spotify
RUN chmod 0755 /app/nrk-spotify
ENTR... | FROM ubuntu:14.04
# Time zone
ENV DEBIAN_FRONTEND noninteractive
RUN echo "Europe/Oslo" > /etc/timezone
RUN dpkg-reconfigure tzdata
# Install ca-certificates
RUN apt-get -y update
RUN apt-get -y install ca-certificates
# Add app
RUN mkdir /app
ADD nrk-spotify /app/nrk-spotify
RUN chmod 0755 /app/nrk-spotify
ENTRYPOI... | null |
214 | 7bc11468cd9dbcbc17a504269cd437cd450d278d | bump dockerfile to 1.0 | bump dockerfile to 1.0
| FROM ubuntu:12.04
RUN echo deb http://packages.flapjack.io/deb precise main >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y --force-yes flapjack
CMD /etc/init.d/redis-flapjack start && /opt/flapjack/bin/flapjack start --no-daemonize
| FROM ubuntu:12.04
RUN echo deb http://packages.flapjack.io/deb/1.0 precise main >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y --force-yes flapjack
#CMD /etc/init.d/redis-flapjack start && /opt/flapjack/bin/flapjack start --no-daemonize
| null |
2175 | aaef0d8307db8205c88dce6a9dfa7ffd2bda7d8d | fix version | fix version
| ARG BASEIMAGES=3.15
FROM alpine:${BASEIMAGES} AS builder
LABEL maintainer="chaiyd <chaiyd.cn@gmail.com>"
ARG YEARNING_VER=2.3.5
ARG YEARNING_URL=https://github.com/cookieY/Yearning/releases/download/${YEARNING_VER}/Yearning-${YEARNING_VER}-linux-amd64.zip
RUN wget -cO yearning.zip $YEARNING_URL && \
unzip yearni... | null | null |
2229 | 1a6d08e527559342e60f3badf0681b7a6d08f47d | Update to 8.4.3 | Update to 8.4.3
| # Kibana 8.4.2
# This image re-bundles the Docker image from the upstream provider, Elastic.
FROM docker.elastic.co/kibana/kibana:8.4.2@sha256:7047f011c3806314f7151b3628d117edf909a2208a8fc65cc77c3d3bf5f48874
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
# https://github.com/el... | null | null |
2167 | 050f0205cfc1a50ffa603663ea2518de18933aba | Bumped source to 20201120-d60fc5f | Bumped source to 20201120-d60fc5f
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20201120-dfaed75
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null | null |
61 | 66618494e5d528fead7d4194af9ab0e50d315a9e | Bump python version to 3.8 | Bump python version to 3.8
Everything else should be the same, but this version of python should
support the newer numpy some dependencies need
| FROM python:3.7-buster
ENV RNA /rna
WORKDIR $RNA
RUN apt-get update
RUN apt-get upgrade -y
# Install all required packages
RUN apt-get install -y \
bedtools \
ca-certificates \
curl \
default-mysql-client \
devscripts \
freetds-dev \
gawk \
gcc \
git \
gzip \
hmmer \
... | FROM python:3.8-buster
ENV RNA /rna
WORKDIR $RNA
RUN apt-get update
RUN apt-get upgrade -y
# Install all required packages
RUN apt-get install -y \
bedtools \
ca-certificates \
curl \
default-mysql-client \
devscripts \
freetds-dev \
gawk \
gcc \
git \
gzip \
hmmer \
... | null |
2260 | a87d48590185aa81acc5732a6133f37aeef34aae | Updated Dockerfile to cache node_modules | Updated Dockerfile to cache node_modules
| FROM node:8.5.0
# Create app directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Bundle app source
COPY . /usr/src/app
RUN yarn install
RUN yarn build
ENV PORT=80
EXPOSE 5000
CMD [ "yarn", "start" ]
| null | null |
2138 | 687e9f7367510c03d97ecac5524cddc3af37bb93 | update command on Dockerfile | update command on Dockerfile | FROM scratch
EXPOSE 80
COPY rel/kanban_x86_64_linux /kanban
CMD ["/kanban"]
| null | null |
412 | 44c2d0dbf3781b6398b78c180a834deb7d96e092 | fix Dockerfile | fix Dockerfile
| FROM ubuntu:12.04
MAINTAINER Anton Romanovich <anthony.romanovich@gmail.com>
RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe" > /etc/apt/sources.list.d/universe.list
RUN echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list
RUN apt-get install -y curl
RUN curl -s http... | FROM ubuntu:12.04
MAINTAINER Anton Romanovich <anthony.romanovich@gmail.com>
RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe" > /etc/apt/sources.list.d/universe.list
RUN echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list
RUN apt-get install -y curl
RUN curl -s http... | null |
223 | 0330149f2b21567572eeefd8c51bd5cb08dd90d8 | Fix wrong entrypoint in dockerfile | Fix wrong entrypoint in dockerfile
| # Start by building the application.
FROM golang:1.13-buster as build
WORKDIR /opt
ADD . .
RUN make build
# Now copy it into our base image.
FROM gcr.io/distroless/base-debian10
COPY --from=build /opt/app /
COPY --from=busybox /bin/busybox /busybox/busybox
RUN ["/busybox/busybox", "--install", "/bin"]
ENV TZ=Asia/Chon... | # Start by building the application.
FROM golang:1.13-buster as build
WORKDIR /opt
ADD . .
RUN make build
# Now copy it into our base image.
FROM gcr.io/distroless/base-debian10
COPY --from=build /opt/app /
COPY --from=busybox /bin/busybox /busybox/busybox
RUN ["/busybox/busybox", "--install", "/bin"]
ENV TZ=Asia/Chon... | null |
398 | 76d429b63187092ec5fd453ce3c366527639098c | Update Dockerfile | Update Dockerfile
added JAVA_HOME | FROM ubuntu
MAINTAINER Wurstmeister
RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe" >> /etc/apt/sources.list; apt-get update; apt-get install -y unzip openjdk-6-jdk wget supervisor
RUN wget -q -N http://mirror.ox.ac.uk/sites/rsync.apache.org/incubator/storm/apache-storm-0.9.2-incubating/apache-stor... | FROM ubuntu
MAINTAINER Wurstmeister
RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe" >> /etc/apt/sources.list; apt-get update; apt-get install -y unzip openjdk-6-jdk wget supervisor
RUN wget -q -N http://mirror.ox.ac.uk/sites/rsync.apache.org/incubator/storm/apache-storm-0.9.2-incubating/apache-stor... | null |
2181 | 10a5357b9ea6ab574c43153e85070566b21c1806 | Dockerfile version bump | Dockerfile version bump
| FROM debian:stretch
MAINTAINER David Personette <dperson@gmail.com>
# Install kibana
RUN export DEBIAN_FRONTEND='noninteractive' && \
export url='https://artifacts.elastic.co/downloads/kibana' && \
export version='5.6.2' && \
export shasum='e9ef4f8dee16b1274d4b0399c0df938a5c99d450f8b8f8b1e56b341' && \
... | null | null |
2297 | a826f8fb929357c8604e236a11e6556baf7fac99 | Update Liberty to latest version | Update Liberty to latest version
Update liberty to the latest versions: 17.0.0_01 | # (C) Copyright IBM Corporation 2015.
#
# 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... | null | null |
76 | 6dcbb372d51cf5227f16c387c5658c6db3b73a28 | Bump Dockerfile to 10.1.0-755-e9f0cde8 | Bump Dockerfile to 10.1.0-755-e9f0cde8
| FROM stellar/base:latest
MAINTAINER Mat Schaffer <mat@stellar.org>
ENV STELLAR_CORE_VERSION 10.1.0-754-e412f56f
EXPOSE 11625
EXPOSE 11626
VOLUME /data
VOLUME /postgresql-unix-sockets
VOLUME /heka
ADD install /
RUN /install
ADD heka /heka
ADD confd /etc/confd
ADD utils /utils
ADD start /
CMD ["/start"]
| FROM stellar/base:latest
MAINTAINER Mat Schaffer <mat@stellar.org>
ENV STELLAR_CORE_VERSION 10.1.0-755-e9f0cde8
EXPOSE 11625
EXPOSE 11626
VOLUME /data
VOLUME /postgresql-unix-sockets
VOLUME /heka
ADD install /
RUN /install
ADD heka /heka
ADD confd /etc/confd
ADD utils /utils
ADD start /
CMD ["/start"]
| null |
2130 | 8e07169967058da674579ff215453b76376f1e4f | Bumped source to 20200319-e4c1911 | Bumped source to 20200319-e4c1911
| FROM docker.pkg.github.com/dock0/service/service:20200319-be7623a
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | null | null |
172 | 6643296faf98e35dcfff755a4e99df0c646a6f8e | Update docker file to not kill existing | Update docker file to not kill existing
| FROM phusion/baseimage:0.9.11
MAINTAINER Jack Lindamood <jack@signalfuse.com>
ENV DEBIAN_FRONTEND noninteractive
# Clean/refresh apt-get
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN apt-get update
RUN apt-get -y upgrade
# Install dependencies
RUN apt-get -y install golang git mercurial curl... | FROM phusion/baseimage:0.9.11
MAINTAINER Jack Lindamood <jack@signalfuse.com>
ENV DEBIAN_FRONTEND noninteractive
# Clean/refresh apt-get
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN apt-get update
RUN apt-get -y upgrade
# Install dependencies
RUN apt-get -y install golang git mercurial curl... | null |
388 | 7447cefec7f34e7af27da38070875a5cec8827d3 | Bumped source to 20210807-b064247 | Bumped source to 20210807-b064247
| FROM docker.pkg.github.com/dock0/arch/arch:20210807-3e34b9c
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| FROM docker.pkg.github.com/dock0/arch/arch:20210807-b064247
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| null |
410 | 4d8831a8589a13d580792ec253665ca7b551cc9b | Bumped source to 20210310-d7a680d | Bumped source to 20210310-d7a680d
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20210309-426b957
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20210310-d7a680d
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
94 | 085c1654b1c63736384834b6084676ea7b5096be | Bumped source to 20200619-d7233b1 | Bumped source to 20200619-d7233b1
| FROM docker.pkg.github.com/dock0/service/service:20200618-8fb93f0
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | FROM docker.pkg.github.com/dock0/service/service:20200619-d7233b1
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | null |
51 | f8e66b4e7e386a343fe96ef3336e874cab4dd53b | Update AWS CLI version to 1.14.22 | Update AWS CLI version to 1.14.22
| FROM python:3.6-slim
MAINTAINER Nikolay Rybak <mykola.rybak@gmail.com>
ARG BUILD_DATE
ARG VCS_REF
LABEL org.label-schema.schema-version="1.0" \
org.label-schema.name="AWS CLI" \
org.label-schema.url="https://aws.amazon.com/cli/" \
org.label-schema.vcs-url="https://github.com/GreyTeardrop/docker-awsc... | FROM python:3.6-slim
MAINTAINER Nikolay Rybak <mykola.rybak@gmail.com>
ARG BUILD_DATE
ARG VCS_REF
LABEL org.label-schema.schema-version="1.0" \
org.label-schema.name="AWS CLI" \
org.label-schema.url="https://aws.amazon.com/cli/" \
org.label-schema.vcs-url="https://github.com/GreyTeardrop/docker-awsc... | null |
2121 | 933d350409e3e7c04456b12988e9de3879d1b005 | update the ppa to shogun-team nightly in shogun runtime env | update the ppa to shogun-team nightly in shogun runtime env
| FROM ubuntu:14.04
MAINTAINER shogun@shogun-toolbox.org
RUN apt-get update && apt-get install -qq software-properties-common lsb-release
RUN add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) multiverse"
RUN add-apt-repository ppa:shogun-daily/ppa
RUN apt-get update -qq
RUN apt-get upgrade -y
... | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.