-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[images/base] Fix binaries being downloaded for only x86_64, it now s…
…upports ARM
- Loading branch information
Showing
7 changed files
with
90 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# ghcr.io/auguwu/coder-images/docker | ||
This image brings in Docker usage... in a Docker container... yeah, it's weird! But, it works. | ||
|
||
## Bundled Software | ||
| Name | Description | Version | | ||
| -------- | -------------------------------------------------- | --------------------------- | | ||
| `docker` | Accelerated, Containerized Application Development | [v20.10.20][docker-release] | | ||
|
||
### Docker Plugins | ||
| Name | Description | Version | | ||
| ---------------- | --------------------------------------------------------------- | ------- | | ||
| `docker compose` | Define and run multi-container applications with Docker | [v2.12.2][compose-release] | | ||
| `docker buildx` | Docker CLI plugin for extended build capabilities with BuildKit | [v0.9.1][buildx-release] | | ||
|
||
[compose-release]: https://github.com/docker/compose/releases/tag/v2.12.2 | ||
[docker-release]: https://github.com/moby/moby/releases/tag/v20.10.20 | ||
[buildx-release]: https://github.com/docker/buildx/releases/tag/v0.9.1 |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters