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 |
|---|---|---|---|---|---|---|
2234 | 27c2dc317c3ce0f5b4eb02f8a4820afbddd2343f | Upgrade | Upgrade | null | null | null |
2317 | 129bf3a6958778ec7da4cb752eb7d2474a9a1074 | bump template | bump template
Should fix the issue with using default allowed groups in combination with the login service | FROM semtech/mu-ruby-template:2.11.0
MAINTAINER Erika Pauwels <erika.pauwels@gmail.com>
ENV MU_APPLICATION_SALT ''
ENV USERS_GRAPH 'http://mu.semte.ch/application'
ENV SESSIONS_GRAPH 'http://mu.semte.ch/application'
| null | null |
211 | 587c28716217c0655b0abb9a8e9b417d2e21967f | Bumped source to 20201008-5afda63 | Bumped source to 20201008-5afda63
| FROM docker.pkg.github.com/dock0/service/service:20201008-6d6c2be
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:20201008-5afda63
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 |
321 | 14cad570ad73905ba73be83fbcaa548b511f2e1d | change ADD to COPY | change ADD to COPY
| FROM python:3.8-slim as app
ENV PYTHONUNBUFFERED 1
RUN pip install --upgrade pipenv gunicorn
WORKDIR /app
COPY Pipfile /app/
RUN pipenv lock
RUN pipenv install --deploy --system
ADD manage.py /app/
ADD api /app/api
ADD babybuddy /app/babybuddy
ADD core /app/core
ADD dashboard /app/dashboard
ADD locale /app/locale
ADD r... | FROM python:3.8-slim as app
ENV PYTHONUNBUFFERED 1
RUN pip install --upgrade pipenv gunicorn
WORKDIR /app
COPY Pipfile /app/
RUN pipenv lock
RUN pipenv install --deploy --system
COPY manage.py /app/
COPY api /app/api
COPY babybuddy /app/babybuddy
COPY core /app/core
COPY dashboard /app/dashboard
COPY locale /app/locale... | null |
139 | 08d7719eb074c3d393a33306e645bb01b2b234c1 | Bumped source to 20200730-62b8ab8 | Bumped source to 20200730-62b8ab8
| FROM docker.pkg.github.com/dock0/arch/arch:20200730-cec5f17
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:20200730-62b8ab8
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 |
249 | f849f6690811669d05e64ab623598d788ee39b9f | Add debugging information to Dockerfile | Add debugging information to Dockerfile
| FROM golang:1.9
MAINTAINER The Stripe Observability Team <support@stripe.com>
RUN mkdir -p /build
ENV GOPATH=/go
RUN apt-get update
RUN apt-get install -y zip
RUN go get -u -v github.com/ChimeraCoder/gojson/gojson
RUN go get -u -v github.com/golang/protobuf/protoc-gen-go
RUN go get -u -v github.com/gogo/protobuf/proto... | FROM golang:1.9
MAINTAINER The Stripe Observability Team <support@stripe.com>
RUN mkdir -p /build
ENV GOPATH=/go
RUN apt-get update
RUN apt-get install -y zip
RUN go get -u -v github.com/ChimeraCoder/gojson/gojson
RUN go get -u -v github.com/golang/protobuf/protoc-gen-go
RUN go get -u -v github.com/gogo/protobuf/proto... | null |
293 | 77e838bdbfe70624a878d63d207e0c5e7744c2f7 | Bumped source to 20200218-0cb8337 | Bumped source to 20200218-0cb8337
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20200218-b41fa16
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:20200218-0cb8337
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
171 | 03313769a60a57650d6f037deea10dab730372af | Bumped source to 20200214-c47b88c | Bumped source to 20200214-c47b88c
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20200214-54a8d1a
MAINTAINER akerl <me@lesaker.org>
RUN yes | pacman -Syu --force --needed --nodeps \
curl-amylum \
gmp-amylum \
gnupg-amylum \
gpgme-amylum \
krb5-amylum \
libarchive-amylum \
libassuan-amylum \
libgcrypt-amylum \
... | FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20200214-c47b88c
MAINTAINER akerl <me@lesaker.org>
RUN yes | pacman -Syu --force --needed --nodeps \
curl-amylum \
gmp-amylum \
gnupg-amylum \
gpgme-amylum \
krb5-amylum \
libarchive-amylum \
libassuan-amylum \
libgcrypt-amylum \
... | null |
2263 | 876fe93570b4e03df76f102b028223c4839e5b0d | Bumped source to 20210905-c1ef314 | Bumped source to 20210905-c1ef314
| FROM docker.pkg.github.com/dock0/arch/arch:20210905-f4f3473
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 |
2292 | c5408b9b7636958d1156f1939e4079ad683b98df | Fix permissions of `app/cache` dir | Fix permissions of `app/cache` dir
| FROM debian:wheezy
MAINTAINER William Durand <william.durand1@gmail.com>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -y
RUN apt-get install -y nginx php5-fpm php5-sqlite php5-cli supervisor curl git-core
# Install composer
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/... | null | null |
198 | 10bcb6184ca7779766289104193bb5f567c648e5 | Bumped source to 20211221-3af6661 | Bumped source to 20211221-3af6661
| FROM docker.pkg.github.com/dock0/arch/arch:20211221-b0cfb87
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:20211221-3af6661
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 |
134 | ea78adaf6321fce0ddd63f388b49801a4426a881 | Bumped source to 20210803-f1e279c | Bumped source to 20210803-f1e279c
| FROM docker.pkg.github.com/dock0/service/service:20210803-2386ccc
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:20210803-f1e279c
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 |
2258 | cf90b840d3ac7eecee1bdf570aad657b5d939c6c | Bumped source to 20201115-1030562 | Bumped source to 20201115-1030562
| FROM docker.pkg.github.com/dock0/arch/arch:20201115-2d39c60
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 |
2199 | 92ff18294d65e48487242b325db2986bed8fdc7f | Updated to 10.1.3-ce.0 | Updated to 10.1.3-ce.0
| FROM gitlab/gitlab-ce:10.1.2-ce.0
RUN \
apt-get update && \
apt-get install cron && \
apt-get clean all
ENV BACKUP_TIME="0 12 * * *"
COPY container-files /
| null | null |
2264 | ab4e14c8f6445ec4d856134d9bbda3387a8a288f | Upgrade node and npm versions in docker image | Upgrade node and npm versions in docker image
Change-Id: I0005623ee10b643bd639a8b674cc1522591f276c
| FROM ubuntu
# Author / Maintainer
MAINTAINER Silkroad Team <support-silkroad@bq.com>
# Update repository
RUN apt-get update
# Install dependencies
RUN apt-get -y install curl
RUN curl -sL https://deb.nodesource.com/setup | sudo bash -
# Install nodejs
RUN apt-get -y install nodejs git git-core
# Copy app source
... | null | null |
2197 | a0056b1a88014533e8addc6021e106e2877aa1f8 | should fix build inconsistencies for razor | should fix build inconsistencies for razor
| FROM docker.io/debian:buster-slim
ARG VCS_VER
ARG VCS_REF
ARG DEBIAN_FRONTEND=noninteractive
LABEL org.opencontainers.image.version=${VCS_VER}
LABEL org.opencontainers.image.revision=${VCS_REF}
LABEL org.opencontainers.image.title="docker-mailserver"
LABEL org.opencontainers.image.vendor="The Docker Mailserver Organi... | null | null |
163 | e7850bbe2a7e471c9a7664a31aeba7432e3d9d70 | Bumped source to 20201019-6f8e9bb | Bumped source to 20201019-6f8e9bb
| FROM docker.pkg.github.com/dock0/arch/arch:20201019-9fe28a5
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:20201019-6f8e9bb
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 |
252 | 9843cf6f186dc0c342269592856ac7a117ceb32d | Bumped source to 20200814-ee66659 | Bumped source to 20200814-ee66659
| FROM docker.pkg.github.com/dock0/arch/arch:20200814-af58a04
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:20200814-ee66659
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 |
131 | a30de46c33d7bb1fbfaacfa3884cf037941ff9e7 | Bumped source to 20201122-db9c881 | Bumped source to 20201122-db9c881
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20201122-4168b6f
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:20201122-db9c881
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
397 | 78192e9fac3e99bd6b07a745d8b13e428c0d8426 | Update to 2.2.16 | Update to 2.2.16
| FROM node:argon
MAINTAINER Raul Rodriguez <raul@raulr.net>
ENV PARSE_SERVER_VERSION 2.2.15
RUN npm install -g parse-server@${PARSE_SERVER_VERSION}
COPY docker-entrypoint.sh /entrypoint.sh
EXPOSE 1337
ENTRYPOINT ["/entrypoint.sh"]
CMD ["parse-server"] | FROM node:argon
MAINTAINER Raul Rodriguez <raul@raulr.net>
ENV PARSE_SERVER_VERSION 2.2.16
RUN npm install -g parse-server@${PARSE_SERVER_VERSION}
COPY docker-entrypoint.sh /entrypoint.sh
EXPOSE 1337
ENTRYPOINT ["/entrypoint.sh"]
CMD ["parse-server"] | null |
123 | 9a8cef0db85ff70e35a2354bb39ba41178a47853 | Bumped source to 20200319-cc2850c | Bumped source to 20200319-cc2850c
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20200319-f5d16c2
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:20200319-cc2850c
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
335 | 59a844bde9a7d99d1ae90dc83f85325e562b81bd | added test data | added test data
| FROM kbase/kbase:sdkbase.latest
MAINTAINER Dylan Chivian
# -----------------------------------------
# Insert apt-get instructions here to install
# any required dependencies for your module.
# Update Transform (should go away eventually)
RUN \
. /kb/dev_container/user-env.sh && \
cd /kb/dev_container/modules &... | FROM kbase/kbase:sdkbase.latest
MAINTAINER Dylan Chivian
# -----------------------------------------
# Insert apt-get instructions here to install
# any required dependencies for your module.
# Update Transform (should go away eventually)
RUN \
. /kb/dev_container/user-env.sh && \
cd /kb/dev_container/modules &... | null |
2282 | 83d6f7cb75d1bedcb34ed9f32027930f62a433d0 | Bumped source to 20201129-a325984 | Bumped source to 20201129-a325984
| FROM docker.pkg.github.com/dock0/ssh/ssh:20201129-4565f3d
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null | null |
2265 | eac773c1d3a14d52159d01f35e4861e042038cfd | Bumped source to 20211013-1e1930d | Bumped source to 20211013-1e1930d
| FROM docker.pkg.github.com/dock0/arch/arch:20211013-301a6d1
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 |
183 | 606e10b0fdeec3678306a00214d4fc03346cf783 | Bumped source to 20210824-cfcafd0 | Bumped source to 20210824-cfcafd0
| FROM docker.pkg.github.com/dock0/arch/arch:20210824-7560e8d
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:20210824-cfcafd0
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 |
2184 | f42f00fac59648b10633dcdf40f8869f9af53f60 | Bumped source to 20200704-ce3cbba | Bumped source to 20200704-ce3cbba
| FROM docker.pkg.github.com/dock0/service/service:20200704-d2525e2
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 |
2320 | b7b6b95e1d8aef3d92cf01d97ed1c8bf1def8d93 | Added DEBIAN_FRONTEND=noninteractive before apt-get commands | Added DEBIAN_FRONTEND=noninteractive before apt-get commands | FROM ubuntu
MAINTAINER Justin Plock <justin.plock@ge.com>
RUN sed 's/main$/main universe/' -i /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/snowizard/snowizard.jar http://repo.ma... | null | null |
289 | 424572a3e6180208a721fc38fe3161e64e519f95 | Bumped source to 20210109-3d48068 | Bumped source to 20210109-3d48068
| FROM docker.pkg.github.com/dock0/arch/arch:20210109-5485830
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:20210109-3d48068
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 |
2077 | 9a1b94a5ca828f79b93db5605a0ee4832344e61c | Update Dockerfile for nightly build 1.6.2-nightly-a633d766d1763f4f4648e423c4e8a8635b183d03 | Update Dockerfile for nightly build 1.6.2-nightly-a633d766d1763f4f4648e423c4e8a8635b183d03 | # latest possible stable go for bootstrapping new go (or just ":latest")
FROM golang:latest
# SHA of commit to build
ENV GOLANG_BUILD_SHA b64c7fc6832902acb8eebc67c887d2ef9114f644
# Last stable version prior this commit
ENV GOLANG_BASE_VERSION 1.6.2
ENV GOLANG_BUILD_VERSION $GOLANG_BASE_VERSION-nightly-$GOLANG_BUIL... | null | null |
341 | 3fea5aec737b37c576a1d2ab328e3503c037b60d | Bumped source to 20200911-934b1c5 | Bumped source to 20200911-934b1c5
| FROM docker.pkg.github.com/dock0/arch/arch:20200911-9cb9cec
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:20200911-934b1c5
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 |
2194 | 1a394a2b912aba655014a38a8fc384975c66d395 | bypass '/dev/tty' gpg bug | bypass '/dev/tty' gpg bug
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913614
| # Use an official Python runtime as a parent image
FROM python:3.7-slim-stretch
# add our user and group first to make sure their IDs get assigned consistently
RUN groupadd -r zeus && useradd -r -m -g zeus zeus
ENV NVM_DIR /usr/local/nvm
ENV NODE_ENV production
ENV PYTHONUNBUFFERED 1
# Sane defaults for pip
ENV PIP... | null | null |
2226 | 86f2da0f15af77c5922bfa652a35a160b64eee54 | Bumped source to 20200906-d943f6a | Bumped source to 20200906-d943f6a
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20200906-52d850a
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null | null |
307 | d66233e2a0aecb6e80a4f802b0dc6a5cd2fa9041 | fix: change to static base container (#791) | fix: change to static base container (#791)
In addition, this commits ensures we compile a static binary by
disabling CGO.
Fix #762. | # Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | # Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | null |
54 | 4bc9702a755389ec9ed253aea8c8403b565c587a | chore(dockerfile): Add aws cli to container build (#1099) | chore(dockerfile): Add aws cli to container build (#1099)
Per discussion in spinnaker/spinnaker#2394, adding awscli to container
such that the features added in spinnaker/spinnaker#2941 to enable
an external passwordCommand for a docker registry can be utilized by
AWS users wishing to add their ECR-based docker regist... | FROM openjdk:8
MAINTAINER delivery-engineering@netflix.com
ENV KUBECTL_RELEASE=1.10.3
ENV HEPTIO_BINARY_RELEASE_DATE=2018-06-05
COPY . workdir/
WORKDIR workdir
RUN GRADLE_USER_HOME=cache ./gradlew installDist -x test -Prelease.useLastTag=true && \
cp -r ./halyard-web/build/install/halyard /opt && \
cd .. && \
... | FROM openjdk:8
MAINTAINER delivery-engineering@netflix.com
ENV KUBECTL_RELEASE=1.10.3
ENV HEPTIO_BINARY_RELEASE_DATE=2018-06-05
COPY . workdir/
WORKDIR workdir
RUN GRADLE_USER_HOME=cache ./gradlew installDist -x test -Prelease.useLastTag=true && \
cp -r ./halyard-web/build/install/halyard /opt && \
cd .. && \
... | null |
8 | a7f9a5fb4a7081a6633aab094445e84ad24d1283 | Bumped source to 20210724-cbc37fa | Bumped source to 20210724-cbc37fa
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20210724-44e8f14
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:20210724-cbc37fa
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
257 | c9f8f307b5ae03dfdde13dbeac8b1c31ab0f0ba3 | Updated Dockerfile | Updated Dockerfile
| FROM ubuntu:trusty
MAINTAINER Werner Maisl <werner@myhomenet.at>
# Install packages
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get -y install supervisor git apache2 libapache2-mod-php5 mysql-server php5-mysql pwgen php-apc php5-mcrypt curl && \
echo "ServerName localhost" >> /etc/apache2/apache... | FROM ubuntu:trusty
MAINTAINER Werner Maisl <werner@myhomenet.at>
# Install packages
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get -y install supervisor git apache2 libapache2-mod-php5 mysql-server php5-mysql pwgen php-apc php5-mcrypt curl && \
echo "ServerName localhost" >> /etc/apache2/apache... | null |
2220 | 1e66b4b34b80cb26ae59106cf32cb12250ccf4f6 | Bumped source to 20200523-57dd44e | Bumped source to 20200523-57dd44e
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20200523-bcffc57
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null | null |
2211 | aeb2f6b956f3600ed748270881cee6bd1d83cc1d | Fix sqlite3 benchmark (#1289) | Fix sqlite3 benchmark (#1289)
| # Copyright 2016 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,... | null | null |
372 | 624c0ce52b90ca9ce61a97185908b605c3f8535b | Bumped source to 20220430-92b305d | Bumped source to 20220430-92b305d
| FROM ghcr.io/dock0/arch:20220430-c44361f
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:20220430-92b305d
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 |
74 | 0bec062ec7c124fc378005bffaa94952bf308b3e | Update to v0.5.17 | Update to v0.5.17 | FROM learninglayers/ror
MAINTAINER Jukka Purma <jukka.purma ÄT aalto.fi>
# Doing the bundle install with local files so that its result gets cached.
# If these are not up to date with the github version of achrails, it spells trouble,
# but couldn't get COPY or ADD working with files downloaded from the Dockerfile.
... | FROM learninglayers/ror
MAINTAINER Jukka Purma <jukka.purma ÄT aalto.fi>
# Doing the bundle install with local files so that its result gets cached.
# If these are not up to date with the github version of achrails, it spells trouble,
# but couldn't get COPY or ADD working with files downloaded from the Dockerfile.
... | null |
2096 | eb98c66e7534f34af47180359b67b9403efb5562 | add install-geschichte script | add install-geschichte script
| FROM ubuntu:latest
# Update the APT cache
RUN apt-get update
# Install and setup project dependencies
RUN apt-get install -y curl git wget unzip
# prepare for Java download
RUN apt-get install -y software-properties-common
RUN apt-get -y install openjdk-7-jre-headless
RUN apt-get install -y mongodb-clients
ENV JAV... | null | null |
143 | 98b63c912d4f07b6ad9f20e41f2dc6214df8a154 | Bumped source to 20200916-9110dd6 | Bumped source to 20200916-9110dd6
| FROM docker.pkg.github.com/dock0/arch/arch:20200916-e08c9f6
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:20200916-9110dd6
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 |
35 | 31f8b3a2952edf76d3eb3e2991867309b5ab59ed | Bumped source to 20200309-d3b09fb | Bumped source to 20200309-d3b09fb
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200309-1f429df
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:20200309-d3b09fb
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 |
100 | 08326236d2772b8cffa54c1080074993ee6166e6 | Bumped source to 20201011-9ed8a5c | Bumped source to 20201011-9ed8a5c
| FROM docker.pkg.github.com/dock0/service/service:20201011-35fda10
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:20201011-9ed8a5c
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 |
317 | 0daab36ea584572dd313bc56468e14458f7c6be9 | Bumped source to 20210817-14c11c7 | Bumped source to 20210817-14c11c7
| FROM docker.pkg.github.com/dock0/arch/arch:20210817-e52d23a
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-14c11c7
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 |
2133 | f9066a76dade410c5f9d873b491bc4bdbf734723 | Bumped source to 20210406-b04420a | Bumped source to 20210406-b04420a
| FROM docker.pkg.github.com/dock0/ssh/ssh:20210406-f4c4501
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null | null |
66 | aab7d78d3d9fb341a1cab310cce9cfa1a4e76c36 | Update Dockerfile | Update Dockerfile | FROM ubuntu:16.04
RUN apt-get update -y && \
apt-get install -y openjdk-8-jre openjdk-8-jdk lib32stdc++6 lib32z1 wget git
RUN cd && wget https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz && tar -zxvf android-sdk_r24.4.1-linux.tgz && \
/root/android-sdk-linux/tools/android list sdk -a -e && \
echo... | FROM ubuntu:16.04
RUN apt-get update -y && \
apt-get install -y openjdk-8-jre openjdk-8-jdk lib32stdc++6 lib32z1 wget git
RUN cd && wget https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz && tar -zxvf android-sdk_r24.4.1-linux.tgz && \
/root/android-sdk-linux/tools/android list sdk -a -e && \
echo... | null |
78 | 73229c1a57f90c98acf63f66312e836ca1ba546e | added missing packages to Dockerfile, bison and flex | added missing packages to Dockerfile, bison and flex
|
## Use a base ubuntu install
FROM ubuntu:14.04
MAINTAINER vgteam
## Download dependencies for vg, pretty standard fare
#RUN sed 's/main$/main universe/' -i /etc/apt/sources.list
RUN apt-get update && apt-get install -y software-properties-common \
gcc-4.9-base \
g++ \
ncurses-dev \
pkg-config \
bu... |
## Use a base ubuntu install
FROM ubuntu:14.04
MAINTAINER vgteam
## Download dependencies for vg, pretty standard fare
#RUN sed 's/main$/main universe/' -i /etc/apt/sources.list
RUN apt-get update && apt-get install -y software-properties-common \
gcc-4.9-base \
g++ \
ncurses-dev \
pkg-config \
bu... | null |
192 | a81427bd440186278b2faf5ff6786f2ace99ab3f | Bumped source to 20210806-700d370 | Bumped source to 20210806-700d370
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20210806-757af97
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:20210806-700d370
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
2110 | 45f1cb3f7c0099d7d952ad22cba2cb0146c66636 | Added a symlink from python3 to python, and added PATH to include iquery | Added a symlink from python3 to python, and added PATH to include iquery
| FROM ubuntu:latest
MAINTAINER Cerbo IO <support@cerbo.io>
ENV DEBIAN_FRONTEND noninteractive
ENV PATH=$PATH:/usr/local/scidb/bin
RUN apt-get update ; \
apt-get -y install python3 python3-pip libopenjpeg-dev python3-grib python3-netcdf4 openssh-server wget screen vim-nox ; \
ln -s /usr/local/bin/python3 /usr/local/bin/... | null | null |
380 | a0e71692f0aedcff1ad2f47538c407cf22e19218 | Dockerfile version bump | Dockerfile version bump
| FROM alpine
MAINTAINER David Personette <dperson@gmail.com>
# Install emby
RUN export LANG=C.UTF-8 && \
ff_url='http://johnvansickle.com/ffmpeg/releases' && \
glib_url='https://github.com/sgerrand/alpine-pkg-glibc/releases/download'&&\
glib_version=2.31-r0 && \
glibc_base=glibc-${glib_version}.apk && \... | FROM alpine
MAINTAINER David Personette <dperson@gmail.com>
# Install emby
RUN export LANG=C.UTF-8 && \
ff_url='http://johnvansickle.com/ffmpeg/releases' && \
glib_url='https://github.com/sgerrand/alpine-pkg-glibc/releases/download'&&\
glib_version=2.31-r0 && \
glibc_base=glibc-${glib_version}.apk && \... | null |
3 | 0f7a86e1e0209c90dd96d3375d3a8e6183be2336 | really fix dockerfile this time | really fix dockerfile this time
| FROM alpine:3.1
RUN mkdir /etc/gremlinproxy
RUN mkdir /var/log/gremlinproxy
ADD example-config.json /etc/gremlinproxy/
# Define mountable directories.
VOLUME ["/etc/gremlinproxy", "/var/log/gremlinproxy"]
# executable only
ADD gremlinproxy /usr/bin/
# Define working directory.
WORKDIR /etc/gremlinproxy
# Define de... | FROM alpine:3.1
ADD example-config.json /opt/gremlinproxy/
ADD gremlinproxy /opt/gremlinproxy/
CMD ["/opt/gremlinproxy/gremlinproxy", "-c", "/opt/gremlinproxy/example-config.json"]
# Expose control port.
EXPOSE 9876
## IMPORTANT: expose all proxy ports that you want gremlinproxy to listen on for your application ser... | null |
205 | 0b9afe6e4ad94dd2b70421742dc8cccfc764853a | Update Dockerfile. Part 3. | Update Dockerfile. Part 3.
| FROM centos:7
MAINTAINER Igor Zubkov <igor.zubkov@gmail.com>
RUN yum upgrade -y
RUN yum install git gcc make bzip2 openssl-devel readline-devel zlib-devel -y
RUN git clone https://github.com/rbenv/rbenv.git /root/.rbenv
RUN git clone https://github.com/sstephenson/ruby-build.git /root/.rbenv/plugins/ruby-build
EN... | FROM centos:7
MAINTAINER Igor Zubkov <igor.zubkov@gmail.com>
RUN yum upgrade -y
RUN yum install git gcc make bzip2 openssl-devel readline-devel zlib-devel -y
RUN git clone https://github.com/rbenv/rbenv.git /root/.rbenv
RUN git clone https://github.com/sstephenson/ruby-build.git /root/.rbenv/plugins/ruby-build
EN... | null |
212 | f4c0908c66452f92a7741f7389d851f7526435bc | build(deps): bump golang from 1.16.3 to 1.16.4 (#495) | build(deps): bump golang from 1.16.3 to 1.16.4 (#495)
| # Copyright 2019 Francisco Souza. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
FROM golang:1.16.3 AS builder
WORKDIR /code
ADD go.mod go.sum ./
RUN go mod download
ADD . ./
ENV CGO_ENABLED=0
RUN go build -o fake-gcs-server
FROM alpine:3.13.... | # Copyright 2019 Francisco Souza. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
FROM golang:1.16.4 AS builder
WORKDIR /code
ADD go.mod go.sum ./
RUN go mod download
ADD . ./
ENV CGO_ENABLED=0
RUN go build -o fake-gcs-server
FROM alpine:3.13.... | null |
142 | f6f4be79803a5438e670b437674e3a22253db660 | Bumped source to 20201215-ac1d624 | Bumped source to 20201215-ac1d624
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20201215-9d661ab
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:20201215-ac1d624
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
50 | 7c6505b899d7baf5b19ae4c26c55ee392eeff4b0 | Bumped source to 20200506-6192e79 | Bumped source to 20200506-6192e79
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200505-4727542
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:20200506-6192e79
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 |
2107 | e85771180a754547114683f6ef989947de63711c | accidentially added bitbucket | accidentially added bitbucket
| FROM debian:jessie
MAINTAINER Shane Starcher <shanestarcher@gmail.com>
RUN apt-get update && apt-get install -y wget ca-certificates && apt-get -y clean
RUN wget -q http://repos.sensuapp.org/apt/pubkey.gpg -O- | apt-key add -
RUN echo "deb http://repos.sensuapp.org/apt sensu main" > /etc/apt/sources.list.d/sensu.l... | null | null |
2223 | 80c6ef2596786c6ee7fc3a7f0efdec0f55278a16 | Bumped source to 20210826-418f7fd | Bumped source to 20210826-418f7fd
| FROM docker.pkg.github.com/dock0/arch/arch:20210826-d6c3c5f
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 |
2286 | 73da7e633cf1033a4444e9d200fd57c1522eccba | Bumped source to 20200712-af6faf9 | Bumped source to 20200712-af6faf9
| FROM docker.pkg.github.com/dock0/ssh/ssh:20200712-23d091a
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm --needed cpio dnsutils htop lockfile-progs lsof mtr net-tools whois zsh neovim
RUN usermod --shell /usr/bin/zsh $ADMIN
RUN su - $ADMIN -c "git clone git://github.com/akerl/....git /home/$ADMIN/..."
RUN ... | null | null |
53 | 36d43d0249d907c6ec8a6f4a494c771a8b9dfeab | updated docker file | updated docker file
| # nodezoo-npm
FROM node:4
ADD . /
EXPOSE 44003
EXPOSE 43003
CMD ["node","srv/npm-dev.js","--seneca.options.tag=npm","--seneca.log.all"]
# build and run:
# $ docker build -t nodezoo-npm-04 .
# $ docker run -d -p 44003:44003 -p 43003:43003 -e HOST=$(docker-machine ip default) -e REDIS=192.168.99.1 -e BEANSTALK=192.1... | # nodezoo-npm
FROM node:4
RUN mkdir /src
ADD package.json /src/
WORKDIR /src
RUN npm install
COPY . /src
CMD ["node", "-r", "toolbag", "srv/npm-dev.js", "--seneca.options.tag=nodezoo-npm", "--seneca-log=type:act"]
| null |
2128 | 4abbf3d4f68a0f617182365e002d324be18c0bdd | Bumped source to 20210120-a4273cc | Bumped source to 20210120-a4273cc
| FROM docker.pkg.github.com/dock0/service/service:20210120-66257d1
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 |
368 | 5619f4daf6eccd888167ed2f6167cc5a7f8b7fd9 | Bumped source to 20210828-6fc00c0 | Bumped source to 20210828-6fc00c0
| FROM docker.pkg.github.com/dock0/arch/arch:20210828-6cf161c
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:20210828-6fc00c0
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 |
2161 | 54b998bb27b573b1b622a7ce858c2f5e29391cd8 | Update Dockerfile | Update Dockerfile | #====================================================================================
FROM continuumio/miniconda3
#====================================================================================
RUN conda create -n env python=3.7
RUN echo "source activate env" > ~/.bashrc
ENV PATH /opt/conda/envs/env/bin:$PATH
#... | null | null |
251 | a944d37c8096a80471de77f116ad9dcc72770db6 | Bumped source to 20201221-9262366 | Bumped source to 20201221-9262366
| FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20201220-2813520
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:20201221-9262366
MAINTAINER akerl <me@lesaker.org>
RUN pacman -S --noconfirm s6 execline musl-amylum
ADD service /service
ADD init /init
CMD ["/init"]
| null |
386 | 58fbc98da512270bb6ae7eb956e0973aa60f35ab | Updated Atlassian JIRA Software master branch to latest version 8.19.0 | Updated Atlassian JIRA Software master branch to latest version 8.19.0
| FROM openjdk:8-alpine
# Configuration variables.
ENV JIRA_HOME /var/atlassian/jira
ENV JIRA_INSTALL /opt/atlassian/jira
ENV JIRA_VERSION 8.18.2
# 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-com... | FROM openjdk:8-alpine
# Configuration variables.
ENV JIRA_HOME /var/atlassian/jira
ENV JIRA_INSTALL /opt/atlassian/jira
ENV JIRA_VERSION 8.19.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-com... | null |
369 | 50ebf3fbf4eb10038b9b6e0d9521ce8e310d8843 | Bumped source to 20200919-ecd47cf | Bumped source to 20200919-ecd47cf
| FROM docker.pkg.github.com/dock0/arch/arch:20200919-49ac157
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:20200919-ecd47cf
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 |
304 | f2b21769f8ec4cbda3862f7cdecd16845b3c7d5b | build(deps): bump cloudposse/packages from 0.34.0 to 0.42.0 (#310) | build(deps): bump cloudposse/packages from 0.34.0 to 0.42.0 (#310)
Bumps cloudposse/packages from 0.34.0 to 0.42.0.
Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@dependabot.com> | #
# Python Dependencies
#
FROM alpine:3.8 as python
RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net|g' /etc/apk/repositories
RUN apk add python python-dev libffi-dev gcc py-pip py-virtualenv linux-headers musl-dev openssl-dev make
COPY requirements.txt /requirements.txt
RUN pip insta... | #
# Python Dependencies
#
FROM alpine:3.8 as python
RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net|g' /etc/apk/repositories
RUN apk add python python-dev libffi-dev gcc py-pip py-virtualenv linux-headers musl-dev openssl-dev make
COPY requirements.txt /requirements.txt
RUN pip insta... | null |
48 | 1fda44a841170335f0a5449e02c2ea450edbe4ab | Bumped source to 20200516-437b5e4 | Bumped source to 20200516-437b5e4
| FROM docker.pkg.github.com/dock0/arch/arch:20200516-6eef588
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:20200516-437b5e4
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 |
2150 | b0527c35830d1840fec97b9fdb60cd4e0373a6af | Add vim | Add vim
| FROM aosp-sync
MAINTAINER Leonardo YongUk Kim <dalinaum@gmail.com>
RUN echo "source build/envsetup.sh" >> /home/aosp/.bashrc
VOLUME ["/out"]
CMD /bin/bash
| null | null |
108 | 855668bee6917ef202a7b2b6068f8893a886cb6d | fixup! Initial centos image | fixup! Initial centos image
| # Copyright (c) 2012-2017 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Red Hat, Inc.- i... | # Copyright (c) 2012-2017 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Red Hat, Inc.- i... | null |
2179 | 5386c85274b77c81d40fd173292a267b3fd44f6a | Bumped source to 20201029-e6feea5 | Bumped source to 20201029-e6feea5
| FROM docker.pkg.github.com/dock0/arch/arch:20201029-6c7e6fc
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 |
235 | 26cc1410defca054c7206676260366b8105e38fe | Fix Dockerfile referencing the old .angular-cli.json | Fix Dockerfile referencing the old .angular-cli.json
| # Node 8+ should work
FROM node:8
WORKDIR /usr/src/app
# Get our dependencies ready
COPY package.json yarn.lock .snyk ./
RUN yarn install
# Add all the necessary build-related files
COPY .angular-cli.json .babelrc Gulpfile.ts tsconfig.json ./
# Add all sources
COPY common ./common
COPY client ./client
COPY server .... | # Node 8+ should work
FROM node:8
WORKDIR /usr/src/app
# Get our dependencies ready
COPY package.json yarn.lock .snyk ./
RUN yarn install
# Add all the necessary build-related files
COPY angular.json .babelrc Gulpfile.ts tsconfig.json ./
# Add all sources
COPY common ./common
COPY client ./client
COPY server ./serv... | null |
238 | bb90be2c6fcefaa161fe4c826bcfc0480ce49e69 | Updated Atlassian JIRA Service Desk master branch to latest version 3.6.2 | Updated Atlassian JIRA Service Desk master branch to latest version 3.6.2
| FROM java:8
# Configuration variables.
ENV JIRA_HOME /var/atlassian/jira
ENV JIRA_INSTALL /opt/atlassian/jira
ENV APP_VERSION 3.6.1
# Install Atlassian JIRA and helper tools and setup initial home
# directory structure.
RUN set -x \
&& apt-get update --quiet \
&& apt-get install --quiet --yes --no-inst... | FROM java:8
# Configuration variables.
ENV JIRA_HOME /var/atlassian/jira
ENV JIRA_INSTALL /opt/atlassian/jira
ENV APP_VERSION 3.6.2
# Install Atlassian JIRA and helper tools and setup initial home
# directory structure.
RUN set -x \
&& apt-get update --quiet \
&& apt-get install --quiet --yes --no-inst... | null |
389 | 7c1bac0b66944a9b6f973805507e63f59260572e | fix build process | fix build process
| # build application phase
FROM golang:1.8.3 as builder
WORKDIR /go/src/github.com/vistrcm/statcollector/
COPY ./ .
# handle dependencies
RUN go get -u github.com/kardianos/govendor
RUN govendor sync
# build
RUN go build -a -o statcollector .
# build image phase
FROM alpine:latest as runner
#RUN apk --no-cache add ca-c... | # build application phase
FROM golang:1.8.3 as builder
WORKDIR /go/src/github.com/vistrcm/statcollector/
COPY ./ .
# handle dependencies
RUN go get -u github.com/kardianos/govendor
RUN govendor sync
# build with specific params to avoid issues of running in alpine
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -... | null |
178 | e5224b973cff9a1143e8c1683241097beb5e4877 | Bumped source to 20200624-bab5755 | Bumped source to 20200624-bab5755
| FROM docker.pkg.github.com/dock0/arch/arch:20200624-0bcb67f
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:20200624-bab5755
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 |
2065 | 46d25fb87cb3f2dbd6a25befd1d40adbbe79253d | Adding softlink to /tmp filesystem. | Adding softlink to /tmp filesystem.
This should allow writing to /app/tmp directory and fix the current permission denied errors
in EKS.
This is part of non-root container work:
https://trello.com/c/Jef1t4xU/903-fix-app-permission-errors-due-to-nonroot
| # TODO: make this default to govuk-ruby once it's being pushed somewhere public
# (unless we decide to use Bitnami instead)
ARG base_image=ruby:2.7.6
FROM $base_image AS builder
# This image is only intended to be able to run this app in a production RAILS_ENV
ENV RAILS_ENV=production
# TODO: have a separate build ima... | null | null |
2269 | df06ba088c5fe7800d6a63dd7ca94fb497cc6c3f | upgrade the fluent-bit to latest version (#3793) | upgrade the fluent-bit to latest version (#3793)
| FROM golang:1.16.2 as build
COPY . /src/loki
WORKDIR /src/loki
RUN make clean && make BUILD_IN_CONTAINER=false fluent-bit-plugin
FROM fluent/fluent-bit:1.4
COPY --from=build /src/loki/clients/cmd/fluent-bit/out_grafana_loki.so /fluent-bit/bin
COPY clients/cmd/fluent-bit/fluent-bit.conf /fluent-bit/etc/fluent-bit.conf
... | null | null |
2216 | dfb69d85ae4c7925f80a3cc4845fe71adf77bcb6 | maybe fix 🏔 | maybe fix 🏔
| FROM node:alpine
ENV DOMAIN=example.com
RUN apk add --no-cache git make g++ python \
&& mkdir /opt && cd /opt \
&& git clone https://github.com/samcm/plextogether \
&& cd plextogether \
&& npm install \
&& npm run build \
&& cd server \
&& npm install \
&& apk del git make g++ python \
&& rm -rf /tm... | null | null |
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 | null |
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 | null |
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" \
&& ... | null |
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 | null |
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... | null |
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 ... | null |
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... | null |
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 | null |
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... | null |
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 | null |
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 | null |
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... | null |
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... | null |
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... | null |
2115 | 22e0f9040b3973120fd257433eddcd05e601e5b8 | Update build environment with new toolchain. | Update build environment with new toolchain.
| null | null | null |
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 | null |
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 | null |
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 | null |
2164 | 0c813a8cffc596896bf8fa59f1cec33f655ee916 | Update to Trusty | Update to Trusty | null | null | null |
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 | null |
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 | null |
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... | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.