chore: fix Dockerfile FROM quotes, gitlabci image quotes, add renovate config
Docker Build and Push / build (pull_request) Failing after 55s
Docker Build and Push / build (pull_request) Failing after 55s
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
image: "docker:latest"
|
||||
image: docker:latest
|
||||
|
||||
services:
|
||||
- "docker:dind"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM "ubuntu:xenial"
|
||||
FROM ubuntu:xenial
|
||||
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
||||
# Inspiré de https://github.com/joshbressers/docker-signal/blob/master/signal/Dockerfile
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"gitlabci": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user