Skip to content

Commit

Permalink
Add: issues about differing digest and missing signature key error
Browse files Browse the repository at this point in the history
  • Loading branch information
altfoxie committed Jun 2, 2024
1 parent be93afa commit 3e394a2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/en/issues.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Common Issues {#issues}

## Image digest differs from the original {#digest}

[Stack Overflow](https://stackoverflow.com/questions/45533005/why-digests-are-different-depend-on-registry)

## Error `missing signature key` {#missing-signature-key}

<!-- thanks @BadBadBat -->

You are likely using an outdated version of Docker. Update Docker to the latest version.

[Stack Overflow](https://stackoverflow.com/questions/60697752/getting-docker-error-daemon-is-missing-signature-key-on-docker-pull)

## Using SOCKS5 with Watchtower {#watchtower-socks5}

<!-- https://github.com/huecker-io/huecker/issues/3 -->
Expand Down
12 changes: 12 additions & 0 deletions src/issues.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Распространенные проблемы {#issues}

## Image digest отличается от оригинала {#digest}

[Stack Overflow](https://stackoverflow.com/questions/45533005/why-digests-are-different-depend-on-registry)

## Ошибка `missing signature key` {#missing-signature-key}

<!-- thanks @BadBadBat -->

Вероятно, вы используете устаревшую версию Docker. Обновите Docker до последней версии.

[Stack Overflow](https://stackoverflow.com/questions/60697752/getting-docker-error-daemon-is-missing-signature-key-on-docker-pull)

## Использование SOCKS5 вместе с Watchtower {#watchtower-socks5}

<!-- https://github.com/huecker-io/huecker/issues/3 -->
Expand Down

0 comments on commit 3e394a2

Please sign in to comment.