blob: 7ebeca6add755c2f1aefa7ab3b193b4af0a7b4e2 [file] [log] [blame]
vexxhost-bota62d9312024-06-01 21:13:59 +02001# SPDX-License-Identifier: Apache-2.0
vexxhost-bot4a8f0912024-06-28 22:34:23 +02002# Atmosphere-Rebuild-Time: 2024-06-28T12:14:26Z
Mohammed Naser37694382024-04-02 21:11:31 -04003
Mohammed Naser19c6c8a2024-04-18 01:47:10 -04004ARG RELEASE
5
6FROM registry.atmosphere.dev/library/ubuntu:${RELEASE}
Mohammed Naserd28fbaf2024-04-08 17:15:00 -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/zed main
10EOF