No description
Find a file
2024-11-11 19:22:02 +00:00
.github/workflows Fix image name 2024-11-11 19:15:45 +00:00
beeper_bridge-manager@150fafded3 initial commit 2024-11-11 18:16:40 +00:00
gitea-jupyter Add gitea jupyter image 2024-11-11 19:22:02 +00:00
.editorconfig initial commit 2024-11-11 18:16:40 +00:00
.gitignore initial commit 2024-11-11 18:16:40 +00:00
.gitmodules initial commit 2024-11-11 18:16:40 +00:00
.pre-commit-config.yaml Add images.json with auto readme and pre-commit 2024-11-11 19:08:08 +00:00
generate-readme.py Add images.json with auto readme and pre-commit 2024-11-11 19:08:08 +00:00
images.json Add gitea jupyter image 2024-11-11 19:22:02 +00:00
LICENSE initial commit 2024-11-11 18:16:40 +00:00
README.md Add gitea jupyter image 2024-11-11 19:22:02 +00:00

Docker Images

These are some custom images that are regularly built for AMD64 and ARM64 architectures.

Name Description
ghcr.io/jake-walker/beeper_bridge-manager This is an exact build of Beeper's bridge-manager but with an ARM64 build.
ghcr.io/jake-walker/gitea-jupyter This is the default Gitea image with a Jupyter notebook renderer installed. Extra configuration is required to enable this.

Images are also available on Docker Hub at jakewalker/<image name>.

Builds

Images are built weekly and after a push to the main branch.

Each image has the following tags:

  • latest - this is always the latest built image
  • main - this is always the latest built image
  • sha-XXXXXXX - this is based on the git commit hash, this may get overwritten by newer versions so is not suitable for pinning a version
  • XXXXXXXX - this is a date in the format YYYYMMDD for the weekly builds. This will not get overwritten so is suitable for version pinning