Compare commits

..

4 Commits

Author SHA1 Message Date
966c00b2fb
docs(README): migrate from docker.io to git.cryptic.systems
All checks were successful
Build / build-arm64 (push) Successful in 10m44s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 13s
Build / build-amd64 (push) Successful in 10m9s
2025-05-12 18:19:07 +02:00
d385a3ad1d
style(markdownlint): update configuration
All checks were successful
Build / build-arm64 (push) Successful in 10m25s
Build / build-amd64 (push) Successful in 10m3s
2025-05-09 11:27:44 +02:00
e7afe5bede
fix(makefile): remove the deletion of the base image via make clean
All checks were successful
Build / build-amd64 (push) Successful in 9m32s
Build / build-arm64 (push) Successful in 9m59s
2025-05-08 18:43:58 +02:00
c2c1dd9cba
docs: typo
All checks were successful
Build / build-arm64 (push) Successful in 9m54s
Build / build-amd64 (push) Successful in 10m17s
2025-05-07 17:10:26 +02:00
3 changed files with 4 additions and 12 deletions

View File

@ -56,8 +56,6 @@ MD013:
tables: false
# Include headings
headings: true
# Include headings
headers: true
# Strict length checking
strict: false
# Stern length checking
@ -70,11 +68,6 @@ MD022:
# Blank lines below heading
lines_below: 1
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
MD024:
# Only check sibling headings
allow_different_nesting: true
# MD025/single-title/single-h1 - Multiple top-level headings in the same document
MD025:
# Heading level

View File

@ -1,5 +1,5 @@
# DC_VERSION
# Only required to install a specifiy version
# Only required to install a specify version
DC_VERSION?=v2.36.0 # renovate: datasource=github-releases depName=docker/compose
# CONTAINER_RUNTIME
@ -34,7 +34,6 @@ container-image/build:
PHONY:=container-image/delete
container-image/delete:
- ${CONTAINER_RUNTIME} image rm ${DC_IMAGE_FULLY_QUALIFIED}
- ${CONTAINER_RUNTIME} image rm ${BASE_IMAGE_FULL}
# PUSH CONTAINER IMAGE
# =====================================================================================================================

View File

@ -2,9 +2,9 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/docker-compose)](https://hub.docker.com/r/volkerraschek/docker-compose)
This project contains all sources to build the container image `docker.io/volkerraschek/docker-compose`. The primary
goal of this project is to package the binary `docker-compose` as container image. The source code of the binary can be
found in the upstream project of [docker/compose](https://github.com/docker/compose).
This project contains all sources to build the container image `git.cryptic.systems/volker.raschek/docker-compose`. The
primary goal of this project is to package the binary `docker-compose` as container image. The source code of the binary
can be found in the upstream project of [docker/compose](https://github.com/docker/compose).
The workflow or how `docker-compose` can in general be used is documented [here](https://docs.docker.com/compose/).
Nevertheless, here are some examples of how to use the container image.