aerokube / images

Browser images for Selenoid and Moon 1.x
https://aerokube.com/images/latest/
Apache License 2.0
168 stars 126 forks source link

Firefox image creation by package name does not work #609

Closed theproshin closed 1 year ago

theproshin commented 1 year ago

E: Version '110.0+build3-0ubuntu0.20.04.1' for 'firefox' was not found

os: Centos 7 go: go1.17.1 linux/amd64

I create an image according to the instructions http://aerokube.com/images/latest/#_building_images

  1. clone this repo
  2. cd ./images
  3. go build
  4. ./images firefox -b 110.0+build3-0ubuntu0.20.04.1 -t selenoid/firefox:110.0 Package name get from https://launchpad.net/ubuntu/focal/amd64/firefox/110.0+build3-0ubuntu0.20.04.1

2023/03/01 10:53:44 running command: docker build -t selenoid/dev_firefox:110.0 --build-arg VERSION=110.0+build3-0ubuntu0.20.04.1 --build-arg PPA=ppa:mozillateam/ppa /tmp/images1146646477/firefox/apt
Sending build context to Docker daemon   2.56kB
Step 1/6 : FROM browsers/base:7.4.0
 ---> 779d09f84f58
Step 2/6 : ARG VERSION
 ---> Using cache
 ---> e25a8e03723b
Step 3/6 : ARG PACKAGE=firefox
 ---> Using cache
 ---> 07afed1f61c0
Step 4/6 : ARG PPA
 ---> Using cache
 ---> 53922ad9d309
Step 5/6 : LABEL browser=$PACKAGE:$VERSION
 ---> Using cache
 ---> e0419c922bf7
Step 6/6 : RUN          ( [ "$PPA" != "" ] &&             apt-get update &&             apt-get install -y software-properties-common &&             apt-get update &&             add-apt-repository -y $PPA         ) || true &&         apt-get update &&         apt-get -y --no-install-recommends install iproute2 libavcodec58 $PACKAGE=$VERSION &&         ( [ "$PACKAGE" != "firefox" ] && ln /usr/bin/$PACKAGE /usr/bin/firefox ) || true &&         firefox --version &&         rm -Rf /tmp/* && rm -Rf /var/lib/apt/lists/*
 ---> Running in bca431f0228d
Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Get:4 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [5557 B]
Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [880 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [811 kB]
Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [752 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [808 kB]
Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1117 kB]
Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1145 kB]
Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [10.9 kB]
Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [49.0 kB]
Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [22.4 kB]
Fetched 25.9 MB in 2s (10.7 MB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  gir1.2-packagekitglib-1.0 libappstream4 libcurl3-gnutls libglib2.0-0
  libglib2.0-bin libpackagekit-glib2-18 libstemmer0d libxmlb2 packagekit
  packagekit-tools python3-blinker python3-cffi-backend python3-cryptography
  python3-distro python3-httplib2 python3-importlib-metadata python3-jeepney
  python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
  python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing
  python3-secretstorage python3-six python3-software-properties
  python3-wadllib python3-zipp unattended-upgrades xz-utils
Suggested packages:
  appstream python-blinker-doc python-cryptography-doc
  python3-cryptography-vectors python3-crypto gir1.2-secret-1 gnome-keyring
  libkf5wallet-bin python3-keyrings.alt python3-testresources
  python-pyparsing-doc python-secretstorage-doc bsd-mailx default-mta
  | mail-transport-agent needrestart powermgmt-base
The following NEW packages will be installed:
  gir1.2-packagekitglib-1.0 libappstream4 libcurl3-gnutls libglib2.0-bin
  libpackagekit-glib2-18 libstemmer0d libxmlb2 packagekit packagekit-tools
  python3-blinker python3-cffi-backend python3-cryptography python3-distro
  python3-httplib2 python3-importlib-metadata python3-jeepney python3-jwt
  python3-keyring python3-launchpadlib python3-lazr.restfulclient
  python3-lazr.uri python3-more-itertools python3-oauthlib python3-pyparsing
  python3-secretstorage python3-six python3-software-properties
  python3-wadllib python3-zipp software-properties-common unattended-upgrades
  xz-utils
The following packages will be upgraded:
  libglib2.0-0
1 upgraded, 32 newly installed, 0 to remove and 94 not upgraded.
Need to get 3985 kB of archives.
After this operation, 12.7 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu1 [1461 kB]
Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu2 [123 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu2 [25.3 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.8 [284 kB]
Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB]
Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu1 [80.9 kB]
Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 packagekit amd64 1.2.5-2ubuntu2 [442 kB]
Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 packagekit-tools amd64 1.2.5-2ubuntu2 [28.8 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB]
Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2 [236 kB]
Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB]
Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB]
Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB]
Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zipp all 1.0.0-3 [5440 B]
Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB]
Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB]
Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB]
Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB]
Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB]
Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB]
Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB]
Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB]
Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.6 [28.8 kB]
Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.6 [14.1 kB]
Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 unattended-upgrades all 2.8ubuntu1 [49.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3985 kB in 2s (1774 kB/s)
(Reading database ... 17216 files and directories currently installed.)
Preparing to unpack .../00-libglib2.0-0_2.72.4-0ubuntu1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu1) over (2.72.1-1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../01-xz-utils_5.2.5-2ubuntu1_amd64.deb ...
Unpacking xz-utils (5.2.5-2ubuntu1) ...
Selecting previously unselected package libpackagekit-glib2-18:amd64.
Preparing to unpack .../02-libpackagekit-glib2-18_1.2.5-2ubuntu2_amd64.deb ...
Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
Selecting previously unselected package gir1.2-packagekitglib-1.0.
Preparing to unpack .../03-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_amd64.deb ...
Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../04-libcurl3-gnutls_7.81.0-1ubuntu1.8_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.8) ...
Selecting previously unselected package libstemmer0d:amd64.
Preparing to unpack .../05-libstemmer0d_2.2.0-1build1_amd64.deb ...
Unpacking libstemmer0d:amd64 (2.2.0-1build1) ...
Selecting previously unselected package libxmlb2:amd64.
Preparing to unpack .../06-libxmlb2_0.3.6-2build1_amd64.deb ...
Unpacking libxmlb2:amd64 (0.3.6-2build1) ...
Selecting previously unselected package libappstream4:amd64.
Preparing to unpack .../07-libappstream4_0.15.2-2_amd64.deb ...
Unpacking libappstream4:amd64 (0.15.2-2) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../08-libglib2.0-bin_2.72.4-0ubuntu1_amd64.deb ...
Unpacking libglib2.0-bin (2.72.4-0ubuntu1) ...
Selecting previously unselected package packagekit.
Preparing to unpack .../09-packagekit_1.2.5-2ubuntu2_amd64.deb ...
Unpacking packagekit (1.2.5-2ubuntu2) ...
Selecting previously unselected package packagekit-tools.
Preparing to unpack .../10-packagekit-tools_1.2.5-2ubuntu2_amd64.deb ...
Unpacking packagekit-tools (1.2.5-2ubuntu2) ...
Selecting previously unselected package python3-blinker.
Preparing to unpack .../11-python3-blinker_1.4+dfsg1-0.4_all.deb ...
Unpacking python3-blinker (1.4+dfsg1-0.4) ...
Selecting previously unselected package python3-cffi-backend:amd64.
Preparing to unpack .../12-python3-cffi-backend_1.15.0-1build2_amd64.deb ...
Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ...
Selecting previously unselected package python3-cryptography.
Preparing to unpack .../13-python3-cryptography_3.4.8-1ubuntu2_amd64.deb ...
Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
Selecting previously unselected package python3-pyparsing.
Preparing to unpack .../14-python3-pyparsing_2.4.7-1_all.deb ...
Unpacking python3-pyparsing (2.4.7-1) ...
Selecting previously unselected package python3-httplib2.
Preparing to unpack .../15-python3-httplib2_0.20.2-2_all.deb ...
Unpacking python3-httplib2 (0.20.2-2) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../16-python3-more-itertools_8.10.0-2_all.deb ...
Unpacking python3-more-itertools (8.10.0-2) ...
Selecting previously unselected package python3-zipp.
Preparing to unpack .../17-python3-zipp_1.0.0-3_all.deb ...
Unpacking python3-zipp (1.0.0-3) ...
Selecting previously unselected package python3-importlib-metadata.
Preparing to unpack .../18-python3-importlib-metadata_4.6.4-1_all.deb ...
Unpacking python3-importlib-metadata (4.6.4-1) ...
Selecting previously unselected package python3-jeepney.
Preparing to unpack .../19-python3-jeepney_0.7.1-3_all.deb ...
Unpacking python3-jeepney (0.7.1-3) ...
Selecting previously unselected package python3-jwt.
Preparing to unpack .../20-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
Selecting previously unselected package python3-secretstorage.
Preparing to unpack .../21-python3-secretstorage_3.3.1-1_all.deb ...
Unpacking python3-secretstorage (3.3.1-1) ...
Selecting previously unselected package python3-keyring.
Preparing to unpack .../22-python3-keyring_23.5.0-1_all.deb ...
Unpacking python3-keyring (23.5.0-1) ...
Selecting previously unselected package python3-lazr.uri.
Preparing to unpack .../23-python3-lazr.uri_1.0.6-2_all.deb ...
Unpacking python3-lazr.uri (1.0.6-2) ...
Selecting previously unselected package python3-wadllib.
Preparing to unpack .../24-python3-wadllib_1.3.6-1_all.deb ...
Unpacking python3-wadllib (1.3.6-1) ...
Selecting previously unselected package python3-distro.
Preparing to unpack .../25-python3-distro_1.7.0-1_all.deb ...
Unpacking python3-distro (1.7.0-1) ...
Selecting previously unselected package python3-oauthlib.
Preparing to unpack .../26-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../27-python3-six_1.16.0-3ubuntu1_all.deb ...
Unpacking python3-six (1.16.0-3ubuntu1) ...
Selecting previously unselected package python3-lazr.restfulclient.
Preparing to unpack .../28-python3-lazr.restfulclient_0.14.4-1_all.deb ...
Unpacking python3-lazr.restfulclient (0.14.4-1) ...
Selecting previously unselected package python3-launchpadlib.
Preparing to unpack .../29-python3-launchpadlib_1.10.16-1_all.deb ...
Unpacking python3-launchpadlib (1.10.16-1) ...
Selecting previously unselected package python3-software-properties.
Preparing to unpack .../30-python3-software-properties_0.99.22.6_all.deb ...
Unpacking python3-software-properties (0.99.22.6) ...
Selecting previously unselected package software-properties-common.
Preparing to unpack .../31-software-properties-common_0.99.22.6_all.deb ...
Unpacking software-properties-common (0.99.22.6) ...
Selecting previously unselected package unattended-upgrades.
Preparing to unpack .../32-unattended-upgrades_2.8ubuntu1_all.deb ...
Unpacking unattended-upgrades (2.8ubuntu1) ...
Setting up python3-more-itertools (8.10.0-2) ...
Setting up python3-distro (1.7.0-1) ...
Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
Setting up libxmlb2:amd64 (0.3.6-2build1) ...
Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.8) ...
Setting up python3-lazr.uri (1.0.6-2) ...
Setting up python3-zipp (1.0.0-3) ...
Setting up python3-six (1.16.0-3ubuntu1) ...
Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
Setting up python3-pyparsing (2.4.7-1) ...
Setting up python3-wadllib (1.3.6-1) ...
Setting up xz-utils (5.2.5-2ubuntu1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
Setting up python3-jeepney (0.7.1-3) ...
Setting up python3-httplib2 (0.20.2-2) ...
Setting up libstemmer0d:amd64 (2.2.0-1build1) ...
Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ...
Setting up python3-blinker (1.4+dfsg1-0.4) ...
Setting up python3-importlib-metadata (4.6.4-1) ...
Setting up libappstream4:amd64 (0.15.2-2) ...
Setting up unattended-upgrades (2.8ubuntu1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype

Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version

Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service.
Setting up python3-cryptography (3.4.8-1ubuntu2) ...
Setting up packagekit (1.2.5-2ubuntu2) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of force-reload.
Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
Setting up packagekit-tools (1.2.5-2ubuntu2) ...
Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
Setting up python3-secretstorage (3.3.1-1) ...
Setting up python3-keyring (23.5.0-1) ...
Setting up python3-lazr.restfulclient (0.14.4-1) ...
Setting up python3-launchpadlib (1.10.16-1) ...
Setting up python3-software-properties (0.99.22.6) ...
Setting up software-properties-common (0.99.22.6) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
Processing triggers for dbus (1.12.20-2ubuntu4) ...
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
Reading package lists...
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Get:4 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu jammy InRelease [23.8 kB]
Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
Get:6 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu jammy/main amd64 Packages [43.1 kB]
Fetched 66.9 kB in 1s (67.2 kB/s)
Reading package lists...
PPA publishes dbgsym, you may need to include 'main/debug' component
Repository: 'deb https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/ jammy main'
Description:
Mozilla Team's Firefox stable + 102 ESR and Thunderbird 102 stable builds

Support for Ubuntu 16.04 ESM is included.
More info: https://launchpad.net/~mozillateam/+archive/ubuntu/ppa
Adding repository.
Adding deb entry to /etc/apt/sources.list.d/mozillateam-ubuntu-ppa-jammy.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/mozillateam-ubuntu-ppa-jammy.list
Adding key to /etc/apt/trusted.gpg.d/mozillateam-ubuntu-ppa.gpg with fingerprint 0AB215679C571D1C8325275B9BDB3D89CE49EC21
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:4 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu jammy InRelease
Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Package firefox is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Version '110.0+build3-0ubuntu0.20.04.1' for 'firefox' was not found
/bin/sh: 1: firefox: not found
The command '/bin/sh -c ( [ "$PPA" != "" ] &&             apt-get update &&             apt-get install -y software-properties-common &&             apt-get update &&             add-apt-repository -y $PPA         ) || true &&         apt-get update &&         apt-get -y --no-install-recommends install iproute2 libavcodec58 $PACKAGE=$VERSION &&         ( [ "$PACKAGE" != "firefox" ] && ln /usr/bin/$PACKAGE /usr/bin/firefox ) || true &&         firefox --version &&         rm -Rf /tmp/* && rm -Rf /var/lib/apt/lists/*' returned a non-zero code: 127
2023/03/01 10:54:26 command error: build dev image: command execution error: exit status 127
vania-pooh commented 1 year ago

@theproshin our images are based on Ubuntu 22.04.

theproshin commented 1 year ago

@vania-pooh , thx!