Skip to content

Commit

Permalink
adding full docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
kehoecj committed Nov 2, 2023
1 parent 1871216 commit 78eedf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ We offer alpine, ubuntu, and scratch containers
#### Apline

```
docker pull config-file-validator:1.5.0
docker pull ghcr.io/boeing/config-file-validator:v1.5.0
```

#### Ubuntu

```
docker pull config-file-validator-ubuntu:1.5.0
docker pull ghcr.io/boeing/config-file-validator-ubuntu:v1.5.0
```

#### Scratch

```
docker pull config-file-validator-scratch:1.5.0
docker pull ghcr.io/boeing/config-file-validator-scratch:v1.5.0
```

### Binary Releases
Expand Down
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ We offer alpine, ubuntu, and scratch containers
#### Apline

```
docker pull config-file-validator:1.5.0
docker pull ghcr.io/boeing/config-file-validator:v1.5.0
```

#### Ubuntu

```
docker pull config-file-validator-ubuntu:1.5.0
docker pull ghcr.io/boeing/config-file-validator-ubuntu:v1.5.0
```

#### Scratch

```
docker pull config-file-validator-scratch:1.5.0
docker pull ghcr.io/boeing/config-file-validator-scratch:v1.5.0
```

### Binary Releases
Expand Down

0 comments on commit 78eedf0

Please sign in to comment.