1
0
mirror of https://github.com/containers/buildah.git synced 2026-02-05 09:45:38 +01:00
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2020-12-21 11:19:56 -05:00
parent 7734b68d6a
commit c7963db369
34 changed files with 55 additions and 55 deletions

View File

@@ -276,4 +276,4 @@ Well done. You have learned a lot about Buildah using this short tutorial. Hopef
If you have any suggestions or issues please post them at the [Buildah Issues page](https://github.com/containers/buildah/issues).
For more information on Buildah and how you might contribute please visit the [Buildah home page on Github](https://github.com/containers/buildah).
For more information on Buildah and how you might contribute please visit the [Buildah home page on GitHub](https://github.com/containers/buildah).

View File

@@ -185,7 +185,7 @@ Well done. You have learned about Buildah's ONBUILD functionality using this sho
If you have any suggestions or issues please post them at the [Buildah Issues page](https://github.com/containers/buildah/issues).
For more information on Buildah and how you might contribute please visit the [Buildah home page on Github](https://github.com/containers/buildah).
For more information on Buildah and how you might contribute please visit the [Buildah home page on GitHub](https://github.com/containers/buildah).
[GitHub]: https://github.com/containers/podman/
[image specification]: https://github.com/opencontainers/runtime-spec

View File

@@ -259,7 +259,7 @@ sh-5.0$ buildah info
Now create some files for testing.
This container test file excersises at least some of the critical parts of building an image (package update/installation, execution of commands, and use of volumes).
This container test file exercises at least some of the critical parts of building an image (package update/installation, execution of commands, and use of volumes).
````console
sh-5.0$ cat > test-script.sh <<EOF