Skip to content

Commit d903034

Browse files
committed
docs(pack-images): change stack id
1 parent 2deaf63 commit d903034

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ This repository is responsible for building and publishing images that builds
66
with [Cloud Native Buildpacks'](https://buildpacks.io)
77
[`pack`](https://github.com/buildpacks/pack) command.
88

9-
* [drycc/pack:20](https://hub.docker.com/r/drycc/pack/tags/) - A CNB
10-
compatible run image based on drycc/pack:20
11-
* [drycc/pack:20-build](https://hub.docker.com/r/drycc/pack/tags/) - A CNB
12-
compatible build image based on drycc/pack:20-build
9+
* [drycc/pack:bullseye](https://hub.docker.com/r/drycc/pack/tags/) - A CNB
10+
compatible run image based on drycc/pack:bullseye
11+
* [drycc/pack:bullseye-build](https://hub.docker.com/r/drycc/pack/tags/) - A CNB
12+
compatible build image based on drycc/pack:bullseye-build
1313

1414
## Usage
1515

16-
`pack build myapp --builder drycc/buildpacks:20`
16+
`pack build myapp --builder drycc/buildpacks:bullseye`
1717

1818
## System
1919

2020
The basic image is based on Debian system, See the table below for system description:
2121

22-
STACK ID | Buildpacks image | Operating System
23-
-------------|---------------------------------|---------------------------------
24-
drycc-20 | registry.drycc.cc/drycc/buildpacks:20 | Debian 11 Bullseye
22+
STACK ID | Buildpacks image | Operating System
23+
----------------|---------------------------------------------|---------------------------------
24+
drycc-bullseye | registry.drycc.cc/drycc/buildpacks:bullseye | Debian 11 Bullseye
2525

2626
The basic layer of buildpack supports custom software sources and custom software.
2727
For example, if we use alicloud to install libpq-dev, we can add `.deb-list` and `·source-list` files to the project.

0 commit comments

Comments
 (0)