Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Bump version in Dockerfile to 0.35.0 #1141

Merged
merged 1 commit into from Sep 22, 2021

Conversation

skolima
Copy link
Collaborator

@skolima skolima commented Sep 22, 2021

Update to current release in the Dockerfiles provided.

@msallin
Copy link
Member

msallin commented Sep 22, 2021

Is this necessary, can't we just use the latest?

@skolima
Copy link
Collaborator Author

skolima commented Sep 22, 2021

Problem with having latest in there is that the Docker images aren't deterministic then.

And building them becomes problematic, as it's either "invalidate every time and build from scratch" or "we'll get whatever is cached on the build machine, perhaps the current version, perhaps 3 versions stale".

@msallin
Copy link
Member

msallin commented Sep 22, 2021

I see. How do we release a new NuKeeper version? Maybe we can automate this (i.e. create the PR after we released a version)
I'm working on getting a bit of dev power from our organization, to do such things.

@skolima
Copy link
Collaborator Author

skolima commented Sep 22, 2021

There's a (somewhat grotty) Azure Devops pipeline. It's not the most readable, TBH. I'd prefer GitHub actions, or really anything that's versioned in the repository as a text file. The Docker images used to be released automatically by Docker Hub - but now they've changed their licensing, there's no longer a free build tier for Open Source - so the last ones was built on my machine. That could also move to GitHub Actions - there's free automation here for it.

@skolima skolima merged commit 0d267f3 into NuKeeperDotNet:master Sep 22, 2021
@skolima skolima deleted the docker-bump-0.35 branch September 22, 2021 09:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants