Skip to content
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

Ubuntu 24.04 needs apollo-neo-env-manager-dev version 10.0.0-rc1-r4 #15653

Open
nero19960329 opened this issue Feb 25, 2025 · 0 comments
Open

Comments

@nero19960329
Copy link

We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 18.04): Linux Ubuntu 24.04
  • Apollo installed from (source or binary): Not sure, not from source
  • Apollo version (3.5, 5.0, 5.5, 6.0): 10.0
  • Output of apollo.sh config if on master branch:

Steps to reproduce the issue:

  • At Ubuntu 24.04, run commands below:
sudo apt-get update
sudo apt-get install ca-certificates curl gnupg

sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://apollo-pkg-beta.cdn.bcebos.com/neo/beta/key/deb.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/apolloauto.gpg
sudo chmod a+r /etc/apt/keyrings/apolloauto.gpg

echo \
    "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/apolloauto.gpg] https://apollo-pkg-beta.cdn.bcebos.com/apollo/core"\
    $(. /etc/os-release && echo "$VERSION_CODENAME") "main" | \
    sudo tee /etc/apt/sources.list.d/apolloauto.list
sudo apt-get update
  • Check aem's version:
> apt-cache policy apollo-neo-env-manager-dev

apollo-neo-env-manager-dev:
  已安装:9.0.0-rc1
  候选: 9.0.0-rc1
  版本列表:
 *** 9.0.0-rc1 500
        500 https://apollo-pkg-beta.cdn.bcebos.com/apollo/core noble/main amd64 Packages
        100 /var/lib/dpkg/status

Since aem 9.0.0 cannot start 10.0.0's docker, so aem 10.0.0 from Ubuntu 24.04 is needed.

Supporting materials (screenshots, command lines, code/script snippets):

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

1 participant