Dockerfile Commit Classifier
Collection
This collection includes the machine learning model, dataset and my space. • 3 items • Updated
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 |
|---|---|---|---|---|---|---|
262 | fd2247cbcee7415a6703cc9221d53f5dbac9accc | Bumped source to 20211130-4c00e06 | Bumped source to 20211130-4c00e06
| FROM docker.pkg.github.com/dock0/arch/arch:20211130-cbf05db
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:20211130-4c00e06
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 |
2103 | d7d82169d11383f225a46cfa76cacb9a993c4135 | Bumped source to 20210629-6b7f787 | Bumped source to 20210629-6b7f787
| FROM docker.pkg.github.com/dock0/arch/arch:20210629-e972d45
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 |
374 | 90bde9493ac67b6683c885859581cf52f73b489e | Bumped source to 20201103-c055246 | Bumped source to 20201103-c055246
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20201103-c7ca449
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:20201103-c055246
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| maintenance/other |
2310 | 439ce8e0e4d322ae7d9e702ce1ac38becaacdeb7 | Update Dockerfile | Update Dockerfile
keeping bash. | FROM centos:7.3.1611
MAINTAINER Robert de Bock <robert@meinit.nl>
LABEL Description="Base CentOS OpenSSH server image" CentOS="7.3.1611" OpenSSH="6.6.1p1-33.el7_3" Tini="0.14.0"
ENV TINI_VERSION v0.14.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
EXPOSE 22
RUN yum -y erase bas... | null | code refactoring |
2170 | 3573db30cf61da7cbc7eee0a5234d286576f5665 | add gnu tar for mesos docker fetcher | add gnu tar for mesos docker fetcher
| FROM quay.io/vektorcloud/base:3.4
RUN apk --no-cache add docker \
libstdc++ \
subversion \
curl \
fts \
openjdk8 \
openssl \
binutils \
coreutils \
bash && \
apk --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community add dumb-init
# Mesos Default Options
ENV \
VERSION="1.2... | null | feature addition |
2176 | 2feef0bf6c0463a85fffb6443968da5cadc59093 | Bumped source to 20200824-40508fc | Bumped source to 20200824-40508fc
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200824-cae6bbb
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 |
44 | b491f955c938e4b688236e7a53153f9514594e90 | update zoo | update zoo
Signed-off-by: Mark McCahill <e3696564e7a7433e50b70b6d9fcacd26c7505e6a@duke.edu>
| # mccahill/r-studio
#
# VERSION 1.4
FROM ubuntu:18.04
MAINTAINER Mark McCahill "mark.mccahill@duke.edu"
RUN apt-get update ; \
apt-get install gnupg2 -y
# get R from a CRAN archive (we want the 3.5 version of R)
RUN echo "deb http://cran.rstudio.com/bin/linux/ubuntu bionic-cran35/" >> /etc/apt/sources.list
... | null | maintenance/other |
connect" | # mccahill/r-studio
#
# VERSION 1.4
FROM ubuntu:18.04
MAINTAINER Mark McCahill "mark.mccahill@duke.edu"
RUN apt-get update ; \
apt-get install gnupg2 -y
# get R from a CRAN archive (we want the 3.5 version of R)
RUN echo "deb http://cran.rstudio.com/bin/linux/ubuntu bionic-cran35/" >> /etc/apt/sources.list
... | null | null | null | null | feature addition |
connect" | null | null | null | null | null | maintenance/other |
300 | 1324476da8d000b901c9863b7e324f3010f7db38 | add slapd. | add slapd.
| FROM debian:wheezy
MAINTAINER Semen Pisarev <s.a.pisarev@gmail.com>
ENV DEBIAN_FRONTEND noninteractive
RUN echo "APT::Install-Recommends 0;" >> /etc/apt/apt.conf.d/01norecommends \
&& echo "APT::Install-Suggests 0;" >> /etc/apt/apt.conf.d/01norecommends
ENV IREDMAIL_VERSION 0.9.2
# TODO: Replace hostname
ENV HOSTN... | FROM debian:wheezy
MAINTAINER Semen Pisarev <s.a.pisarev@gmail.com>
ENV DEBIAN_FRONTEND noninteractive
RUN echo "APT::Install-Recommends 0;" >> /etc/apt/apt.conf.d/01norecommends \
&& echo "APT::Install-Suggests 0;" >> /etc/apt/apt.conf.d/01norecommends
ENV IREDMAIL_VERSION 0.9.2
# TODO: Replace hostname
ENV HOSTN... | feature addition |
69 | 7ab359c3639d925b641e2e9c6195ddf35acd731b | Bumped source to 20200311-426bedf | Bumped source to 20200311-426bedf
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200311-865905c
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:20200311-426bedf
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 |
157 | e6c9219191101a714488539ddf04b5f491b8c973 | add python-pip package, install websocket-client pip package | add python-pip package, install websocket-client pip package
useful for the slack client
| FROM ubuntu:yakkety
MAINTAINER Florian Klink <flokli@flokli.de>
RUN apt-get update && apt-get install -y dirmngr apt-transport-https
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 11E9DE8848F2B65222AA75B8D1820DB22A11534E
RUN bash -c "echo 'deb https://weechat.org/ubuntu yakkety main' >/etc/ap... | FROM ubuntu:yakkety
MAINTAINER Florian Klink <flokli@flokli.de>
RUN apt-get update && apt-get install -y dirmngr apt-transport-https
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 11E9DE8848F2B65222AA75B8D1820DB22A11534E
RUN bash -c "echo 'deb https://weechat.org/ubuntu yakkety main' >/etc/ap... | feature addition |
2135 | 5c7fa385590235d2911fda6c821bd9c0b1c15c9d | Bump debian from 11.3-slim to 11.4-slim in /dev/ci/docker_linux (#107865) | Bump debian from 11.3-slim to 11.4-slim in /dev/ci/docker_linux (#107865)
| # Flutter (https://flutter.dev) Development Environment for Linux
# ===============================================================
#
# This environment passes all Linux Flutter Doctor checks and is sufficient
# for building Android applications and running Flutter tests.
#
# To build iOS applications, a Mac developmen... | null | maintenance/other |
342 | 89a9660bad6598b1529e3162a04dd07c80203dd0 | Add bird deb to dockerfile. | Add bird deb to dockerfile.
| FROM fastlynet101/base
MAINTAINER dbarroso@fastly.com
LABEL fastly.net101.name=bird
WORKDIR /root
RUN dpkg -i ./bird_1.6.3-1+xenial+1_amd64.deb
RUN apt-get install -y inotify-tools netcat
RUN mkdir /run/bird
COPY ./run.sh /bin/run.sh
COPY ./birdwatcher /bin/birdwatcher
COPY ./webserver /bin/webserver
ENTRYPOINT ["... | FROM fastlynet101/base
MAINTAINER dbarroso@fastly.com
LABEL fastly.net101.name=bird
WORKDIR /root
ADD bird_1.6.3-1+xenial+1_amd64.deb /
RUN DEBIAN_FRONTEND=noninteractive dpkg -i /bird_1.6.3-1+xenial+1_amd64.deb
RUN apt-get install -y inotify-tools netcat
RUN mkdir /run/bird
COPY ./run.sh /bin/run.sh
COPY ./birdwat... | code refactoring, maintenance/other |
2325 | dc1a5c687b1ec67581b535fe2c48b71eb431d4d4 | Bumped source to 20201214-8c2fdda | Bumped source to 20201214-8c2fdda
| FROM docker.pkg.github.com/dock0/arch/arch:20201214-b82e33b
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 | Not enough inforamtion |
2284 | 35ad5ec9de7041f4eacbb7b68e711a1524ef6d5b | bump shiny to 1.4.4 | bump shiny to 1.4.4
update shiny md5 hash
|
# docker build --no-cache -t math-server:latest --build-arg http_proxy="http://proxy:8080" --build-arg https_proxy="http://proxy:8080" .
# In case you're building the image behind a proxy, use
# docker build --no-cache -t math-server:latest --build-arg http_proxy="http://proxy:8080" --build-arg https_proxy="http://pr... | null | maintenance/other |
336 | 754b298aa221880457553f715846183812ca2c74 | Update Dockerfile | Update Dockerfile
| FROM ubuntu
MAINTAINER Justin Plock <justin@plock.net>
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y -q wget openjdk-7-jre-headless
RUN mkdir -p /opt/snowizard /var/log/snowizard
RUN wget -q -O /opt/snowiz... | FROM debian:jessie
MAINTAINER Justin Plock <justin@plock.net>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y -q wget openjdk-7-jre-headless
RUN mkdir -p /opt/snowizard /var/log/snowizard
RUN wget -q -O /opt/snowizard/snowizard.jar http://repo.maven.apache.org/maven2/com/ge/snowizard/snowi... | maintenance/other |
187 | cb4816475983c013f6d4bf4a8b85cc558e938f09 | Bumped source to 20201210-e8d1594 | Bumped source to 20201210-e8d1594
| null | null | maintenance/other |
2182 | 30510e5c137abca1cf822921dd6277b43cd68e7f | Bump to Postfixadmin v3.0 | Bump to Postfixadmin v3.0
| FROM alpine
MAINTAINER Konstantin Jakobi <konstantin.jakobi@gmail.com>
ENV VERSION=2.93
EXPOSE 80
RUN apk add --no-cache bash curl dovecot mysql-client php-imap php-mysqli \
&& curl --location https://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-${VERSION}/postfixadmin-${VERSION}.tar.gz ... | null | maintenance/other |
393 | 84472153dacd449ae661acb55336c950fec05029 | Bumped source to 20200831-140ca1d | Bumped source to 20200831-140ca1d
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200831-24f76e7
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:20200831-140ca1d
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 |
237 | a05ffc658881fd7122ac2d772fa8f1abc64d13b8 | Bumped source to 20200402-2cf0be5 | Bumped source to 20200402-2cf0be5
| FROM docker.pkg.github.com/dock0/arch/arch:20200402-3236609
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:20200402-2cf0be5
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 |
2272 | b258aa7c08677ff9d5089f98f6d3c44e7ffdefac | Bumped source to 20201001-e90cd1b | Bumped source to 20201001-e90cd1b
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20201001-7ceb967
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null | code refactoring |
227 | 991cad469a3df54802ef8cc8d81f5e95386fcf0e | add ssh client for git ssh access | add ssh client for git ssh access
| FROM alpine:3.4
MAINTAINER G.J.R. Timmer <gjr.timmer@gmail.com>
ARG BUILD_DATE
ARG VCS_REF
LABEL \
nl.timmertech.build-date=${BUILD_DATE} \
nl.timmertech.name=alpine-sdk \
nl.timmertech.vendor=timmertech.nl \
nl.timmertech.vcs-url="https://github.com/GJRTimmer/docker-alpine-sdk.git" \
nl.timmertech.vcs-ref=${VCS_REF}... | FROM alpine:3.4
MAINTAINER G.J.R. Timmer <gjr.timmer@gmail.com>
ARG BUILD_DATE
ARG VCS_REF
LABEL \
nl.timmertech.build-date=${BUILD_DATE} \
nl.timmertech.name=alpine-sdk \
nl.timmertech.vendor=timmertech.nl \
nl.timmertech.vcs-url="https://github.com/GJRTimmer/docker-alpine-sdk.git" \
nl.timmertech.vcs-ref=${VCS_REF}... | maintenance/other |
135 | e93e1b76ec79a2195c2b6e53263478dbe9ea1c41 | Update Dockerfile to Rails 5.0.0 | Update Dockerfile to Rails 5.0.0
| FROM rails:4.2.6
MAINTAINER Davide Bove <me@davidebove.com>
ADD ./src /code
WORKDIR /code
ENV BUNDLE_PATH /box
CMD /bin/bash
| FROM rails:5.0.0
MAINTAINER Davide Bove <me@davidebove.com>
ADD ./src /code
WORKDIR /code
ENV BUNDLE_PATH /box
CMD ["/bin/bash"]
| code refactoring |
167 | b88c4b43df7b149aff601c9f43cdff01f6cedac2 | Bumped source to 20210719-5595c72 | Bumped source to 20210719-5595c72
| FROM docker.pkg.github.com/dock0/arch/arch:20210719-e784547
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:20210719-5595c72
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
| bug fix |
141 | 12bcf2bedcc6a83102aec2006b18866580fc4126 | Update the base image | Update the base image
| FROM jedisct1/base-dev-rust-nightly:c44316d4a1ad0fe01ae366e163993aa3980c755f
MAINTAINER Frank Denis
ENV SERIAL 1
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get install -y \
libsnappy-dev
ENV LIBRESSL_VERSION 2.2.5
ENV LIBRESSL_SHA256 e3caded0469d8dc64f4ca2fe8e499ada4dd014e84d1c5a71818d39e54e6c914b
ENV LIBRESSL_D... | FROM jedisct1/base-dev-rust-nightly:34b4e66736a0fb65235feadbb5178d42bd09ed67
MAINTAINER Frank Denis
ENV SERIAL 1
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get install -y \
libsnappy-dev
ENV LIBRESSL_VERSION 2.2.5
ENV LIBRESSL_SHA256 e3caded0469d8dc64f4ca2fe8e499ada4dd014e84d1c5a71818d39e54e6c914b
ENV LIBRESSL_D... | code refactoring |
224 | 7855d3a05d1fa1f7ab96ee6ddccd66d5541fbf03 | change confd binary url to get the version with ssl/tls memory problem fixed | change confd binary url to get the version with ssl/tls memory problem fixed
| FROM salamandra/etcd
ADD https://github.com/kelseyhightower/confd/releases/download/v0.6.0-alpha3/confd-0.6.0-alpha3-linux-amd64 /usr/local/bin/confd
RUN chmod 0755 /usr/local/bin/confd
RUN mkdir /etc/confd/conf.d/ -p
RUN mkdir /etc/confd/templates/ -p
| FROM salamandra/etcd
# ADD https://github.com/kelseyhightower/confd/releases/download/v0.6.0-alpha3/confd-0.6.0-alpha3-linux-amd64 /usr/local/bin/confd
ADD https://github.com/ricardosasilva/confd/releases/download/v0.6.0-alpha4/confd-0.6.0-alpha4-linux-amd64 /usr/local/bin/confd
RUN chmod 0755 /usr/local/bin/confd
RUN... | feature addition |
2253 | f60c564e9500fd38c11ec3a8953742c87163843e | version updated | version updated
| FROM airhacks/java
LABEL maintainer="Adam Bien, adam-bien.com" description="Kibana"
ENV INSTALL_DIR kibana
RUN mkdir ${INSTALL_DIR}
RUN curl https://artifacts.elastic.co/downloads/kibana/kibana-6.0.1-linux-x86_64.tar.gz | tar xvz -C ${INSTALL_DIR} --strip-components=1
ENTRYPOINT ${INSTALL_DIR}/bin/kibana
EXPOSE 5601
| null | maintenance/other |
195 | 2117899482da7ed6236913c5124afc6b075a4d11 | Add CA certs to all-in-one image | Add CA certs to all-in-one image
Signed-off-by: chandresh-pancholi <25dab51e580f04c0947224025fffefbe56ba05fb@gmail.com> | FROM scratch
# Agent zipkin.thrift compact
EXPOSE 5775/udp
# Agent jaeger.thrift compact
EXPOSE 6831/udp
# Agent jaeger.thrift binary
EXPOSE 6832/udp
# Agent config HTTP
EXPOSE 5778
# Collector HTTP
EXPOSE 14268
# Collector gRPC
EXPOSE 14250
# Web HTTP
EXPOSE 16686
COPY ./cmd/all-in-one/all-in-one-linux /go/bin... | FROM alpine:latest as certs
RUN apk add --update --no-cache ca-certificates
FROM scratch
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
# Agent zipkin.thrift compact
EXPOSE 5775/udp
# Agent jaeger.thrift compact
EXPOSE 6831/udp
# Agent jaeger.thrift binary
EXPOSE 6832/udp
... | code refactoring |
2132 | 4320fbd88ee213e7b9db38161059681db930d1ee | Bump ipaddress package to fix SSL.Certificate Error | Bump ipaddress package to fix SSL.Certificate Error
| #
# Dockerfile for pman repository.
#
# Build with
#
# docker build -t <name> .
#
# For example if building a local version, you could do:
#
# docker build -t local/pman .
#
# In the case of a proxy (located at 192.168.13.14:3128), do:
#
# docker build --build-arg http_proxy=http://192.168.13.14:3128 --build-arg... | null | code refactoring |
2063 | 6d19e7d10584094549119a4a297469ee5957e795 | Remove version from docker file since it's tagged already | Remove version from docker file since it's tagged already
| FROM debian:jessie-slim
LABEL maintainer="david.muto@gmail.com" version="1.0.0"
WORKDIR /
ADD https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip ./
RUN apt-get -q -y update && \
apt-get -q -y install unzip && \
unzip protoc-3.3.0-linux-x86_64.zip -d ./usr/local && \
rm pro... | null | maintenance/other |
188 | fe3862d94ee0f8a09114db979786ebf3c0fded44 | Bump kubekins for kubeadm image | Bump kubekins for kubeadm image
| # Copyright 2017 The Kubernetes 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 ... | # Copyright 2017 The Kubernetes 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 ... | bug fix |
2294 | 4d7d893a3be04a5564e1a2009864ea149725e7a4 | Bumped source to 20211021-9c92104 | Bumped source to 20211021-9c92104
| FROM docker.pkg.github.com/dock0/arch/arch:20211021-b1fff7b
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 |
2231 | e40a4059ad0b6c745cf7ee74b7727a9bcdc15021 | Minor fixes to Dockerfile | Minor fixes to Dockerfile
Signed-off-by: Aaron <64b2b6d12bfe4baae7dad3d018f8cbf6b0e7a044@jadja.eu>
| FROM golang:1.12.7-alpine as builder
ARG CADDY_VERSION="1.0.1"
ENV GO111MODULE=on
RUN apk add --no-cache git
COPY caddy.go /go/build/caddy.go
COPY go.mod /go/build/go.mod
RUN cd /go/build && \
go build
FROM alpine:3.10
RUN apk add --no-cache --no-progress curl tini ca-certificates
COPY --from=builder /go/bu... | null | maintenance/other |
2085 | 0dce2e3ece366a6641ac570b50b99ad5430eb0ca | Bumped source to 20211117-612060d | Bumped source to 20211117-612060d
| FROM docker.pkg.github.com/dock0/arch/arch:20211117-ebea708
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 |
2082 | 12a1697221511df7e400fc337a2f6a0a88dd5c29 | Bumped source to 20211023-2d7fa18 | Bumped source to 20211023-2d7fa18
| FROM docker.pkg.github.com/dock0/arch/arch:20211023-0815b05
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 | code refactoring |
19 | ea6f6cc96b207d8503a10cbe014e51d476aeb539 | Bump to 0.10.14 and go 1.10 | Bump to 0.10.14 and go 1.10 | #
# Build stage by @abiosoft https://github.com/abiosoft/caddy-docker
#
FROM golang:1.9-alpine as build
ARG version="0.10.11"
ARG plugins=""
RUN apk add --no-cache git
# caddy
RUN git clone https://github.com/mholt/caddy -b "v${version}" /go/src/github.com/mholt/caddy \
&& cd /go/src/github.com/mholt/caddy \
... | #
# Build stage by @abiosoft https://github.com/abiosoft/caddy-docker
#
FROM golang:1.10-alpine as build
ARG version="0.10.14"
ARG plugins=""
RUN apk add --no-cache git
# caddy
RUN git clone https://github.com/mholt/caddy -b "v${version}" /go/src/github.com/mholt/caddy \
&& cd /go/src/github.com/mholt/caddy \
... | code refactoring |
2092 | 054d00f7f73615c4d83788a5b2be0472f7c1e9a4 | Update jenkins + plugins | Update jenkins + plugins
| FROM jenkins:2.19.4-alpine
COPY ref/init.groovy.d/executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
RUN install-plugins.sh git:3.0.1 blueocean:1.0.0-b13 ansicolor:0.4.3 \
workflow-aggregator:2.4 pipeline-stage-view:2.4 cloudbees-folder:5.14 \
ec2:1.36 \
&& echo 2.0 > /usr/share/jenkins/re... | null | maintenance/other |
111 | 42340ee22befc1eb9cd11cb696bf5bd6bac3c433 | Upgrade confluent platform | Upgrade confluent platform
| FROMubuntu:16.04
MAINTAINERNeal Hardesty <nealhardesty@yahoo.dot.com>
# Install Oracle JDK 8
# http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html
RUN \
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list \
&& echo "... | FROMubuntu:16.04
MAINTAINERNeal Hardesty <nealhardesty@yahoo.dot.com>
# Install Oracle JDK 8
# http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html
RUN \
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list \
&& echo "... | code refactoring |
59 | c2f21f87dd7677826ada3819a4533a689887b345 | Bumped source to 20201116-c392ca8 | Bumped source to 20201116-c392ca8
| FROM docker.pkg.github.com/dock0/service/service:20201116-44643f6
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:20201116-c392ca8
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 |
2257 | a6b464319983ea9ff787511f47c7b9241ebcd5a5 | Updated with dnsutils | Updated with dnsutils
| FROM debian
MAINTAINER Marcel Grossmann <whatever4711@gmail.com>
ENV DEBIAN_FRONTEND noninteractive
ENV MININET_REPO git://github.com/mininet/mininet
ENV MININET_INSTALLER ./mininet/util/install.sh
ENV INSTALLER_SWITCHES -fbinptvwyx
WORKDIR /tmp
# Update and install minimal.
RUN \
apt-get update \
--qui... | null | maintenance/other |
2307 | 082a73ee331d87ff1052441c214af9c3bc1a42a4 | Bump NVM script version to 0.33.1 (#658) | Bump NVM script version to 0.33.1 (#658)
https://github.com/creationix/nvm/releases/tag/v0.33.1 | #
#--------------------------------------------------------------------------
# Image Setup
#--------------------------------------------------------------------------
#
# To edit the 'workspace' base Image, visit its repository on Github
# https://github.com/LaraDock/workspace
#
# To change its version, see the ava... | null | bug fix |
154 | 79a028ce11741a7665cdeab40171f7dca724fb4f | Bumped source to 20200816-dcc09bc | Bumped source to 20200816-dcc09bc
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20200816-60b9c4b
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:20200816-dcc09bc
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| bug fix |
99 | 55e20e7e2a583946eb7f05cf69c05842aa1ae08d | carriage return fix | carriage return fix
|
FROM alpine:edge
# Note:
# This is image is intended to be as small as possible
MAINTAINER "Paolo D'Onorio De Meo <p.donoriodemeo@cineca.it>"
RUN apk update && apk upgrade && apk add \
python3 jq\
bash vim curl wget less \
&& rm -rf /var/cache/apk/*
# Install easy install
ENV EASY_REPO https://bootstrap.... |
FROM alpine:edge
# Note:
# This is image is intended to be as small as possible
MAINTAINER "Paolo D'Onorio De Meo <p.donoriodemeo@cineca.it>"
RUN apk update && apk upgrade && apk add \
python3 jq\
bash vim curl wget less \
&& rm -rf /var/cache/apk/*
# Install easy install
ENV EASY_REPO https://bootstrap.... | Not enough inforamtion |
145 | 5241c3e60a204f764ecf3857415fc9a16e5399f9 | fixes up to python | fixes up to python
| FROM nvidia/cuda:9.1-cudnn7-devel-centos7
MAINTAINER r@fael.nl
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8
ENV LC_ALL en_US.UTF-8
RUN yum update
RUN yum install -y wget \
unzip \
screen tmux \
ruby \
vim
# C/C++ CMake Python
RUN RUN ... | FROM nvidia/cuda:9.1-cudnn7-devel-centos7
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8
ENV LC_ALL en_US.UTF-8
RUN yum groupinstall -y "Development tools"
RUN yum install -y wget \
unzip \
screen tmux \
ruby \
vim
# C/C++ CMake Python
... | maintenance/other |
258 | 852b728a02ba474f6948c2e9b019f8959cc11a9d | Attempt to fix Dockerfile | Attempt to fix Dockerfile
| FROM node:12-alpine
WORKDIR /src
ADD . /src
ARG env=production
RUN yarn global add bower \
&& bower install --allow-root \
&& yarn
WORKDIR /src
EXPOSE 9090
ENV NODE_ENV $env
CMD ["npm", "start"]
| FROM node:12-slim
WORKDIR /src
ADD . /src
ARG env=production
RUN apt-get update \
&& apt-get install build-essential git vim -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN yarn global add bower \
&& bower install --allow-root \
&& yarn
WORKDIR /src
EXPOSE 9090
ENV NODE_ENV $env
CMD ["npm",... | maintenance/other |
62 | 9d81ae8c9aed9b889130485f79e3c6788ee44f48 | Bumped source to 20210708-032639e | Bumped source to 20210708-032639e
| FROM docker.pkg.github.com/dock0/arch/arch:20210707-324d485
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:20210708-032639e
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 |
303 | 13e51f196e00eaa7140413b6b27c490ad322ea12 | Bumped source to 20210130-a067386 | Bumped source to 20210130-a067386
| FROM docker.pkg.github.com/dock0/arch/arch:20210130-f647073
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:20210130-a067386
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
| code refactoring |
2097 | d52fd80eea1515e83f85ba19640cd3601490484f | Bumped source to 20210119-0101695 | Bumped source to 20210119-0101695
| FROM docker.pkg.github.com/dock0/arch/arch:20210119-bab8ee8
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 |
197 | c913a3cc143fb8342d0c8eaabf94109d71f37ca3 | Update golang:1.10-alpine Docker digest to bb3108 | Update golang:1.10-alpine Docker digest to bb3108 | FROM golang:1.10-alpine@sha256:96e25c71acc7756adaa0c9237bc799dfba4c0a71409612b3111f20a79a9c4cc2 AS build
RUN apk add --no-cache \
make \
git \
upx
RUN mkdir -p /go/src/github.com/hairyhenderson/gomplate
WORKDIR /go/src/github.com/hairyhenderson/gomplate
COPY . /go/src/github.com/hairyhenderson/gomplate
R... | FROM golang:1.10-alpine@sha256:bb31085d5c5db578edf3d4e5541cfb949b713bb7018bbac4dfd407b2017ef5b8 AS build
RUN apk add --no-cache \
make \
git \
upx
RUN mkdir -p /go/src/github.com/hairyhenderson/gomplate
WORKDIR /go/src/github.com/hairyhenderson/gomplate
COPY . /go/src/github.com/hairyhenderson/gomplate
R... | feature addition |
267 | b935793b060a3a920837ae0ae507115840b856d6 | Update AWS CLI version to 1.10.53 | Update AWS CLI version to 1.10.53
| FROM python:3.5-slim
MAINTAINER Nikolay Rybak <mykola.rybak@gmail.com>
RUN \
mkdir -p /aws && \
pip install --upgrade awscli==1.10.52 && \
rm -rf /root/.cache && \
rm -rf /var/lib/apt/lists/*
WORKDIR /aws
ENTRYPOINT ["aws"]
| FROM python:3.5-slim
MAINTAINER Nikolay Rybak <mykola.rybak@gmail.com>
RUN \
mkdir -p /aws && \
pip install --upgrade awscli==1.10.53 && \
rm -rf /root/.cache && \
rm -rf /var/lib/apt/lists/*
WORKDIR /aws
ENTRYPOINT ["aws"]
| bug fix |
347 | a063d2244249a62b8f5e0e0c28cc47dbcfa3b5ad | copy more files and add new entrypoint | copy more files and add new entrypoint
| FROM alpine
COPY add-user gen-cert output-crt /usr/local/sbin/
RUN apk update \
&& apk add openssl \
&& apk add apache2-utils
ENTRYPOINT ["sh"]
| FROM alpine
COPY add-user del-user gen-cert output-crt output-auth sleep-forever /usr/local/sbin/
RUN apk update \
&& apk add openssl \
&& apk add apache2-utils
ENTRYPOINT ["sleep-forever"]
| code refactoring |
2117 | 4d1cd9fce58dd9c7ab31bc183d0294d2afd1a40f | Fixed my fingers being overhasty | Fixed my fingers being overhasty
| FROM frolvlad/alpine-glibc
MAINTAINER Jannik Kolodziej <docker@jkolodziej.de>
ENV FACTORIO_VERSION=0.12.31 \
MANAGER_VERSION=0.2.0 \
ADMIN_PASSWORD=
VOLUME /opt/factorio/saves /opt/factorio/mods /security
RUN apk add --no-cache curl tar unzip nginx
WORKDIR /opt/
ADD "init.sh" "/opt/init.sh"
ADD "nginx.conf... | null | bug fix |
2139 | 56484a6117e307b4b78c4f7c4c059b1e2d0720ee | update awestruct to ruby 2.3 | update awestruct to ruby 2.3
|
FROM debian:jessie
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bzip2 \
ca-certificates \
curl \
libffi-dev \
libgdbm3 \
libssl-dev \
libyaml-dev \
procps \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*
# skip installing gem documentation
RUN mkdir -p /usr/local/etc \
&& { \
echo 'install: --no... | null | bug fix |
This dataset is designed for multi-label classification of Git commit messages into predefined categories.
This dataset contains:
The goal of the dataset is to classify each commit message into one or more categories (multi-label classification).
The dataset consists of the following CSV files:
training_data.csv: Contains commit messages for training.training_label.csv: Contains multi-label annotations for the training set.validation_data.csv: Contains commit messages for validation.validation_label.csv: Contains multi-label annotations for the validation set.testing_data.csv: Contains commit messages for testing (without labels).This is the Leaderboard for my competiotion in Codalab