File tree Expand file tree Collapse file tree 8 files changed +32
-12
lines changed
Expand file tree Collapse file tree 8 files changed +32
-12
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ $ podman run --rm -v "$PWD":/app:Z -w /app registry.opensuse.org/opensuse/bci/go
8282```
8383
8484
85- ### Building from SLE BCI
85+ ### Building from openSUSE BCI
8686
87- The [ SLE BCI General Purpose Base Containers] ( https://opensource.suse.com/bci-docs/documentation/general-purpose-bci/ )
87+ The [ openSUSE BCI General Purpose Base Containers] ( https://opensource.suse.com/bci-docs/documentation/general-purpose-bci/ )
8888images offer four different options for deployment, depending on your exact requirements.
8989
9090``` Dockerfile
@@ -110,15 +110,15 @@ COPY --from=build /hello /usr/local/bin/hello
110110CMD ["/usr/local/bin/hello" ]
111111```
112112
113- The above example uses the SLE BCI micro image as the deployment image for
114- the resulting application. See the [ SLE BCI use with Go
113+ The above example uses the openSUSE BCI micro image as the deployment image for
114+ the resulting application. See the [ openSUSE BCI use with Go
115115documentation] ( https://opensource.suse.com/bci-docs/guides/use-with-golang/ )
116116for further details.
117117
118118
119119## Additional tools
120120
121- In addition to the standard SLE BCI development packages, the following tools
121+ In addition to the standard openSUSE BCI development packages, the following tools
122122are included in the image:
123123
124124- go1.24-race
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Nov 6 08:22:20 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - avoid using SLE in the openSUSE BCI images
5+
16-------------------------------------------------------------------
27Mon Oct 20 12:53:40 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ $ podman run --rm -v "$PWD":/app:Z -w /app registry.opensuse.org/opensuse/bci/go
8282```
8383
8484
85- ### Building from SLE BCI
85+ ### Building from openSUSE BCI
8686
87- The [ SLE BCI General Purpose Base Containers] ( https://opensource.suse.com/bci-docs/documentation/general-purpose-bci/ )
87+ The [ openSUSE BCI General Purpose Base Containers] ( https://opensource.suse.com/bci-docs/documentation/general-purpose-bci/ )
8888images offer four different options for deployment, depending on your exact requirements.
8989
9090``` Dockerfile
@@ -110,15 +110,15 @@ COPY --from=build /hello /usr/local/bin/hello
110110CMD ["/usr/local/bin/hello" ]
111111```
112112
113- The above example uses the SLE BCI micro image as the deployment image for
114- the resulting application. See the [ SLE BCI use with Go
113+ The above example uses the openSUSE BCI micro image as the deployment image for
114+ the resulting application. See the [ openSUSE BCI use with Go
115115documentation] ( https://opensource.suse.com/bci-docs/guides/use-with-golang/ )
116116for further details.
117117
118118
119119## Additional tools
120120
121- In addition to the standard SLE BCI development packages, the following tools
121+ In addition to the standard openSUSE BCI development packages, the following tools
122122are included in the image:
123123
124124- go1.25-race
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Nov 6 08:22:20 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - avoid using SLE in the openSUSE BCI images
5+
16-------------------------------------------------------------------
27Mon Oct 20 12:53:40 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The Ruby image sets the locale environment variable `LANG` to `C.UTF-8`.
5252
5353## Additional tools
5454
55- In addition to the standard SLE BCI development packages the following
55+ In addition to the standard openSUSE BCI development packages the following
5656additional tools are included in the image:
5757
5858- gcc-c++
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Nov 6 08:22:20 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - avoid using SLE in the openSUSE BCI images
5+
16-------------------------------------------------------------------
27Wed Oct 29 09:17:22 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bind-mount local directories into the container.
1313
1414## Usage
1515This image may be used to build and containerize application stacks using
16- Spack. The stack is installed in a base container such as SLE BCI Base.
16+ Spack. The stack is installed in a base container such as openSUSE BCI Base.
1717To build a containerized application stack, create the file ` spack.yaml `
1818in an empty directory with the following content:
1919``` yaml
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Nov 6 08:22:20 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - avoid using SLE in the openSUSE BCI images
5+
16-------------------------------------------------------------------
27Mon Oct 20 12:53:40 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38
You can’t perform that action at this time.
0 commit comments