Closed zaki-lknr closed 1 year ago
tag付けされているバージョンは0.6.0だが、内容が古く、参照しているreceptorは 1.0.0a2 がハードコーディングされている。 receptorのバージョンを上げた場合はここを修正する必要がある。
1.0.0a2
https://github.com/ansible/awx-ee/blob/0.6.0/Containerfile#L30
COPY --from=quay.io/project-receptor/receptor:1.0.0a2 /usr/bin/receptor /usr/bin/receptor
0.6.0 tag is outdated. Can you make a new tag? · Issue #117 · ansible/awx-ee
とりあえず Containerfile の該当行を、使用するreceptorのバージョンに合わせる処理を入れる…でいいかなぁ。
Containerfile
21.11.0のリリースで、awx-eeイメージにタグが付与するようになった(リポジトリは対象外) 0.6.0のままだと内容も古いため、develブランチに合わせる
リポジトリのバージョンとイメージのバージョン(tag)を分ける必要があるかも
tag付けされているバージョンは0.6.0だが、内容が古く、参照しているreceptorは
1.0.0a2
がハードコーディングされている。 receptorのバージョンを上げた場合はここを修正する必要がある。https://github.com/ansible/awx-ee/blob/0.6.0/Containerfile#L30
0.6.0 tag is outdated. Can you make a new tag? · Issue #117 · ansible/awx-ee