11# Curl Container
22
3- [ ![ build_master_multi_images] ( https://github.com/curl/curl-container/actions/workflows/build_master_multi.yml/badge.svg )] ( https://github.com/curl/curl-container/actions/workflows/build_master_multi.yml )
3+ [ ![ build_master_multi_images] ( https://github.com/curl/curl-container/actions/workflows/build_master_multi.yml/badge.svg )] ( https://github.com/curl/curl-container/actions/workflows/build_master_multi.yml )
44[ ![ build_latest_release_multi_images] ( https://github.com/curl/curl-container/actions/workflows/build_latest_release_multi.yml/badge.svg )] ( https://github.com/curl/curl-container/actions/workflows/build_latest_release_multi.yml )
55
6- This repository contains infrastructure/code that generates, tests and distributes the Official curl docker images
6+ This repository contains infrastructure/code that generates, tests and distributes the Official curl docker images
77available from the following registries:
88* [ quay.io] ( https://quay.io/curl/curl ) : curl images distributed by Quay.io
99* [ docker.io] ( https://hub.docker.com/r/curlimages/curl ) : curl images distributed by docker.io
@@ -57,7 +57,7 @@ or [Jim Fuller](jim.fuller@webcomposite.com) directly.
5757The following images are available via [ github packages] ( https://github.com/orgs/curl/packages ) .
5858
5959Master branch built regularly:
60- * ** curl-dev: master ** - curl-dev ** master** branch
60+ * ** curl-dev: master ** - curl-dev ** master** branch
6161* ** curl-base: master ** - curl-base ** master** branch
6262* ** curl: master ** - curl ** master** branch
6363* ** curl-multi: master ** - curl multiarch ** master** branch
@@ -71,24 +71,24 @@ Platform specific dev images built daily:
7171* ** curl-dev-debian: master ** - debian based development environment
7272* ** curl-dev-fedora: master ** - fedora based development environment
7373
74- To use any of these development images;
74+ To use any of these development images;
7575```
7676> podman run -it -v /Users/exampleuser/src/curl:/src/curl ghcr.io/curl/curl-container/curl-dev-debian:master zsh
7777> ./buildconf
7878> ./configure
7979> make
8080```
8181
82- ** Note** - dev images are not specifically scanned for vulnerabilities and we currently _ pin_ to latest which
82+ ** Note** - dev images are not specifically scanned for vulnerabilities and we currently _ pin_ to latest which
8383always has vulns ... ** use at your own risk** . Perhaps we could consider _ pinning_ to a later 'vintage'.
8484
8585## Dependencies
8686
8787Either of the following are required to use images:
88- * [ podman] ( https://podman.io/getting-started/ )
88+ * [ podman] ( https://podman.io/getting-started/ )
8989* [ docker] ( https://docs.docker.com/get-docker/ )
9090
91- The following are required to build or release images:
91+ The following are required to build or release images:
9292* [ buildah] ( https://buildah.io/ ) : used for composing dev/build images
9393* [ qemu-user-static] ( https://github.com/multiarch/qemu-user-static ) : used for building multiarch images
9494
@@ -106,4 +106,3 @@ The release process is as follows:
106106* raise prep PR, review and merge
107107* create [ new release] ( https://github.com/curl/curl-container/releases/new ) with new tag ( ex. 8.1.2 ) based on previously created branch
108108* new tag will trigger CI for publishing to quay/docker
109-
0 commit comments