Skip to content

Commit

Permalink
wkdev-sdk: Add some useful labels to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Feb 19, 2024
1 parent 7e869c0 commit be8ee5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/wkdev_sdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ FROM ubuntu:23.04

LABEL maintainer="[email protected]"
LABEL version="1.0"
LABEL description="Provides a complete WebKit Gtk/WPE development environment based on Ubuntu 23.04"
LABEL org.opencontainers.image.title="WebKit SDK"
LABEL org.opencontainers.image.description="Provides a complete WebKit Gtk/WPE development environment based on Ubuntu 23.04"
LABEL org.opencontainers.image.source=https://github.com/Igalia/wkdev-sdk

# Tweakable "make -j <x>" setting.
ARG NUMBER_OF_PARALLEL_BUILDS=4
Expand Down

0 comments on commit be8ee5d

Please sign in to comment.