Skip to content

MAGECLOUD-2790: [Cloud Docker] Remove root permissions from directories #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 9, 2019

Conversation

shiftedreality
Copy link
Member

@shiftedreality shiftedreality commented Jul 22, 2019

Description

Config

        {
            "type": "vcs",
            "url": "git@github.com:magento/ece-tools.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:magento/magento-cloud-docker.git"
        }
        "magento/ece-tools": "dev-MAGECLOUD-4004 as 2002.0.99",
        "magento/magento-cloud-docker": "dev-MAGECLOUD-2790 as 1.0.99"

Build images:

#!/bin/bash

docker build -t test/php:7.2-fpm ../magento-cloud-docker/images/php/7.2-fpm \
  && docker build -t test/php:7.2-cli ../magento-cloud-docker/images/php/7.2-cli \
  && docker build -t test/php:7.2-fpm-dev ../magento-cloud-docker/images/php/7.2-fpm-dev \
  && docker build -t test/php:7.2-cli-dev ../magento-cloud-docker/images/php/7.2-cli-dev \
  && docker build -t test/nginx:1.9 ../magento-cloud-docker/images/nginx/1.9

Fixed Issues (if relevant)

  1. https://magento2.atlassian.net/browse/MAGECLOUD-2790

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages

@magento-cicd2
Copy link

magento-cicd2 commented Jul 22, 2019

CLA assistant check
All committers have signed the CLA.

@shiftedreality shiftedreality changed the title Magecloud 2790 MAGECLOUD-2790: [Cloud Docker] Remove root permissions from directories Jul 22, 2019
@shiftedreality shiftedreality reopened this Aug 7, 2019
@arhiopterecs arhiopterecs self-requested a review August 23, 2019 14:13
@shiftedreality shiftedreality changed the base branch from master to 1.0 August 23, 2019 19:21
@shiftedreality shiftedreality added the Release: 1.0.0 Magento-Cloud-Docker Release label Aug 23, 2019
@andriyShevtsov
Copy link
Contributor

QA approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Progress: accept PR/issue status Release: 1.0.0 Magento-Cloud-Docker Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants