blob: db1d0bf21e9e5755ebd6847a75f23d8ff665d5d9 [file] [log] [blame]
Mohammed Naser86615772024-06-01 10:02:09 -04001# SPDX-License-Identifier: Apache-2.0
Mohammed Naser142dc922024-06-20 21:19:25 -04002# Atmosphere-Rebuild-Time: 2024-06-17T13:34:17Z
Mohammed Naser37694382024-04-02 21:11:31 -04003
Mohammed Naserd30f18d2024-04-17 01:20:43 -04004ARG RELEASE
5
6FROM registry.atmosphere.dev/library/ubuntu:${RELEASE}
Mohammed Naserda994232024-04-13 12:34:01 -04007COPY trusted.gpg.d/ubuntu-cloud-keyring.gpg /etc/apt/trusted.gpg.d/ubuntu-cloud-keyring.gpg
8COPY <<EOF /etc/apt/sources.list.d/cloudarchive.list
Mohammed Naser142dc922024-06-20 21:19:25 -04009deb http://ubuntu-cloud.archive.canonical.com/ubuntu jammy-updates/bobcat main
Mohammed Naserda994232024-04-13 12:34:01 -040010EOF