You've already forked docker-compose-docker
Compare commits
3 Commits
53799926cc
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
13e459e4a1
|
|||
|
e862dccb03
|
|||
|
dc9f1b5504
|
@@ -1,6 +1,5 @@
|
||||
FROM docker.io/library/ubuntu:24.04 AS download
|
||||
|
||||
# renovate: datasource=github-releases depName=docker/compose
|
||||
ARG DC_VERSION=v5.0.0
|
||||
|
||||
RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \
|
||||
|
||||
@@ -11,7 +11,7 @@ The workflow or how `docker-compose` can in general be used is documented at
|
||||
image.
|
||||
|
||||
```bash
|
||||
IMAGE_VERSION=2.40.3
|
||||
IMAGE_VERSION=5.0.0
|
||||
docker run \
|
||||
--rm \
|
||||
--volume "$(pwd):$(pwd)" \
|
||||
|
||||
@@ -4,9 +4,11 @@
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"^Dockerfile$",
|
||||
"^README\\.md$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"ARG DC_VERSION=(?<currentValue>.*)",
|
||||
"IMAGE_VERSION=(?<currentValue>.*)"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
|
||||
Reference in New Issue
Block a user