Skip to content

specsnl/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Utils

Build Images

A minimal Alpine based image with:

  • bash (set as default shell for root user)
  • curl
  • wget
  • jq
  • yq
  • sed
  • pcre-tools
  • ssh-keygen
  • gnupg
  • pass
  • git

Pulling image from GitHub Container Registry:

docker pull ghcr.io/specsnl/utils:latest

Interactive shell and mounting the current directory:

docker run -it -v $(pwd):/workspace --rm ghcr.io/specsnl/utils:latest /bin/bash

Default workspace: /workspace

Task

This project uses Task (an task runner / build tool).

Available tasks for this project:

* build:               Build the Utils image
* lint:                Apply a Dockerfile linter (https://github.com/hadolint/hadolint)
* shell:               Interactive shell
* list:packages:       List all installed packages

About

A Docker image with (CLI) utility tools.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors