Skip to content

libnginx-mod-http-passenger arm support #2452

Closed
@danquack

Description

@danquack

Issue report

Question 1: What is the problem?
Arm binary for libnginx-mod-http-passenger not available in oss binaries - https://oss-binaries.phusionpassenger.com/apt/passenger/dists/jammy/main/

  • How can we reproduce it?
# syntax=docker/dockerfile:1.4
FROM ubuntu:jammy

RUN <<eot 
  apt-get -qq update
  apt-get install -y -qq dirmngr gnupg apt-transport-https ca-certificates lsb-release
  apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 561F9B9CAC40B2F7
  echo deb [arch=$(dpkg --print-architecture)] https://oss-binaries.phusionpassenger.com/apt/passenger $(lsb_release -sc) main > /etc/apt/sources.list.d/passenger.list
  apt-get -qq update
  apt-get install -qq -y passenger libnginx-mod-http-passenger
eot
#9 32.98 E: Unable to locate package libnginx-mod-http-passenger

Question 4: Passenger installation method:

Your answer:

  • RubyGems + Gemfile
  • RubyGems, no Gemfile
  • Phusion APT repo
  • Phusion YUM repo
  • OS X Homebrew
  • source tarball
  • Other, please specify:

Question 6: Are you using a PaaS and/or containerization? If so which one?

  • For example: Heroku, Amazon Container Services, Docker 1.9 with an image based on passenger-docker

Your answer: Containerization (docker)

Question 7: Anything else about your setup that we should know?

Your answer: no

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions