Skip to content

Oracle Cloud Ampere instance #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
megvadulthangya opened this issue Dec 12, 2022 · 2 comments
Closed

Oracle Cloud Ampere instance #68

megvadulthangya opened this issue Dec 12, 2022 · 2 comments

Comments

@megvadulthangya
Copy link

Hi!

I get this error when i paste this(not exactly this, i changed passwd) config into portainer:

version: '3.1'

services:
joomla:
image: joomla
restart: always
links:
- joomladb:mysql
ports:
- 8080:80
environment:
JOOMLA_DB_HOST: joomladb
JOOMLA_DB_PASSWORD: example

joomladb:
image: mysql:5.6
restart: always
environment:
MYSQL_ROOT_PASSWORD: example

@wglambert
Copy link

The Joomla image is maintained over at https://github.com/joomla/docker-joomla
https://hub.docker.com/_/joomla
This repo is "Extended information (especially license and layer details) about the published Official Images"

To your error "failed to deploy a stack: joomladb no matching manifest for linux/arm64/v8 in the manifest list entires" it's because your service joomladb is using the image mysql:5.6 which doesn't have arm64v8 variants because Oracle doesn't publish them. docker-library/mysql#680 (comment)
See also docker-library/mysql#905 (comment)
Also mysql:5.6 is EOL as of Feb 28 2021

@megvadulthangya
Copy link
Author

Thank you for your time... Honestly i dont know how am i get here...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants