Commit 4a2a44bd authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Retorna a plantillas estables, ya en nueva versión

parent adfad721
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
include:
  - project: 'redmic-project/gitlab-ci-templates'
    ref: dev
    ref: master
    file: '/packaging-docker/docker-build.yml'

stages:
+2 −0
Original line number Diff line number Diff line
ARG DOCKER_VERSION

FROM docker:${DOCKER_VERSION}

LABEL maintainer="info@redmic.es"
@@ -13,6 +14,7 @@ RUN apk --update --no-cache add \
	openssh-client-default="${OPENSSH_VERSION}"

COPY script/ /script/

RUN \
	binPath=/usr/bin; \
	for filePath in /script/*; \