https://github.com/aerabi/git-weekly-docker-extension
A Docker extension that lists all the Git Weekly issues
https://github.com/aerabi/git-weekly-docker-extension
docker-extension hacktober
Last synced: 3 months ago
JSON representation
A Docker extension that lists all the Git Weekly issues
- Host: GitHub
- URL: https://github.com/aerabi/git-weekly-docker-extension
- Owner: aerabi
- Created: 2022-10-12T19:38:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T23:40:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T08:12:57.571Z (5 months ago)
- Topics: docker-extension, hacktober
- Language: Dockerfile
- Homepage:
- Size: 1.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Weekly
One Docker Desktop extension to list them allGit Weekly is a blog series on Git, GitOps, and Docker.
The first iteration of this extension lists available issue of Git Weekly.## Install
```shell
docker extension install gitweekly/git-weekly:latest
```There are separate builds available for ARM or AMD architectures.
For ARM:
```shell
docker extension install gitweekly/git-weekly:v1-arm64
```For AMD:
```shell
docker extension install gitweekly/git-weekly:v1-amd64
```## Build
To build the extension and push for both ARM and AMD architectures, do:
```shell
bash install-and-push.sh
```