Skip to content

Commit df59815

Browse files
authored
Update for jammy release branch (#864)
1 parent 5f97b49 commit df59815

File tree

8 files changed

+7
-294
lines changed

8 files changed

+7
-294
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/labels.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/backport.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/sync-labels.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/update-license.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/workflows/update-s6-overlay.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ LABEL maintainer=devpow112
9393
LABEL org.opencontainers.image.authors=devpow112
9494
LABEL org.opencontainers.image.title='Docker Ubuntu (Base)'
9595
LABEL org.opencontainers.image.description='Ubuntu docker container for use as base for other containers.'
96-
LABEL org.opencontainers.image.documentation=https://github.com/devpow112/docker-base-ubuntu#readme
96+
LABEL org.opencontainers.image.documentation=https://github.com/devpow112/docker-base-ubuntu/tree/release/jammy#readme
9797
LABEL org.opencontainers.image.licenses=MIT
98-
LABEL org.opencontainers.image.source=https://github.com/devpow112/docker-base-ubuntu
99-
LABEL org.opencontainers.image.url=https://github.com/devpow112/docker-base-ubuntu
98+
LABEL org.opencontainers.image.source=https://github.com/devpow112/docker-base-ubuntu/tree/release/jammy
99+
LABEL org.opencontainers.image.url=https://github.com/devpow112/docker-base-ubuntu/tree/release/jammy
100100
LABEL org.opencontainers.image.vendor=devpow112
101101
LABEL org.opencontainers.image.created=${BUILD_DATETIME}
102102
LABEL org.opencontainers.image.revision=${BUILD_REVISION}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ standard [Ubuntu][Ubuntu Container] container.
4141
This is the intended usage.
4242

4343
```dockerfile
44-
FROM ghcr.io/devpow112/base-ubuntu:latest
44+
FROM ghcr.io/devpow112/base-ubuntu:jammy
4545

4646
...
4747
```
@@ -54,13 +54,13 @@ testing with.
5454
```console
5555
docker run --it --rm \
5656
--entrypoint /bin/bash \
57-
ghcr.io/devpow112/base-ubuntu:latest
57+
ghcr.io/devpow112/base-ubuntu:jammy
5858
```
5959

6060
<!-- links -->
6161
[License]: https://img.shields.io/github/license/devpow112/docker-base-ubuntu?label=License
62-
[Release Badge]: https://github.com/devpow112/docker-base-ubuntu/actions/workflows/release.yml/badge.svg?branch=main
63-
[Release Workflow]: https://github.com/devpow112/docker-base-ubuntu/actions/workflows/release.yml?query=branch%3Amain
62+
[Release Badge]: https://github.com/devpow112/docker-base-ubuntu/actions/workflows/release.yml/badge.svg?branch=release%2Fjammy
63+
[Release Workflow]: https://github.com/devpow112/docker-base-ubuntu/actions/workflows/release.yml?query=branch%3Arelease%2Fjammy
6464
[Ubuntu]: https://ubuntu.com
6565
[Docker Buildx]: https://docs.docker.com/buildx/working-with-buildx
6666
[Docker CLI]: https://docs.docker.com/engine/reference/commandline/build

0 commit comments

Comments
 (0)