# Podman Error - Cannot create container for service init: No such image

- Published on Sep 24, 2024

## Issue

One of the following errors occurs when starting Hyperscience on RHEL with Podman:

```plaintext
Cannot create container for service init: No such image: docker.io/library.forms:33.1.9: image not known
```

```plaintext
Cannot create container for service forms_db: No such image: docker.io/library/postgres:33.1.15: image not known
```

```plaintext
Cannot create container for service hsinitcheck_init_run: No such image: docker.io/library/forms:33.1.15: image not known
```

## Affected versions

v33.1.0 and later

## Affected configurations

All configurations where Podman v4-v4.1.0 is enabled

## Cause

A bug in Podman is causing this issue. For more information about the bug, see [Podman's Docker-compatible REST API and previously pulled images](https://github.com/containers/podman/issues/14291) in GitHub.

## Solution / Workaround

Choose one of the following solutions:

- Use the solution provided on the page linked above by setting _compat_api_enforce_docker_hub_ to _false_.

- Upgrade Podman to v4.1.1 or later.
