Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 7fbe764

Browse files
authored
Merge pull request #3 from realk1ko/dev
Adapted comment for version workaround and switched from ENTRYPOINT t…
2 parents 2dbdb1a + e7e4984 commit 7fbe764

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
username: ${{ secrets.username }}
4242
password: ${{ secrets.token }}
4343

44-
# FIXME this is kind of hacky, but for some reason $GITHUB_OUTPUT and $GITHUB_ENV just don't work here
44+
# FIXME see https://github.com/addnab/docker-run-action/issues/41
4545
- name: Get Cockpit version (workaround)
4646
uses: addnab/docker-run-action@v3
4747
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ RUN set -euo pipefail && \
2525

2626
ENV COCKPIT_SSH_KEY_PATH /etc/cockpit/identity
2727

28-
ENTRYPOINT [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ]
28+
CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Cockpit Web Service (`cockpit-ws`).
1818
The following tags are published to the GitHub Container Registry:
1919

2020
- `:latest`: This is the tag you should be using. is updated within a day of a new release of the Cockpit packages for
21-
Fedora automatically. Additionally, each release is tagged with the installed Cockpit (e. g. `:280`).
21+
Fedora automatically. Additionally, each release is tagged with the installed Cockpit version (e. g. `:280`).
2222
- `:edge`: Latest build of the image on the latest commit on the `dev` branch. Each image tagged with this is also
2323
tagged with the SHA commit reference it was built on (e. g. `:sha-bb8c5c4`).
2424

0 commit comments

Comments
 (0)