container icon indicating copy to clipboard operation
container copied to clipboard

HedgeDoc container image resources

Results 36 container issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/hedgedoc/container). - WARN:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | minor | `14.4-alpine` -> `14.5-alpine` | --- ### Configuration 📅 **Schedule**:...

Hello, Our project, [TFNS/CTFNote](https://github.com/TFNS/CTFNote/), uses Hedgedoc's container. We recently started [pinning containers](https://github.com/TFNS/CTFNote/commit/98d13473b887a5598c8cd618f52b5abceb78f230) to specific hashes. This ensure our users always pull a version we tested for every containers. Unfortunately, it...

I originally posted this in [pull request](https://github.com/hedgedoc/container/pull/287), but realized, since the pull had been merged, it would probably go unseen. Sorry for any confusion. (updated for clarity) I ended up...

help wanted

This patch introduces a distroless container image, which cuts down the container content to the bare minimum. No shells, no package managers, nothing, just the hedgedoc. These constraints make this...

This patch enabled multi-arch builds for nightly builds, this should help to deploy hedgedoc on devices like a Raspberry Pi without resorting to third-party images. Initially, this should be done...

This patch adds a first PoC for cosign-signed container images. Cosign helps to authenticate the origin of a container image and is an important step towards supply chain integrity in...

Hi, Using given `docker-compose.yml`, I get an `/bin/sh: 1: git: not found` while `docker-compose up`ing. The error comes from the `app` container. Versions: - docker: 20.10.7 - docker-compose: 1.25.0 Thanks.

Authentication via OAUTH2/OpenID-Connect with Keycloak as IdP fails when using the Alpine based image, it succeeds with Debian based one. The images used where `quay.io/hedgedoc/hedgedoc:1.7.1-alpine` and `quay.io/hedgedoc/hedgedoc:1.7.1-debian` respectively. Error log:...

Postgres has recently (in 9469c231add3f98c262bc51a088f147571501f36) been upgraded from 9.6 to 13.4 in the default/example `docker-compose.yml` file. Users just upgrading the container repo will face the following error: The data directory...