Skip to content

Commit e554e68

Browse files
author
Michael Carroll
committed
Merge branch 'main' of ssh://github.com/ignition-tooling/setup-ign-docker
2 parents 91e9765 + e4dbc2f commit e554e68

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Used to cache common binary dependencies to speed up Github Actions builds.
88
This currently uses Github Actions `on-schedule` to build hourly.
99

1010

11-
## Installed depdendencies
11+
## Installed dependencies
1212

13-
A set of base depdencies are installed for ease of CI/development use.
13+
A set of base dependencies are installed for ease of CI/development use.
1414
These include:
1515
* build-essential + clang + cmake
1616
* [`vcstool`](https://github.com/dirk-thomas/vcstool)
@@ -35,7 +35,9 @@ These include:
3535

3636
* `ghcr.io/gazebo-tooling/gz-ubuntu:bionic` - Base bionic development image with no Gazebo-collection specific binaries
3737
* `ghcr.io/gazebo-tooling/gz-ubuntu:focal` - Base focal development image with no Gazebo-collection specific binaries
38+
* `ghcr.io/gazebo-tooling/gz-ubuntu:jammy` - Base jammy development image with no Gazebo-collection specific binaries
3839
* `ghcr.io/gazebo-tooling/gz-ubuntu:citadel-bionic` - Bionic image with Citadel dependencies
39-
* `ghcr.io/gazebo-tooling/gz-ubuntu:dome-focal` - Focal image with Dome dependencies
40-
* `ghcr.io/gazebo-tooling/gz-ubuntu:edifice-focal` - Focal image with Edifice dependencies
40+
* `ghcr.io/gazebo-tooling/gz-ubuntu:fortress-focal` - Focal image with Fortress dependencies
41+
* `ghcr.io/gazebo-tooling/gz-ubuntu:garden-jammy` - Jammy image with Garden dependencies
42+
4143

0 commit comments

Comments
 (0)