blob: 841542e220d67e2796653ad5470c386dc7ba8763 [file] [log] [blame]
Mohammed Naser86615772024-06-01 10:02:09 -04001# SPDX-License-Identifier: Apache-2.0
Mohammed Nasere786d962024-06-26 01:08:34 -04002# Atmosphere-Rebuild-Time: 2024-06-25T22:49:25Z
Mohammed Naser37694382024-04-02 21:11:31 -04003
Mohammed Naserbcd53112025-01-15 16:49:44 -05004ARG REGISTRY
Mohammed Naserd30f18d2024-04-17 01:20:43 -04005ARG RELEASE
6
Mohammed Naserbcd53112025-01-15 16:49:44 -05007FROM ${REGISTRY}/ubuntu:${RELEASE}
Mohammed Naserda994232024-04-13 12:34:01 -04008COPY trusted.gpg.d/ubuntu-cloud-keyring.gpg /etc/apt/trusted.gpg.d/ubuntu-cloud-keyring.gpg
9COPY <<EOF /etc/apt/sources.list.d/cloudarchive.list
10deb http://ubuntu-cloud.archive.canonical.com/ubuntu jammy-updates/caracal main
11EOF