blob: 581e3f08995bbb1f3546db9358fd72da561a5d11 [file] [log] [blame]
vexxhost-bot6e0e4362024-06-01 21:24:08 +02001# SPDX-License-Identifier: Apache-2.0
vexxhost-bot65e04a22024-06-26 15:46:55 +02002# Atmosphere-Rebuild-Time: 2024-06-25T22:49:25Z
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