Giter VIP home page Giter VIP logo

docker_files's Introduction

Repository for Dockerfiles and other related files of containerised applications

Quick reference

Supported tags and respective Dockerfile links

Quick reference

Software

  • OpenSSH - A secure shell server
  • Docker-buildx - Docker with buildx support for building multi-arch images
  • Gitea - A self-hosted Git repository
  • Nginx - A high-performance web server
  • ddclient - A client used for updating dynamic DNS records
  • endlessh - An SSH tarpit

Supported Architectures

  • amd64
  • arm64
  • arm32v7
  • arm32v6
  • i386 (Unsupported for a few images. Check the README for the image to confirm.)
  • s390x (Unsupported for a few images. Check the README for the image to confirm.)

Note about image size

All images are built to have the smallest image size possible without sacrificing functionality. To that end, almost every image begins either with the Alpine Linux base image or from scratch.

Note about autobuilds on DockerHub

DockerHub currently supports autobuilding images for the x86 architecture only. Therefore, autobuilds will not be used. The images will be built elsewhere and pushed to DockerHub. Currently, most of the images are built with Google Cloud Platform's Cloud Build by using a custom docker-buildx image, which is Docker built with buildx support, and are then pushed to Docker Hub. This way the images are being built for multiple architectures.

Image Variants

<image>:alpine

This image is based on the popular Alpine Linux project, available in the alpine official image. Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.

This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use musl libc instead of glibc and friends, so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See this Hacker News comment thread for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.

To minimize image size, it's uncommon for additional related tools (such as git or bash) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the alpine image description for examples of how to install packages if you are unfamiliar).

License

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

docker_files's People

Contributors

harshavardhanj avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

rsinnet

docker_files's Issues

endlessh: Log Files

I would like to save and analyze the logfiles of my endlessh:alpine tarpit. Where should i mount the volume to?

(endlessh) Show Real IP

This Container only shows the local IP Adress of my Server. I would like to have it show the real ip from the one who tried to ssh me.

2022-05-20T06:56:22.450028927Z 2022-05-20T06:56:22.449Z ACCEPT host=::ffff:10.0.0.2 port=53111 fd=43 n=40/4096
2022-05-20T06:56:42.453587579Z 2022-05-20T06:56:42.453Z CLOSE host=::ffff:10.0.0.2 port=53111 fd=43 time=20.004 bytes=16
2022-05-20T07:04:42.735190387Z 2022-05-20T07:04:42.734Z ACCEPT host=::ffff:10.0.0.2 port=43494 fd=43 n=40/4096
2022-05-20T07:05:02.735295954Z 2022-05-20T07:05:02.735Z CLOSE host=::ffff:10.0.0.2 port=43494 fd=43 time=20.001 bytes=18
2022-05-20T07:07:58.149542373Z 2022-05-20T07:07:58.149Z ACCEPT host=::ffff:10.0.0.2 port=1067 fd=43 n=40/4096

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.