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

Cpbr 1867 ubi9 minimal #618

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
70e40c0
add trimmed down dockerfile
hk10111 Oct 30, 2024
2541a91
add docker refresh module
hk10111 Nov 6, 2024
409bb4c
copy binaries from cp-base-new
hk10111 Nov 6, 2024
169acae
create dockerfile with jre and ubi-micro
hk10111 Nov 6, 2024
f3c7fbf
add mvn build
hk10111 Nov 6, 2024
529ac03
minor fix to env var
hk10111 Nov 6, 2024
b104644
add remaining files
hk10111 Nov 6, 2024
d1014b9
add tests
hk10111 Nov 6, 2024
241633b
add tests for ub
hk10111 Nov 12, 2024
da30d3f
add ub tests
hk10111 Nov 12, 2024
ea65844
add cp-base-refresh to deploy pipeline
hk10111 Nov 12, 2024
42421f4
remove tag
hk10111 Nov 13, 2024
5b32376
remove tag
hk10111 Nov 13, 2024
bbaff1b
use cp-base-lite
hk10111 Nov 13, 2024
664c82c
add dedupe scripts
hk10111 Nov 20, 2024
c509524
add dedupe scripts and jars
hk10111 Nov 20, 2024
ce04ac7
minor fixes to user group
hk10111 Nov 20, 2024
cabebb2
replace ubi8-micro with ubi8-minimal
hk10111 Dec 20, 2024
a71423d
rename image to cp-base-jre17
hk10111 Jan 15, 2025
2f4faba
rename image to cp-base-jre17
hk10111 Jan 15, 2025
b16ec43
rename image to cp-base-jre17
hk10111 Jan 15, 2025
8101e30
add env var for ubi9 version
hk10111 Jan 15, 2025
9fecdd0
use env var for ubi9 minimal version
hk10111 Jan 15, 2025
c460fde
resolve merge conflicts
hk10111 Jan 15, 2025
df94173
use master branch
hk10111 Jan 15, 2025
c9204a1
change docker repo name in pipeline
hk10111 Jan 20, 2025
7cab88d
skip tests
hk10111 Jan 21, 2025
3a16eb2
correct image name
hk10111 Jan 21, 2025
1a10982
removed docker file from base
hk10111 Jan 22, 2025
e4e9987
base files for docker image
hk10111 Jan 27, 2025
db004c4
dockefile for cp-base-java and pom
hk10111 Jan 27, 2025
2bc7e3b
remove cp-base-jre17
hk10111 Jan 27, 2025
adf216c
add entry for base-java
hk10111 Jan 27, 2025
c9c12ff
add pom.xml for base lite
hk10111 Jan 27, 2025
4914e2b
add dockerfile for cp-base-lite
hk10111 Jan 27, 2025
d3d6e45
add log4j properties
hk10111 Jan 28, 2025
35b2f3a
rename test to base_java
hk10111 Jan 28, 2025
7acf42d
modify test for base-java
hk10111 Jan 28, 2025
21b8049
add test back for cp-base-lite
hk10111 Jan 29, 2025
edcd55c
change image name
hk10111 Jan 29, 2025
b20eec5
minor optimizations
hk10111 Jan 29, 2025
106d5ea
set default ubi minimal to use ubi9
hk10111 Jan 29, 2025
d36386e
update java to 21
hk10111 Jan 29, 2025
390a255
add yes to install yum
hk10111 Jan 29, 2025
203090f
fix issues due to symlink
hk10111 Jan 29, 2025
3743bc1
fix test for directory change
hk10111 Jan 29, 2025
3d28ec3
cherry pick #622
hk10111 Jan 29, 2025
3d1450d
update base to use java21
hk10111 Jan 29, 2025
3bea075
update tag for base-lite
hk10111 Jan 29, 2025
dc790b9
replace yum with microdnf
hk10111 Jan 29, 2025
1c770cd
resolve merge conflicts
hk10111 Jan 30, 2025
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
Prev Previous commit
Next Next commit
correct image name
hk10111 committed Jan 21, 2025
commit 3a16eb210b452b34560c5319ee501148fc807d94
2 changes: 1 addition & 1 deletion cp-base-jre17/test/test_refresh_image.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
class BaseRefreshImageTest(unittest.TestCase):

def setUp(self):
self.image = "{0}confluentinc/cp-base-refresh:{1}".format(os.environ["DOCKER_REGISTRY"], os.environ["DOCKER_TAG"])
self.image = "{0}confluentinc/cp-base-jre17:{1}".format(os.environ["DOCKER_REGISTRY"], os.environ["DOCKER_TAG"])

def test_image_build(self):
self.assertTrue(utils.image_exists(self.image))