Page MenuHomePhabricator

[services] Fix dockerignore file
ClosedPublic

Authored by karol on May 9 2022, 6:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 30, 12:42 AM
Unknown Object (File)
Sat, Jun 29, 12:01 PM
Unknown Object (File)
Thu, Jun 27, 11:20 AM
Unknown Object (File)
Mon, Jun 24, 5:43 AM
Unknown Object (File)
Mon, Jun 17, 5:47 AM
Unknown Object (File)
Mon, Jun 17, 5:47 AM
Unknown Object (File)
Mon, Jun 17, 5:47 AM
Unknown Object (File)
Mon, Jun 17, 5:47 AM

Details

Summary

Depends on D3967

I wanted to make this file more readable and also I added an entry for the blob service

Test Plan

Hard to come up with a certain plan here.
Services have to build, as usual, this is a build change.
To better check this, you'd have to manually log into the shell of a certain service and list files to see if the files listed in docker ignore are not copied to the container. You can add ls -l command to the CMD command in Dockerfiles

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.May 9 2022, 6:34 AM
Harbormaster failed remote builds in B8923: Diff 12432!
karol edited the test plan for this revision. (Show Details)
karol added reviewers: tomek, ashoat.
karol edited the test plan for this revision. (Show Details)

Looks good, although it seems like we accidentally missed services/blob/docker in the parent diff? Or was that on purpose?

.dockerignore
33 ↗(On Diff #12437)

Do we need this newline?

This revision is now accepted and ready to land.May 9 2022, 9:30 AM
.dockerignore
33 ↗(On Diff #12437)

no

Looks good, although it seems like we accidentally missed services/blob/docker in the parent diff? Or was that on purpose?

I think this is answered in https://phabricator.ashoat.com/D3967#111494, the same applies for blob and backup

This revision was automatically updated to reflect the committed changes.