Skip to content

Commit d2568bb

Browse files
committed
update documentation in Podman-build files.
1 parent 48590f5 commit d2568bb

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docker/buildUbuntu1804.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# an API wrapper for a collection of SMT solvers:
55
# https://github.com/sosy-lab/java-smt
66
#
7-
# SPDX-FileCopyrightText: 2021 Dirk Beyer <https://www.sosy-lab.org>
7+
# SPDX-FileCopyrightText: 2025 Dirk Beyer <https://www.sosy-lab.org>
88
#
99
# SPDX-License-Identifier: Apache-2.0
1010

@@ -15,6 +15,5 @@ podman build -t registry.gitlab.com/sosy-lab/software/java-smt/develop:ubuntu180
1515
# with read and write rights to the Gitlab registry (full API access is not required)
1616
#
1717
# Please use the following commands to push the build image to Gitlab:
18-
# docker login registry.gitlab.com
19-
# docker push registry.gitlab.com/sosy-lab/software/java-smt/develop:ubuntu1804
20-
18+
# podman login registry.gitlab.com
19+
# podman push registry.gitlab.com/sosy-lab/software/java-smt/develop:ubuntu1804

docker/buildUbuntu2204.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# an API wrapper for a collection of SMT solvers:
55
# https://github.com/sosy-lab/java-smt
66
#
7-
# SPDX-FileCopyrightText: 2024 Dirk Beyer <https://www.sosy-lab.org>
7+
# SPDX-FileCopyrightText: 2025 Dirk Beyer <https://www.sosy-lab.org>
88
#
99
# SPDX-License-Identifier: Apache-2.0
1010

@@ -15,6 +15,5 @@ podman build -t registry.gitlab.com/sosy-lab/software/java-smt/develop:ubuntu220
1515
# with read and write rights to the Gitlab registry (full API access is not required)
1616
#
1717
# Please use the following commands to push the build image to Gitlab:
18-
# docker login registry.gitlab.com
19-
# docker push registry.gitlab.com/sosy-lab/software/java-smt/develop:ubuntu2204
20-
18+
# podman login registry.gitlab.com
19+
# podman push registry.gitlab.com/sosy-lab/software/java-smt/develop:ubuntu2204

0 commit comments

Comments
 (0)