Mohammed Naser | 8661577 | 2024-06-01 10:02:09 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
Mohammed Naser | 735efe2 | 2024-06-26 23:46:25 -0400 | [diff] [blame] | 2 | # Atmosphere-Rebuild-Time: 2024-06-26T17:38:39Z |
Mohammed Naser | 3769438 | 2024-04-02 21:11:31 -0400 | [diff] [blame] | 3 | |
Mohammed Naser | d4ae9be | 2025-01-15 16:49:44 -0500 | [diff] [blame^] | 4 | ARG REGISTRY |
Mohammed Naser | d30f18d | 2024-04-17 01:20:43 -0400 | [diff] [blame] | 5 | ARG RELEASE |
| 6 | |
Mohammed Naser | d4ae9be | 2025-01-15 16:49:44 -0500 | [diff] [blame^] | 7 | FROM ${REGISTRY}/ubuntu:${RELEASE} |
Mohammed Naser | da99423 | 2024-04-13 12:34:01 -0400 | [diff] [blame] | 8 | COPY trusted.gpg.d/ubuntu-cloud-keyring.gpg /etc/apt/trusted.gpg.d/ubuntu-cloud-keyring.gpg |
| 9 | COPY <<EOF /etc/apt/sources.list.d/cloudarchive.list |
| 10 | deb http://ubuntu-cloud.archive.canonical.com/ubuntu jammy-updates/caracal main |
| 11 | EOF |