You've already forked docker-compose-docker
Compare commits
4 Commits
v5.0.0
...
53799926cc
| Author | SHA1 | Date | |
|---|---|---|---|
|
53799926cc
|
|||
|
9ea01a091b
|
|||
|
5e16976d26
|
|||
|
90ac7c8c49
|
@@ -1,5 +1,6 @@
|
||||
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=5.0.0
|
||||
IMAGE_VERSION=2.40.3
|
||||
docker run \
|
||||
--rm \
|
||||
--volume "$(pwd):$(pwd)" \
|
||||
|
||||
@@ -4,11 +4,9 @@
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"^Dockerfile$",
|
||||
"^README\\.md$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"ARG DC_VERSION=(?<currentValue>.*)",
|
||||
"IMAGE_VERSION=(?<currentValue>.*)"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
|
||||
Reference in New Issue
Block a user