Skip to content

Commit a1a5535

Browse files
authored
Merge pull request #3356 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents cad4a24 + e64f9cf commit a1a5535

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

389-ds-image/389-ds-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Jan 19 09:33:28 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- update for 3.2
5+
16
-------------------------------------------------------------------
27
Thu Jan 1 14:16:34 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

389-ds-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#!ExclusiveArch: aarch64 ppc64le s390x x86_64
1818
#!BuildTag: opensuse/389-ds:%%389ds_version%%-%RELEASE%
1919
#!BuildTag: opensuse/389-ds:%%389ds_version%%
20-
#!BuildTag: opensuse/389-ds:3.1
20+
#!BuildTag: opensuse/389-ds:3.2
2121
#!BuildTag: opensuse/389-ds:latest
2222

2323
#!BuildRelease: 35

389-ds-image/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ is also included a pre-configured Name Service Switch (NSS) configuration
1313
file (`/etc/nsswitch.conf`).
1414

1515
```ShellSession
16-
$ podman run -it --rm -p 3389:3389 -p 3636:3636 registry.opensuse.org/opensuse/389-ds:3.1
16+
$ podman run -it --rm -p 3389:3389 -p 3636:3636 registry.opensuse.org/opensuse/389-ds:3.2
1717
```
1818

1919
## Volumes
@@ -26,7 +26,7 @@ To mount a host directory as a volume for your database, run the following
2626
command:
2727

2828
```ShellSession
29-
$ podman run -it --rm -v /my/own/datadir:/data:Z -p 3389:3389 -p 3636:3636 registry.opensuse.org/opensuse/389-ds:3.1
29+
$ podman run -it --rm -v /my/own/datadir:/data:Z -p 3389:3389 -p 3636:3636 registry.opensuse.org/opensuse/389-ds:3.2
3030
```
3131

3232
## Certificates

0 commit comments

Comments
 (0)