-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create an osc container for package maintenance
Co-authored-by: Dmitri Popov <[email protected]> Co-authored-by: Daniel Mach <[email protected]>
- Loading branch information
1 parent
574f40c
commit d4af88b
Showing
4 changed files
with
213 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
# OSC Packaging Container | ||
|
||
{% include 'badges.j2' %} | ||
|
||
This is the openSUSE packaging container image that includes all the required | ||
tools for creating and modifying packages in the [Open Build | ||
Service](https://build.opensuse.org/) using | ||
[osc](https://github.com/openSUSE/osc/). | ||
|
||
|
||
## How to use this container image | ||
|
||
The container image is intended for interactive usage with a `.oscrc` configuration file and | ||
the osc cookiejar mounted into the container: | ||
|
||
```ShellSession | ||
# podman run --rm -it \ | ||
-v ~/.config/osc/oscrc:/root/.config/osc/oscrc:ro,z \ | ||
-v ~/.local/state/osc/cookiejar:/root/.local/state/osc/cookiejar:rw,z \ | ||
{{ image.pretty_reference }} | ||
``` | ||
|
||
The command launches an interactive shell environment that uses the local osc | ||
configuration. You can then check out packages, perform modifications, and send | ||
submissions to OBS. | ||
|
||
To work on an already checked out package, mount the current working directory: | ||
|
||
```ShellSession | ||
# podman run --rm -it \ | ||
-v ~/.config/osc/oscrc:/root/.config/osc/oscrc:ro,z \ | ||
-v ~/.local/state/osc/cookiejar:/root/.local/state/osc/cookiejar:z \ | ||
-v .:/root/osc-workdir:z \ | ||
{{ image.pretty_reference }} | ||
``` | ||
|
||
The container entrypoint recognizes whether you are launching it for interactive | ||
usage or invoking `osc` directly. You can omit the command `osc` in the second | ||
case. For example: | ||
|
||
```ShellSession | ||
# podman run --rm -it \ | ||
-v ~/.config/osc/oscrc:/root/.config/osc/oscrc:ro,z \ | ||
-v ~/.local/state/osc/cookiejar:/root/.local/state/osc/cookiejar:z \ | ||
{{ image.pretty_reference }} \ | ||
ls openSUSE:Factory | ||
``` | ||
|
||
The command automatically forwards the arguments to `osc` and calls | ||
`osc ls openSUSE:Factory`. | ||
|
||
|
||
### Building packages | ||
|
||
The container image can be used to build packages using the podman build | ||
backend. You **must** launch the container in privileged mode for building. | ||
|
||
|
||
### Using the image labels | ||
|
||
The image provides two labels: `run` and `runcwd`. The first includes the full | ||
command, to run the `osc` container, while the second to run the container with | ||
the local working directory mounted. | ||
|
||
To view the labels, use the following command: | ||
|
||
```ShellSession | ||
# podman container runlabel run --display {{ image.pretty_reference }} | ||
# podman container runlabel runcwd --display {{ image.pretty_reference }} | ||
``` | ||
|
||
The labels can be used to run the container with Podman version 5.1.0 or later: | ||
```ShellSession | ||
# podman container runlabel run \ | ||
{{ image.pretty_reference }} \ | ||
ls openSUSE:Factory | ||
``` | ||
|
||
|
||
### Connecting to build.suse.de | ||
|
||
build.suse.de uses an SSH-based authentication, which requires additional | ||
resources to be available in the container. You also must provide the internal certificate to the container: | ||
|
||
```ShellSession | ||
# podman run --rm -it \ | ||
-v ~/.config/osc/oscrc:/root/.config/osc/oscrc:ro,z \ | ||
-v ~/.local/state/osc/cookiejar:/root/.local/state/osc/cookiejar:z \ | ||
-v /etc/ssl/ca-bundle.pem:/etc/ssl/ca-bundle.pem:ro,z \ | ||
-v $SSH_AUTH_SOCK:/run/user/0/ssh-agent.socket:z \ | ||
-e SSH_AUTH_SOCK=/var/run/user/0/ssh-agent.socket:z \ | ||
-v "$PWD":/root/osc-workdir:z \ | ||
{{ image.pretty_reference }} | ||
``` | ||
|
||
|
||
## Limitations | ||
|
||
- Currently, it is not possible to build packages in a container. | ||
- The `runlabel run` command only works with Podman 5.1.0 and newer. | ||
|
||
|
||
## Volumes | ||
|
||
The container image is preconfigured to put `/var/tmp` into a volume. This | ||
directory is used by `osc` to store the buildroot and the package cache. | ||
|
||
{% include 'licensing_and_eula.j2' %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/bin/bash | ||
|
||
if [[ ! -e /root/.config/osc/oscrc ]]; then | ||
cat << EOF | ||
This container is expected to be launched with your oscrc mounted to | ||
/root/.config/osc/oscrc | ||
Please consult the README or the label 'run' for the full invocation. | ||
EOF | ||
fi | ||
|
||
if [[ "-h --help -v --verbose -q --quiet --debug --debugger --post-mortem --traceback -H --http-debug --http-full-debug -A --apiurl --config --setopt --no-keyring add addchannels addcontainers addremove ar aggregatepac api branch getpac bco branchco browse build wipe shell chroot buildconfig buildhistory buildhist buildinfo buildlog buildlogtail blt bl cat less blame changedevelrequest changedevelreq cr checkconstraints checkout co clean cleanassets ca clone comment commit checkin ci config copypac create-pbuild-config cpc createincident createrequest creq delete remove del rm deleterequest deletereq droprequest dropreq dr dependson detachbranch develproject dp bsdevelproject diff di ldiff linkdiff distributions dists downloadassets da enablechannels enablechannel fork getbinaries help importsrcpkg info init jobhistory jobhist linkpac linktobranch list LL lL ll ls localbuildlog lbl lock log maintainer bugowner maintenancerequest mr mbranch maintained sm meta mkpac mv my patchinfo pdiff prdiff projdiff projectdiff prjresults pr pull pull_request rdelete rdiff rebuild rebuildpac release releaserequest remotebuildlog remotebuildlogtail rbuildlogtail rblt rbuildlog rbl repairlink repairwc repo repositories platforms repos repourls request review rq requestmaintainership reqbs reqms reqmaintainership requestbugownership reqbugownership resolved restartbuild abortbuild results r revert rpmlintlog lint rpmlint rremove search bse se sendsysrq service setdevelproject sdp setlinkrev showlinked signkey staging status st submitrequest submitpac submitreq sr token triggerreason tr undelete unlock update up updatepacmetafromspec updatepkgmetafromspec metafromspec vc version whatdependson whois user who wipebinaries unpublish workerinfo" =~ (^|[[:space:]])$1($|[[:space:]]) ]]; then | ||
# looks like the user is executing the container as the osc command | ||
osc "$@" | ||
else | ||
exec "$@" | ||
fi |