Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-baseimage-ubuntu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Prosper
docker-baseimage-ubuntu
Commits
f8b52e2c
Commit
f8b52e2c
authored
5 years ago
by
aptalca
Committed by
Ryan Kuba
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix maintainer label
parent
fcf1ffc1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
Dockerfile.aarch64
+1
-2
1 addition, 2 deletions
Dockerfile.aarch64
Dockerfile.armhf
+1
-2
1 addition, 2 deletions
Dockerfile.armhf
with
3 additions
and
6 deletions
Dockerfile
+
1
−
2
View file @
f8b52e2c
FROM
alpine:3.9
as
rootfs-stage
FROM
alpine:3.9
as
rootfs-stage
MAINTAINER
sparkyballs,thelamer
# environment
# environment
ENV
REL=bionic
ENV
REL=bionic
...
@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ /
...
@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ /
ARG
BUILD_DATE
ARG
BUILD_DATE
ARG
VERSION
ARG
VERSION
LABEL
build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL
build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL
MAINTAINER="sparkyballs,
TheLamer"
LABEL
maintainer="
TheLamer"
# set version for s6 overlay
# set version for s6 overlay
ARG
OVERLAY_VERSION="v1.22.0.0"
ARG
OVERLAY_VERSION="v1.22.0.0"
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.aarch64
+
1
−
2
View file @
f8b52e2c
FROM alpine:3.9 as rootfs-stage
FROM alpine:3.9 as rootfs-stage
MAINTAINER sparkyballs,thelamer
# environment
# environment
ENV REL=bionic
ENV REL=bionic
...
@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ /
...
@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ /
ARG BUILD_DATE
ARG BUILD_DATE
ARG VERSION
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL
MAINTAINER="sparkyballs,
TheLamer"
LABEL
maintainer="
TheLamer"
# set version for s6 overlay
# set version for s6 overlay
ARG OVERLAY_VERSION="v1.22.0.0"
ARG OVERLAY_VERSION="v1.22.0.0"
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.armhf
+
1
−
2
View file @
f8b52e2c
FROM alpine:3.9 as rootfs-stage
FROM alpine:3.9 as rootfs-stage
MAINTAINER sparkyballs,thelamer
# environment
# environment
ENV REL=bionic
ENV REL=bionic
...
@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ /
...
@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ /
ARG BUILD_DATE
ARG BUILD_DATE
ARG VERSION
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL
MAINTAINER="sparkyballs,
TheLamer"
LABEL
maintainer="
TheLamer"
# set version for s6 overlay
# set version for s6 overlay
ARG OVERLAY_VERSION="v1.22.0.0"
ARG OVERLAY_VERSION="v1.22.0.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment