shub-fuzz/postgres:latest

$ singularity pull shub://shub-fuzz/postgres:latest

Singularity Recipe

BootStrap: docker
From: postgres:12

%environment
    export HOSTNAME=localhost
    if [ -f /postgresrc ]; then 
        . /postgresrc 
    fi

%startscript
    /usr/local/bin/docker-entrypoint.sh postgres -h $HOSTNAME

%runscript
    /usr/local/bin/docker-entrypoint.sh postgres -h $HOSTNAME

%labels
    Author jmb@iseclab.org
    MAINTAINER Josh Bundt
    Version v0.0.2

%help
    Postgres v12

Collection


View on Datalad

Metrics

key value
id /containers/shub-fuzz-postgres-latest
collection name shub-fuzz/postgres
branch master
tag latest
commit e64f340712a4d9a339084ed23ad253d5a05e9f8c
version (container hash) b9ebdea72d162d5faceadabcb15c1dac979b03ce887b7d9b0bd5e8ce84a88818
build date 2021-01-18T16:06:34.848Z
size (MB) 103.5546875
size (bytes) 108584960
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.