chore: fix Dockerfile FROM quotes, gitlabci image quotes, add renovate config
Docker Build and Push / build (pull_request) Successful in 31s
Docker Build and Push / build (pull_request) Successful in 31s
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
image: "docker:latest"
|
image: docker:latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- "docker:dind"
|
- "docker:dind"
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM "alpine:3.23"
|
FROM alpine:3.23
|
||||||
LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
|
LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
|
||||||
|
|
||||||
RUN apk add --no-cache iperf3 && \
|
RUN apk add --no-cache iperf3 && \
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"gitlabci": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user