Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jan 2, 2024
1 parent 1799c2b commit df48f1a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,22 @@ Various docker containers used within Lehigh Libraries infrastructure.
## Structure

```
|-- ./.github/workflows/image1.yml
|-- ./.github/workflows/image2.yml
...
...
...
|-- ./.github/workflows/imageN.yml
|-- ./image1
| `-- ./image1/Dockerfile
| `-- ./image1/.build-args/TAG1
| `-- ./image1/.build-args/TAG2
|-- ./image2
| `-- ./image2/Dockerfile
| `-- ./image2/.build-args/TAG1
...
...
...
|-- ./imageN
| `-- ./imageN/Dockerfile
| `-- ./imageN/.build-args/TAG1
```

Each docker image is defined within its own directory.

The image then has a GitHub action defined in [.github/workflows](./.github/workflows) that uses the base [build-push GitHub Action workflow](./.github/workflows/build-push.yml) to push images to Google Artifact Registry.
The image then has a `.build-args` directory. That directory contains a file that is represents a specific version for the tag. The file then contains any `build-args` that may be needed for the docker build.

0 comments on commit df48f1a

Please sign in to comment.