blob: 2be3cdb7d9eaf9083a2a087ace2f784d923fbaff [file] [log] [blame]
Mohammed Naser86615772024-06-01 10:02:09 -04001# SPDX-License-Identifier: Apache-2.0
2# Atmosphere-Rebuild-Time: 2024-05-30T20:29:01Z
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
9deb http://ubuntu-cloud.archive.canonical.com/ubuntu jammy-updates/caracal main
10EOF