File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33container_ids =` buildah ls --format " {{.ContainerID}}" `
44
5- # default setttings for official curl images
5+ # default settings for official curl images
66debian_base =docker.io/debian
77fedora_base =docker.io/fedora
88base =docker.io/alpine:3.22.1
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Master branch built regularly:
6464* ** curl-base-multi: master ** - curl-base multiarch ** master** branch
6565
6666A set of special case images built regularly:
67- * ** curl-exp: master ** - curl ** master** branch built enabling expiremental features
67+ * ** curl-exp: master ** - curl ** master** branch built enabling experimental features
6868
6969Platform specific dev images built daily:
7070* ** curl-dev: master ** - alpine based development environment
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ One other goal is to ensure this infrastructure is not overly dependent on any s
2424
2525## Container Build Design
2626
27- Using [ buildah] ( https://buildah.io/ ) , we can create reusable and parameterised set of scripts building a hiearchy of
27+ Using [ buildah] ( https://buildah.io/ ) , we can create reusable and parameterised set of scripts building a hierarchy of
2828container images.
2929
3030``` commandline
@@ -58,7 +58,7 @@ Design and create container image build process using [buildah](https://buildah.
5858
5959Add CHANGELOG.md and automated release process based on tag.
6060
61- Use [ sigstore] ( https://www.sigstore.dev/ ) for signing and verifying fo all images generated by this process
61+ Use [ sigstore] ( https://www.sigstore.dev/ ) for signing and verifying of all images generated by this process
6262
6363Ensure both podman and docker work equally well.
6464
You can’t perform that action at this time.
0 commit comments