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 |
|---|---|---|---|---|---|---|
12 | 3122ec38c6f8aca32c1e1a64606f07e56224c3a8 | Adapt env variable for postgres version | Adapt env variable for postgres version
| # Adapted from mdillon/postgis:9.5
# and https://github.com/docker-library/postgres/blob/master/9.5/docker-entrypoint.sh
#FROM postgres:9.5
FROM tamboraorg/crepostgres:2011.0
MAINTAINER Michael Kahle <michael.kahle@yahoo.de>
ENV POSTGIS_MAJOR 2.5
#ENV POSTGIS_MAJOR 2.3
#ENV POSTGIS_VERSION 2.3.2+dfsg-1~exp2.pgdg80+1
#... | # Adapted from mdillon/postgis:9.5
# and https://github.com/docker-library/postgres/blob/master/9.5/docker-entrypoint.sh
#FROM postgres:9.5
FROM tamboraorg/crepostgres:2011.0
MAINTAINER Michael Kahle <michael.kahle@yahoo.de>
ENV POSTGIS_MAJOR 2.5
#ENV POSTGIS_MAJOR 2.3
#ENV POSTGIS_VERSION 2.3.2+dfsg-1~exp2.pgdg80+1
#... | null |
177 | f4f8ed90bf1038074bf4c53bb11fec2e3ac9b121 | Bumped source to 20200319-9a625c8 | Bumped source to 20200319-9a625c8
| FROM docker.pkg.github.com/dock0/arch/arch:20200319-7c88c8b
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:20200319-9a625c8
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 |
196 | 728a4c5b953cc62cc52b55f5f620b8b75d67bf2e | Bumped source to 20221117-034639b | Bumped source to 20221117-034639b
| FROM ghcr.io/dock0/arch:20221117-beef06a
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:20221117-034639b
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 |
2193 | 6619f63c72e3d5c88c33fe408f61397499c4c761 | using version 2.070.2 | using version 2.070.2
| FROM ubuntu:16.04
MAINTAINER Stefan Rohe <think@hotmail.de>
ENV \
COMPILER=dmd \
COMPILER_VERSION=2.070.1
RUN apt-get update && apt-get install -y curl build-essential \
&& curl -fsS -o /tmp/install.sh https://dlang.org/install.sh \
&& bash /tmp/install.sh -p /dlang install -s "${COMPILER}-${COMPILER_VERSION}"... | null | null |
274 | 38846d6a9e7cb6b7a7fbfd3767db372b5469702b | Bumped source to 20201013-48ea5a5 | Bumped source to 20201013-48ea5a5
| FROM docker.pkg.github.com/dock0/arch/arch:20201013-5117106
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:20201013-48ea5a5
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 |
73 | d7b5ddc36d13d1fc3d7ad969b688887caad47643 | Bumped source to 20200814-238b0da | Bumped source to 20200814-238b0da
| FROM docker.pkg.github.com/dock0/arch/arch:20200814-ade2558
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:20200814-238b0da
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 |
363 | 7c284a3a83bfeeac91e7cc365a7f6baaf8cac7da | Updated Ubuntu and added a volume for /etc/sensu | Updated Ubuntu and added a volume for /etc/sensu
| FROM ubuntu:trusty
MAINTAINER John Dilts <john.dilts@enstratius.com>
RUN apt-get update && apt-get install -y wget openssl
RUN useradd -d /home/sensu -m -s /bin/bash sensu
RUN echo sensu:sensu | chpasswd
ADD sensu_ca sensu_ca
ADD ssl_certs.sh /tmp/
RUN /tmp/ssl_certs.sh generate
ADD install-sensu.sh /tmp/
RUN /tmp/... | FROM ubuntu:latest
MAINTAINER John Dilts <john.dilts@enstratius.com>
RUN apt-get update && apt-get install -y wget openssl
RUN useradd -d /home/sensu -m -s /bin/bash sensu
RUN echo sensu:sensu | chpasswd
ADD sensu_ca sensu_ca
ADD ssl_certs.sh /tmp/
RUN /tmp/ssl_certs.sh generate
ADD install-sensu.sh /tmp/
RUN /tmp/... | null |
2304 | 7e94189646592fad30f54e1c5eb74b4d7758eaa9 | - fix exposed ports | - fix exposed ports
| FROM mediawiki:stable
# ope-wsl - Offline version of Washington State Library resource wiki
# Build with docker build -t ope-wsl .
#INSTRUCTIONS
# Build the container and run it with the docker-compose command
# Sync offline copies of website content into volume
# To copy to offline server use the setup tool
MAINT... | null | null |
98 | 5c68019cf7fcc81ffc229c0a042f859ba8c54322 | Bumped source to 20200417-f67c30b | Bumped source to 20200417-f67c30b
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20200417-4ab5ac2
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:20200417-f67c30b
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
358 | 64eb10aa3ec4bf566cf446277d1b0a5c530e4a9f | Bumped source to 20210717-656a897 | Bumped source to 20210717-656a897
| FROM docker.pkg.github.com/dock0/service/service:20210717-dcfe22d
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:20210717-656a897
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 |
298 | bd89aebe29cfad5d234b1d8c15fec73f25037089 | add hadoop-base dockerfile | add hadoop-base dockerfile
| FROM lsw1991abc/sshd:0.1
LABEL maintainer="lsw1991abc@gmail.com"
USER root
ARG DISTRO_NAME=hadoop-2.7.4
# COPY $DISTRO_NAME.tar.gz /opt/
RUN wget -o /opt/$DISTRO_NAME.tar.gz http://apache.fayea.com/hadoop/common/$DISTRO_NAME/$DISTRO_NAME.tar.gz
RUN tar -xzf /opt/$DISTRO_NAME.tar.gz -C /opt/ && rm /opt/$DISTRO_NAME.... | FROM lsw1991abc/sshd:0.1
LABEL maintainer="lsw1991abc@gmail.com"
USER root
ARG DISTRO_NAME=hadoop-2.7.4
# COPY $DISTRO_NAME.tar.gz /opt/
RUN wget -P /opt/ http://apache.fayea.com/hadoop/common/$DISTRO_NAME/$DISTRO_NAME.tar.gz
RUN tar -xzf /opt/$DISTRO_NAME.tar.gz -C /opt/ && rm /opt/$DISTRO_NAME.tar.gz && chown -R ... | null |
240 | ba196ce7d271ef5d936156d5115617d037fa6034 | Couldn't do a docker build so changed from 16:04 to latest then it worked. Also now running update and install together with && as suggested by docker best practice. | Couldn't do a docker build so changed from 16:04 to latest then it worked. Also now running update and install together with && as suggested by docker best practice.
| ############################################################
# Dockerfile to build 16S rRNA diversity analysis
# Based on Ubuntu 16.04
############################################################
# Set the base image to Ubuntu
FROM ubuntu:16.04
# File Author / Maintainer
MAINTAINER Long Yee "long@sanbi.ac.za"
# Upda... | ############################################################
# Dockerfile to build 16S rRNA diversity analysis
############################################################
# Set the base image to Ubuntu
FROM ubuntu:latest
# File Author / Maintainer
MAINTAINER Long Yee "long@sanbi.ac.za"
WORKDIR /root
##############... | null |
2156 | 6b6745df3012cdd34794f859f921a01a16acced1 | Add missing php modules | Add missing php modules
| FROM ubuntu
MAINTAINER Samir L. Boulema <sboulema@gmail.com>
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
nginx supervisor php7.0-fpm php7.0-cli php7.0-curl php7.0-gd php7.0-json \
php7.0-pgsql php7.0-mysql php7.0-mcrypt && apt-get clean && rm -rf /var/lib/apt/lists/* && mkdir -p /var/... | null | null |
2266 | 4f308b5c61886221ecdfae0eb072a216eca36512 | Add PuDB to Dockerfile | Add PuDB to Dockerfile
| FROM ubuntu:14.04
MAINTAINER HelloLily
RUN apt-get update
RUN apt-get install -y \
python2.7-dev \
python-pip \
postgresql \
postgresql-server-dev-9.3 \
libxml2-dev \
libxslt1-dev \
libncurses5-dev \
rsync
RUN useradd docker
RUN echo "ALL ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers
WOR... | null | null |
103 | 1adf6734d4631d78f9cc59b83cfbca8c7a2079cf | update 0.13.6 | update 0.13.6
| FROM alpine:edge
MAINTAINER Sven Walter <sven@wltr.eu>
ARG SYNCTHING_VERSION=0.13.5
ENV SYNCTHING_DATA=/data
ENV SYNCTHING_HOME=/syncthing
ADD resources/syncthing.sh /syncthing/syncthing.sh
RUN set -x \
&& apk add --no-cache bash \
&& apk add --no-cache \
--repository http://dl-3.alpinelinux.org/alpine/edge/testi... | FROM alpine:edge
MAINTAINER Sven Walter <sven@wltr.eu>
ARG SYNCTHING_VERSION=0.13.6
ENV SYNCTHING_DATA=/data
ENV SYNCTHING_HOME=/syncthing
ADD resources/syncthing.sh /syncthing/syncthing.sh
RUN set -x \
&& apk add --no-cache bash \
&& apk add --no-cache \
--repository http://dl-3.alpinelinux.org/alpine/edge/testi... | null |
30 | e13800e616dd398d8cf10cdbcd36a2a03693638a | Fix spruce link in dockerimage | Fix spruce link in dockerimage
Signed-off-by: Alan Moran <c0e0381e40435974913b100e98533438ffac68dd@allstate.com>
| FROM ruby:2.3.0
ENV GEM_NAME ops_manager_cli
ENV GEM_VERSION 0.7.3
ENV OVFTOOL_VERSION 4.1.0-2459827
ENV OVFTOOL_INSTALLER VMware-ovftool-${OVFTOOL_VERSION}-lin.x86_64.bundle
ARG DOWNLOAD_URL
# ================== Installs OVF tools ==============
RUN echo $DOWNLOAD_URL
RUN wget -v ${DOWNLOAD_URL} \
&& sh ${OVFTOOL_... | FROM ruby:2.3.0
ENV GEM_NAME ops_manager_cli
ENV GEM_VERSION 0.7.3
ENV OVFTOOL_VERSION 4.1.0-2459827
ENV OVFTOOL_INSTALLER VMware-ovftool-${OVFTOOL_VERSION}-lin.x86_64.bundle
ARG DOWNLOAD_URL
# ================== Installs OVF tools ==============
RUN echo $DOWNLOAD_URL
RUN wget -v ${DOWNLOAD_URL} \
&& sh ${OVFTOOL_... | null |
2270 | b0b69e2e36af82ad5234dbb340f4f21e50a53d6a | Bumped source to 20201008-85330e8 | Bumped source to 20201008-85330e8
| FROM docker.pkg.github.com/dock0/arch/arch:20201008-e506932
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm \
strace tcpdump openbsd-netcat socat htop \
nmap dnsutils net-tools iputils openssh \
screen tmux man-db lsof psmisc git tree \
vim-minimal inetutils
| null | null |
350 | 2437e6c3f71f4e7751c83c6f1a4ecbd546b49146 | Bumped source to 20200807-07fff0c | Bumped source to 20200807-07fff0c
| FROM docker.pkg.github.com/dock0/service/service:20200807-3737d6c
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:20200807-07fff0c
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 |
265 | cfae32db3d3499b39c92aeced2b18a3a22bfbf35 | Update nodejs to 10.x for ubuntu18.04 ci/cd | Update nodejs to 10.x for ubuntu18.04 ci/cd
Signed-off-by: Sergey Minaev <322af3f2df10918c6ef5280f56be0b711278b1ae@dsr-corporation.com> | FROM ubuntu:18.04
ARG uid=1000
RUN apt-get update && \
apt-get install -y \
pkg-config \
libssl-dev \
curl \
libsqlite3-dev \
cmake \
python3-pip \
debhelper \
devscripts \
libncursesw5-dev \
libzmq3-dev \
libsodium-dev
RUN pip3 install -U \
pip \... | FROM ubuntu:18.04
ARG uid=1000
RUN apt-get update && \
apt-get install -y \
pkg-config \
libssl-dev \
curl \
libsqlite3-dev \
cmake \
python3-pip \
debhelper \
devscripts \
libncursesw5-dev \
libzmq3-dev \
libsodium-dev
RUN pip3 install -U \
pip \... | null |
193 | d1312bdddc4e770fda8a7a778c8b8bbb55bfa1b6 | Update Dockerfile | Update Dockerfile | # A docker file to run php-fpm server behind nginx or other frontend
FROM alpine:edge
MAINTAINER Antoine GIRARD <antoine.girard@sapk.fr>
#UID et GID can be set at run time to change in relation with the host
ENV BASEDIR="/var/www",UID="33",GID="33"
#Install php and deps (+ add testing repo)
RUN echo "http://dl-cdn... | # A docker file to run php-fpm server behind nginx or other frontend
FROM alpine:edge
MAINTAINER Antoine GIRARD <antoine.girard@sapk.fr>
#UID et GID can be set at run time to change in relation with the host
ENV BASEDIR="/var/www",UID="33",GID="33"
#Install php and deps (+ add testing repo)
RUN echo "http://dl-cdn... | null |
29 | 145e3df7ad60da248b9855786b9c579143639b48 | Bumped source to 20200216-be2fa16 | Bumped source to 20200216-be2fa16
| FROM docker.pkg.github.com/dock0/arch/arch:20200216-f890194
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:20200216-be2fa16
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 |
269 | aa76cf845b82d40a5e1622f2bfe74956263cba65 | Added copying of artifacts folder with CRDs | Added copying of artifacts folder with CRDs
This will allow us to remove redundant code in https://github.com/grafeas/kritis/blob/master/helm-hooks/preinstall/crd.go that redefines the CRDs. | # Copyright 2018 Google, Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ... | # Copyright 2018 Google, Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ... | null |
216 | 3477297f1be0d05a99375e19562f11076d7b521e | Add php5-gd | Add php5-gd
| FROM debian:jessie
MAINTAINER andre487 "andrey.prokopyuk@gmail.com"
RUN apt-get update \
&& apt-get install -y apache2 libapache2-mod-php5 php5-mysql \
&& apt-get clean \
&& ls /etc/apache2/sites-enabled | xargs -I % rm /etc/apache2/sites-enabled/% \
&& ln -s /etc/apache2/mods-available/rewrite.load /... | FROM debian:jessie
MAINTAINER andre487 "andrey.prokopyuk@gmail.com"
RUN apt-get update \
&& apt-get install -y apache2 libapache2-mod-php5 php5-mysql php5-gd \
&& apt-get clean \
&& ls /etc/apache2/sites-enabled | xargs -I % rm /etc/apache2/sites-enabled/% \
&& ln -s /etc/apache2/mods-available/rewrit... | null |
327 | 8c03fd358e7778f53f2c1dbf799375d8f910648f | Bumped source to 20200825-f08d0e6 | Bumped source to 20200825-f08d0e6
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20200825-abacbe0
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:20200825-f08d0e6
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
2299 | 0f0733251e9fbd5f036fc9ad0fd44dcd0d1d5a00 | Bumped source to 20201008-5d66ffe | Bumped source to 20201008-5d66ffe
| FROM docker.pkg.github.com/dock0/service/service:20201008-308ecf2
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed openssh
ENV ADMIN akerl
ENV KEY_URL https://id-ed25519.pub/groups/default.txt
RUN useradd -d /var/lib/ssh -M ssh_key_sync
RUN mkdir -m=0700 /var/lib/ssh && chown ssh_key_sync /var/lib... | null | null |
86 | 95713ddc77c8a343930418f86ec8f2c4a3b65474 | update dockerfile | update dockerfile
| FROM node:7.10
MAINTAINER brook.shi iwxiaot@gmail.com
RUN apt-get update
# code folder
RUN mkdir -p /usr/src
WORKDIR /usr/src
RUN git clone -b release https://github.com/brookshi/Hitchhiker.git
WORKDIR /usr/src/Hitchhiker
# npm install -g
RUN npm install -g pm2 yarn gulp-cli typescript@2.3.3
RUN npm install gulp -D... | FROM node:7.10
MAINTAINER brook.shi iwxiaot@gmail.com
RUN apt-get update
# code folder
RUN mkdir -p /usr/src
WORKDIR /usr/src
RUN git clone -b release https://github.com/brookshi/Hitchhiker.git
WORKDIR /usr/src/Hitchhiker
# npm install -g
RUN npm install -g pm2 yarn gulp-cli typescript@2.3.3
RUN npm install gulp -D... | null |
2256 | 39de6e828d6aa195557a2f9f3f242c8065d3eaec | Bumped source to 20200805-7f8d536 | Bumped source to 20200805-7f8d536
| FROM docker.pkg.github.com/dock0/arch/arch:20200805-2a47823
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --needed --noconfirm base-devel musl vim-minimal tree openssh
ENV EDITOR vim
WORKDIR /opt/build
CMD ["make", "local"]
| null | null |
2084 | ac4c11f18217213eed8ac502a7a57740ebda5a93 | Bumped source to 20220926-e20f1bd | Bumped source to 20220926-e20f1bd
| FROM ghcr.io/dock0/arch:20220926-87d3d9c
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 | null |
2091 | 06148bd09222645c2996f50094d76aeeb9ed4556 | Update to 0.6.1 | Update to 0.6.1
| FROM debian:jessie
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
&& rm -rf /var/lib/apt/lists/*
ENV JULIA_PATH /usr/local/julia
# https://julialang.org/juliareleases.asc
# Julia (Binary signing key) <buildbot@julialang.org>
ENV JULIA_GPG 3673DF529D9049477F76B37566E3C7D... | null | null |
2316 | 960731d2310ae977774a63341511d364cffded44 | Add webroot to the Docker image | Add webroot to the Docker image
| FROM alpine
ADD ./sitemapper /
RUN apk update
RUN apk add ca-certificates
RUN rm -rf /var/cache/apk/*
ENTRYPOINT ["/sitemapper"]
| null | null |
112 | d10ebf249255af19aa93272bb149d6f69ff21d24 | Bumped source to 20210106-4b14d9b | Bumped source to 20210106-4b14d9b
| FROM docker.pkg.github.com/dock0/arch/arch:20210106-4a182dc
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:20210106-4b14d9b
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 |
16 | 8450ae8697e2dff4f659c4859d2f01e05e9c07ef | fix(docker): remove hydrogen user | fix(docker): remove hydrogen user
| # Lightweight (45MB) and Happy Home on debian.
# More tags: //hub.docker.com/_/debian/
FROM debian:stretch
# What am I? Who will I become?
ARG USERNAME=hydrogen
ENV HOME=/home/$USERNAME
# Invincibility Boost.
RUN echo 'APT::Get::Assume-Yes "true";' >> /etc/apt/apt.conf \
&& apt-get update \
&& apt-get ins... | # Lightweight (45MB) and Happy Home on debian.
# More tags: //hub.docker.com/_/debian/
FROM debian:stretch
# The docker user seems like a good choice here
ARG USERNAME=docker
ENV HOME=/home/$USERNAME
# Invincibility Boost.
RUN echo 'APT::Get::Assume-Yes "true";' >> /etc/apt/apt.conf \
&& apt-get update \
... | null |
22 | 0501ba0e69271e2da3043bfc146e71454c3c271b | Bumped source to 20200525-e38fbcf | Bumped source to 20200525-e38fbcf
| FROM docker.pkg.github.com/dock0/service/service:20200525-d6f80e4
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:20200525-e38fbcf
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 |
413 | 6210e825a70b85ab48c07d699231cd995204b445 | Upgrade the container to F23 | Upgrade the container to F23
- use dnf
- add missing package
| FROM fedora:22
MAINTAINER jberkus@redhat.com
WORKDIR /tmp
RUN yum install -y tar libcurl-devel zlib-devel patch rubygem-bundler ruby-devel git make gcc gcc-c++ && yum clean all
ADD config.rb /tmp/config.rb
#ADD data /tmp/data
ADD Gemfile /tmp/Gemfile
ADD Gemfile.lock /tmp/Gemfile.lock
ADD lib /tmp/lib
#ADD source /tm... | FROM fedora:23
MAINTAINER jberkus@redhat.com
WORKDIR /tmp
RUN dnf install -y tar libcurl-devel zlib-devel patch rubygem-bundler ruby-devel git make gcc gcc-c++ redhat-rpm-config && dnf clean all
ADD config.rb /tmp/config.rb
#ADD data /tmp/data
ADD Gemfile /tmp/Gemfile
ADD Gemfile.lock /tmp/Gemfile.lock
ADD lib /tmp/l... | null |
2302 | bd803405dc09ef77e2a6ddd571c7d4ccaa8909ef | dockerhub debugging | dockerhub debugging
| # Docker file inspired by
## https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/sid/curl/Dockerfile
## https://github.com/jenkinsci/docker
## https://github.com/docker-library/java/blob/b4a3c296023e590e410f645ab83d3c11a30cf535/openjdk-8-jdk/Dockerfile
## https://github.com/z... | null | null |
2206 | ddde3d570a242f9dacce38df1c2a456bd9b871d5 | Fix build -- take 2 | Fix build -- take 2
| FROM delitescere/jdk:8
MAINTAINER Chris Phillipson <fastnsilver@gmail.com>
ENV MAVEN_VERSION="3.3.9" \
M2_HOME=/usr/lib/mvn
RUN apk add --update wget && \
cd /tmp && \
wget "http://ftp.unicamp.br/pub/apache/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz" && \
tar -zxvf "apache... | null | null |
88 | a59687b3c276eb7972fc3a71539770760894da10 | x264: update to snapshot-20160114-2245-stable | x264: update to snapshot-20160114-2245-stable
| FROM sameersbn/ubuntu:14.04.20160115
MAINTAINER sameer@damagehead.com
ENV FFMPEG_VERSION=2.8.3 \
X264_VERSION=snapshot-20151212-2245-stable
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y bzip2 libgnutlsxx27 libogg0 libjpeg8 libpng12-0 \
libvpx1 libtheora0 libxvidcore4 libmpeg2-4 ... | FROM sameersbn/ubuntu:14.04.20160115
MAINTAINER sameer@damagehead.com
ENV FFMPEG_VERSION=2.8.3 \
X264_VERSION=snapshot-20160114-2245-stable
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y bzip2 libgnutlsxx27 libogg0 libjpeg8 libpng12-0 \
libvpx1 libtheora0 libxvidcore4 libmpeg2-4 ... | null |
375 | 82def769619cac9870bb28f7b6d41449f9f7c4b6 | Bumped source to 20210129-d252f6a | Bumped source to 20210129-d252f6a
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20210129-1bd3a7a
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:20210129-d252f6a
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
2205 | 81874bb6dfc045623caac4fef871395a2634e26e | add more deps | add more deps
Signed-off-by: Jess Frazelle <e0d1a862d8f31af605ecef8c92857b8938ba622e@microsoft.com>
| FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive
RUN dpkg --add-architecture i386 \
&& apt-get update && apt-get install -y \
automake \
bc \
binutils-dev \
bison \
bsdtar \
build-essential \
bzip2 \
ca-certificates \
cpio \
fakeroot \
flex \
gawk \
gcc \
git \
... | null | null |
311 | 562c8c3d9a1dc8ddf4107a465771a6daf0451b7a | resolved merge conflict | resolved merge conflict
| FROM kaggle/python3:latest
# Scikit-Learn nightly build
RUN cd /usr/local/src && git clone https://github.com/scikit-learn/scikit-learn.git && \
cd scikit-learn && python setup.py build && python setup.py install && \
# HDF5 support
conda install h5py && \
# https://github.com/biopython/biopython
... | FROM kaggle/python3:latest
# Scikit-Learn nightly build
RUN cd /usr/local/src && git clone https://github.com/scikit-learn/scikit-learn.git && \
cd scikit-learn && python setup.py build && python setup.py install && \
# HDF5 support
conda install h5py && \
# https://github.com/biopython/biopython
... | null |
45 | f6dab76616eb035ed522e1157c38c1187c0917a9 | tasks: Add python styling packages to test cockpit-project/bots | tasks: Add python styling packages to test cockpit-project/bots
Closes #293 | FROM fedora:30
LABEL maintainer='cockpit-devel@lists.fedorahosted.org'
RUN dnf -y update && \
dnf -y install \
'dnf-command(builddep)' \
american-fuzzy-lop \
chromium-headless \
curl \
expect \
gcc \
gcc-c++ \
git \
gnupg \
jq \
... | FROM fedora:30
LABEL maintainer='cockpit-devel@lists.fedorahosted.org'
RUN dnf -y update && \
dnf -y install \
'dnf-command(builddep)' \
american-fuzzy-lop \
chromium-headless \
curl \
expect \
gcc \
gcc-c++ \
git \
gnupg \
jq \
... | null |
217 | 19ec9dd49b5c06b2fe82ace3a03fe4ab5a7e8860 | version 1.64 | version 1.64
| FROM jarischaefer/baseimage-librenms:2.9
ENVLIBRENMS_VERSION=1.63 \
LIBRENMS_WEATHERMAP_VERSION=2b9e0f2e7df80b1e5eb75a1470bc657325cbb381 \
TZ=UTC \
RRDCACHED_LISTEN=unix:/var/run/rrdcached/rrdcached.sock \
RRDCACHED_CONNECT=unix:/var/run/rrdcached/rrdcached.sock \
SNMP_SCAN_CRON="0 0 * * *" \
WEATHERMAP_CRON="*/5 * * ... | FROM jarischaefer/baseimage-librenms:2.9
ENVLIBRENMS_VERSION=1.64 \
LIBRENMS_WEATHERMAP_VERSION=2b9e0f2e7df80b1e5eb75a1470bc657325cbb381 \
TZ=UTC \
RRDCACHED_LISTEN=unix:/var/run/rrdcached/rrdcached.sock \
RRDCACHED_CONNECT=unix:/var/run/rrdcached/rrdcached.sock \
SNMP_SCAN_CRON="0 0 * * *" \
WEATHERMAP_CRON="*/5 * * ... | null |
2250 | c529594e6c3f5e7a8e75cc1552eeba17e81b4513 | :arrow_up: Bump golang from 1.18.5 to 1.19.0 | :arrow_up: Bump golang from 1.18.5 to 1.19.0
Bumps golang from 1.18.5 to 1.19.0.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@github.com> | FROM alpine:3.16.1 as alpinejq
ARG JETBRAINS_USERNAME
ARG JETBRAINS_PASSWORD
RUN apk add --no-cache jq
FROM alpinejq as startupTest
ARG JETBRAINS_USERNAME
ARG JETBRAINS_PASSWORD
ENV USER_HOME /home/jetbrains
ADD entrypoint.sh entrypoint_test.sh ${USER_HOME}/
ADD mock.sh ${USER_HOME}/license-server/bin/license-server.s... | null | null |
243 | f23460ee71380d44911228c038cd1bcef8b14d7f | Updates the Docker image with latest dependencies | Updates the Docker image with latest dependencies
| ################################################################################
# Dockerfile to setup a CentOS / Fedora type docker image, suitable
# for building ATS, perhaps as part of a Jenkins CI. Note that some
# of the features in here are specific to the official ATS Jenkins
# setup, see comment below.
#
# ... | ################################################################################
# Dockerfile to setup a CentOS / Fedora type docker image, suitable
# for building ATS, perhaps as part of a Jenkins CI. Note that some
# of the features in here are specific to the official ATS Jenkins
# setup, see comment below.
#
# ... | null |
136 | 5a21ec18aa6168444b49d0fb2f686a36c7e5a66e | Bumped source to 20200826-77c1c6d | Bumped source to 20200826-77c1c6d
| FROM docker.pkg.github.com/dock0/arch/arch:20200826-6a7a1a2
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:20200826-77c1c6d
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 |
28 | 8f2a4a9f93a5d936dc0228b8a4030d0ec1f42799 | Bumped source to 20200522-1035b1c | Bumped source to 20200522-1035b1c
| FROM docker.pkg.github.com/dock0/service/service:20200522-cd8e717
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:20200522-1035b1c
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 |
2157 | f7b49720318ba40e9a5e8c567c0dda7e918ace83 | Update base image to Python 2.7, Alpine 3.11. | Update base image to Python 2.7, Alpine 3.11.
| FROM python:3.6-alpine3.7 as build
# -----------------------------------------------------------------------------
# This stage builds the build container.
# -----------------------------------------------------------------------------
# Install compiler toolchain and libraries.
RUN apk add --no-cache build-base libff... | null | null |
7 | 4dc7b0964c5e2b8ccd4aa39b9a53d568de7cded7 | Build avogadro2 for format conversion | Build avogadro2 for format conversion
| FROM girder/girder:latest-py3
# Enable proxy support
COPY ./devops/docker/girder/girder.local.conf /girder/girder/conf/girder.local.cfg
COPY . /materialsdatabank
RUN pip install -e /materialsdatabank
# Install materialdatabank plugin
RUN girder-install plugin /materialsdatabank/server/materialsdatabank
| FROM girder/girder:latest-py3
# Install cmake
RUN wget https://cmake.org/files/v3.10/cmake-3.10.0-rc2-Linux-x86_64.sh && \
chmod u+x cmake-3.10.0-rc2-Linux-x86_64.sh && \
mkdir /cmake && \
./cmake-3.10.0-rc2-Linux-x86_64.sh --skip-license --prefix=/cmake
# Build pybind11
RUN git clone https://github.com/pybind/... | null |
246 | 6c42df1a31b680572a4fa732706cd27e604b8865 | fix bug | fix bug
| FROM alpine:3.4
MAINTAINER takafumiotake<tikutaka.dev@gmail.com>
COPY runit_bootstrap /usr/sbin/runit_bootstrap
RUN RUNIT_VERSION="2.1.2" \
&& RUNIT_SHA1="398f7bf995acd58797c1d4a7bcd75cc1fc83aa66" \
&& apk add --no-cache --virtual .build-deps \
curl \
tar \
make \
gcc \
... | FROM alpine:3.4
MAINTAINER takafumiotake<tikutaka.dev@gmail.com>
COPY runit_bootstrap /usr/sbin/runit_bootstrap
RUN RUNIT_VERSION="2.1.2" \
&& RUNIT_SHA1="398f7bf995acd58797c1d4a7bcd75cc1fc83aa66" \
&& apk add --no-cache --virtual .build-deps \
curl \
tar \
make \
gcc \
... | null |
409 | 0f29520d072f713e014519c4694b39e4b646e9d7 | Bumped source to 20200428-d2f18ec | Bumped source to 20200428-d2f18ec
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200428-3e18547
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:20200428-d2f18ec
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 |
277 | 7660b16e606f959183e74db29605cfd080e23bac | added docker file | added docker file
| FROM debian
MAINTAINER ahiknsr
#Adding kali sources
RUN apt-get install wget -y --force-yes
RUN wget --no-check-certificate https://gist.githubusercontent.com/Ahiknsr/701f2896b642930ce2e8/raw/868e1e465e3f3498420db89e6eca1679537e2f57/dockerinitialsetup -O aptsetup.sh
RUN chmod +x aptsetup.sh; bash aptsetup.sh
#apt-get... | FROM debian
MAINTAINER ahiknsr
#Adding kali sources
RUN cat /etc/apt/sources.list
RUN apt-get install wget -y --force-yes
RUN wget --no-check-certificate https://gist.githubusercontent.com/Ahiknsr/701f2896b642930ce2e8/raw/868e1e465e3f3498420db89e6eca1679537e2f57/dockerinitialsetup -O aptsetup.sh
RUN chmod +x aptsetup... | null |
2214 | c6c5294a4d6451f0fa9be70d1873a696d76a23de | fix permission problem | fix permission problem
| FROM ubuntu:trusty
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y wget
RUN wget --no-check-certificate -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add -
RUN echo "deb http://swupdate.openvpn.net/apt trusty main" > /etc/apt/sources.list.d/swupdate.openvpn.net.list
RUN... | null | null |
2187 | 75fe704a4d9b9116de0351e902f7b86636eacad6 | Update npm in dockerfile | Update npm in dockerfile
| # Docker image for grasshopper-loader
# To build, run docker build --rm --tag=hmda/<image-name>:<tag-name> .
# To test, run ./docker-test.sh <image-name>:<tag-name> <cli args>
# To run, run ./docker-run <image-name>:<tag-name> <cli args>
FROM geodata/gdal:1.11.2
MAINTAINER Wyatt Pearsall <wyatt.pearsall@cfpb.gov>
USER... | null | null |
77 | 21eea9f5b818b80c32d3f8e479a512b984660576 | Bumped source to 20211210-cf565d4 | Bumped source to 20211210-cf565d4
| FROM docker.pkg.github.com/dock0/arch/arch:20211210-2747e13
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:20211210-cf565d4
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 |
2230 | cb15ae41dff8097699c583d5fed11c36634c17b2 | Update Dockerfile (apache-tomcat-7.0.72) | Update Dockerfile (apache-tomcat-7.0.72) | FROM quay.io/lizhongwen/oracle-jdk:1.8
MAINTAINER github.com/Official-Registry/oracle-jdk, lizhongwen1989@gmail.com
ENV TOMCAT_VERSION=8.0.37
ENV TOMCAT_HOME=/opt/app/apache-tomcat-${TOMCAT_VERSION}
ENV JAVA_DEBUG=false
ENV JVM_MIN_MEM=256
ENV JVM_MAX_MEM=1024
RUN apt-get install -y unzip \
&& curl --fail --locati... | null | null |
41 | d5ea4a75b67674d9571943bbf19a4f6105c54ea4 | fix(deps): update postgres docker tag to v13.4 | fix(deps): update postgres docker tag to v13.4
| FROM postgres:13.3
ENV POSTGRES_DB=hub
ENV POSTGRES_USER=stencila
| FROM postgres:13.4
ENV POSTGRES_DB=hub
ENV POSTGRES_USER=stencila
| null |
328 | 55283a685be3b1ac8caa13f5dba12ad55e5f3f9d | Upgrade dockerfile to 0.0.43 | Upgrade dockerfile to 0.0.43
| FROM flowdocker/play:0.0.37
ADD . /opt/play
WORKDIR /opt/play
RUN sbt clean stage
ENTRYPOINT ["java", "-jar", "/root/environment-provider.jar", "run", "play", "APP", "api/target/universal/stage/bin/APP-api"]
| FROM flowdocker/play:0.0.43
ADD . /opt/play
WORKDIR /opt/play
RUN sbt clean stage
ENTRYPOINT ["java", "-jar", "/root/environment-provider.jar", "run", "play", "APP", "api/target/universal/stage/bin/APP-api"]
| null |
102 | a2ea1af4c0d1ea87529f0f2c8c1aeb90437e8be8 | Update NPM for OS-Viewer | Update NPM for OS-Viewer
| FROM gliderlabs/alpine:latest
RUN apk add --update python
RUN apk add --update --virtual=build-dependencies ca-certificates build-base
RUN apk add git
RUN apk add nodejs
RUN git clone http://github.com/openspending/os-viewer.git app
RUN cd app && npm install
RUN cd app && node node_modules/gulp/bin/gulp.js
RUN apk del... | FROM gliderlabs/alpine:3.3
RUN apk add --update python
RUN apk add --update --virtual=build-dependencies ca-certificates build-base
RUN apk add git
RUN apk add nodejs
RUN git clone http://github.com/openspending/os-viewer.git app
RUN npm install npm -g
RUN npm --version
RUN cd app && npm install
RUN cd app && node nod... | null |
262 | null | null | null | null | null | maintenance/other |
2103 | null | null | null | null | null | maintenance/other |
374 | null | null | null | null | null | maintenance/other |
2310 | null | null | null | null | null | code refactoring |
2170 | null | null | null | null | null | feature addition |
2176 | null | null | null | null | null | maintenance/other |
44 | null | null | null | null | null | maintenance/other |
300 | null | null | null | null | null | feature addition |
69 | null | null | null | null | null | maintenance/other |
157 | null | null | null | null | null | feature addition |
2135 | null | null | null | null | null | maintenance/other |
342 | null | null | null | null | null | feature addition |
2325 | null | null | null | null | null | maintenance/other |
2284 | null | null | null | null | null | code refactoring, maintenance/other |
336 | null | null | null | null | null | Not enough inforamtion |
187 | null | null | null | null | null | maintenance/other |
2182 | null | null | null | null | null | maintenance/other |
393 | null | null | null | null | null | maintenance/other |
237 | null | null | null | null | null | maintenance/other |
2272 | null | null | null | null | null | maintenance/other |
227 | null | null | null | null | null | feature addition |
135 | null | null | null | null | null | code refactoring |
167 | null | null | null | null | null | maintenance/other |
141 | null | null | null | null | null | code refactoring |
224 | null | null | null | null | null | bug fix |
2253 | null | null | null | null | null | code refactoring |
195 | null | null | null | null | null | feature addition |
2132 | null | null | null | null | null | maintenance/other |
2063 | null | null | null | null | null | code refactoring |
188 | null | null | null | null | null | code refactoring |
2294 | null | null | null | null | null | maintenance/other |
2231 | null | null | null | null | null | bug fix |
2085 | null | null | null | null | null | maintenance/other |
2082 | null | null | null | null | null | maintenance/other |
19 | null | null | null | null | null | maintenance/other |
2092 | null | null | null | null | null | code refactoring |
111 | null | null | null | null | null | code refactoring |
59 | null | null | null | null | null | maintenance/other |
2257 | null | null | null | null | null | code refactoring |
2307 | null | null | null | null | null | maintenance/other |
154 | null | null | null | null | null | maintenance/other |
99 | null | null | null | null | null | bug fix |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.