-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM alpine:3.4 | ||
MAINTAINER Frank Pavageau <[email protected]> | ||
LABEL maintainer="Frank Pavageau <[email protected]>" | ||
|
||
ARG CI_HELPER_VERSION | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM docker:18.01.0-ce-dind | ||
MAINTAINER Rémi Marseille <[email protected]> | ||
LABEL maintainer="Rémi Marseille <[email protected]>" | ||
|
||
ARG CI_HELPER_VERSION | ||
ARG DOCKER_COMPOSE_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM golang:1.8 | ||
MAINTAINER Raphaël Benitte <[email protected]> | ||
LABEL maintainer="Raphaël Benitte <[email protected]>" | ||
|
||
ARG GLIDE_VERSION | ||
ARG CI_HELPER_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM debian:8.7 | ||
MAINTAINER Stephane Leclercq <[email protected]> | ||
LABEL maintainer="Stephane Leclercq <[email protected]>" | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive \ | ||
LANG=C.UTF-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM debian:8.7 | ||
MAINTAINER Thomas Rabaix <[email protected]> | ||
LABEL maintainer="Thomas Rabaix <[email protected]>" | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive \ | ||
LANG=C.UTF-8 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM jolicode/phpenv | ||
MAINTAINER Rémi Marseille <[email protected]> | ||
LABEL maintainer="Rémi Marseille <[email protected]>" | ||
|
||
ARG PHP_VERSION | ||
ARG CI_HELPER_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM ruby:2.5.0-alpine | ||
MAINTAINER Rémi Marseille <[email protected]> | ||
LABEL maintainer="Rémi Marseille <[email protected]>" | ||
|
||
ARG CI_HELPER_VERSION | ||
|
||
|