0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

(メモ)missing signature keyエラーでoc new-appが失敗してしまう

Last updated at Posted at 2022-06-02

対策

  • skopeo copy commandで--format v2s1を指定する
  • podman build時に--format=docker オプションを使う

…で解決。

If anyone else facing this issue. Here is workaround and tracking for your information

As a workaround kindly try the below suggestion.
Add the --format v2s1 flag to the skopeo copy command in the previous step to push the image to Quay with an OCP4.6 compatible manifest.

Refer to https://issues.redhat.com/browse/PROJQUAY-3285 to track the long term fix.

Alternatively, you can build the image by using the podman build --format=docker in step 3.3.

podman build --format=docker --layers=false -t do288-apache ./container-build

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?