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 |
|---|---|---|---|---|---|---|
2326 | 0d2419701d3deb4b687fbe9c7a13dfe4070224d1 | Bumped source to 20210111-c24513c | Bumped source to 20210111-c24513c
| FROM docker.pkg.github.com/dock0/ssh/ssh:20210111-32c6242
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 | bug fix |
2140 | 9acad0781665dc190144ca0964b0393115e645fd | Bumped source to 20220511-e49da8f | Bumped source to 20220511-e49da8f
| FROM ghcr.io/dock0/arch:20220511-55c4c7a
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 | maintenance/other |
255 | 99114cd9be9ae10b26c39413cb19c5f112fea8c2 | openshift: fixed typo | openshift: fixed typo
| FROM python:2
MAINTAINER Yuri Konotopov <ykonotopov@gnome.org>
ENV PYTHONUNBUFFERED=1 \
XAPIAN_VERSION=1.4.9 \
GPG_KEY=08E2400FF7FE8FEDE3ACB52818147B073BAD2B07
RUN set -ex \
&& pip install Sphinx \
&& wget -O xapian-core.tar.xz "https://oligarchy.co.uk/xapian/$XAPIAN_VERSION/xapian-core-$XAPIAN_VERSION.tar.xz" \
&& ... | FROM python:2
MAINTAINER Yuri Konotopov <ykonotopov@gnome.org>
ENV PYTHONUNBUFFERED=1 \
XAPIAN_VERSION=1.4.9 \
GPG_KEY=08E2400FF7FE8FEDE3ACB52818147B073BAD2B07
RUN set -ex \
&& pip install Sphinx \
&& wget -O xapian-core.tar.xz "https://oligarchy.co.uk/xapian/$XAPIAN_VERSION/xapian-core-$XAPIAN_VERSION.tar.xz" \
&& ... | feature addition, code refactoring |
2285 | 8bcc0bb51b38e6a349f979ad484796da260e6707 | Bumped source to 20200821-ae1010d | Bumped source to 20200821-ae1010d
| FROM docker.pkg.github.com/dock0/service/service:20200821-e00efce
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 | maintenance/other |
333 | 6db97f0fcca19853d56afe3898fe1a0576cc49aa | simplifying command, adding docs | simplifying command, adding docs
| # http://phusion.github.io/baseimage-docker/
FROM phusion/baseimage
# Herc's default port
EXPOSE 4372
# This is so some tools don't crash (namely htop)
ENV TERM=xterm-256color
# Use baseimage's init system.
CMD ["/sbin/my_init"]
# Install Herc.
ADD . /herc
RUN add-apt-repository "deb http://archive.ubuntu.com/ubunt... | # http://phusion.github.io/baseimage-docker/
FROM phusion/baseimage
# Herc's default port
EXPOSE 4372
# This is so some tools don't crash (namely htop)
ENV TERM=xterm-256color
# Use baseimage's init system.
CMD ["/sbin/my_init"]
# Install Herc.
ADD . /herc
RUN add-apt-repository "deb http://archive.ubuntu.com/ubunt... | maintenance/other |
259 | 5fa7fb1b78126d4ad5bd60c523a97ec786d3dc48 | Bumped source to 20201018-f4a020c | Bumped source to 20201018-f4a020c
| FROM docker.pkg.github.com/dock0/ssh/ssh:20201018-e11ca83
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:20201018-f4a020c
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 ... | maintenance/other |
408 | 5de83f482bac82ea2997df9e291e6cde8cc55088 | Bump minor version for new kernel | Bump minor version for new kernel
| FROM alpine:3.5
MAINTAINER team@nb.gallery
########################################################################
# Set up OS
########################################################################
EXPOSE 80 443
WORKDIR /root
ENV CPPFLAGS=-s \
SHELL=/bin/bash
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["jupyter-not... | FROM alpine:3.5
MAINTAINER team@nb.gallery
########################################################################
# Set up OS
########################################################################
EXPOSE 80 443
WORKDIR /root
ENV CPPFLAGS=-s \
SHELL=/bin/bash
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["jupyter-not... | Not enough inforamtion |
2204 | f6079760103713461fe88ef9329b70e54b5968a2 | Bumped source to 20221031-03ebe17 | Bumped source to 20221031-03ebe17
| FROM ghcr.io/dock0/arch:20221031-a8e8ec9
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 | feature addition |
202 | 34a383097d12f4e5f0b9a34a6f37adea9aceb844 | update dockerfile | update dockerfile
| # Base Image to use
FROM alpine:3.3
# File Author / Maintainer
MAINTAINER Devonte Emokpae
# Install dependencies
RUN apk update && apk upgrade && \
apk add curl wget bash tree && \
rm -rf /var/cache/apk/*
RUN curl -sSL https://releases.hashicorp.com/consul-template/0.14.0/consul-template_0.14.0_linux_amd64.zip > /tm... | # Base Image to use
FROM alpine:3.4
# File Author / Maintainer
MAINTAINER Devonte Emokpae
# Install dependencies
RUN apk update && apk upgrade && \
apk add curl wget bash tree && \
rm -rf /var/cache/apk/*
RUN curl -sSL https://releases.hashicorp.com/consul-template/0.15.0/consul-template_0.15.0_linux_amd64.zip > /tm... | maintenance/other |
2171 | e52fc40350aa0fa05d712f1c1abf0766f1e20162 | Adds dumb-init to avoid any PID 1 issue. | Adds dumb-init to avoid any PID 1 issue.
| FROM debian:jessie
# Default configuration
COPY mopidy.conf /var/lib/mopidy/.config/mopidy/mopidy.conf
# Start helper script
COPY entrypoint.sh /entrypoint.sh
# Official Mopidy install for Debian/Ubuntu along with some extensions
# (see https://docs.mopidy.com/en/latest/installation/debian/ )
RUN set -ex \
&& apt-g... | null | maintenance/other |
2233 | a39bcda1b19d8ee860def9266a918ee245bcd9ac | Bumped source to 20200427-ce4260d | Bumped source to 20200427-ce4260d
| FROM docker.pkg.github.com/dock0/service/service:20200427-5d81f7f
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 | bug fix |
312 | aa4e5f91ece84029868b5413d4cdd3397cd17d7d | Bumped source to 20210319-ad9d19c | Bumped source to 20210319-ad9d19c
| FROM docker.pkg.github.com/dock0/service/service:20210319-58a4d70
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:20210319-ad9d19c
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... | code refactoring |
406 | 6228db12baed915f3589a4374efe710a2b986763 | fixing docker test run failure by adding missing tests c_api_posit4 | fixing docker test run failure by adding missing tests c_api_posit4
| #
# multi-stage build
# docker build --target builder -t stillwater/universal:builder will just build a builder container
# docker build --target release -t stillwater/universal:release will just build a release container
# BUILDER stage
FROM gcc:7 as builder
MAINTAINER Theodore Omtzigt
# create a cmake build environm... | #
# multi-stage build
# docker build --target builder -t stillwater/universal:builder will just build a builder container
# docker build --target release -t stillwater/universal:release will just build a release container
# BUILDER stage
FROM gcc:7 as builder
MAINTAINER Theodore Omtzigt
# create a cmake build environm... | code refactoring |
334 | 465ccaa70f35f8d9cd0012e35add4f735e98b3b3 | feat(atlassian-confluence): update to 7.1.2 | feat(atlassian-confluence): update to 7.1.2
update to 7.1.2
Signed-off-by: mritd <20a5c9dfd7e2f1d7346a1353e464a9eddf6e84d5@linux.com>
| FROM atlassian/confluence-server:7.0.4
LABEL maintainer="mritd <mritd@linux.com>"
ARG TZ="Asia/Shanghai"
ENV TZ ${TZ}
ENV AGENT_PATH /opt/atlassian-agent.jar
COPY atlassian-agent.jar ${AGENT_PATH}
COPY hijack.sh /hijack.sh
RUN set -x \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt update \
&& apt u... | FROM atlassian/confluence-server:7.1.2
LABEL maintainer="mritd <mritd@linux.com>"
ARG TZ="Asia/Shanghai"
ENV TZ ${TZ}
ENV AGENT_PATH /opt/atlassian-agent.jar
COPY atlassian-agent.jar ${AGENT_PATH}
COPY hijack.sh /hijack.sh
RUN set -x \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt update \
&& apt u... | maintenance/other |
2115 | 22e0f9040b3973120fd257433eddcd05e601e5b8 | Update build environment with new toolchain. | Update build environment with new toolchain.
| null | null | maintenance/other |
2131 | 6c2b0578c66944a4efa46b2b7e4e7c499b98711a | Bumped source to 20211113-3747862 | Bumped source to 20211113-3747862
| FROM docker.pkg.github.com/dock0/arch/arch:20211112-fc8e3f8
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 | maintenance/other |
2173 | 623e37ca77526cdb3d65b23900549e6f170d64fc | version 81.0.4021.2 | version 81.0.4021.2 | FROM ubuntu:14.04
LABEL maintainer "Alpeware <info@alpeware.com>"
EXPOSE 9222
RUN apt-get update -qqy \
&& apt-get -qqy install libnss3 libnss3-tools libfontconfig1 wget ca-certificates apt-transport-https inotify-tools \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
ENV CHROME_VERSION=81.0.4000.3
RUN wget -... | null | code refactoring |
2169 | 285ff0a8be491e4e42fab75eaf5113af45c10b99 | version 4.6.6 | version 4.6.6 | FROM marvambass/nginx-ssl-php
MAINTAINER MarvAmBass
ENV DH_SIZE 1024
RUN apt-get -q -y update && \
apt-get -q -y install mysql-client \
php5-mysql \
php5-gd \
php5-mcrypt \
wget \
unzi... | null | bug fix |
2164 | 0c813a8cffc596896bf8fa59f1cec33f655ee916 | Update to Trusty | Update to Trusty | null | null | code refactoring |
2196 | f4e6919b45d9b48641cfc324f7e2367b9f6b116d | docker file fix | docker file fix
| FROM node:latest
COPY . /repo
#COPY dist/ /usr/share/nginx/html
WORKDIR /repo
RUN npm install --unsafe-perm
RUN npm run build:prod
WORKDIR /dist
COPY ./repo/dist .
| null | code refactoring |
2072 | 590faeb3eb60a6094d9eb24b754ec6e63d33fcea | update rundeck-ec2-nodes-plugin | update rundeck-ec2-nodes-plugin
| FROM java:8
RUN apt-get update \
&& apt-get install -y uuid-runtime
# install rundeck
ENV RUNDECK_VERSION=2.6.3-1-GA
RUN wget "http://dl.bintray.com/rundeck/rundeck-deb/rundeck-${RUNDECK_VERSION}.deb" &&\
dpkg -i rundeck-${RUNDECK_VERSION}.deb &&\
rm -f rundeck-${RUNDECK_VERSION}.deb &&\
ln -sf /dev/n... | null | code refactoring |
199 | 757e4a73421996d76425ee4dbe836440adc3da6e | Updated to Slurm 17.11.3 | Updated to Slurm 17.11.3
| FROM centos:7
LABEL org.label-schema.vcs-url="https://github.com/giovtorres/docker-centos7-slurm" \
org.label-schema.docker.cmd="docker run -it -h ernie giovtorres/docker-centos7-slurm:latest" \
org.label-schema.name="docker-centos7-slurm" \
org.label-schema.description="Slurm All-in-one Docker conta... | FROM centos:7
LABEL org.label-schema.vcs-url="https://github.com/giovtorres/docker-centos7-slurm" \
org.label-schema.docker.cmd="docker run -it -h ernie giovtorres/docker-centos7-slurm:latest" \
org.label-schema.name="docker-centos7-slurm" \
org.label-schema.description="Slurm All-in-one Docker conta... | maintenance/other |
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 | code refactoring |
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... | maintenance/other |
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 | maintenance/other |
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"]
| Not enough inforamtion |
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
| maintenance/other |
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 \
... | code refactoring |
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 | code refactoring, feature addition |
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... | maintenance/other |
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... | code refactoring |
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... | maintenance/other |
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 | bug fix |
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... | feature addition |
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... | code refactoring |
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... | maintenance/other |
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 | maintenance/other |
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
| feature addition |
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 ... | maintenance/other |
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 | bug fix |
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"]
| maintenance/other |
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... | maintenance/other |
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"]
| maintenance/other |
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 | code refactoring |
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 | code refactoring |
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" ]
| maintenance/other |
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... | maintenance/other |
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... | bug fix |
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"]
| maintenance/other |
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... | code refactoring |
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... | feature addition |
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 | bug fix |
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... | maintenance/other |
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 | code refactoring |
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 | feature addition |
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... | maintenance/other |
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 | maintenance/other |
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 | maintenance/other |
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"]
| maintenance/other |
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
| maintenance/other |
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 ... | maintenance/other |
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"]
| maintenance/other |
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 | maintenance/other |
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 | feature addition |
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 ... | feature addition |
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.... | maintenance/other |
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 | code refactoring |
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 | bug fix |
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
| bug fix |
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... | maintenance/other |
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 | feature addition |
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 | feature addition |
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 | maintenance/other |
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-... | feature addition |
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"]
| code refactoring |
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... | maintenance/other |
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 | maintenance/other |
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 | feature addition |
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 ... | feature addition |
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/... | bug fix |
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 | feature addition |
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 | maintenance/other |
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 \
... | maintenance/other |
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 ... | maintenance/other |
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... | code refactoring |
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 | code refactoring |
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 | feature addition |
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... | code refactoring |
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 | bug fix |
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 ... | bug fix |
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 | code refactoring |
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 | maintenance/other |
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 | bug fix |
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
| maintenance/other |
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-... | maintenance/other |
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 ... | feature addition |
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 ... | code refactoring |
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... | code refactoring |
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 | bug fix |
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... | Not enough inforamtion |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.