Is this an advantage of multi-stage builds?better logical separation of Dockerfile instructions for increased readability
Is this an advantage of multi-stage builds?better caching when building Docker images
You add a new user to the engineering organization in DTR.Will this action grant them read/write access to the engineering/api repository?Add the user directly to the list of users with read/write access under the repository’s Permissions tab.
You add a new user to the engineering organization in DTR.Will this action grant them read/write access to the engineering/api repository?Mirror the engineering/api repository to one of the user’s own private repositories.
You add a new user to the engineering organization in DTR.Will this action grant them read/write access to the engineering/api repository?Add them to a team in the engineering organization that has read/write access to the engineering/api repository.
What is the difference between the ADD and COPY Dockerfile instructions? (Choose two.)