Ver código fonte

Modified Dockerfile and gitlab-cy.yml

Jean Sumara 5 anos atrás
pai
commit
df1b94a248
3 arquivos alterados com 4 adições e 4 exclusões
  1. 1 1
      .drone.yml
  2. 2 2
      .gitlab-ci.yml
  3. 1 1
      Dockerfile

+ 1 - 1
.drone.yml

@@ -9,7 +9,7 @@ services:
 pipeline:
 
   build:
-    image: docker.infra.flowdat.com/fd3/sf-php:latest
+    image: docker.infra.flowdat.com/fd3/sf-php:7.2
 
     environment:
       CLIENT: fd3

+ 2 - 2
.gitlab-ci.yml

@@ -1,6 +1,6 @@
 build_branch:
   cache: {}
-  image: docker.infra.flowdat.com/fd3/sf-php:latest
+  image: docker.infra.flowdat.com/fd3/sf-php:7.2
   variables:
     GIT_STRATEGY: clone
   script:
@@ -56,7 +56,7 @@ docker_version_tag:
       - $CI_COMMIT_TAG =~ /^v[0-9]+(.[0-9]+)*/
 
 build:
-  image: docker.infra.flowdat.com/fd3/sf-php:latest
+  image: docker.infra.flowdat.com/fd3/sf-php:7.2
   script:
     - ssh-keyscan -p 222 -t rsa gogs.infra.flowdat.com >> ~/.ssh/known_hosts
     - chmod 0400 keys/bitbucket.id_rsa; eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM bitnami/php-fpm:latest
+FROM docker.infra.flowdat.com/fd3/sf-php:7.2
 
 ADD . /opt/export