Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(bamboo): version bump to 9.4.2 #55

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
FROM docker.io/openjdk:11-slim

ARG BUILD_ID=""
ARG BAMBOO_VERSION="9.3.3"
ARG BAMBOO_VERSION="9.4.2"
ARG PORT=""
ARG REF=""

LABEL org.opencontainers.image.description="Containerised Atlassian Bamboo Server"
LABEL maintainer="Said Sef <said@saidsef.co.uk> (saidsef.co.uk/)"
LABEL "uk.co.saidsef.bamboo"="${REF}"
LABEL org.opencontainers.image.authors="Said Sef <said@saidsef.co.uk> (saidsef.co.uk/)"
LABEL org.opencontainers.image.version="uk.co.saidsef.bamboo=${REF}"
LABEL org.opencontainers.image.documentation="https://confluence.atlassian.com/bambooreleases/bamboo-9-4-release-notes-1312161836.html"

ENV BAMBOO_HOME /data
ENV BB_PKG_NAME atlassian-bamboo-${BAMBOO_VERSION}
Expand Down