Skip to content

Commit 3455842

Browse files
authored
Merge pull request #3124 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents 7cba6cc + 87ecdc2 commit 3455842

File tree

8 files changed

+32
-12
lines changed

8 files changed

+32
-12
lines changed

golang-oldstable-image/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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/)
8888
images 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
110110
CMD ["/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
115115
documentation](https://opensource.suse.com/bci-docs/guides/use-with-golang/)
116116
for 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
122122
are included in the image:
123123

124124
- go1.24-race

golang-oldstable-image/golang-oldstable-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
-------------------------------------------------------------------
27
Mon Oct 20 12:53:40 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

golang-stable-image/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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/)
8888
images 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
110110
CMD ["/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
115115
documentation](https://opensource.suse.com/bci-docs/guides/use-with-golang/)
116116
for 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
122122
are included in the image:
123123

124124
- go1.25-race

golang-stable-image/golang-stable-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
-------------------------------------------------------------------
27
Mon Oct 20 12:53:40 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

ruby-3.4-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5656
additional tools are included in the image:
5757

5858
- gcc-c++

ruby-3.4-image/ruby-3.4-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
-------------------------------------------------------------------
27
Wed Oct 29 09:17:22 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

spack-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bind-mount local directories into the container.
1313

1414
## Usage
1515
This 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.
1717
To build a containerized application stack, create the file `spack.yaml`
1818
in an empty directory with the following content:
1919
```yaml

spack-image/spack-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
-------------------------------------------------------------------
27
Mon Oct 20 12:53:40 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)