Explore
Log in
Sign Up
fidelityinternational
/
paas-tools-go
Pulls
Docker Pull
Use the Docker CLI to pull this image
44.7M
2.0.7
8135a886
417.9 MB
44.7M
FidelityInternational/paas-tools-go
Files
Layers
Dependencies
Tags
Insights
Dockerfile
All Layers
Aggregates
All Layers
User Layers
Base Layers
debian
1
ADD file in /
User Layers
3
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wg
4
RUN if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends
5
RUN apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client su
6
RUN apt-get update && apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-co
9
RUN dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) goRelArch='linux-amd64'
12
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
24
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends ${PACKAGES} && ap
25
RUN curl -fL "https://s3-us-west-1.amazonaws.com/cf-cli-releases/releases/v${CF_CLI_VERSION}/cf-cli_${CF
26
RUN ln /usr/bin/uuidgen /usr/local/bin/uuid && cf install-plugin -r CF-Community -f "blue-green-depl
Find file
Pull
Docker Pull
Use the Docker CLI to pull this image
Name
Layer
Size
Last update
bin
5
RUN apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client su
drwxr-xr-x
5.6 MB
almost 2 years ago
boot
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
dev
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
etc
26
RUN ln /usr/bin/uuidgen /usr/local/bin/uuid && cf install-plugin -r CF-Community -f "blue-green-depl
drwxr-xr-x
513 KB
almost 2 years ago
go
26
RUN ln /usr/bin/uuidgen /usr/local/bin/uuid && cf install-plugin -r CF-Community -f "blue-green-depl
drwxrwxrwx
25.1 MB
almost 2 years ago
home
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
lib
24
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends ${PACKAGES} && ap
drwxr-xr-x
12.2 MB
almost 2 years ago
lib64
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
media
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
mnt
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
opt
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
proc
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
root
26
RUN ln /usr/bin/uuidgen /usr/local/bin/uuid && cf install-plugin -r CF-Community -f "blue-green-depl
drwx------
53.5 MB
almost 2 years ago
run
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
sbin
5
RUN apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client su
drwxr-xr-x
5 MB
almost 2 years ago
srv
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
sys
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
tmp
26
RUN ln /usr/bin/uuidgen /usr/local/bin/uuid && cf install-plugin -r CF-Community -f "blue-green-depl
-rwxrwxrwx
0 B
almost 2 years ago
usr
26
RUN ln /usr/bin/uuidgen /usr/local/bin/uuid && cf install-plugin -r CF-Community -f "blue-green-depl
drwxr-xr-x
1 GB
almost 2 years ago
var
24
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends ${PACKAGES} && ap
drwxr-xr-x
11 MB
almost 2 years ago
Readme
PaaS Tools
A set of tools useful for Concourse jobs that need golang