rjain/lightweightbox

By rjain

Updated over 1 year ago

Image
0

1M+

rjain/lightweightbox repository overview

Docker Pulls

Image Size

This docker image is used for executing the java code builds using concourse pipelines.

Dockerfile contents

FROM ubuntu:22.10
LABEL maintainer="[email protected]"
LABEL maintainer_name="Rahul Jain"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN true

ADD install-cli.sh /

RUN chmod +x ./install-cli.sh \
  && ./install-cli.sh

Git Repository: https://github.com/rahulkj/lightweightbox

CLI's included:

Linux Essentials:
---
curl
wget
ca-certificates
ssh
sshpass

JSON/YAML parsing CLI's:
---
jq
yq

Cloud foundry CLI's:
---
bosh
cf
uaa

Concourse/Platform Automation CLI's:
---
govc

Minio CLI:
---
mc

Java
---
openjdk-11-jdk
maven

Tag summary

Content type

Image

Digest

sha256:bc422cc12

Size

321.3 MB

Last updated

over 1 year ago

docker pull rjain/lightweightbox