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

feat: add 3.0.3 and 3.0.4 #168

Merged
merged 3 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
- '2.16'
- '3.0.1'
- '3.0.2'
- '3.0.3'
- '3.0.4'

steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# IDEs folders
.idea
Copy link
Collaborator

@GeoffreyBooth GeoffreyBooth Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated.

Suggested change
# IDEs folders
.idea

You can define this in .git/info/exclude so that it applies to your machine without being committed to the repo.

Copy link
Contributor Author

@diavrank diavrank Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For sure. Done 1754aa1 Thanks!

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Copy `example/default.dockerfile` (or `example/app-with-native-dependencies.dock

Edit the `Dockerfile` you copied into your project, changing the first line so that the numbers at the end match the version of Meteor of your project. You can find your project’s Meteor version in your app’s `.meteor/release` file.

For example, if your project is running under Meteor 3.0.2:
For example, if your project is running under Meteor 3.0.4:

```Dockerfile
FROM geoffreybooth/meteor-base:3.0.2
FROM geoffreybooth/meteor-base:3.0.4
```

This version must match an available tag from [geoffreybooth/meteor-base](https://hub.docker.com/r/geoffreybooth/meteor-base/tags).
Expand Down
8 changes: 4 additions & 4 deletions example/app-with-native-dependencies.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The tag here should match the Meteor version of your app, per .meteor/release
FROM geoffreybooth/meteor-base:3.0.2
FROM geoffreybooth/meteor-base:3.0.4

# Copy app package.json and package-lock.json into container
COPY ./app/package*.json $APP_SOURCE_FOLDER/
Expand All @@ -12,8 +12,8 @@ COPY ./app $APP_SOURCE_FOLDER/
RUN bash $SCRIPTS_FOLDER/build-meteor-bundle.sh


# Use the specific version of Node expected by your Meteor release, per https://docs.meteor.com/changelog.html; this is expected for Meteor 3.0.2
FROM node:20.15.1-alpine
# Use the specific version of Node expected by your Meteor release, per https://docs.meteor.com/changelog.html; this is expected for Meteor 3.0.4
FROM node:20.18.0-alpine

ENV APP_BUNDLE_FOLDER /opt/bundle
ENV SCRIPTS_FOLDER /docker
Expand All @@ -36,7 +36,7 @@ RUN bash $SCRIPTS_FOLDER/build-meteor-npm-dependencies.sh --build-from-source

# Start another Docker stage, so that the final image doesn’t contain the layer with the build dependencies
# See previous FROM line; this must match
FROM node:20.15.1-alpine
FROM node:20.18.0-alpine

ENV APP_BUNDLE_FOLDER /opt/bundle
ENV SCRIPTS_FOLDER /docker
Expand Down
4 changes: 2 additions & 2 deletions example/app/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

meteor-base@1.5.2 # Packages every Meteor app needs to have
mobile-experience@1.1.2 # Packages for a great mobile UX
mongo@2.0.1 # The database Meteor supports right now
mongo@2.0.2 # The database Meteor supports right now
reactive-var@1.0.13 # Reactive variable for tracker

standard-minifier-css@1.9.3 # CSS minifier run for production mode
Expand All @@ -19,5 +19,5 @@ hot-module-replacement@0.5.4 # Update client in development without reloading t

autopublish@1.0.8 # Publish all data to the clients (for prototyping)
insecure@1.0.8 # Allow all DB writes from clients (for prototyping)
static-html@1.3.3 # Define static page content in .html files
static-html@1.4.0 # Define static page content in .html files
react-meteor-data # React higher-order component for reactively tracking Meteor data
2 changes: 1 addition & 1 deletion example/app/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@3.0.2
METEOR@3.0.4
27 changes: 11 additions & 16 deletions example/app/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
allow-deny@2.0.0
autopublish@1.0.8
autoupdate@2.0.0
babel-compiler@7.11.0
babel-compiler@7.11.1
babel-runtime@1.5.2
base64@1.0.13
binary-heap@1.0.12
blaze-tools@2.0.0
boilerplate-generator@2.0.0
caching-compiler@2.0.0
caching-html-compiler@2.0.0
caching-compiler@2.0.1
callback-hook@1.6.0
check@1.4.2
check@1.4.4
core-runtime@1.0.0
ddp@1.4.2
ddp-client@3.0.1
ddp-client@3.0.2
ddp-common@1.4.4
ddp-server@3.0.1
ddp-server@3.0.2
diff-sequence@1.1.3
dynamic-import@0.7.4
ecmascript@0.16.9
ecmascript-runtime@0.8.2
ecmascript-runtime@0.8.3
ecmascript-runtime-client@0.12.2
ecmascript-runtime-server@0.11.1
ejson@1.1.4
Expand All @@ -29,8 +27,6 @@ fetch@0.1.5
geojson-utils@1.0.12
hot-code-push@1.0.5
hot-module-replacement@0.5.4
html-tools@2.0.0
htmljs@2.0.1
id-map@1.2.0
insecure@1.0.8
inter-process-messaging@0.1.2
Expand All @@ -44,10 +40,10 @@ minimongo@2.0.1
mobile-experience@1.1.2
mobile-status-bar@1.1.1
modern-browsers@0.1.11
modules@0.20.1
modules@0.20.2
modules-runtime@0.13.2
modules-runtime-hot@0.14.3
mongo@2.0.1
mongo@2.0.2
mongo-decimal@0.1.4-beta300.7
mongo-dev-server@1.1.1
mongo-id@1.0.9
Expand All @@ -63,13 +59,12 @@ retry@1.1.1
routepolicy@1.1.2
shell-server@0.6.0
socket-stream-client@0.5.3
spacebars-compiler@2.0.0
standard-minifier-css@1.9.3
standard-minifier-js@3.0.0
static-html@1.3.3
templating-tools@2.0.0
static-html@1.4.0
static-html-tools@1.0.0
tracker@1.3.4
typescript@5.4.3
underscore@1.6.4
webapp@2.0.1
webapp@2.0.3
webapp-hashing@1.1.2
111 changes: 77 additions & 34 deletions example/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading