You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,22 @@ A simple `alpine` docker image that includes the Lua runtime as well as [LuaRock
6
6
7
7
## Features
8
8
9
-
- Lua 5.4.6 runtime
9
+
- Lua 5.4.7 runtime
10
10
- LuaRocks 3.9.2 package manager
11
11
- Based on Alpine Linux for a minimal footprint
12
12
- Container attestation and SBOM support
13
13
14
+
## Available Tags
15
+
16
+
Several version tags are available for flexibility:
17
+
18
+
-`evandarwin/lua:5.4.7` - Specific version (e.g., 5.4.7)
19
+
-`evandarwin/lua:5.4` - Major.Minor version (e.g., 5.4)
20
+
-`evandarwin/lua:5` - Major version only (e.g., 5)
21
+
-`evandarwin/lua:latest` - Latest stable release
22
+
23
+
We recommend using the specific version tag for production environments to ensure stability, while the less specific tags can be used for development or when you want to automatically get updates.
24
+
14
25
## Docker Image Security
15
26
16
27
This image includes supply chain security features:
@@ -20,25 +31,18 @@ This image includes supply chain security features:
20
31
The image build process includes:
21
32
- Docker provenance attestation
22
33
- Software Bill of Materials (SBOM)
23
-
- Container signing with Cosign
24
-
25
-
### Verification
26
34
27
-
You can verify the image attestations using [Cosign](https://github.com/sigstore/cosign):
0 commit comments