blob: 992ef3c64aed98512bc22b83542fcf2ab17093c5 [file] [log] [blame]
Mohammed Naser86615772024-06-01 10:02:09 -04001# SPDX-License-Identifier: Apache-2.0
Mohammed Naser735efe22024-06-26 23:46:25 -04002# Atmosphere-Rebuild-Time: 2024-06-26T17:38:39Z
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